LGOct 12, 2015

On Correcting Inputs: Inverse Optimization for Online Structured Prediction

arXiv:1510.03130v12 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of handling incorrect input data in online learning systems for structured prediction, offering a novel approach that is incremental in extending inverse optimization to include margin constraints.

The paper tackles the problem of correcting input data in online structured prediction by introducing inverse optimization with a margin, requiring desired outputs to be better than alternatives by a specified margin. It provides the first known results for this problem across several combinatorial optimization settings, such as matroid basis and shortest paths, with effectiveness discussed for online learning applications.

Algorithm designers typically assume that the input data is correct, and then proceed to find "optimal" or "sub-optimal" solutions using this input data. However this assumption of correct data does not always hold in practice, especially in the context of online learning systems where the objective is to learn appropriate feature weights given some training samples. Such scenarios necessitate the study of inverse optimization problems where one is given an input instance as well as a desired output and the task is to adjust the input data so that the given output is indeed optimal. Motivated by learning structured prediction models, in this paper we consider inverse optimization with a margin, i.e., we require the given output to be better than all other feasible outputs by a desired margin. We consider such inverse optimization problems for maximum weight matroid basis, matroid intersection, perfect matchings, minimum cost maximum flows, and shortest paths and derive the first known results for such problems with a non-zero margin. The effectiveness of these algorithmic approaches to online learning for structured prediction is also discussed.

Foundations

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

Your Notes