Stage-Aware Feature Alignment Network for Real-Time Semantic Segmentation of Street Scenes
Xi Weng, Yan Yan, Si Chen, Jing-Hao Xue, Hanzi Wang

TL;DR
This paper introduces SFANet, a real-time semantic segmentation network that effectively aligns features across stages, enhancing accuracy and speed for street scene analysis.
Contribution
The paper proposes a novel stage-aware feature alignment module and a simple multi-branch decoder, improving segmentation accuracy and inference speed.
Findings
Achieves 78.1% mIoU on Cityscapes at 37 FPS.
Attains 74.7% mIoU on CamVid at 96 FPS.
Balances accuracy and speed effectively for real-time applications.
Abstract
Over the past few years, deep convolutional neural network-based methods have made great progress in semantic segmentation of street scenes. Some recent methods align feature maps to alleviate the semantic gap between them and achieve high segmentation accuracy. However, they usually adopt the feature alignment modules with the same network configuration in the decoder and thus ignore the different roles of stages of the decoder during feature aggregation, leading to a complex decoder structure. Such a manner greatly affects the inference speed. In this paper, we present a novel Stage-aware Feature Alignment Network (SFANet) based on the encoder-decoder structure for real-time semantic segmentation of street scenes. Specifically, a Stage-aware Feature Alignment module (SFA) is proposed to align and aggregate two adjacent levels of feature maps effectively. In the SFA, by taking into…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
