Structured Prediction via the Extragradient Method

Abstract

We present a simple and scalable algorithm for large-margin estima- tion of structured models, including an important class of Markov net- works and combinatorial models. We formulate the estimation problem as a convex-concave saddle-point problem and apply the extragradient method, yielding an algorithm with linear convergence using simple gra- dient and projection calculations. The projection step can be solved us- ing combinatorial algorithms for min-cost quadratic flow. This makes the approach an efficient alternative to formulations based on reductions to a quadratic program (QP). We present experiments on two very different structured prediction tasks: 3D image segmentation and word alignment, illustrating the favorable scaling properties of our algorithm.

Cite

Text

Taskar et al. "Structured Prediction via the Extragradient Method." Neural Information Processing Systems, 2005.

Markdown

[Taskar et al. "Structured Prediction via the Extragradient Method." Neural Information Processing Systems, 2005.](https://mlanthology.org/neurips/2005/taskar2005neurips-structured/)

BibTeX

@inproceedings{taskar2005neurips-structured,
  title     = {{Structured Prediction via the Extragradient Method}},
  author    = {Taskar, Ben and Lacoste-Julien, Simon and Jordan, Michael I.},
  booktitle = {Neural Information Processing Systems},
  year      = {2005},
  pages     = {1345-1352},
  url       = {https://mlanthology.org/neurips/2005/taskar2005neurips-structured/}
}