Improving Multi-Target Tracking via Social Grouping

Abstract

We address the problem of multi-person data-association-based tracking (DAT) in semi-crowded environments from a single camera. Existing tracklet-association-based methods using purely visual cues (like appearance and motion information) show impressive results but rely on heavy training, a number of tuned parameters, and sophisticated detectors to cope with visual ambiguities within the video and low-level processing errors. In this work, we consider clustering dynamics to mitigate such ambiguities. This leads to a general optimization framework that adds social grouping behavior (SGB) to any basic affinity model. We formulate this as a nonlinear global optimization problem to maximize the consistency of visual and grouping cues for trajectories in both tracklet-tracklet linking space and tracklet-grouping assignment space. We formulate the Lagrange dual and solve it using a two-stage iterative algorithm, employing the Hungarian algorithm and K-means clustering. We build SGB upon a simple affinity model and show very promising performance on two publicly available real-world datasets with different tracklet extraction methods.

Cite

Text

Qin and Shelton. "Improving Multi-Target Tracking via Social Grouping." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012. doi:10.1109/CVPR.2012.6247899

Markdown

[Qin and Shelton. "Improving Multi-Target Tracking via Social Grouping." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2012.](https://mlanthology.org/cvpr/2012/qin2012cvpr-improving/) doi:10.1109/CVPR.2012.6247899

BibTeX

@inproceedings{qin2012cvpr-improving,
  title     = {{Improving Multi-Target Tracking via Social Grouping}},
  author    = {Qin, Zhen and Shelton, Christian R.},
  booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  year      = {2012},
  pages     = {1972-1978},
  doi       = {10.1109/CVPR.2012.6247899},
  url       = {https://mlanthology.org/cvpr/2012/qin2012cvpr-improving/}
}