OCAILGMLOct 30, 2018

An Online-Learning Approach to Inverse Optimization

arXiv:1810.12997v227 citations
Originality Incremental advance
AI Analysis

This work addresses inverse optimization for researchers and practitioners in optimization and machine learning, offering a generalizable online approach with incremental improvements over previous methods.

The paper tackles the problem of learning a decision-maker's objective function by observing only input data and decisions over multiple rounds, presenting online algorithms that converge at a rate of O(1/√T) and perform comparably to the observed decision-maker after few iterations.

In this paper, we demonstrate how to learn the objective function of a decision-maker while only observing the problem input data and the decision-maker's corresponding decisions over multiple rounds. We present exact algorithms for this online version of inverse optimization which converge at a rate of $ \mathcal{O}(1/\sqrt{T}) $ in the number of observations~$T$ and compare their further properties. Especially, they all allow taking decisions which are essentially as good as those of the observed decision-maker already after relatively few iterations, but are suited best for different settings each. Our approach is based on online learning and works for linear objectives over arbitrary feasible sets for which we have a linear optimization oracle. As such, it generalizes previous approaches based on KKT-system decomposition and dualization. We also introduce several generalizations, such as the approximate learning of non-linear objective functions, dynamically changing as well as parameterized objectives and the case of suboptimal observed decisions. When applied to the stochastic offline case, our algorithms are able to give guarantees on the quality of the learned objectives in expectation. Finally, we show the effectiveness and possible applications of our methods in indicative computational experiments.

Foundations

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

Your Notes