Assignment-Space-Based Multi-Object Tracking and Segmentation
Abstract
Multi-object tracking and segmentation (MOTS) is important for understanding dynamic scenes in video data. Existing methods perform well on multi-object detection and segmentation for independent video frames, but tracking of objects over time remains a challenge. MOTS methods formulate tracking locally, i.e., frame-by-frame, leading to sub-optimal results. Classical global methods on tracking operate directly on object detections, which leads to a combinatorial growth in the detection space. In contrast, we formulate a global method for MOTS over the space of assignments rather than detections: First, we find all top-k assignments of objects detected and segmented between any two consecutive frames and develop a structured prediction formulation to score assignment sequences across any number of consecutive frames. We use dynamic programming to find the global optimizer of this formulation in polynomial time. Second, we connect objects which reappear after having been out of view for some time. For this we formulate an assignment problem. On the challenging KITTI-MOTS and MOTSChallenge datasets, this achieves state-of-the-art results among methods which don't use depth data.
Cite
Text
Choudhuri et al. "Assignment-Space-Based Multi-Object Tracking and Segmentation." International Conference on Computer Vision, 2021. doi:10.1109/ICCV48922.2021.01334Markdown
[Choudhuri et al. "Assignment-Space-Based Multi-Object Tracking and Segmentation." International Conference on Computer Vision, 2021.](https://mlanthology.org/iccv/2021/choudhuri2021iccv-assignmentspacebased/) doi:10.1109/ICCV48922.2021.01334BibTeX
@inproceedings{choudhuri2021iccv-assignmentspacebased,
title = {{Assignment-Space-Based Multi-Object Tracking and Segmentation}},
author = {Choudhuri, Anwesa and Chowdhary, Girish and Schwing, Alexander G.},
booktitle = {International Conference on Computer Vision},
year = {2021},
pages = {13598-13607},
doi = {10.1109/ICCV48922.2021.01334},
url = {https://mlanthology.org/iccv/2021/choudhuri2021iccv-assignmentspacebased/}
}