EnsLoss: Stochastic Calibrated Loss Ensembles for Preventing Overfitting in Classification
Ben Dai

TL;DR
EnsLoss introduces a novel ensemble method that combines calibrated loss functions within the ERM framework, using stochastic gradient descent, to prevent overfitting and improve classification accuracy across diverse datasets.
Contribution
The paper proposes EnsLoss, a new ensemble approach that combines loss functions via calibrated loss-derivatives, ensuring statistical consistency and practical effectiveness in classification tasks.
Findings
EnsLoss outperforms fixed loss methods on multiple datasets.
Theoretical proof of statistical consistency for EnsLoss.
Effective in both tabular and image classification tasks.
Abstract
Empirical risk minimization (ERM) with a computationally feasible surrogate loss is a widely accepted approach for classification. Notably, the convexity and calibration (CC) properties of a loss function ensure consistency of ERM in maximizing accuracy, thereby offering a wide range of options for surrogate losses. In this article, we propose a novel ensemble method, namely EnsLoss, which extends the ensemble learning concept to combine loss functions within the ERM framework. A key feature of our method is the consideration on preserving the "legitimacy" of the combined losses, i.e., ensuring the CC properties. Specifically, we first transform the CC conditions of losses into loss-derivatives, thereby bypassing the need for explicit loss functions and directly generating calibrated loss-derivatives. Therefore, inspired by Dropout, EnsLoss enables loss ensembles through one training…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning and Data Classification · Imbalanced Data Classification Techniques · Anomaly Detection Techniques and Applications
MethodsDropout
