paper-with-me

홈 › Papers

BViT: Broad Attention based Vision Transformer

2022-02-13 · Nannan Li, Yaran Chen, Weifan Li, Zixiang Ding, Dongbin Zhao

Recent works have demonstrated that transformer can achieve promising performance in computer vision, by exploiting the relationship among image patches with self-attention. While they only consider the attention in a single feature layer, but ignore the complementarity of attention in different levels. In this paper, we propose the broad attention to improve the performance by incorporating the attention relationship of different layers for vision transformer, which is called BViT. The broad attention is implemented by broad connection and parameter-free attention. Broad connection of each transformer layer promotes the transmission and integration of information for BViT. Without introducing additional trainable parameters, parameter-free attention jointly focuses on the already available attention information in different layers for extracting useful information and building their relationship. Experiments on image classification tasks demonstrate that BViT delivers state-of-the-art accuracy of 74.8\%/81.6\% top-1 accuracy on ImageNet with 5M/22M parameters. Moreover, we transfer BViT to downstream object recognition benchmarks to achieve 98.9\% and 89.9\% on CIFAR10 and CIFAR100 respectively that exceed ViT with fewer parameters. For the generalization test, the broad attention in Swin Transformer and T2T-ViT also bring an improvement of more than 1\%. To sum up, broad attention is promising to promote the performance of attention based models. Code and pre-trained models are available at https://github.com/DRL-CASIA/Broad_ViT.

📄 PDF Abstract BibTeX arXiv:2202.06268

Code (1)

koala719/bvit 공식 구현 pytorch

Tasks

image-classificationImage ClassificationObject Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Subtoken Vision Transformer for Fine-grained Recognition

2026-07-10 · Jie Zhu, Ivy Zhang, Minchul Kim, Xiaoming Liu arxiv

We present Subtoken Vision Transformer (SubViT), a selective image tokenization method for fine-grained visual recognition. Standard Vision Transformers compress each fixed-size patch into a single token, although fine-g…

Fine-Grained Visual Recognition

bViT: Investigating Single-Block Recurrence in Vision Transformers for Image Recognition

2026-05-11 · Michal Byra, Pawel Olszowiec, Grzegorz Stefanski, Grzegorz Gruszczynski 외 arxiv

Vision Transformers (ViTs) are built by stacking independently parameterized blocks, but it remains unclear how much of this depth requires layer specific transformations and how much can be realized through recurrent co…

parameter-efficient fine-tuning

MABViT -- Modified Attention Block Enhances Vision Transformers

2023-12-03 · Mahesh Ramesh, Aswinkumar Ramkumar

Recent studies have demonstrated the effectiveness of Gated Linear Units (GLU) in enhancing transformer models, particularly in Large Language Models (LLMs). Additionally, utilizing a parallel configuration within each T…

image-classificationImage Classification

Efficient and Accurate Tuberculosis Diagnosis: Attention Residual U-Net and Vision Transformer Based Detection Framework

2025-01-07 · Greeshma K, Vishnukumar S

Tuberculosis (TB), an infectious disease caused by Mycobacterium tuberculosis, continues to be a major global health threat despite being preventable and curable. This burden is particularly high in low and middle income…

Your ViT is Secretly a Hybrid Discriminative-Generative Diffusion Model

2022-08-16 · Xiulong Yang, Sheng-Min Shih, Yinlin Fu, Xiaoting Zhao 외

Diffusion Denoising Probability Models (DDPM) and Vision Transformer (ViT) have demonstrated significant progress in generative tasks and discriminative tasks, respectively, and thus far these models have largely been de…

DenoisingImage ClassificationImage Generation