Interpreting and Improving Attention From the Perspective of Large Kernel Convolution
Chenghao Li, Chaoning Zhang, Boheng Zeng, Yi Lu, Pengbo Shi, Qingzi Chen, Jirui Liu, Lingyun Zhu, Yang Yang, Heng Tao Shen
TL;DR
The paper tackles data- and resource-constrained visual modeling by reframing attention as a single large-kernel convolution, thereby combining CNN locality with ViT-style global context. The proposed LKCA module replaces MHSA with a large kernel and introduces a shared-weight positional mechanism, enabling efficient, parameter-shared attention that preserves spatial inductive biases. Empirical results across CIFAR-10/100, SVHN, Tiny-ImageNet, and ADE20K demonstrate consistent improvements over standard ViT baselines and competitive performance with fewer parameters, particularly in small- to mid-sized models. This approach offers a practical, robust solution for real-world scenarios with limited data and compute, bridging the gap between CNNs and ViTs for both classification and segmentation tasks.
Abstract
Attention mechanisms have significantly advanced visual models by capturing global context effectively. However, their reliance on large-scale datasets and substantial computational resources poses challenges in data-scarce and resource-constrained scenarios. Moreover, traditional self-attention mechanisms lack inherent spatial inductive biases, making them suboptimal for modeling local features critical to tasks involving smaller datasets. In this work, we introduce Large Kernel Convolutional Attention (LKCA), a novel formulation that reinterprets attention operations as a single large-kernel convolution. This design unifies the strengths of convolutional architectures locality and translation invariance with the global context modeling capabilities of self-attention. By embedding these properties into a computationally efficient framework, LKCA addresses key limitations of traditional attention mechanisms. The proposed LKCA achieves competitive performance across various visual tasks, particularly in data-constrained settings. Experimental results on CIFAR-10, CIFAR-100, SVHN, and Tiny-ImageNet demonstrate its ability to excel in image classification, outperforming conventional attention mechanisms and vision transformers in compact model settings. These findings highlight the effectiveness of LKCA in bridging local and global feature modeling, offering a practical and robust solution for real-world applications with limited data and resources.
