LGFeb 5

Projected Boosting with Fairness Constraints: Quantifying the Cost of Fair Training Distributions

arXiv:2602.05713v1h-index: 2
Originality Incremental advance
AI Analysis

This work addresses fairness in machine learning for boosting algorithms, but it is incremental as it builds on existing boosting methods with fairness constraints.

The paper tackled the problem of incorporating group fairness constraints into boosting algorithms while preserving analyzable training dynamics, resulting in a method called FairBoost that quantifies the accuracy-fairness tradeoff with a theoretical bound where convergence rate depends on weak learner edge minus a fairness cost term.

Boosting algorithms enjoy strong theoretical guarantees: when weak learners maintain positive edge, AdaBoost achieves geometric decrease of exponential loss. We study how to incorporate group fairness constraints into boosting while preserving analyzable training dynamics. Our approach, FairBoost, projects the ensemble-induced exponential-weights distribution onto a convex set of distributions satisfying fairness constraints (as a reweighting surrogate), then trains weak learners on this fair distribution. The key theoretical insight is that projecting the training distribution reduces the effective edge of weak learners by a quantity controlled by the KL-divergence of the projection. We prove an exponential-loss bound where the convergence rate depends on weak learner edge minus a "fairness cost" term $δ_t = \sqrt{\mathrm{KL}(w^t \| q^t)/2}$. This directly quantifies the accuracy-fairness tradeoff in boosting dynamics. Experiments on standard benchmarks validate the theoretical predictions and demonstrate competitive fairness-accuracy tradeoffs with stable training curves.

Foundations

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

Your Notes