English

SeaFormer++: Squeeze-enhanced Axial Transformer for Mobile Visual Recognition

Computer Vision and Pattern Recognition 2025-02-10 v6

Abstract

Since the introduction of Vision Transformers, the landscape of many computer vision tasks (e.g., semantic segmentation), which has been overwhelmingly dominated by CNNs, recently has significantly revolutionized. However, the computational cost and memory requirement renders these methods unsuitable on the mobile device. In this paper, we introduce a new method squeeze-enhanced Axial Transformer (SeaFormer) for mobile visual recognition. Specifically, we design a generic attention block characterized by the formulation of squeeze Axial and detail enhancement. It can be further used to create a family of backbone architectures with superior cost-effectiveness. Coupled with a light segmentation head, we achieve the best trade-off between segmentation accuracy and latency on the ARM-based mobile devices on the ADE20K, Cityscapes, Pascal Context and COCO-Stuff datasets. Critically, we beat both the mobilefriendly rivals and Transformer-based counterparts with better performance and lower latency without bells and whistles. Furthermore, we incorporate a feature upsampling-based multi-resolution distillation technique, further reducing the inference latency of the proposed framework. Beyond semantic segmentation, we further apply the proposed SeaFormer architecture to image classification and object detection problems, demonstrating the potential of serving as a versatile mobile-friendly backbone. Our code and models are made publicly available at https://github.com/fudan-zvg/SeaFormer.

Keywords

Cite

@article{arxiv.2301.13156,
  title  = {SeaFormer++: Squeeze-enhanced Axial Transformer for Mobile Visual Recognition},
  author = {Qiang Wan and Zilong Huang and Jiachen Lu and Gang Yu and Li Zhang},
  journal= {arXiv preprint arXiv:2301.13156},
  year   = {2025}
}

Comments

V4 is the ICLR 2023 conference version, and V6 is the IJCV 2025 version

R2 v1 2026-06-28T08:27:16.092Z