paper-with-me

Papers

Multichannel Semantic Segmentation with Unsupervised Domain Adaptation

2018-12-11 · Kohei Watanabe, Kuniaki Saito, Yoshitaka Ushiku, Tatsuya Harada

Most contemporary robots have depth sensors, and research on semantic segmentation with RGBD images has shown that depth images boost the accuracy of segmentation. Since it is time-consuming to annotate images with semantic labels per pixel, it would be ideal if we could avoid this laborious work by utilizing an existing dataset or a synthetic dataset which we can generate on our own. Robot motions are often tested in a synthetic environment, where multichannel (eg, RGB + depth + instance boundary) images plus their pixel-level semantic labels are available. However, models trained simply on synthetic images tend to demonstrate poor performance on real images. In order to address this, we propose two approaches that can efficiently exploit multichannel inputs combined with an unsupervised domain adaptation (UDA) algorithm. One is a fusion-based approach that uses depth images as inputs. The other is a multitask learning approach that uses depth images as outputs. We demonstrated that the segmentation results were improved by using a multitask learning approach with a post-process and created a benchmark for this task.

📄 PDF Abstract BibTeX arXiv:1812.04351

Code (1)

LittleWat/multichannel-semseg-with-uda 공식 구현 pytorch

Tasks

Domain AdaptationSegmentationSemantic SegmentationUnsupervised Domain Adaptation

Similar Papers 제목 키워드 기반

Self-Ensembling with GAN-based Data Augmentation for Domain Adaptation in Semantic Segmentation

2019-09-02 · ICCV 2019 10 · Jaehoon Choi, Taekyung Kim, Changick Kim

Deep learning-based semantic segmentation methods have an intrinsic limitation that training a model requires a large amount of data with pixel-level annotations. To address this challenging issue, many researchers give …

Data AugmentationDomain AdaptationSegmentationSemantic Segmentation+1

WUDA: Unsupervised Domain Adaptation Based on Weak Source Domain Labels

2022-10-05 · ShengJie Liu, Chuang Zhu, Wenqi Tang

Unsupervised domain adaptation (UDA) for semantic segmentation addresses the cross-domain problem with fine source domain labels. However, the acquisition of semantic labels has always been a difficult step, many scenari…

Domain AdaptationImage Segmentationobject-detectionObject Detection+5

Unsupervised Domain Adaptation for Semantic Image Segmentation: a Comprehensive Survey

2021-12-06 · Gabriela Csurka, Riccardo Volpi, Boris Chidlovskii

Semantic segmentation plays a fundamental role in a broad variety of computer vision applications, providing key information for the global understanding of an image. Yet, the state-of-the-art models rely on large amount…

Domain AdaptationDomain Generalizationimage-classificationImage Classification+7

Multi-Source Domain Adaptation with Collaborative Learning for Semantic Segmentation

2021-03-08 · CVPR 2021 1 · Jianzhong He, Xu Jia, Shuaijun Chen, Jianzhuang Liu

Multi-source unsupervised domain adaptation~(MSDA) aims at adapting models trained on multiple labeled source domains to an unlabeled target domain. In this paper, we propose a novel multi-source domain adaptation framew…

Domain AdaptationMulti-Source Unsupervised Domain AdaptationSemantic SegmentationUnsupervised Domain Adaptation

Unsupervised BatchNorm Adaptation (UBNA): A Domain Adaptation Method for Semantic Segmentation Without Using Source Domain Representations

2020-11-17 · Marvin Klingner, Jan-Aike Termöhlen, Jacob Ritterbach, Tim Fingscheidt

In this paper we present a solution to the task of "unsupervised domain adaptation (UDA) of a given pre-trained semantic segmentation model without relying on any source domain representations". Previous UDA approaches f…

Domain AdaptationSegmentationSemantic SegmentationUnsupervised Domain Adaptation