English

Learning-Augmented Algorithms for $k$-median via Online Learning

Data Structures and Algorithms 2026-03-20 v1 Machine Learning

Abstract

The field of learning-augmented algorithms seeks to use ML techniques on past instances of a problem to inform an algorithm designed for a future instance. In this paper, we introduce a novel model for learning-augmented algorithms inspired by online learning. In this model, we are given a sequence of instances of a problem and the goal of the learning-augmented algorithm is to use prior instances to propose a solution to a future instance of the problem. The performance of the algorithm is measured by its average performance across all the instances, where the performance on a single instance is the ratio between the cost of the algorithm's solution and that of an optimal solution for that instance. We apply this framework to the classic kk-median clustering problem, and give an efficient learning algorithm that can approximately match the average performance of the best fixed kk-median solution in hindsight across all the instances. We also experimentally evaluate our algorithm and show that its empirical performance is close to optimal, and also that it automatically adapts the solution to a dynamically changing sequence.

Keywords

Cite

@article{arxiv.2603.18157,
  title  = {Learning-Augmented Algorithms for $k$-median via Online Learning},
  author = {Anish Hebbar and Rong Ge and Amit Kumar and Debmalya Panigrahi},
  journal= {arXiv preprint arXiv:2603.18157},
  year   = {2026}
}

Comments

NeurIPS 2025

R2 v1 2026-07-01T11:26:56.477Z