pith. sign in

arxiv: 2212.03035 · v1 · pith:NI7334FXnew · submitted 2022-12-06 · 💻 cs.CV

IncepFormer: Efficient Inception Transformer with Pyramid Pooling for Semantic Segmentation

classification 💻 cs.CV
keywords incepformerfeaturessegmentationsemanticachievesarchitecturefineglobal
0
0 comments X
read the original 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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. KAConvNet: Kolmogorov-Arnold Convolutional Networks for Vision Recognition

    cs.CV 2026-04 unverdicted novelty 7.0

    KAConvNet introduces a Kolmogorov-Arnold Convolutional Layer to build networks competitive with ViTs and CNNs while offering stronger theoretical interpretability.

  2. CSWinUNETR: Segmentation of Thin Anatomical Structures in Medical Images

    cs.CV 2026-06 unverdicted novelty 6.0

    CSWinUNETR is a new 2D/3D backbone that combines cross-shaped stripe self-attention with cyclic shifts, detail-enhanced multi-scale attention, and sparse-control dynamic snake convolution to outperform prior methods o...