paper-with-me

Papers

Multi-Source Soft Pseudo-Label Learning with Domain Similarity-based Weighting for Semantic Segmentation

2023-03-02 · Shigemichi Matsuzaki, Hiroaki Masuzawa, Jun Miura

This paper describes a method of domain adaptive training for semantic segmentation using multiple source datasets that are not necessarily relevant to the target dataset. We propose a soft pseudo-label generation method by integrating predicted object probabilities from multiple source models. The prediction of each source model is weighted based on the estimated domain similarity between the source and the target datasets to emphasize contribution of a model trained on a source that is more similar to the target and generate reasonable pseudo-labels. We also propose a training method using the soft pseudo-labels considering their entropy to fully exploit information from the source datasets while suppressing the influence of possibly misclassified pixels. The experiments show comparative or better performance than our previous work and another existing multi-source domain adaptation method, and applicability to a variety of target environments.

📄 PDF Abstract BibTeX arXiv:2303.00979

Code (1)

shigemichimatsuzaki/ms2pl 공식 구현 pytorch

Tasks

Domain AdaptationPseudo LabelSemantic Segmentation

Similar Papers 제목 키워드 기반

Label Calibration in Source Free Domain Adaptation

2025-01-13 · Shivangi Rai, Rini Smita Thakur, Kunal Jangid, Vinod K Kurmi

Source-free domain adaptation (SFDA) utilizes a pre-trained source model with unlabeled target data. Self-supervised SFDA techniques generate pseudolabels from the pre-trained source model, but these pseudolabels often c…

Deep LearningDomain AdaptationLearning with noisy labelsSource-Free Domain Adaptation

Semi-Supervised Domain Adaptation by Similarity based Pseudo-label Injection

2022-09-05 · Abhay Rawat, Isha Dua, Saurav Gupta, Rahul Tallamraju

One of the primary challenges in Semi-supervised Domain Adaptation (SSDA) is the skewed ratio between the number of labeled source and target samples, causing the model to be biased towards the source domain. Recent work…

Domain AdaptationPseudo LabelSemi-supervised Domain Adaptation

Mutual Mean-Teaching: Pseudo Label Refinery for Unsupervised Domain Adaptation on Person Re-identification

2020-01-06 · ICLR 2020 1 · Yixiao Ge, Dapeng Chen, Hongsheng Li

Person re-identification (re-ID) aims at identifying the same persons' images across different cameras. However, domain diversities between different datasets pose an evident challenge for adapting the re-ID model traine…

ClusteringPerson Re-IdentificationPseudo LabelTriplet+2

Exploiting Low-confidence Pseudo-labels for Source-free Object Detection

2023-10-19 · Zhihong Chen, Zilei Wang, Yixin Zhang

Source-free object detection (SFOD) aims to adapt a source-trained detector to an unlabeled target domain without access to the labeled source data. Current SFOD methods utilize a threshold-based pseudo-label approach in…

Contrastive Learningobject-detectionObject DetectionPseudo Label+1

DA-Cal: Towards Cross-Domain Calibration in Semantic Segmentation

2026-02-24 · Wangkai Li, Rui Sun, Zhaoyang Li, Yujia Chen 외 arxiv

While existing unsupervised domain adaptation (UDA) methods greatly enhance target domain performance in semantic segmentation, they often neglect network calibration quality, resulting in misalignment between prediction…

Unsupervised Domain AdaptationSemantic Segmentation