English

Training independent subnetworks for robust prediction

Machine Learning 2021-08-06 v2 Computer Vision and Pattern Recognition Machine Learning

Abstract

Recent approaches to efficiently ensemble neural networks have shown that strong robustness and uncertainty performance can be achieved with a negligible gain in parameters over the original network. However, these methods still require multiple forward passes for prediction, leading to a significant computational cost. In this work, we show a surprising result: the benefits of using multiple predictions can be achieved `for free' under a single model's forward pass. In particular, we show that, using a multi-input multi-output (MIMO) configuration, one can utilize a single model's capacity to train multiple subnetworks that independently learn the task at hand. By ensembling the predictions made by the subnetworks, we improve model robustness without increasing compute. We observe a significant improvement in negative log-likelihood, accuracy, and calibration error on CIFAR10, CIFAR100, ImageNet, and their out-of-distribution variants compared to previous methods.

Keywords

Cite

@article{arxiv.2010.06610,
  title  = {Training independent subnetworks for robust prediction},
  author = {Marton Havasi and Rodolphe Jenatton and Stanislav Fort and Jeremiah Zhe Liu and Jasper Snoek and Balaji Lakshminarayanan and Andrew M. Dai and Dustin Tran},
  journal= {arXiv preprint arXiv:2010.06610},
  year   = {2021}
}

Comments

Updated to the ICLR camera ready version, added reference to Soflaei et al. 2020

R2 v1 2026-06-23T19:19:18.834Z