MLLGJun 5, 2023

Input-gradient space particle inference for neural network ensembles

arXiv:2306.02775v34 citationsh-index: 66
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing ensemble robustness for machine learning practitioners, offering an incremental improvement over existing methods.

The authors tackled the problem of improving neural network ensemble diversity by proposing FoRDE, a method that performs repulsion in input-gradient space, which significantly outperformed Deep Ensembles and other methods in accuracy and calibration under covariate shift on image classification and transfer learning tasks.

Deep Ensembles (DEs) demonstrate improved accuracy, calibration and robustness to perturbations over single neural networks partly due to their functional diversity. Particle-based variational inference (ParVI) methods enhance diversity by formalizing a repulsion term based on a network similarity kernel. However, weight-space repulsion is inefficient due to over-parameterization, while direct function-space repulsion has been found to produce little improvement over DEs. To sidestep these difficulties, we propose First-order Repulsive Deep Ensemble (FoRDE), an ensemble learning method based on ParVI, which performs repulsion in the space of first-order input gradients. As input gradients uniquely characterize a function up to translation and are much smaller in dimension than the weights, this method guarantees that ensemble members are functionally different. Intuitively, diversifying the input gradients encourages each network to learn different features, which is expected to improve the robustness of an ensemble. Experiments on image classification datasets and transfer learning tasks show that FoRDE significantly outperforms the gold-standard DEs and other ensemble methods in accuracy and calibration under covariate shift due to input perturbations.

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