Improving Out-of-Distribution Robustness of Classifiers via Generative Interpolation
Haoyue Bai, Ceyuan Yang, Yinghao Xu, S.-H. Gary Chan, Bolei Zhou

TL;DR
This paper introduces Generative Interpolation, a method that combines multiple generative models to create diverse out-of-distribution samples, enhancing classifier robustness against distribution shifts.
Contribution
We propose a novel approach that interpolates between trained generative models to generate diverse OoD samples, improving out-of-distribution robustness of classifiers.
Findings
Improves classifier performance on OoD data across multiple datasets.
Enhances diversity of generated OoD samples through model interpolation.
Achieves consistent robustness gains over baseline methods.
Abstract
Deep neural networks achieve superior performance for learning from independent and identically distributed (i.i.d.) data. However, their performance deteriorates significantly when handling out-of-distribution (OoD) data, where the training and test are drawn from different distributions. In this paper, we explore utilizing the generative models as a data augmentation source for improving out-of-distribution robustness of neural classifiers. Specifically, we develop a simple yet effective method called Generative Interpolation to fuse generative models trained from multiple domains for synthesizing diverse OoD samples. Training a generative model directly on the source domains tends to suffer from mode collapse and sometimes amplifies the data bias. Instead, we first train a StyleGAN model on one source domain and then fine-tune it on the other domains, resulting in many correlated…
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
TopicsGenerative Adversarial Networks and Image Synthesis · Anomaly Detection Techniques and Applications · Machine Learning and Data Classification
MethodsDense Connections · Convolution · Feedforward Network · HuMan(Expedia)||How do I get a human at Expedia? · R1 Regularization · Adaptive Instance Normalization · StyleGAN
