Noisy Deep Ensemble: Accelerating Deep Ensemble Learning via Noise Injection
Abstract
Neural network ensembles is a simple yet effective approach for enhancing generalization capabilities. The most common method involves independently training multiple neural networks initialized with different weights and then averaging their predictions during inference. However, this approach increases training time linearly with the number of ensemble members. To address this issue, we propose the novel ``Noisy Deep Ensemble'' method, significantly reducing the training time required for neural network ensembles. In this method, a parent model is trained until convergence, and then the weights of the parent model are perturbed in various ways to construct multiple child models. This perturbation of the parent model weights facilitates the exploration of different local minima while significantly reducing the training time for each ensemble member. We evaluated our method using diverse CNN architectures on CIFAR-10 and CIFAR-100 datasets, surpassing conventional efficient ensemble methods and achieving test accuracy comparable to standard ensembles. Code is available at https://github.com/TSTB-dev/NoisyDeepEnsemblehttps://github.com/TSTB-dev/NoisyDeepEnsemble
Turn this paper into a full lesson
ArcXiv compiles a staged curriculum from this paper: 8-12 lessons across beginner → advanced, synthesised section guides, visuals, flashcards, a quiz, exercises, and on-demand deep dives per section. Grounded in the abstract, never invented.