Fast Two-View Motion Segmentation Using Christoffel Polynomials

Abstract

We address the problem of segmenting moving rigid objects based on two-view image correspondences under a perspective camera model. While this is a well understood problem, existing methods scale poorly with the number of correspondences. In this paper we propose a fast segmentation algorithm that scales linearly with the number of correspondences and show that on benchmark datasets it offers the best trade-off between error and computational time: it is at least one order of magnitude faster than the best method (with comparable or better accuracy), with the ratio growing up to three orders of magnitude for larger number of correspondences. We approach the problem from an algebraic perspective by exploiting the fact that all points belonging to a given object lie in the same quadratic surface. The proposed method is based on a characterization of each surface in terms of the Christoffel polynomial associated with the probability that a given point belongs to the surface. This allows for efficiently segmenting points “one surface at a time” in O(number of points).

Cite

Text

Ozbay et al. "Fast Two-View Motion Segmentation Using Christoffel Polynomials." Proceedings of the European Conference on Computer Vision (ECCV), 2022. doi:10.1007/978-3-031-20056-4_1

Markdown

[Ozbay et al. "Fast Two-View Motion Segmentation Using Christoffel Polynomials." Proceedings of the European Conference on Computer Vision (ECCV), 2022.](https://mlanthology.org/eccv/2022/ozbay2022eccv-fast/) doi:10.1007/978-3-031-20056-4_1

BibTeX

@inproceedings{ozbay2022eccv-fast,
  title     = {{Fast Two-View Motion Segmentation Using Christoffel Polynomials}},
  author    = {Ozbay, Bengisu and Camps, Octavia and Sznaier, Mario},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2022},
  doi       = {10.1007/978-3-031-20056-4_1},
  url       = {https://mlanthology.org/eccv/2022/ozbay2022eccv-fast/}
}