Multiobject Tracking as Maximum Weight Independent Set
Abstract
This paper addresses the problem of simultaneous tracking of multiple targets in a video. We first apply object detectors to every video frame. Pairs of detection responses from every two consecutive frames are then used to build a graph of tracklets. The graph helps transitively link the best matching tracklets that do not violate hard and soft contextual constraints between the resulting tracks. We prove that this data association problem can be formulated as finding the maximum-weight independent set (MWIS) of the graph. We present a new, polynomial-time MWIS algorithm, and prove that it converges to an optimum. Similarity and contextual constraints between object detections, used for data association, are learned online from object appearance and motion properties. Long-term occlusions are addressed by iteratively repeating MWIS to hierarchically merge smaller tracks into longer ones. Our results demonstrate advantages of simultaneously accounting for soft and hard contextual constraints in multitarget tracking. We outperform the state of the art on the benchmark datasets.
Cite
Text
Brendel et al. "Multiobject Tracking as Maximum Weight Independent Set." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995395Markdown
[Brendel et al. "Multiobject Tracking as Maximum Weight Independent Set." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/brendel2011cvpr-multiobject/) doi:10.1109/CVPR.2011.5995395BibTeX
@inproceedings{brendel2011cvpr-multiobject,
title = {{Multiobject Tracking as Maximum Weight Independent Set}},
author = {Brendel, William and Amer, Mohamed R. and Todorovic, Sinisa},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2011},
pages = {1273-1280},
doi = {10.1109/CVPR.2011.5995395},
url = {https://mlanthology.org/cvpr/2011/brendel2011cvpr-multiobject/}
}