English

Online Inverse Linear Optimization: Efficient Logarithmic-Regret Algorithm, Robustness to Suboptimality, and Lower Bound

Machine Learning 2025-05-23 v6

Abstract

In online inverse linear optimization, a learner observes time-varying sets of feasible actions and an agent's optimal actions, selected by solving linear optimization over the feasible actions. The learner sequentially makes predictions of the agent's true linear objective function, and their quality is measured by the regret, the cumulative gap between optimal objective values and those achieved by following the learner's predictions. A seminal work by B\"armann et al. (2017) obtained a regret bound of O(T)O(\sqrt{T}), where TT is the time horizon. Subsequently, the regret bound has been improved to O(n4lnT)O(n^4 \ln T) by Besbes et al. (2021, 2025) and to O(nlnT)O(n \ln T) by Gollapudi et al. (2021), where nn is the dimension of the ambient space of objective vectors. However, these logarithmic-regret methods are highly inefficient when TT is large, as they need to maintain regions specified by O(T)O(T) constraints, which represent possible locations of the true objective vector. In this paper, we present the first logarithmic-regret method whose per-round complexity is independent of TT; indeed, it achieves the best-known bound of O(nlnT)O(n \ln T). Our method is strikingly simple: it applies the online Newton step (ONS) to appropriate exp-concave loss functions. Moreover, for the case where the agent's actions are possibly suboptimal, we establish a regret bound of O(nlnT+ΔTnlnT)O(n\ln T + \sqrt{\Delta_T n\ln T}), where ΔT\Delta_T is the cumulative suboptimality of the agent's actions. This bound is achieved by using MetaGrad, which runs ONS with Θ(lnT)\Theta(\ln T) different learning rates in parallel. We also present a lower bound of Ω(n)\Omega(n), showing that the O(nlnT)O(n\ln T) bound is tight up to an O(lnT)O(\ln T) factor.

Keywords

Cite

@article{arxiv.2501.14349,
  title  = {Online Inverse Linear Optimization: Efficient Logarithmic-Regret Algorithm, Robustness to Suboptimality, and Lower Bound},
  author = {Shinsaku Sakaue and Taira Tsuchiya and Han Bao and Taihei Oki},
  journal= {arXiv preprint arXiv:2501.14349},
  year   = {2025}
}
R2 v1 2026-06-28T21:15:56.370Z