English

SCTNet: Single-Branch CNN with Transformer Semantic Information for Real-Time Segmentation

Computer Vision and Pattern Recognition 2024-01-17 v2

Abstract

Recent real-time semantic segmentation methods usually adopt an additional semantic branch to pursue rich long-range context. However, the additional branch incurs undesirable computational overhead and slows inference speed. To eliminate this dilemma, we propose SCTNet, a single branch CNN with transformer semantic information for real-time segmentation. SCTNet enjoys the rich semantic representations of an inference-free semantic branch while retaining the high efficiency of lightweight single branch CNN. SCTNet utilizes a transformer as the training-only semantic branch considering its superb ability to extract long-range context. With the help of the proposed transformer-like CNN block CFBlock and the semantic information alignment module, SCTNet could capture the rich semantic information from the transformer branch in training. During the inference, only the single branch CNN needs to be deployed. We conduct extensive experiments on Cityscapes, ADE20K, and COCO-Stuff-10K, and the results show that our method achieves the new state-of-the-art performance. The code and model is available at https://github.com/xzz777/SCTNet

Keywords

Cite

@article{arxiv.2312.17071,
  title  = {SCTNet: Single-Branch CNN with Transformer Semantic Information for Real-Time Segmentation},
  author = {Zhengze Xu and Dongyue Wu and Changqian Yu and Xiangxiang Chu and Nong Sang and Changxin Gao},
  journal= {arXiv preprint arXiv:2312.17071},
  year   = {2024}
}

Comments

Accepted by AAAI 2024; typos corrected; code and models have been released at https://github.com/xzz777/SCTNet

R2 v1 2026-06-28T14:03:47.283Z