2021

Vision Transformer Pruning

Zhu, Mingjian, Tang, Yehui, Han, Kai

Understand

Vision transformer has achieved competitive performance on a variety of computer vision applications.

  • However, their storage, run-time memory, and computational demands are hindering the deployment to mobile devices.
  • Here we present a vision transformer pruning approach, which identifies the impacts of dimensions in each layer of transformer and then executes pruning accordingly.
  • By encouraging dimension-wise sparsity in the transformer, important dimensions automatically emerge.

Reading the bibliography…