LGMLJun 7, 2019

Variational Resampling Based Assessment of Deep Neural Networks under Distribution Shift

arXiv:1906.02972v65 citations
Originality Incremental advance
AI Analysis

This provides a tool for assessing model generalization under distribution shift, which is an incremental advance for machine learning practitioners and researchers in domain adaptation.

The paper tackles the problem of evaluating deep learning models' robustness to distribution shift by proposing a variational inference-based resampling framework that artificially creates domain splits from a single dataset, and finds that Bayesian CNNs outperform standard CNNs on Fashion-MNIST under these shifts, with improvements in accuracy of up to 5%.

A novel variational inference based resampling framework is proposed to evaluate the robustness and generalization capability of deep learning models with respect to distribution shift. We use Auto Encoding Variational Bayes to find a latent representation of the data, on which a Variational Gaussian Mixture Model is applied to deliberately create distribution shift by dividing the dataset into different clusters. Wasserstein distance is used to characterize the extent of distribution shift between the generated data splits. We compare several popular Convolutional Neural Network (CNN) architectures and Bayesian CNN models for image classification on the Fashion-MNIST dataset, to assess their robustness and generalization behavior under the deliberately created distribution shift, as well as under random Cross Validation. Our method of creating artificial domain splits of a single dataset can also be used to establish novel model selection criteria and assessment tools in machine learning, as well as benchmark methods for domain adaptation and domain generalization approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes