LGDec 7, 2015

Risk Minimization in Structured Prediction using Orbit Loss

arXiv:1512.02033v25 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency in structured prediction for machine learning practitioners, but it is incremental as it builds on existing risk minimization methods.

The paper tackles the problem of risk minimization in structured prediction by introducing a new surrogate loss function called orbit loss, which achieves similar performance to existing methods while requiring only one inference operation per training iteration, as demonstrated on several benchmark datasets.

We introduce a new surrogate loss function called orbit loss in the structured prediction framework, which has good theoretical and practical advantages. While the orbit loss is not convex, it has a simple analytical gradient and a simple perceptron-like learning rule. We analyze the new loss theoretically and state a PAC-Bayesian generalization bound. We also prove that the new loss is consistent in the strong sense; namely, the risk achieved by the set of the trained parameters approaches the infimum risk achievable by any linear decoder over the given features. Methods that are aimed at risk minimization, such as the structured ramp loss, the structured probit loss and the direct loss minimization require at least two inference operations per training iteration. In this sense, the orbit loss is more efficient as it requires only one inference operation per training iteration, while yields similar performance. We conclude the paper with an empirical comparison of the proposed loss function to the structured hinge loss, the structured ramp loss, the structured probit loss and the direct loss minimization method on several benchmark datasets and tasks.

Foundations

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

Your Notes