paper-with-me

Papers

Consistent Structured Prediction with Max-Min Margin Markov Networks

2020-07-02 · ICML 2020 1 · Alex Nowak-Vila, Francis Bach, Alessandro Rudi

Max-margin methods for binary classification such as the support vector machine (SVM) have been extended to the structured prediction setting under the name of max-margin Markov networks ($M^3N$), or more generally structural SVMs. Unfortunately, these methods are statistically inconsistent when the relationship between inputs and labels is far from deterministic. We overcome such limitations by defining the learning problem in terms of a "max-min" margin formulation, naming the resulting method max-min margin Markov networks ($M^4N$). We prove consistency and finite sample generalization bounds for $M^4N$ and provide an explicit algorithm to compute the estimator. The algorithm achieves a generalization error of $O(1/\sqrt{n})$ for a total cost of $O(n)$ projection-oracle calls (which have at most the same cost as the max-oracle from $M^3N$). Experiments on multi-class classification, ordinal regression, sequence prediction and ranking demonstrate the effectiveness of the proposed method.

📄 PDF Abstract BibTeX arXiv:2007.01012

Code (1)

alexnowakvila/maxminloss 공식 구현

Tasks

Binary ClassificationGeneralization BoundsMulti-class ClassificationPredictionStructured Prediction

Similar Papers 제목 키워드 기반

Bayesian Structured Prediction Using Gaussian Processes

2013-07-15 · Sebastien Bratieres, Novi Quadrianto, Zoubin Ghahramani

We introduce a conceptually novel structured prediction model, GPstruct, which is kernelized, non-parametric and Bayesian, by design. We motivate the model with respect to existing approaches, among others, conditional r…

Gaussian ProcessesPredictionStructured Prediction

Partially Observed Maximum Entropy Discrimination Markov Networks

2008-12-01 · NeurIPS 2008 12 · Jun Zhu, Eric P. Xing, Bo Zhang

Learning graphical models with hidden variables can offer semantic insights to complex data and lead to salient structured predictors without relying on expensive, sometime unattainable fully annotated training data. Whi…

Structured Prediction

Tree-structured Markov random fields with Poisson marginal distributions

2024-08-24 · Benjamin Côté, Hélène Cossette, Etienne Marceau

A new family of tree-structured Markov random fields for a vector of discrete counting random variables is introduced. According to the characteristics of the family, the marginal distributions of the Markov random field…

Multilabel Structured Output Learning with Random Spanning Trees of Max-Margin Markov Networks

2014-12-01 · NeurIPS 2014 12 · Mario Marchand, Hongyu Su, Emilie Morvant, Juho Rousu 외

We show that the usual score function for conditional Markov networks can be written as the expectation over the scores of their spanning trees. We also show that a small random sample of these output trees can attain a …

On the Consistency of Max-Margin Losses

2021-05-31 · Alex Nowak-Vila, Alessandro Rudi, Francis Bach

The foundational concept of Max-Margin in machine learning is ill-posed for output spaces with more than two labels such as in structured prediction. In this paper, we show that the Max-Margin loss can only be consistent…

Structured Prediction