paper-with-me

홈 › Papers

Network Fission Ensembles for Low-Cost Self-Ensembles

2024-08-05 · Hojung Lee, Jong-Seok Lee

Recent ensemble learning methods for image classification have been shown to improve classification accuracy with low extra cost. However, they still require multiple trained models for ensemble inference, which eventually becomes a significant burden when the model size increases. In this paper, we propose a low-cost ensemble learning and inference, called Network Fission Ensembles (NFE), by converting a conventional network itself into a multi-exit structure. Starting from a given initial network, we first prune some of the weights to reduce the training burden. We then group the remaining weights into several sets and create multiple auxiliary paths using each set to construct multi-exits. We call this process Network Fission. Through this, multiple outputs can be obtained from a single network, which enables ensemble learning. Since this process simply changes the existing network structure to multi-exits without using additional networks, there is no extra computational burden for ensemble learning and inference. Moreover, by learning from multiple losses of all exits, the multi-exits improve performance via regularization, and high performance can be achieved even with increased network sparsity. With our simple yet effective method, we achieve significant improvement compared to existing ensemble methods. The code is available at https://github.com/hjdw2/NFE.

📄 PDF Abstract BibTeX arXiv:2408.02301

Code (1)

hjdw2/nfe 공식 구현 pytorch

Tasks

Ensemble Learningimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Hyperparameter Ensembles for Robustness and Uncertainty Quantification

2020-06-24 · NeurIPS 2020 12 · Florian Wenzel, Jasper Snoek, Dustin Tran, Rodolphe Jenatton

Ensembles over neural network weights trained from different random initialization, known as deep ensembles, achieve state-of-the-art accuracy and calibration. The recently introduced batch ensembles provide a drop-in re…

Diversityimage-classificationImage ClassificationUncertainty Quantification

Ensembles of Generative Adversarial Networks

2016-12-03 · Yaxing Wang, Lichao Zhang, Joost Van de Weijer

Ensembles are a popular way to improve results of discriminative CNNs. The combination of several networks trained starting from different initializations improves results significantly. In this paper we investigate the …

Self-Distribution Distillation: Efficient Uncertainty Estimation

2022-03-15 · Yassir Fathullah, Mark J. F. Gales

Deep learning is increasingly being applied in safety-critical domains. For these scenarios it is important to know the level of uncertainty in a model's prediction to ensure appropriate decisions are made by the system.…

Out-of-Distribution Detection

Direct Generation of Protein Conformational Ensembles via Machine Learning

2022-06-19 · bioRxiv 2022 6 · Giacomo Janson, Gilberto Valdes-Garcia, Lim Heo, Michael Feig

Dynamics and conformational sampling are essential for linking protein structure to biological function. While challenging to probe experimentally, computer simulations are widely used to describe protein dynamics, but a…

BIG-bench Machine LearningBiomedical Information RetrievalDrug DiscoveryGenerative Adversarial Network+1

MotherNets: Rapid Deep Ensemble Learning

2018-09-12 · Abdul Wasay, Brian Hentschel, Yuze Liao, Sanyuan Chen 외

Ensembles of deep neural networks significantly improve generalization accuracy. However, training neural network ensembles requires a large amount of computational resources and time. State-of-the-art approaches either …

ClusteringClustering EnsembleEnsemble LearningKnowledge Distillation