An Empirical Study of Spatial Attention Mechanisms in Deep Networks

Xizhou Zhu,Dazhi Chen,Zheng Zhang,Stephen Lin,Jifeng Dai,Dazhi Cheng
DOI: https://doi.org/10.1109/iccv.2019.00679
2019-10-01
Abstract:Attention mechanisms have become a popular component in deep neural networks, yet there has been little examination of how different influencing factors and methods for computing attention from these factors affect performance. Toward a better general understanding of attention mechanisms, we present an empirical study that ablates various spatial attention elements within a generalized attention formulation, encompassing the dominant Transformer attention as well as the prevalent deformable convolution and dynamic convolution modules. Conducted on a variety of applications, the study yields significant findings about spatial attention in deep networks, some of which run counter to conventional understanding. For example, we find that the comparison of query and key content in Transformer attention is negligible for self-attention, but vital for encoder-decoder attention. On the other hand, a proper combination of deformable convolution with key content saliency achieves the best accuracy-efficiency tradeoff in self-attention. Our results suggest that there exists much room for improvement in the design of attention mechanisms.
What problem does this paper attempt to address?