LGNENov 23, 2023

Neural Subnetwork Ensembles

arXiv:2311.14101v2h-index: 3
AI Analysis

This work addresses the problem of expensive ensemble training for deep learning practitioners, offering a low-cost alternative that is incremental in nature.

The paper tackles the high computational cost of neural network ensembles by introducing Subnetwork Ensembles, which sample and optimize subnetworks from a trained parent model, resulting in improved training efficiency and generalization performance with minimized computational cost.

Neural network ensembles have been effectively used to improve generalization by combining the predictions of multiple independently trained models. However, the growing scale and complexity of deep neural networks have led to these methods becoming prohibitively expensive and time consuming to implement. Low-cost ensemble methods have become increasingly important as they can alleviate the need to train multiple models from scratch while retaining the generalization benefits that traditional ensemble learning methods afford. This dissertation introduces and formalizes a low-cost framework for constructing Subnetwork Ensembles, where a collection of child networks are formed by sampling, perturbing, and optimizing subnetworks from a trained parent model. We explore several distinct methodologies for generating child networks and we evaluate their efficacy through a variety of ablation studies and established benchmarks. Our findings reveal that this approach can greatly improve training efficiency, parametric utilization, and generalization performance while minimizing computational cost. Subnetwork Ensembles offer a compelling framework for exploring how we can build better systems by leveraging the unrealized potential of deep neural networks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes