Motion Segmentation and Tracking Using Normalized Cuts
Abstract
We propose a motion segmentation algorithm that aims to break a scene into its most prominent moving groups. A weighted graph is constructed on the image sequence by connecting pixels that are in the spatiotemporal neighborhood of each other. At each pixel, we define motion profile vectors which capture the probability distribution of the image velocity. The distance between motion profiles is used to assign a weight on the graph edges. Using normalised cuts we find the most salient partitions of the spatiotemporal graph formed by the image sequence. For segmenting long image sequences, we have developed a recursive update procedure that incorporates knowledge of segmentation in previous frames for efficiently finding the group correspondence in the new frame.
Cite
Text
Shi and Malik. "Motion Segmentation and Tracking Using Normalized Cuts." IEEE/CVF International Conference on Computer Vision, 1998. doi:10.1109/ICCV.1998.710861Markdown
[Shi and Malik. "Motion Segmentation and Tracking Using Normalized Cuts." IEEE/CVF International Conference on Computer Vision, 1998.](https://mlanthology.org/iccv/1998/shi1998iccv-motion/) doi:10.1109/ICCV.1998.710861BibTeX
@inproceedings{shi1998iccv-motion,
title = {{Motion Segmentation and Tracking Using Normalized Cuts}},
author = {Shi, Jianbo and Malik, Jitendra},
booktitle = {IEEE/CVF International Conference on Computer Vision},
year = {1998},
pages = {1154-1160},
doi = {10.1109/ICCV.1998.710861},
url = {https://mlanthology.org/iccv/1998/shi1998iccv-motion/}
}