Interlaced Sparse Self-Attention for Semantic Segmentation
Lang Huang, Yuhui Yuan, Jianyuan Guo, Chao Zhang, Xilin Chen, Jingdong, Wang

TL;DR
This paper introduces an interlaced sparse self-attention method that efficiently captures long- and short-range dependencies in semantic segmentation, reducing computational costs while maintaining high accuracy.
Contribution
It proposes a novel factorization of the self-attention mechanism into two sparse affinity matrices for improved efficiency in semantic segmentation.
Findings
Reduces computation and memory complexity significantly.
Achieves competitive results on six semantic segmentation benchmarks.
Effectively models both long- and short-range dependencies.
Abstract
In this paper, we present a so-called interlaced sparse self-attention approach to improve the efficiency of the \emph{self-attention} mechanism for semantic segmentation. The main idea is that we factorize the dense affinity matrix as the product of two sparse affinity matrices. There are two successive attention modules each estimating a sparse affinity matrix. The first attention module is used to estimate the affinities within a subset of positions that have long spatial interval distances and the second attention module is used to estimate the affinities within a subset of positions that have short spatial interval distances. These two attention modules are designed so that each position is able to receive the information from all the other positions. In contrast to the original self-attention module, our approach decreases the computation and memory complexity substantially…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques
