StructBoost: Boosting Methods for Predicting Structured Output Variables
Chunhua Shen, Guosheng Lin, Anton van den Hengel

TL;DR
StructBoost introduces a novel boosting algorithm for structured output prediction, enabling nonlinear structured learning by combining weak structured learners, and demonstrates its effectiveness across various computer vision tasks.
Contribution
It generalizes standard boosting methods to structured output prediction and proposes an efficient optimization approach for complex structured learning problems.
Findings
Effective in hierarchical multi-class classification
Improves visual tracking performance
Learns CRF parameters for image segmentation
Abstract
Boosting is a method for learning a single accurate predictor by linearly combining a set of less accurate weak learners. Recently, structured learning has found many applications in computer vision. Inspired by structured support vector machines (SSVM), here we propose a new boosting algorithm for structured output prediction, which we refer to as StructBoost. StructBoost supports nonlinear structured learning by combining a set of weak structured learners. As SSVM generalizes SVM, our StructBoost generalizes standard boosting approaches such as AdaBoost, or LPBoost to structured learning. The resulting optimization problem of StructBoost is more challenging than SSVM in the sense that it may involve exponentially many variables and constraints. In contrast, for SSVM one usually has an exponential number of constraints and a cutting-plane method is used. In order to efficiently solve…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSupport Vector Machine
