paper-with-me

홈 › Papers

Divide to Adapt: Mitigating Confirmation Bias for Domain Adaptation of Black-Box Predictors

2022-05-28 · Jianfei Yang, Xiangyu Peng, Kai Wang, Zheng Zhu, Jiashi Feng, Lihua Xie, Yang You

Domain Adaptation of Black-box Predictors (DABP) aims to learn a model on an unlabeled target domain supervised by a black-box predictor trained on a source domain. It does not require access to both the source-domain data and the predictor parameters, thus addressing the data privacy and portability issues of standard domain adaptation. Existing DABP approaches mostly rely on model distillation from the black-box predictor, \emph{i.e.}, training the model with its noisy target-domain predictions, which however inevitably introduces the confirmation bias accumulated from the prediction noises. To mitigate such bias, we propose a new method, named BETA, to incorporate knowledge distillation and noisy label learning into one coherent framework. This is enabled by a new divide-to-adapt strategy. BETA divides the target domain into an easy-to-adapt subdomain with less noise and a hard-to-adapt subdomain. Then it deploys mutually-teaching twin networks to filter the predictor errors for each other and improve them progressively, from the easy to hard subdomains. As such, BETA effectively purifies the noisy labels and reduces error accumulation. We theoretically show that the target error of BETA is minimized by decreasing the noise ratio of the subdomains. Extensive experiments demonstrate BETA outperforms existing methods on all DABP benchmarks, and is even comparable with the standard domain adaptation methods that use the source-domain data.

📄 PDF Abstract BibTeX arXiv:2205.14467

Code (1)

xyupeng/beta 공식 구현 pytorch

Tasks

Domain AdaptationKnowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Failing to Falsify: Evaluating and Mitigating Confirmation Bias in Language Models

2026-04-02 · Ayush Rajesh Jhaveri, Anthony GX-Chen, Ilia Sucholutsky, Eunsol Choi arxiv

Confirmation bias, the tendency to seek evidence that supports rather than challenges one's belief, hinders one's reasoning ability. We examine whether large language models (LLMs) exhibit confirmation bias by adapting t…

Two Wrongs Don't Make a Right: Combating Confirmation Bias in Learning with Label Noise

2021-12-06 · Mingcai Chen, Hao Cheng, Yuntao Du, Ming Xu 외

Noisy labels damage the performance of deep networks. For robust learning, a prominent two-stage pipeline alternates between eliminating possible incorrect labels and semi-supervised training. However, discarding part of…

Image Classification

Toward an Unbiased Collective Memory for Efficient LLM-Based Agentic 6G Cross-Domain Management

2025-09-30 · Hatim Chergui, Miguel Catalan Cid, Pouria Sayyad Khodashenas, Daniel Camps Mur 외 arxiv

This paper introduces a novel framework for proactive cross-domain resource orchestration in 6G RAN-Edge networks, featuring large language model (LLM)-augmented agents. The system comprises specialized RAN (energy effic…

Semantic Retrieval

Stable Neighbor Denoising for Source-free Domain Adaptive Segmentation

2024-06-10 · CVPR 2024 1 · Dong Zhao, Shuang Wang, Qi Zang, Licheng Jiao 외

We study source-free unsupervised domain adaptation (SFUDA) for semantic segmentation, which aims to adapt a source-trained model to the target domain without accessing the source data. Many works have been proposed to a…

DenoisingDomain AdaptationPseudo LabelSemantic Segmentation+1

Divide and Denoise: Learning from Noisy Labels in Fine-Grained Entity Typing with Cluster-Wise Loss Correction

2022-05-01 · ACL 2022 5 · Kunyuan Pang, Haoyu Zhang, Jie zhou, Ting Wang

Fine-grained Entity Typing (FET) has made great progress based on distant supervision but still suffers from label noise. Existing FET noise learning methods rely on prediction distributions in an instance-independent ma…

Entity Typing