paper-with-me

홈 › Papers

On Power Laws in Deep Ensembles

2020-07-16 · NeurIPS 2020 12 · Ekaterina Lobacheva, Nadezhda Chirkova, Maxim Kodryan, Dmitry Vetrov

Ensembles of deep neural networks are known to achieve state-of-the-art performance in uncertainty estimation and lead to accuracy improvement. In this work, we focus on a classification problem and investigate the behavior of both non-calibrated and calibrated negative log-likelihood (CNLL) of a deep ensemble as a function of the ensemble size and the member network size. We indicate the conditions under which CNLL follows a power law w.r.t. ensemble size or member network size, and analyze the dynamics of the parameters of the discovered power laws. Our important practical finding is that one large network may perform worse than an ensemble of several medium-size networks with the same total number of parameters (we call this ensemble a memory split). Using the detected power law-like dependencies, we can predict (1) the possible gain from the ensembling of networks with given structure, (2) the optimal memory split given a memory budget, based on a relatively small number of trained networks. We describe the memory split advantage effect in more details in arXiv:2005.07292

📄 PDF Abstract BibTeX arXiv:2007.08483

Code (1)

nadiinchi/power_laws_deep_ensembles 공식 구현 pytorch

Similar Papers 제목 키워드 기반

On the origin of neural scaling laws: from random graphs to natural language

2026-01-15 · Maissam Barkeshli, Alberto Alfarano, Andrey Gromov arxiv

Scaling laws have played a major role in the modern AI revolution, providing practitioners predictive power over how the model performance will improve with increasing data, compute, and number of model parameters. This …

No Free Lunch From Random Feature Ensembles

2024-12-06 · Benjamin S. Ruben, William L. Tong, Hamza Tahir Chaudhry, Cengiz Pehlevan

Given a budget on total model size, one must decide whether to train a single, large neural network or to combine the predictions of many smaller networks. We study this trade-off for ensembles of random-feature ridge re…

regression

Scaling Laws for Classical Machine Learning on Tabular Data: A Benchmark Study

2026-07-23 · Kaihua Ding arxiv

Prior classical-ML learning-curve work fits power laws to tree, linear, and kernel models on tabular data, but at small scale: typically one curve, one team, a handful of cells. We present a distributed classroom-scale r…

Ensembling over Classifiers: a Bias-Variance Perspective

2022-06-21 · Neha Gupta, Jamie Smith, Ben Adlam, Zelda Mariet

Ensembles are a straightforward, remarkably effective method for improving the accuracy,calibration, and robustness of models on classification tasks; yet, the reasons that underlie their success remain an active area of…

Beyond Modality Fusion: Deep Ensembles for Multimodal Classification

2026-07-06 · Ilya Burenko, Dmitry Vetrov arxiv

In multimodal classification, late-fusion approaches classify concatenated modality-specific features extracted by unimodal neural networks. When modality imbalance is pronounced, various regularization techniques have b…