English

O-ViT: Orthogonal Vision Transformer

Computer Vision and Pattern Recognition 2022-02-17 v2 Machine Learning

Abstract

Inspired by the tremendous success of the self-attention mechanism in natural language processing, the Vision Transformer (ViT) creatively applies it to image patch sequences and achieves incredible performance. However, the scaled dot-product self-attention of ViT brings about scale ambiguity to the structure of the original feature space. To address this problem, we propose a novel method named Orthogonal Vision Transformer (O-ViT), to optimize ViT from the geometric perspective. O-ViT limits parameters of self-attention blocks to be on the norm-keeping orthogonal manifold, which can keep the geometry of the feature space. Moreover, O-ViT achieves both orthogonal constraints and cheap optimization overhead by adopting a surjective mapping between the orthogonal group and its Lie algebra.We have conducted comparative experiments on image recognition tasks to demonstrate O-ViT's validity and experiments show that O-ViT can boost the performance of ViT by up to 3.6%.

Keywords

Cite

@article{arxiv.2201.12133,
  title  = {O-ViT: Orthogonal Vision Transformer},
  author = {Yanhong Fei and Yingjie Liu and Xian Wei and Mingsong Chen},
  journal= {arXiv preprint arXiv:2201.12133},
  year   = {2022}
}
R2 v1 2026-06-24T09:07:24.765Z