Globally-Optimal Greedy Algorithms for Tracking a Variable Number of Objects - Robotics Institute Carnegie Mellon University

Globally-Optimal Greedy Algorithms for Tracking a Variable Number of Objects

Hamed Pirsiavash, Deva Ramanan, and Charless C. Fowlkes
Conference Paper, Proceedings of (CVPR) Computer Vision and Pattern Recognition, pp. 1201 - 1208, June, 2011

Abstract

We analyze the computational problem of multi-object tracking in video sequences. We formulate the problem using a cost function that requires estimating the number of tracks, as well as their birth and death states. We show that the global solution can be obtained with a greedy algorithm that sequentially instantiates tracks using shortest path computations on a flow network. Greedy algorithms allow one to embed pre-processing steps, such as nonmax suppression, within the tracking algorithm. Furthermore, we give a near-optimal algorithm based on dynamic programming which runs in time linear in the number of objects and linear in the sequence length. Our algorithms are fast, simple, and scalable, allowing us to process dense input data. This results in state-of-the-art performance.

BibTeX

@conference{Pirsiavash-2011-121215,
author = {Hamed Pirsiavash and Deva Ramanan and Charless C. Fowlkes},
title = {Globally-Optimal Greedy Algorithms for Tracking a Variable Number of Objects},
booktitle = {Proceedings of (CVPR) Computer Vision and Pattern Recognition},
year = {2011},
month = {June},
pages = {1201 - 1208},
}