paper-with-me

홈 › Papers

Trust And Balance: Few Trusted Samples Pseudo-Labeling and Temperature Scaled Loss for Effective Source-Free Unsupervised Domain Adaptation

2024-09-01 · Andrea Maracani, Lorenzo Rosasco, Lorenzo Natale

Deep Neural Networks have significantly impacted many computer vision tasks. However, their effectiveness diminishes when test data distribution (target domain) deviates from the one of training data (source domain). In situations where target labels are unavailable and the access to the labeled source domain is restricted due to data privacy or memory constraints, Source-Free Unsupervised Domain Adaptation (SF-UDA) has emerged as a valuable tool. Recognizing the key role of SF-UDA under these constraints, we introduce a novel approach marked by two key contributions: Few Trusted Samples Pseudo-labeling (FTSP) and Temperature Scaled Adaptive Loss (TSAL). FTSP employs a limited subset of trusted samples from the target data to construct a classifier to infer pseudo-labels for the entire domain, showing simplicity and improved accuracy. Simultaneously, TSAL, designed with a unique dual temperature scheduling, adeptly balance diversity, discriminability, and the incorporation of pseudo-labels in the unsupervised adaptation objective. Our methodology, that we name Trust And Balance (TAB) adaptation, is rigorously evaluated on standard datasets like Office31 and Office-Home, and on less common benchmarks such as ImageCLEF-DA and Adaptiope, employing both ResNet50 and ViT-Large architectures. Our results compare favorably with, and in most cases surpass, contemporary state-of-the-art techniques, underscoring the effectiveness of our methodology in the SF-UDA landscape.

📄 PDF Abstract BibTeX arXiv:2409.00741

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSchedulingUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

Adaptive Loss 설명 없음

Similar Papers 제목 키워드 기반

Trusted Multi-view Learning for Long-tailed Classification

2025-11-12 · Chuanqing Tang, Yifei Shi, Guanghao Lin, Lei Xing 외 arxiv

Class imbalance has been extensively studied in single-view scenarios; however, addressing this challenge in multi-view contexts remains an open problem, with even scarcer research focusing on trustworthy solutions. In t…

Decision Making

Using Trusted Data to Train Deep Networks on Labels Corrupted by Severe Noise

2018-02-14 · NeurIPS 2018 12 · Dan Hendrycks, Mantas Mazeika, Duncan Wilson, Kevin Gimpel

The growing importance of massive datasets used for deep learning makes robustness to label noise a critical property for classifiers to have. Sources of label noise include automatic labeling, non-expert labeling, and l…

Data Poisoning

Meta-Learning Guided Label Noise Distillation for Robust Signal Modulation Classification

2024-08-09 · Xiaoyang Hao, Zhixi Feng, Tongqing Peng, Shuyuan Yang

Automatic modulation classification (AMC) is an effective way to deal with physical layer threats of the internet of things (IoT). However, there is often label mislabeling in practice, which significantly impacts the pe…

Meta-Learning

Pseudo-Labeling by Multi-Policy Viewfinder Network for Image Cropping

2024-07-02 · Zhiyu Pan, Kewei Wang, Yizheng Wu, Liwen Xiao 외

Automatic image cropping models predict reframing boxes to enhance image aesthetics. Yet, the scarcity of labeled data hinders the progress of this task. To overcome this limitation, we explore the possibility of utilizi…

Image Cropping

InPL: Pseudo-labeling the Inliers First for Imbalanced Semi-supervised Learning

2023-03-13 · Zhuoran Yu, Yin Li, Yong Jae Lee

Recent state-of-the-art methods in imbalanced semi-supervised learning (SSL) rely on confidence-based pseudo-labeling with consistency regularization. To obtain high-quality pseudo-labels, a high confidence threshold is …

Out-of-Distribution Detection