paper-with-me

Papers

Improving Semantic Segmentation via Decoupled Body and Edge Supervision

2020-07-20 · ECCV 2020 8 · Xiangtai Li, Xia Li, Li Zhang, Guangliang Cheng, Jianping Shi, Zhouchen Lin, Shaohua Tan, Yunhai Tong

Existing semantic segmentation approaches either aim to improve the object's inner consistency by modeling the global context, or refine objects detail along their boundaries by multi-scale feature fusion. In this paper, a new paradigm for semantic segmentation is proposed. Our insight is that appealing performance of semantic segmentation requires \textit{explicitly} modeling the object \textit{body} and \textit{edge}, which correspond to the high and low frequency of the image. To do so, we first warp the image feature by learning a flow field to make the object part more consistent. The resulting body feature and the residual edge feature are further optimized under decoupled supervision by explicitly sampling different parts (body or edge) pixels. We show that the proposed framework with various baselines or backbone networks leads to better object inner consistency and object boundaries. Extensive experiments on four major road scene semantic segmentation benchmarks including \textit{Cityscapes}, \textit{CamVid}, \textit{KIITI} and \textit{BDD} show that our proposed approach establishes new state of the art while retaining high efficiency in inference. In particular, we achieve 83.7 mIoU \% on Cityscape with only fine-annotated data. Code and models are made available to foster any further research (\url{https://github.com/lxtGH/DecoupleSegNets}).

📄 PDF Abstract BibTeX arXiv:2007.10035

Code (2)

lxtGH/DecoupleSegNets 공식 구현 pytorch
PaddlePaddle/PaddleSeg paddle

Tasks

ObjectSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Decoupled Spatial Neural Attention for Weakly Supervised Semantic Segmentation

2018-03-07 · Tianyi Zhang, Guosheng Lin, Jianfei Cai, Tong Shen 외

Weakly supervised semantic segmentation receives much research attention since it alleviates the need to obtain a large amount of dense pixel-wise ground-truth annotations for the training images. Compared with other for…

Image CaptioningSegmentationSemantic SegmentationWeakly supervised Semantic Segmentation+1

Late-decoupled 3D Hierarchical Semantic Segmentation with Semantic Prototype Discrimination based Bi-branch Supervision

2025-11-20 · Shuyu Cao, Chongshou Li, Jie Xu, Tianrui Li 외 arxiv

3D hierarchical semantic segmentation (3DHS) is crucial for embodied intelligence applications that demand a multi-grained and multi-hierarchy understanding of 3D scenes. Despite the progress, previous 3DHS methods have …

Semantic SegmentationMulti-Label Learning

BPKD: Boundary Privileged Knowledge Distillation For Semantic Segmentation

2023-06-13 · Liyang Liu, Zihan Wang, Minh Hieu Phan, BoWen Zhang 외

Current knowledge distillation approaches in semantic segmentation tend to adopt a holistic approach that treats all spatial locations equally. However, for dense prediction, students' predictions on edge regions are hig…

Knowledge DistillationSegmentationSemantic Segmentation

POSTURE: Pose Guided Unsupervised Domain Adaptation for Human Body Part Segmentation

2024-07-04 · Arindam Dutta, Rohit Lal, Yash Garg, Calvin-Khang Ta 외

Existing algorithms for human body part segmentation have shown promising results on challenging datasets, primarily relying on end-to-end supervision. However, these algorithms exhibit severe performance drops in the fa…

Domain AdaptationSegmentationSemantic SegmentationUnsupervised Domain Adaptation

Representation Separation for Semantic Segmentation with Vision Transformers

2022-12-28 · Yuanduo Hong, Huihui Pan, Weichao Sun, Xinghu Yu 외

Vision transformers (ViTs) encoding an image as a sequence of patches bring new paradigms for semantic segmentation.We present an efficient framework of representation separation in local-patch level and global-region le…

Semantic Segmentation