Input-gradient space particle inference for neural network ensembles
Trung Trinh, Markus Heinonen, Luigi Acerbi, Samuel Kaski
TL;DR
This paper addresses the limited functional diversity in deep ensembles by proposing First-order Repulsive Deep Ensembles (FoRDE), which performs ParVI in the space of input gradients $\nabla_x f(x;\theta)_y$ to promote diverse feature learning. It defines a data-dependent kernel $k(\theta_i,\theta_j)$ based on gradient similarities and derives a Wasserstein gradient-descent update that combines a driving force toward the posterior with a repulsion force that encourages gradient diversity. The authors show that FaRDE, especially with PCA-based lengthscales (FoRDE-PCA), achieves superior accuracy and calibration under covariate shift from input perturbations and demonstrates strong transfer learning performance, outperforming standard deep ensembles and other repulsive methods, while offering notable robustness advantages. The practical impact is a scalable, gradient-space ensemble method that yields functionally diverse models with improved uncertainty estimation under distribution shifts and corruptions.
Abstract
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.
