paper-with-me

Papers

Unsupervised Domain Adaptation for Semantic Segmentation of NIR Images through Generative Latent Search

2020-06-15 · ECCV 2020 8 · Prashant Pandey, Aayush Kumar Tyagi, Sameer Ambekar, Prathosh AP

Segmentation of the pixels corresponding to human skin is an essential first step in multiple applications ranging from surveillance to heart-rate estimation from remote-photoplethysmography. However, the existing literature considers the problem only in the visible-range of the EM-spectrum which limits their utility in low or no light settings where the criticality of the application is higher. To alleviate this problem, we consider the problem of skin segmentation from the Near-infrared images. However, Deep learning based state-of-the-art segmentation techniques demands large amounts of labelled data that is unavailable for the current problem. Therefore we cast the skin segmentation problem as that of target-independent Unsupervised Domain Adaptation (UDA) where we use the data from the Red-channel of the visible-range to develop skin segmentation algorithm on NIR images. We propose a method for target-independent segmentation where the 'nearest-clone' of a target image in the source domain is searched and used as a proxy in the segmentation network trained only on the source domain. We prove the existence of 'nearest-clone' and propose a method to find it through an optimization algorithm over the latent space of a Deep generative model based on variational inference. We demonstrate the efficacy of the proposed method for NIR skin segmentation over the state-of-the-art UDA segmentation methods on the two newly created skin segmentation datasets in NIR domain despite not having access to the target NIR data. Additionally, we report state-of-the-art results for adaption from Synthia to Cityscapes which is a popular setting in Unsupervised Domain Adaptation for semantic segmentation. The code and datasets are available at https://github.com/ambekarsameer96/GLSS.

📄 PDF Abstract BibTeX arXiv:2006.08696

Code (2)

ambekarsameer96/GLSS 공식 구현 tf
GLSS-UDA/GLSS-UDA.github.io

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

Transfer beyond the Field of View: Dense Panoramic Semantic Segmentation via Unsupervised Domain Adaptation

2021-10-21 · Jiaming Zhang, Chaoxiang Ma, Kailun Yang, Alina Roitberg 외

Autonomous vehicles clearly benefit from the expanded Field of View (FoV) of 360-degree sensors, but modern semantic segmentation approaches rely heavily on annotated training data which is rarely available for panoramic…

Autonomous VehiclesDomain AdaptationSegmentationSemantic Segmentation+1

DensePASS: Dense Panoramic Semantic Segmentation via Unsupervised Domain Adaptation with Attention-Augmented Context Exchange

2021-08-13 · Chaoxiang Ma, Jiaming Zhang, Kailun Yang, Alina Roitberg 외

Intelligent vehicles clearly benefit from the expanded Field of View (FoV) of the 360-degree sensors, but the vast majority of available semantic segmentation training images are captured with pinhole cameras. In this wo…

Domain AdaptationSegmentationSemantic 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

Unsupervised Domain Adaptation by Optical Flow Augmentation in Semantic Segmentation

2019-11-20 · Oluwafemi Azeez

It is expensive to generate real-life image labels and there is a domain gap between real-life and simulated images, hence a model trained on the latter cannot adapt to the former. Solving this can totally eliminate the …

Domain AdaptationOptical Flow EstimationSegmentationSemantic Segmentation+1