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
This paper introduces a semantic segmentation network with novel refinement modules that improve boundary accuracy and global context understanding, achieving state-of-the-art results with efficient computation.
Contribution
The paper proposes Semantic and Contextual Refinement Modules that enhance segmentation accuracy by addressing misalignment and capturing global context, with validation on multiple datasets.
Findings
Achieved superior performance on Cityscapes, Bdd100K, and ADE20K datasets.
Enhanced boundary delineation through pixel-wise offset learning.
Lightweight model reaches 82.5% mIoU with low computational cost.
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…
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
TopicsAnomaly Detection Techniques and Applications
MethodsSparse Evolutionary Training · style-based recalibration module
