English

IncepFormer: Efficient Inception Transformer with Pyramid Pooling for Semantic Segmentation

Computer Vision and Pattern Recognition 2022-12-07 v1

Abstract

Semantic segmentation usually benefits from global contexts, fine localisation information, multi-scale features, etc. To advance Transformer-based segmenters with these aspects, we present a simple yet powerful semantic segmentation architecture, termed as IncepFormer. IncepFormer has two critical contributions as following. First, it introduces a novel pyramid structured Transformer encoder which harvests global context and fine localisation features simultaneously. These features are concatenated and fed into a convolution layer for final per-pixel prediction. Second, IncepFormer integrates an Inception-like architecture with depth-wise convolutions, and a light-weight feed-forward module in each self-attention layer, efficiently obtaining rich local multi-scale object features. Extensive experiments on five benchmarks show that our IncepFormer is superior to state-of-the-art methods in both accuracy and speed, e.g., 1) our IncepFormer-S achieves 47.7% mIoU on ADE20K which outperforms the existing best method by 1% while only costs half parameters and fewer FLOPs. 2) Our IncepFormer-B finally achieves 82.0% mIoU on Cityscapes dataset with 39.6M parameters. Code is available:github.com/shendu0321/IncepFormer.

Keywords

Cite

@article{arxiv.2212.03035,
  title  = {IncepFormer: Efficient Inception Transformer with Pyramid Pooling for Semantic Segmentation},
  author = {Lihua Fu and Haoyue Tian and Xiangping Bryce Zhai and Pan Gao and Xiaojiang Peng},
  journal= {arXiv preprint arXiv:2212.03035},
  year   = {2022}
}

Comments

Preprint with 8 pages of main body and 3 pages of supplementary material

R2 v1 2026-06-28T07:23:40.649Z