Improving Out-of-Distribution Robustness via Selective Augmentation
Huaxiu Yao, Yu Wang, Sai Li, Linjun Zhang, Weixin Liang, James Zou,, Chelsea Finn

TL;DR
This paper introduces LISA, a selective augmentation method using mixup to improve model robustness against distribution shifts without constraining internal representations, demonstrating superior performance across multiple benchmarks.
Contribution
LISA is a novel, simple mixup-based technique that learns invariant predictors through selective augmentation, avoiding restrictions on internal model representations.
Findings
LISA outperforms state-of-the-art methods on nine benchmarks.
LISA produces more invariant predictors.
Theoretically reduces worst-group error.
Abstract
Machine learning algorithms typically assume that training and test examples are drawn from the same distribution. However, distribution shift is a common problem in real-world applications and can cause models to perform dramatically worse at test time. In this paper, we specifically consider the problems of subpopulation shifts (e.g., imbalanced data) and domain shifts. While prior works often seek to explicitly regularize internal representations or predictors of the model to be domain invariant, we instead aim to learn invariant predictors without restricting the model's internal representations or predictors. This leads to a simple mixup-based technique which learns invariant predictors via selective augmentation called LISA. LISA selectively interpolates samples either with the same labels but different domains or with the same domain but different labels. Empirically, we study…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Domain Adaptation and Few-Shot Learning · Artificial Intelligence in Healthcare
