Learning to Augment via Implicit Differentiation for Domain Generalization
Tingwei Wang, Da Li, Kaiyang Zhou, Tao Xiang, Yi-Zhe Song

TL;DR
This paper introduces AugLearn, a novel domain generalization method that optimizes data augmentation modules via meta-learning with implicit differentiation, improving model robustness across diverse domains.
Contribution
AugLearn uniquely models data augmentation as hyper-parameters optimized through meta-learning using implicit differentiation, enhancing domain generalization performance.
Findings
Effective on PACS, Office-Home, Digits-DG benchmarks.
Outperforms existing augmentation-based DG methods.
Efficient joint training algorithm reduces computational cost.
Abstract
Machine learning models are intrinsically vulnerable to domain shift between training and testing data, resulting in poor performance in novel domains. Domain generalization (DG) aims to overcome the problem by leveraging multiple source domains to learn a domain-generalizable model. In this paper, we propose a novel augmentation-based DG approach, dubbed AugLearn. Different from existing data augmentation methods, our AugLearn views a data augmentation module as hyper-parameters of a classification model and optimizes the module together with the model via meta-learning. Specifically, at each training step, AugLearn (i) divides source domains into a pseudo source and a pseudo target set, and (ii) trains the augmentation module in such a way that the augmented (synthetic) images can make the model generalize well on the pseudo target set. Moreover, to overcome the expensive second-order…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning
