Revisiting Efficient Semantic Segmentation: Learning Offsets for Better Spatial and Class Feature Alignment
Abstract
Semantic segmentation is fundamental to vision systems requiring pixel-level scene understanding, yet deploying it on resource-constrained devices demands efficient architectures. Although existing methods achieve real-time inference through lightweight designs, we reveal their inherent limitation: misalignment between class representations and image features caused by a per-pixel classification paradigm. With experimental analysis, we find that this paradigm results in a highly challenging assumption for efficient scenarios: Image pixel features should not vary for the same category in different images. To address this dilemma, we propose a coupled dual-branch offset learning paradigm that explicitly learns feature and class offsets to dynamically refine both class representations and spatial image features. Based on the proposed paradigm, we construct an efficient semantic segmentation network, OffSeg. Notably, the offset learning paradigm can be adopted to existing methods with no additional architectural changes. Extensive experiments on four datasets, including ADE20K, Cityscapes, COCO-Stuff-164K, and Pascal Context, demonstrate consistent improvements with negligible parameters.
Cite
Text
Zhang et al. "Revisiting Efficient Semantic Segmentation: Learning Offsets for Better Spatial and Class Feature Alignment." International Conference on Computer Vision, 2025.Markdown
[Zhang et al. "Revisiting Efficient Semantic Segmentation: Learning Offsets for Better Spatial and Class Feature Alignment." International Conference on Computer Vision, 2025.](https://mlanthology.org/iccv/2025/zhang2025iccv-revisiting/)BibTeX
@inproceedings{zhang2025iccv-revisiting,
title = {{Revisiting Efficient Semantic Segmentation: Learning Offsets for Better Spatial and Class Feature Alignment}},
author = {Zhang, Shi-Chen and Li, Yunheng and Wu, Yu-Huan and Hou, Qibin and Cheng, Ming-Ming},
booktitle = {International Conference on Computer Vision},
year = {2025},
pages = {22361-22371},
url = {https://mlanthology.org/iccv/2025/zhang2025iccv-revisiting/}
}