Label Alignment Regularization for Distribution Shift
Ehsan Imani, Guojun Zhang, Runjia Li, Jun Luo, Pascal Poupart, Philip, H.S. Torr, Yangchen Pan

TL;DR
This paper introduces a novel regularization technique for unsupervised domain adaptation that leverages label alignment properties and singular vector analysis to improve classifier alignment with target domain data, outperforming traditional methods.
Contribution
The paper proposes a new regularization method based on label alignment and singular vectors, removing the need for joint risk assumptions and enhancing domain adaptation performance.
Findings
Improved accuracy on MNIST-USPS domain adaptation
Enhanced performance in cross-lingual sentiment analysis
Theoretical validation of the method's alignment properties
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Text and Document Classification Technologies · Machine Learning and ELM
MethodsALIGN · Linear Regression
