HCNet: Hierarchical Context Network for Semantic Segmentation
Yanwen Chong, Congchong Nie, Yulong Tao, Xiaoshu Chen, Shaoming Pan

TL;DR
HCNet introduces a hierarchical approach to semantic segmentation that models pixel and region-level context separately, improving accuracy by efficiently capturing multi-granularity information.
Contribution
The paper proposes a novel hierarchical context network that differentiates modeling of homogeneous and heterogeneous regions, enhancing global context modeling in semantic segmentation.
Findings
Achieves 82.8% mean IoU on Cityscapes.
Attains 91.4% overall accuracy on ISPRS Vaihingen.
Outperforms state-of-the-art methods without additional bells or whistles.
Abstract
Global context information is vital in visual understanding problems, especially in pixel-level semantic segmentation. The mainstream methods adopt the self-attention mechanism to model global context information. However, pixels belonging to different classes usually have weak feature correlation. Modeling the global pixel-level correlation matrix indiscriminately is extremely redundant in the self-attention mechanism. In order to solve the above problem, we propose a hierarchical context network to differentially model homogeneous pixels with strong correlations and heterogeneous pixels with weak correlations. Specifically, we first propose a multi-scale guided pre-segmentation module to divide the entire feature map into different classed-based homogeneous regions. Within each homogeneous region, we design the pixel context module to capture pixel-level correlations. Subsequently,…
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
TopicsAdvanced Image and Video Retrieval Techniques · Multimodal Machine Learning Applications · Advanced Neural Network Applications
