paper-with-me

홈 › Papers

Domain Adaptation with Auxiliary Target Domain-Oriented Classifier

2020-07-08 · CVPR 2021 1 · Jian Liang, Dapeng Hu, Jiashi Feng

Domain adaptation (DA) aims to transfer knowledge from a label-rich but heterogeneous domain to a label-scare domain, which alleviates the labeling efforts and attracts considerable attention. Different from previous methods focusing on learning domain-invariant feature representations, some recent methods present generic semi-supervised learning (SSL) techniques and directly apply them to DA tasks, even achieving competitive performance. One of the most popular SSL techniques is pseudo-labeling that assigns pseudo labels for each unlabeled data via the classifier trained by labeled data. However, it ignores the distribution shift in DA problems and is inevitably biased to source data. To address this issue, we propose a new pseudo-labeling framework called Auxiliary Target Domain-Oriented Classifier (ATDOC). ATDOC alleviates the classifier bias by introducing an auxiliary classifier for target data only, to improve the quality of pseudo labels. Specifically, we employ the memory mechanism and develop two types of non-parametric classifiers, i.e. the nearest centroid classifier and neighborhood aggregation, without introducing any additional network parameters. Despite its simplicity in a pseudo classification objective, ATDOC with neighborhood aggregation significantly outperforms domain alignment techniques and prior SSL techniques on a large variety of DA benchmarks and even scare-labeled SSL tasks.

📄 PDF Abstract BibTeX arXiv:2007.04171

Code (2)

tim-learn/atdoc 공식 구현 pytorch
kevinmusgrave/pytorch-adapt pytorch

Tasks

Domain AdaptationTransfer Learning

Methods 이 논문이 사용한 방법론

Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…

Similar Papers 제목 키워드 기반

Gradual Domain Adaptation via Self-Training of Auxiliary Models

2021-06-18 · Yabin Zhang, Bin Deng, Kui Jia, Lei Zhang

Domain adaptation becomes more challenging with increasing gaps between source and target domains. Motivated from an empirical analysis on the reliability of labeled source data for the use of distancing target domains, …

Domain AdaptationSemi-supervised Domain Adaptation

Mind the Class Weight Bias: Weighted Maximum Mean Discrepancy for Unsupervised Domain Adaptation

2017-05-01 · CVPR 2017 7 · Hongliang Yan, Yukang Ding, Peihua Li, Qilong Wang 외

In domain adaptation, maximum mean discrepancy (MMD) has been widely adopted as a discrepancy metric between the distributions of source and target domains. However, existing MMD-based domain adaptation methods generally…

Domain AdaptationUnsupervised Domain Adaptation

Empowering GNNs for Domain Adaptation via Denoising Target Graph

2025-12-06 · Haiyang Yu, Meng-Chieh Lee, Xiang song, Qi Zhu 외 arxiv

We explore the node classification task in the context of graph domain adaptation, which uses both source and target graph structures along with source labels to enhance the generalization capabilities of Graph Neural Ne…

GRAPH DOMAIN ADAPTATIONNode Classification

Fast Adaptation for Human Pose Estimation via Meta-Optimization

2024-01-01 · CVPR 2024 1 · Shengxiang Hu, Huaijiang Sun, Bin Li, Dong Wei 외

Domain shift is a challenge for supervised human pose estimation where the source data and target data come from different distributions. This is why pose estimation methods generally perform worse on the test set th…

Auxiliary LearningImage InpaintingMeta-LearningPose Estimation+2

Semi-Supervised Domain Adaptation Using Target-Oriented Domain Augmentation for 3D Object Detection

2024-06-17 · Yecheol Kim, Junho Lee, Changsoo Park, Hyoung won Kim 외

3D object detection is crucial for applications like autonomous driving and robotics. However, in real-world environments, variations in sensor data distribution due to sensor upgrades, weather changes, and geographic di…

3D Object DetectionAutonomous DrivingDomain Adaptationobject-detection+2