Difference between revisions of "Structured Prediction Cascades"

From Cohen Courses
Jump to navigationJump to search
Line 13: Line 13:
  
 
In many structured prediction models an increase in model complexity comes at a high computational cost. For example, the complexity of a HMM grows exponentially with the order of the model. This work introduces a method for learning increasingly complex models while continually pruning the possible output space. This is done by "weeding" out the incorrect output states early on.
 
In many structured prediction models an increase in model complexity comes at a high computational cost. For example, the complexity of a HMM grows exponentially with the order of the model. This work introduces a method for learning increasingly complex models while continually pruning the possible output space. This is done by "weeding" out the incorrect output states early on.
 +
 +
Previous methods to solve the problem of model complexity were approximate search methods or heuristic pruning techniques. Structured prediction cascades however because they explicitly learn the error/computation trade off.
 +
 +
In this work structured prediction cascades are applied to handwriting recognition and POS tagging.
  
 
== Brief description of the method ==
 
== Brief description of the method ==

Revision as of 21:19, 4 October 2011

This method as proposed by Weiss et al, AISTATS 2010

This page is reserved for a write up by Dan Howarth


Citation

Structured Prediction Cascades. David Weiss and Ben Taskar. International Conference on Artificial Intelligence and Statistics (AISTATS), May 2010.

Online version

[1]

Summary

In many structured prediction models an increase in model complexity comes at a high computational cost. For example, the complexity of a HMM grows exponentially with the order of the model. This work introduces a method for learning increasingly complex models while continually pruning the possible output space. This is done by "weeding" out the incorrect output states early on.

Previous methods to solve the problem of model complexity were approximate search methods or heuristic pruning techniques. Structured prediction cascades however because they explicitly learn the error/computation trade off.

In this work structured prediction cascades are applied to handwriting recognition and POS tagging.

Brief description of the method

Experimental Result

Related papers