LGMay 23, 2025

Discretization-free Multicalibration through Loss Minimization over Tree Ensembles

arXiv:2505.17435v15 citationsh-index: 7
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient and accurate multicalibration in machine learning, particularly for applications requiring reliable predictions across overlapping subpopulations, though it is incremental as it builds on existing multicalibration concepts.

The paper tackles the problem of multicalibration in predictors by proposing a discretization-free method that optimizes an empirical risk objective over tree ensembles, achieving provable multicalibration and matching or outperforming existing approaches across multiple datasets.

In recent years, multicalibration has emerged as a desirable learning objective for ensuring that a predictor is calibrated across a rich collection of overlapping subpopulations. Existing approaches typically achieve multicalibration by discretizing the predictor's output space and iteratively adjusting its output values. However, this discretization approach departs from the standard empirical risk minimization (ERM) pipeline, introduces rounding error and additional sensitive hyperparameter, and may distort the predictor's outputs in ways that hinder downstream decision-making. In this work, we propose a discretization-free multicalibration method that directly optimizes an empirical risk objective over an ensemble of depth-two decision trees. Our ERM approach can be implemented using off-the-shelf tree ensemble learning methods such as LightGBM. Our algorithm provably achieves multicalibration, provided that the data distribution satisfies a technical condition we term as loss saturation. Across multiple datasets, our empirical evaluation shows that this condition is always met in practice. Our discretization-free algorithm consistently matches or outperforms existing multicalibration approaches--even when evaluated using a discretization-based multicalibration metric that shares its discretization granularity with the baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes