Difference between revisions of "Structured Ensemble Cascades"
Line 18: | Line 18: | ||
== Brief description of the method == | == Brief description of the method == | ||
+ | See the [[description of structured prediction cascades]] before continuing. | ||
+ | |||
+ | The method here is basically the same except that instead of having a single model for each level, there are <math>P</math> sub-models that need to be taken into account at each level. | ||
+ | |||
+ | At each level the score of the overall model <math>\theta(x,y)</math> is defined by the sum of the sub-models: <math>\theta(x,y) = \sum_p \theta_p(x,y) </math> | ||
=== Learning === | === Learning === | ||
− | |||
== Experimental Result == | == Experimental Result == |
Revision as of 20:32, 5 October 2011
This method as proposed by Weiss et al, NIPS 2010
This page is reserved for a write up by Dan Howarth
Contents
Citation
Sidestepping Intractable Inference with Structured Ensemble Cascades. David Weiss, Benjamin Sapp, and Ben Taskar. Neural Information Processing Systems (NIPS), December 2010.
Online version
Summary
This work introduces a method for intractable inference by "sidestepping" the inference all together by learning a group of sub-models in a structured prediction cascade. For instance, inference on loopy graphical models is intractable. This method overcomes this intractability by splitting the model up into submodels that are loop-less. This builds on the authors previous work of structured prediction cascades where intractable models are learned by learning increasingly complex models while also progressively pruning the set of possible outputs. See structured prediction cascades for an more information about this method.
Brief description of the method
See the description of structured prediction cascades before continuing.
The method here is basically the same except that instead of having a single model for each level, there are sub-models that need to be taken into account at each level.
At each level the score of the overall model is defined by the sum of the sub-models: