English

Learning segmentation from point trajectories

Computer Vision and Pattern Recognition 2025-01-22 v1 Artificial Intelligence Machine Learning

Abstract

We consider the problem of segmenting objects in videos based on their motion and no other forms of supervision. Prior work has often approached this problem by using the principle of common fate, namely the fact that the motion of points that belong to the same object is strongly correlated. However, most authors have only considered instantaneous motion from optical flow. In this work, we present a way to train a segmentation network using long-term point trajectories as a supervisory signal to complement optical flow. The key difficulty is that long-term motion, unlike instantaneous motion, is difficult to model -- any parametric approximation is unlikely to capture complex motion patterns over long periods of time. We instead draw inspiration from subspace clustering approaches, proposing a loss function that seeks to group the trajectories into low-rank matrices where the motion of object points can be approximately explained as a linear combination of other point tracks. Our method outperforms the prior art on motion-based segmentation, which shows the utility of long-term motion and the effectiveness of our formulation.

Keywords

Cite

@article{arxiv.2501.12392,
  title  = {Learning segmentation from point trajectories},
  author = {Laurynas Karazija and Iro Laina and Christian Rupprecht and Andrea Vedaldi},
  journal= {arXiv preprint arXiv:2501.12392},
  year   = {2025}
}

Comments

NeurIPS 2024 Spotlight. Project https://www.robots.ox.ac.uk/~vgg/research/lrtl/

R2 v1 2026-06-28T21:12:48.919Z