English

Input-gradient space particle inference for neural network ensembles

Machine Learning 2024-03-06 v3 Machine Learning

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.

Keywords

Cite

@article{arxiv.2306.02775,
  title  = {Input-gradient space particle inference for neural network ensembles},
  author = {Trung Trinh and Markus Heinonen and Luigi Acerbi and Samuel Kaski},
  journal= {arXiv preprint arXiv:2306.02775},
  year   = {2024}
}

Comments

Published at ICLR 2024 (spotlight presentation). Code is available at https://github.com/AaltoPML/FoRDE

R2 v1 2026-06-28T10:56:26.731Z