paper-with-me

Papers

Label Alignment Regularization for Distribution Shift

2022-11-27 · Ehsan Imani, Guojun Zhang, Runjia Li, Jun Luo, Pascal Poupart, Philip H. S. Torr, Yangchen Pan

Recent work has highlighted the label alignment property (LAP) in supervised learning, where the vector of all labels in the dataset is mostly in the span of the top few singular vectors of the data matrix. Drawing inspiration from this observation, we propose a regularization method for unsupervised domain adaptation that encourages alignment between the predictions in the target domain and its top singular vectors. Unlike conventional domain adaptation approaches that focus on regularizing representations, we instead regularize the classifier to align with the unsupervised target data, guided by the LAP in both the source and target domains. Theoretical analysis demonstrates that, under certain assumptions, our solution resides within the span of the top right singular vectors of the target domain data and aligns with the optimal solution. By removing the reliance on the commonly used optimal joint risk assumption found in classic domain adaptation theory, we showcase the effectiveness of our method on addressing problems where traditional domain adaptation methods often fall short due to high joint error. Additionally, we report improved performance over domain adaptation baselines in well-known tasks such as MNIST-USPS domain adaptation and cross-lingual sentiment analysis.

📄 PDF Abstract BibTeX arXiv:2211.14960

Code (1)

ehsanei/lar 공식 구현 pytorch

Tasks

Domain AdaptationRepresentation LearningSentiment AnalysisUnsupervised Domain Adaptation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

A3: Active Adversarial Alignment for Source-Free Domain Adaptation

2024-09-27 · Chrisantus Eze, Christopher Crick

Unsupervised domain adaptation (UDA) aims to transfer knowledge from a labeled source domain to an unlabeled target domain. Recent works have focused on source-free UDA, where only target data is available. This is chall…

Active LearningDomain AdaptationSelf-Supervised LearningSource-Free Domain Adaptation+1

Just DIAL: DomaIn Alignment Layers for Unsupervised Domain Adaptation

2017-02-21 · Fabio Maria Carlucci, Lorenzo Porzi, Barbara Caputo, Elisa Ricci 외

The empirical fact that classifiers, trained on given data collections, perform poorly when tested on data acquired in different settings is theoretically explained in domain adaptation through a shift among distribution…

Domain AdaptationUnsupervised Domain Adaptation

Optimal Ridge Regularization for Out-of-Distribution Prediction

2024-04-01 · Pratik Patil, Jin-Hong Du, Ryan J. Tibshirani

We study the behavior of optimal ridge regularization and optimal ridge risk for out-of-distribution prediction, where the test distribution deviates arbitrarily from the train distribution. We establish general conditio…

Predictionregression

Optimal transport meets noisy label robust loss and MixUp regularization for domain adaptation

2022-06-22 · Kilian Fatras, Hiroki Naganuma, Ioannis Mitliagkas

It is common in computer vision to be confronted with domain shift: images which have the same class but different acquisition conditions. In domain adaptation (DA), one wants to classify unlabeled target images using so…

Domain Adaptation

Contrastive Conditional Alignment based on Label Shift Calibration for Imbalanced Domain Adaptation

2024-12-29 · Xiaona Sun, Zhenyu Wu, ZhiQiang Zhan, Yang Ji

Many existing unsupervised domain adaptation (UDA) methods primarily focus on covariate shift, limiting their effectiveness in imbalanced domain adaptation (IDA) where both covariate shift and label shift coexist. Recent…

Domain AdaptationUnsupervised Domain Adaptation