paper-with-me

Papers

Gradient-based Label Binning in Multi-label Classification

2021-06-22 · Michael Rapp, Eneldo Loza Mencía, Johannes Fürnkranz, Eyke Hüllermeier

In multi-label classification, where a single example may be associated with several class labels at the same time, the ability to model dependencies between labels is considered crucial to effectively optimize non-decomposable evaluation measures, such as the Subset 0/1 loss. The gradient boosting framework provides a well-studied foundation for learning models that are specifically tailored to such a loss function and recent research attests the ability to achieve high predictive accuracy in the multi-label setting. The utilization of second-order derivatives, as used by many recent boosting approaches, helps to guide the minimization of non-decomposable losses, due to the information about pairs of labels it incorporates into the optimization process. On the downside, this comes with high computational costs, even if the number of labels is small. In this work, we address the computational bottleneck of such approach -- the need to solve a system of linear equations -- by integrating a novel approximation technique into the boosting procedure. Based on the derivatives computed during training, we dynamically group the labels into a predefined number of bins to impose an upper bound on the dimensionality of the linear system. Our experiments, using an existing rule-based algorithm, suggest that this may boost the speed of training, without any significant loss in predictive performance.

📄 PDF Abstract BibTeX arXiv:2106.11690

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Similar Papers 제목 키워드 기반

Multi-Class Uncertainty Calibration via Mutual Information Maximization-based Binning

2020-06-23 · ICLR 2021 1 · Kanil Patel, William Beluch, Bin Yang, Michael Pfeiffer 외

Post-hoc multi-class calibration is a common approach for providing high-quality confidence estimates of deep neural network predictions. Recent work has shown that widely used scaling methods underestimate their calibra…

Quantization

Distribution-free uncertainty quantification for classification under label shift

2021-03-04 · Aleksandr Podkopaev, Aaditya Ramdas

Trustworthy deployment of ML models requires a proper measure of uncertainty, especially in safety-critical applications. We focus on uncertainty quantification (UQ) for classification problems via two avenues -- predict…

ClassificationConformal PredictionGeneral ClassificationPrediction+1

Quantifying and Improving Adaptivity in Conformal Prediction through Input Transformations

2025-11-14 · Sooyong Jang, Insup Lee arxiv

Conformal prediction constructs a set of labels instead of a single point prediction, while providing a probabilistic coverage guarantee. Beyond the coverage guarantee, adaptiveness to example difficulty is an important …

Image Classification

When, Where, and How: Adaptive Binning for Tabular Self-Supervised Learning

2026-06-18 · Daehwan Kim, Haejun Chung, Ikbeom Jang arxiv

Medical tabular data are ubiquitous in clinical research, but deep learning for tables remains underexplored because reliable labels often require costly expert adjudication, even though structured clinical variables are…

Self-Supervised Learning

Learning Gradient Boosted Multi-label Classification Rules

2020-06-23 · Michael Rapp, Eneldo Loza Mencía, Johannes Fürnkranz, Vu-Linh Nguyen 외

In multi-label classification, where the evaluation of predictions is less straightforward than in single-label classification, various meaningful, though different, loss functions have been proposed. Ideally, the learni…

ClassificationGeneral ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION