TL;DR
AdaCC introduces a dynamic, parameter-free cost-sensitive boosting method that adjusts misclassification costs during training based on model performance, effectively addressing class imbalance without requiring domain-specific cost tuning.
Contribution
The paper proposes AdaCC, a novel boosting approach that adaptively modifies misclassification costs over iterations, providing theoretical guarantees and outperforming existing methods on real-world datasets.
Findings
Outperforms 12 state-of-the-art methods across multiple metrics.
Demonstrates consistent improvements in AUC, balanced accuracy, gmean, and recall.
Effective on 27 diverse real-world imbalanced datasets.
Abstract
Class imbalance poses a major challenge for machine learning as most supervised learning models might exhibit bias towards the majority class and under-perform in the minority class. Cost-sensitive learning tackles this problem by treating the classes differently, formulated typically via a user-defined fixed misclassification cost matrix provided as input to the learner. Such parameter tuning is a challenging task that requires domain knowledge and moreover, wrong adjustments might lead to overall predictive performance deterioration. In this work, we propose a novel cost-sensitive boosting approach for imbalanced data that dynamically adjusts the misclassification costs over the boosting rounds in response to model's performance instead of using a fixed misclassification cost matrix. Our method, called AdaCC, is parameter-free as it relies on the cumulative behavior of the boosting…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
