English

MixFormer: Mixing Features across Windows and Dimensions

Computer Vision and Pattern Recognition 2022-04-13 v2

Abstract

While local-window self-attention performs notably in vision tasks, it suffers from limited receptive field and weak modeling capability issues. This is mainly because it performs self-attention within non-overlapped windows and shares weights on the channel dimension. We propose MixFormer to find a solution. First, we combine local-window self-attention with depth-wise convolution in a parallel design, modeling cross-window connections to enlarge the receptive fields. Second, we propose bi-directional interactions across branches to provide complementary clues in the channel and spatial dimensions. These two designs are integrated to achieve efficient feature mixing among windows and dimensions. Our MixFormer provides competitive results on image classification with EfficientNet and shows better results than RegNet and Swin Transformer. Performance in downstream tasks outperforms its alternatives by significant margins with less computational costs in 5 dense prediction tasks on MS COCO, ADE20k, and LVIS. Code is available at \url{https://github.com/PaddlePaddle/PaddleClas}.

Keywords

Cite

@article{arxiv.2204.02557,
  title  = {MixFormer: Mixing Features across Windows and Dimensions},
  author = {Qiang Chen and Qiman Wu and Jian Wang and Qinghao Hu and Tao Hu and Errui Ding and Jian Cheng and Jingdong Wang},
  journal= {arXiv preprint arXiv:2204.02557},
  year   = {2022}
}

Comments

CVPR2022 Oral

R2 v1 2026-06-24T10:39:18.077Z