Locally Adaptive Multi-Objective Learning
Jivat Neet Kaur, Isaac Gibbs, Michael I. Jordan
TL;DR
This work addresses online learning under arbitrary distribution shifts when multiple objectives must be satisfied simultaneously. It introduces a locally adaptive framework that replaces the standard Hedge weight-update with a Fixed Share-based online learner to guarantee interval-wise (local) performance, yielding time-local guarantees for any interval $I$ with losses bounded by $O\left(\sqrt{\frac{\log(|\mathcal{L}|\cdot |I|)}{|I|}}\right)$. The approach is instantiated to multiaccuracy mean estimation and quantile estimation, augmented by a prediction-error objective to preserve baseline predictive accuracy, and extended to online quantile loss via pinball loss. Empirically, on GEFCom2014-L and COMPAS datasets, locally adaptive MA+pred achieves near-zero local multiaccuracy errors and maintains or improves predictive accuracy relative to baselines, outperforming adaptive-objectives variants in local performance. The results suggest that time-local guarantees and adaptivity can significantly improve fairness and calibration under distribution shifts in real-world sequential prediction tasks, with code released for reproducibility.
Abstract
We consider the general problem of learning a predictor that satisfies multiple objectives of interest simultaneously, a broad framework that captures a range of specific learning goals including calibration, regret, and multiaccuracy. We work in an online setting where the data distribution can change arbitrarily over time. Existing approaches to this problem aim to minimize the set of objectives over the entire time horizon in a worst-case sense, and in practice they do not necessarily adapt to distribution shifts. Earlier work has aimed to alleviate this problem by incorporating additional objectives that target local guarantees over contiguous subintervals. Empirical evaluation of these proposals is, however, scarce. In this article, we consider an alternative procedure that achieves local adaptivity by replacing one part of the multi-objective learning method with an adaptive online algorithm. Empirical evaluations on datasets from energy forecasting and algorithmic fairness show that our proposed method improves upon existing approaches and achieves unbiased predictions over subgroups, while remaining robust under distribution shift.
