CVMay 2, 2023

AxWin Transformer: A Context-Aware Vision Transformer Backbone with Axial Windows

arXiv:2305.01280v16 citations
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in vision transformers for computer vision tasks, offering an incremental improvement over existing methods.

The authors tackled the problem of balancing local and global information in vision transformers by proposing AxWin Attention, which models context in both local windows and axial views, resulting in a backbone that outperforms state-of-the-art methods in classification, segmentation, and detection tasks.

Recently Transformer has shown good performance in several vision tasks due to its powerful modeling capabilities. To reduce the quadratic complexity caused by the attention, some outstanding work restricts attention to local regions or extends axial interactions. However, these methos often lack the interaction of local and global information, balancing coarse and fine-grained information. To address this problem, we propose AxWin Attention, which models context information in both local windows and axial views. Based on the AxWin Attention, we develop a context-aware vision transformer backbone, named AxWin Transformer, which outperforming the state-of-the-art methods in both classification and downstream segmentation and detection tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes