Deep Hierarchical Semantic Segmentation
Liulei Li, Tianfei Zhou, Wenguan Wang, Jianwu Li, Yi Yang

TL;DR
This paper introduces HSSN, a hierarchical semantic segmentation framework that incorporates class hierarchy information into pixel-wise segmentation, improving accuracy and generalization across multiple datasets.
Contribution
HSSN is a novel framework that adapts existing segmentation networks for hierarchical segmentation and leverages hierarchy-based regularization for better performance.
Findings
HSSN outperforms baseline models on four datasets.
Hierarchy-aware training improves segmentation accuracy.
Minimal architecture changes enable easy integration.
Abstract
Humans are able to recognize structured relations in observation, allowing us to decompose complex scenes into simpler parts and abstract the visual world in multiple levels. However, such hierarchical reasoning ability of human perception remains largely unexplored in current literature of semantic segmentation. Existing work is often aware of flatten labels and predicts target classes exclusively for each pixel. In this paper, we instead address hierarchical semantic segmentation (HSS), which aims at structured, pixel-wise description of visual observation in terms of a class hierarchy. We devise HSSN, a general HSS framework that tackles two critical issues in this task: i) how to efficiently adapt existing hierarchy-agnostic segmentation networks to the HSS setting, and ii) how to leverage the hierarchy information to regularize HSS network learning. To address i), HSSN directly…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Multimodal Machine Learning Applications · Advanced Neural Network Applications
MethodsAttentive Walk-Aggregating Graph Neural Network
