English

Unifying Short and Long-Term Tracking with Graph Hierarchies

Computer Vision and Pattern Recognition 2023-03-31 v2

Abstract

Tracking objects over long videos effectively means solving a spectrum of problems, from short-term association for un-occluded objects to long-term association for objects that are occluded and then reappear in the scene. Methods tackling these two tasks are often disjoint and crafted for specific scenarios, and top-performing approaches are often a mix of techniques, which yields engineering-heavy solutions that lack generality. In this work, we question the need for hybrid approaches and introduce SUSHI, a unified and scalable multi-object tracker. Our approach processes long clips by splitting them into a hierarchy of subclips, which enables high scalability. We leverage graph neural networks to process all levels of the hierarchy, which makes our model unified across temporal scales and highly general. As a result, we obtain significant improvements over state-of-the-art on four diverse datasets. Our code and models are available at bit.ly/sushi-mot.

Keywords

Cite

@article{arxiv.2212.03038,
  title  = {Unifying Short and Long-Term Tracking with Graph Hierarchies},
  author = {Orcun Cetintas and Guillem Brasó and Laura Leal-Taixé},
  journal= {arXiv preprint arXiv:2212.03038},
  year   = {2023}
}

Comments

CVPR 2023

R2 v1 2026-06-28T07:23:41.089Z