A Deep Semantic Segmentation Network with Semantic and Contextual Refinements
Zhiyan Wang, Deyin Liu, Lin Yuanbo Wu, Song Wang, Xin Guo, Lin Qi
TL;DR
The paper tackles semantic segmentation by addressing two core challenges: misalignment from downsampling and the need for global context. It introduces the Semantic Refinement Module (SRM), which learns neighbor-aware per-pixel offsets guided by high-resolution features, and the Contextual Refinement Module (CRM), which aggregates multi-stage features and applies sequential channel–spatial attention to capture global context. Together, SRM and CRM yield improved boundary delineation and richer context modeling, achieving state-of-the-art results on Cityscapes, Bdd100K, and ADE20K, including a lightweight network reaching $82.5\%$ mIoU with $137.9$ GFLOPs. The approach demonstrates strong accuracy with efficient computation, making it practical for real-time or resource-constrained semantic segmentation systems.
Abstract
Semantic segmentation is a fundamental task in multimedia processing, which can be used for analyzing, understanding, editing contents of images and videos, among others. To accelerate the analysis of multimedia data, existing segmentation researches tend to extract semantic information by progressively reducing the spatial resolutions of feature maps. However, this approach introduces a misalignment problem when restoring the resolution of high-level feature maps. In this paper, we design a Semantic Refinement Module (SRM) to address this issue within the segmentation network. Specifically, SRM is designed to learn a transformation offset for each pixel in the upsampled feature maps, guided by high-resolution feature maps and neighboring offsets. By applying these offsets to the upsampled feature maps, SRM enhances the semantic representation of the segmentation network, particularly for pixels around object boundaries. Furthermore, a Contextual Refinement Module (CRM) is presented to capture global context information across both spatial and channel dimensions. To balance dimensions between channel and space, we aggregate the semantic maps from all four stages of the backbone to enrich channel context information. The efficacy of these proposed modules is validated on three widely used datasets-Cityscapes, Bdd100K, and ADE20K-demonstrating superior performance compared to state-of-the-art methods. Additionally, this paper extends these modules to a lightweight segmentation network, achieving an mIoU of 82.5% on the Cityscapes validation set with only 137.9 GFLOPs.
