paper-with-me

홈 › Papers

Gramian Attention Heads are Strong yet Efficient Vision Learners

2023-10-25 · ICCV 2023 1 · Jongbin Ryu, Dongyoon Han, Jongwoo Lim

We introduce a novel architecture design that enhances expressiveness by incorporating multiple head classifiers (\ie, classification heads) instead of relying on channel expansion or additional building blocks. Our approach employs attention-based aggregation, utilizing pairwise feature similarity to enhance multiple lightweight heads with minimal resource overhead. We compute the Gramian matrices to reinforce class tokens in an attention layer for each head. This enables the heads to learn more discriminative representations, enhancing their aggregation capabilities. Furthermore, we propose a learning algorithm that encourages heads to complement each other by reducing correlation for aggregation. Our models eventually surpass state-of-the-art CNNs and ViTs regarding the accuracy-throughput trade-off on ImageNet-1K and deliver remarkable performance across various downstream tasks, such as COCO object instance segmentation, ADE20k semantic segmentation, and fine-grained visual classification datasets. The effectiveness of our framework is substantiated by practical experimental results and further underpinned by generalization error bound. We release the code publicly at: https://github.com/Lab-LVM/imagenet-models.

📄 PDF Abstract BibTeX arXiv:2310.16483

Code (0)

등록된 구현이 없습니다.

Tasks

Fine-Grained Image ClassificationInstance SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Your Large Vision-Language Model Only Needs A Few Attention Heads For Visual Grounding

2025-03-08 · CVPR 2025 1 · Seil Kang, Jinyeong Kim, Junhyeok Kim, Seong Jae Hwang

Visual grounding seeks to localize the image region corresponding to a free-form text description. Recently, the strong multimodal capabilities of Large Vision-Language Models (LVLMs) have driven substantial improvements…

Language ModelingLanguage ModellingVisual Grounding

Devil is in the Uniformity: Exploring Diverse Learners within Transformer for Image Restoration

2025-03-26 · Shihao Zhou, Dayu Li, Jinshan Pan, Juncheng Zhou 외

Transformer-based approaches have gained significant attention in image restoration, where the core component, i.e, Multi-Head Attention (MHA), plays a crucial role in capturing diverse features and recovering high-quali…

DenoisingImage RestorationRain Removal

Exploring Driving Behavior for Autonomous Vehicles Based on Gramian Angular Field Vision Transformer

2023-10-21 · Junwei You, Ying Chen, Zhuoyu Jiang, Zhangchi Liu 외

Effective classification of autonomous vehicle (AV) driving behavior emerges as a critical area for diagnosing AV operation faults, enhancing autonomous driving algorithms, and reducing accident rates. This paper present…

Autonomous DrivingAutonomous Vehicles

How Does Attention Work in Vision Transformers? A Visual Analytics Attempt

2023-03-24 · Yiran Li, Junpeng Wang, Xin Dai, Liang Wang 외

Vision transformer (ViT) expands the success of transformer models from sequential data to images. The model decomposes an image into many smaller patches and arranges them into a sequence. Multi-head self-attentions are…

Next-Embedding Prediction Makes Strong Vision Learners

2025-12-18 · Sihan Xu, Ziqiao Ma, Wenhao Chai, Xuweiyi Chen 외 arxiv

Inspired by the success of generative pretraining in natural language, we ask whether the same principles can yield strong self-supervised visual learners. Instead of training models to output features for downstream use…

Self-Supervised LearningSemantic Segmentation