paper-with-me

Papers

Differential Treatment for Stuff and Things: A Simple Unsupervised Domain Adaptation Method for Semantic Segmentation

2020-03-18 · CVPR 2020 6 · Zhonghao Wang, Mo Yu, Yunchao Wei, Rogerio Feris, JinJun Xiong, Wen-mei Hwu, Thomas S. Huang, Humphrey Shi

We consider the problem of unsupervised domain adaptation for semantic segmentation by easing the domain shift between the source domain (synthetic data) and the target domain (real data) in this work. State-of-the-art approaches prove that performing semantic-level alignment is helpful in tackling the domain shift issue. Based on the observation that stuff categories usually share similar appearances across images of different domains while things (i.e. object instances) have much larger differences, we propose to improve the semantic-level alignment with different strategies for stuff regions and for things: 1) for the stuff categories, we generate feature representation for each class and conduct the alignment operation from the target domain to the source domain; 2) for the thing categories, we generate feature representation for each individual instance and encourage the instance in the target domain to align with the most similar one in the source domain. In this way, the individual differences within thing categories will also be considered to alleviate over-alignment. In addition to our proposed method, we further reveal the reason why the current adversarial loss is often unstable in minimizing the distribution discrepancy and show that our method can help ease this issue by minimizing the most similar stuff and instance features between the source and the target domains. We conduct extensive experiments in two unsupervised domain adaptation tasks, i.e. GTA5 to Cityscapes and SYNTHIA to Cityscapes, and achieve the new state-of-the-art segmentation accuracy.

📄 PDF Abstract BibTeX arXiv:2003.08040

Code (1)

SHI-Labs/Unsupervised-Domain-Adaptation-with-Differential-Treatment 공식 구현 pytorch

Tasks

Domain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

COCO-Stuff: Thing and Stuff Classes in Context

2016-12-12 · CVPR 2018 6 · Holger Caesar, Jasper Uijlings, Vittorio Ferrari

Semantic classes can be either things (objects with a well-defined shape, e.g. car, person) or stuff (amorphous background regions, e.g. grass, sky). While lots of classification and detection works focus on thing classe…

Image CaptioningSemantic SegmentationSuperpixels

Learning to Fuse Things and Stuff

2018-12-04 · Jie Li, Allan Raventos, Arjun Bhargava, Takaaki Tagawa 외

We propose an end-to-end learning approach for panoptic segmentation, a novel task unifying instance (things) and semantic (stuff) segmentation. Our model, TASCNet, uses feature maps from a shared backbone network to pre…

Instance SegmentationPanoptic SegmentationSegmentationSemantic Segmentation

Fully Convolutional Networks for Panoptic Segmentation

2020-12-01 · CVPR 2021 1 · Yanwei Li, Hengshuang Zhao, Xiaojuan Qi, LiWei Wang 외

In this paper, we present a conceptually simple, strong, and efficient framework for panoptic segmentation, called Panoptic FCN. Our approach aims to represent and predict foreground things and background stuff in a unif…

Panoptic SegmentationSegmentation

Fully Convolutional Networks for Panoptic Segmentation with Point-based Supervision

2021-08-17 · Yanwei Li, Hengshuang Zhao, Xiaojuan Qi, Yukang Chen 외

In this paper, we present a conceptually simple, strong, and efficient framework for fully- and weakly-supervised panoptic segmentation, called Panoptic FCN. Our approach aims to represent and predict foreground things a…

Panoptic SegmentationSegmentationWeakly-supervised panoptic segmentation

DQFormer: Towards Unified LiDAR Panoptic Segmentation with Decoupled Queries

2024-08-28 · Yu Yang, Jianbiao Mei, Liang Liu, Siliang Du 외

LiDAR panoptic segmentation, which jointly performs instance and semantic segmentation for things and stuff classes, plays a fundamental role in LiDAR perception tasks. While most existing methods explicitly separate the…

DecoderInstance SegmentationPanoptic SegmentationSegmentation+1