English

Spatial-Temporal Multi-Cuts for Online Multiple-Camera Vehicle Tracking

Computer Vision and Pattern Recognition 2024-10-04 v1

Abstract

Accurate online multiple-camera vehicle tracking is essential for intelligent transportation systems, autonomous driving, and smart city applications. Like single-camera multiple-object tracking, it is commonly formulated as a graph problem of tracking-by-detection. Within this framework, existing online methods usually consist of two-stage procedures that cluster temporally first, then spatially, or vice versa. This is computationally expensive and prone to error accumulation. We introduce a graph representation that allows spatial-temporal clustering in a single, combined step: New detections are spatially and temporally connected with existing clusters. By keeping sparse appearance and positional cues of all detections in a cluster, our method can compare clusters based on the strongest available evidence. The final tracks are obtained online using a simple multicut assignment procedure. Our method does not require any training on the target scene, pre-extraction of single-camera tracks, or additional annotations. Notably, we outperform the online state-of-the-art on the CityFlow dataset in terms of IDF1 by more than 14%, and on the Synthehicle dataset by more than 25%, respectively. The code is publicly available.

Keywords

Cite

@article{arxiv.2410.02638,
  title  = {Spatial-Temporal Multi-Cuts for Online Multiple-Camera Vehicle Tracking},
  author = {Fabian Herzog and Johannes Gilg and Philipp Wolters and Torben Teepe and Gerhard Rigoll},
  journal= {arXiv preprint arXiv:2410.02638},
  year   = {2024}
}
R2 v1 2026-06-28T19:07:16.505Z