Pith

open record

sign in

arxiv: 2212.12552 · v1 · pith:AIJYDFKL · submitted 2022-12-23 · cs.CV · cs.AI· cs.LG

A Close Look at Spatial Modeling: From Attention to Convolution

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:AIJYDFKLrecord.jsonopen to challenge →

classification cs.CV cs.AIcs.LG
keywords attentionfcvitvisionglobalmodelstransformerscontextconvolutional
0
0 comments X
read the original abstract

Vision Transformers have shown great promise recently for many vision tasks due to the insightful architecture design and attention mechanism. By revisiting the self-attention responses in Transformers, we empirically observe two interesting issues. First, Vision Transformers present a queryirrelevant behavior at deep layers, where the attention maps exhibit nearly consistent contexts in global scope, regardless of the query patch position (also head-irrelevant). Second, the attention maps are intrinsically sparse, few tokens dominate the attention weights; introducing the knowledge from ConvNets would largely smooth the attention and enhance the performance. Motivated by above observations, we generalize self-attention formulation to abstract a queryirrelevant global context directly and further integrate the global context into convolutions. The resulting model, a Fully Convolutional Vision Transformer (i.e., FCViT), purely consists of convolutional layers and firmly inherits the merits of both attention mechanism and convolutions, including dynamic property, weight sharing, and short- and long-range feature modeling, etc. Experimental results demonstrate the effectiveness of FCViT. With less than 14M parameters, our FCViT-S12 outperforms related work ResT-Lite by 3.7% top1 accuracy on ImageNet-1K. When scaling FCViT to larger models, we still perform better than previous state-of-the-art ConvNeXt with even fewer parameters. FCViT-based models also demonstrate promising transferability to downstream tasks, like object detection, instance segmentation, and semantic segmentation. Codes and models are made available at: https://github.com/ma-xu/FCViT.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. DnA: Denoising Attention for Visual Tasks

    cs.CV 2026-06 unverdicted novelty 5.0

    DnA adds positive/negative query interactions projected into separated subspaces to standard attention, reporting 0.8% absolute gain on ImageNet-1K with ViT-B and smaller gains on video tasks.