Coupling Detection and Data Association for Multiple Object Tracking

Abstract

We present a novel framework for multiple object tracking in which the problems of object detection and data association are expressed by a single objective function. The framework follows the Lagrange dual decomposition strategy, taking advantage of the often complementary nature of the two subproblems. Our coupling formulation avoids the problem of error propagation from which traditional "detection-tracking approaches" to multiple object tracking suffer. We also eschew common heuristics such as "nonmaximum suppression" of hypotheses by modeling the joint image likelihood as opposed to applying independent likelihood assumptions. Our coupling algorithm is guaranteed to converge and can handle partial or even complete occlusions. Furthermore, our method does not have any severe scalability issues but can process hundreds of frames at the same time. Our experiments involve challenging, notably distinct datasets and demonstrate that our method can achieve results comparable to those of state-of-art approaches, even without a heavily trained object detector.

Cite

Text

Wu et al. "Coupling Detection and Data Association for Multiple Object Tracking." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247896

Markdown

[Wu et al. "Coupling Detection and Data Association for Multiple Object Tracking." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/wu2012cvpr-coupling/) doi:10.1109/CVPR.2012.6247896

BibTeX

@inproceedings{wu2012cvpr-coupling,
  title     = {{Coupling Detection and Data Association for Multiple Object Tracking}},
  author    = {Wu, Zheng and Thangali, Ashwin and Sclaroff, Stan and Betke, Margrit},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {1948-1955},
  doi       = {10.1109/CVPR.2012.6247896},
  url       = {https://mlanthology.org/cvpr/2012/wu2012cvpr-coupling/}
}