LGMLJun 27, 2012

Structured Learning from Partial Annotations

arXiv:1206.6421v141 citations
Originality Incremental advance
AI Analysis

This addresses the tedious or infeasible task of providing detailed ground truth for structured outputs, offering a practical solution for domains like object tracking, though it is incremental in improving annotation efficiency.

The paper tackles the problem of structured learning requiring fully annotated data by proposing a large margin formulation that enables learning from partial annotations, achieving performance comparable to full annotation with only 25% of the data on a tracking-by-assignment benchmark.

Structured learning is appropriate when predicting structured outputs such as trees, graphs, or sequences. Most prior work requires the training set to consist of complete trees, graphs or sequences. Specifying such detailed ground truth can be tedious or infeasible for large outputs. Our main contribution is a large margin formulation that makes structured learning from only partially annotated data possible. The resulting optimization problem is non-convex, yet can be efficiently solve by concave-convex procedure (CCCP) with novel speedup strategies. We apply our method to a challenging tracking-by-assignment problem of a variable number of divisible objects. On this benchmark, using only 25% of a full annotation we achieve a performance comparable to a model learned with a full annotation. Finally, we offer a unifying perspective of previous work using the hinge, ramp, or max loss for structured learning, followed by an empirical comparison on their practical performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes