Fast Tiered Labeling with Topological Priors

Abstract

We consider labeling an image with multiple tiers. Tiers, one on top of another, enforce a strict vertical order among objects (e.g. sky is above the ground). Two new ideas are explored: First, under a simplification of the general tiered labeling framework proposed by Felzenszwalb and Veksler [1], we design an efficient O ( KN ) algorithm for the approximate optimal labeling of an image of N pixels with K tiers. Our algorithm runs in over 100 frames per second on images of VGA resolutions when K is less than 6. When K  = 3, our solution overlaps with the globally optimal one by Felzenszwalb and Veksler in over 99% of all pixels but runs 1000 times faster. Second, we define a topological prior that specifies the number of local extrema in the tier boundaries, and give an O ( NM ) algorithm to find a single, optimal tier boundary with exactly M local maxima and minima. These two extensions enrich the general tiered labeling framework and enable fast computation. The proposed topological prior further improves the accuracy in labeling details.

Cite

Text

Zheng et al. "Fast Tiered Labeling with Topological Priors." European Conference on Computer Vision, 2012. doi:10.1007/978-3-642-33765-9_42

Markdown

[Zheng et al. "Fast Tiered Labeling with Topological Priors." European Conference on Computer Vision, 2012.](https://mlanthology.org/eccv/2012/zheng2012eccv-fast/) doi:10.1007/978-3-642-33765-9_42

BibTeX

@inproceedings{zheng2012eccv-fast,
  title     = {{Fast Tiered Labeling with Topological Priors}},
  author    = {Zheng, Ying and Gu, Steve and Tomasi, Carlo},
  booktitle = {European Conference on Computer Vision},
  year      = {2012},
  pages     = {587-601},
  doi       = {10.1007/978-3-642-33765-9_42},
  url       = {https://mlanthology.org/eccv/2012/zheng2012eccv-fast/}
}