Segmenting Video into Classes of Algorithm-Suitability

Abstract

Given a set of algorithms, which one(s) should you apply to, i) compute optical flow, or ii) perform feature matching? Would looking at the sequence in question help you decide? It is unclear if even a person with intimate knowledge of all the different algorithms and access to the sequence itself could predict which one to apply. Our hypothesis is that the most suitable algorithm can be chosen for each video automatically, through supervised training of a classifier. The classifier treats the different algorithms as black-box alternative "classes," and predicts when each is best because of their respective performances on training examples where ground truth flow was available. Our experiments show that a simple Random Forest classifier is predictive of algorithm-suitability. The automatic feature selection makes use of both our spatial and temporal video features. We find that algorithm-suitability can be determined per-pixel, capitalizing on the heterogeneity of appearance and motion within a video. We demonstrate our learned region segmentation approach quantitatively using four available flow algorithms, on both known and novel image sequences with ground truth flow. We achieve performance that often even surpasses that of the one best algorithm at our disposal.

Cite

Text

Aodha et al. "Segmenting Video into Classes of Algorithm-Suitability." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010. doi:10.1109/CVPR.2010.5540099

Markdown

[Aodha et al. "Segmenting Video into Classes of Algorithm-Suitability." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2010.](https://mlanthology.org/cvpr/2010/aodha2010cvpr-segmenting/) doi:10.1109/CVPR.2010.5540099

BibTeX

@inproceedings{aodha2010cvpr-segmenting,
  title     = {{Segmenting Video into Classes of Algorithm-Suitability}},
  author    = {Aodha, Oisin Mac and Brostow, Gabriel J. and Pollefeys, Marc},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2010},
  pages     = {1054-1061},
  doi       = {10.1109/CVPR.2010.5540099},
  url       = {https://mlanthology.org/cvpr/2010/aodha2010cvpr-segmenting/}
}