Performance Measures and a Data Set for Multi-target, Multi-camera Tracking
Ergys RistaniFrancesco SoleraRoger S. ZouRita CucchiaraCarlo Tomasi
Presents unified identification precision-recall metrics and a large-scale, eight-camera annotated dataset to establish a rigorous benchmark for multi-target, multi-camera tracking.
The paper addresses shortcomings in how multi-target multi-camera tracking systems are evaluated and tested. Existing measures such as CLEAR MOT and MCTA count discrete events like identity switches or handovers, yet these counts often fail to reflect how well a tracker maintains correct identities over time, which matters most in security, surveillance, and sports applications. At the same time, available benchmark datasets are small, short, or recorded under controlled conditions that do not capture realistic blind spots, lighting variation, and thousands of distinct people.
The work therefore sets out to supply three practical contributions: a pair of identity-based performance measures, a large-scale annotated dataset, and an open reference tracker that can serve as a baseline. The authors first derive identification precision, identification recall, and their harmonic mean IDF1 from an optimal bipartite matching that minimizes the total number of mismatched frames between ground-truth and computed trajectories. They then record and fully annotate more than two million frames from eight synchronized 1080p cameras on the Duke University campus, capturing 2,834 distinct identities across 85 minutes of heavy pedestrian traffic. Finally, they extend an existing single-camera correlation-clustering tracker to the multi-camera setting and run it end-to-end on both the new data and an earlier benchmark.
When evaluated on the new dataset, the identity-based scores reveal that traditional event counts correlate only weakly with actual identity preservation. In roughly three-quarters of the handovers produced by the reference system, short trajectory fragments near camera boundaries cause conventional measures to assign large penalties where the overall identity match is essentially correct, or to assign none where it is largely wrong. On the earlier NLPR benchmark the reference system ranks second among six published methods when scored with the prevailing MCTA metric, even though it uses only simple color histograms rather than learned features. On the Duke data the same system achieves an overall IDF1 of 43 percent, with per-camera scores ranging from 46 percent to 75 percent; these numbers establish a concrete baseline for future work.
The new measures therefore give application-oriented users a clearer signal of how often a tracker correctly reports who is where, while the dataset supplies the volume and realism needed to expose weaknesses that smaller collections hide. System designers can now compare components directly on the same large-scale test rather than on ground-truth single-camera trajectories. The authors recommend that future papers report both the traditional and the identity-based scores on the DukeMTMC test set and release code so that incremental improvements can be measured consistently.
The dataset covers only one outdoor scene under overcast conditions and uses mostly non-overlapping views, so trackers that exploit overlapping fields of view or indoor lighting may need additional test material. Nevertheless, the scale of the annotations and the explicit baseline results give the community a solid foundation for measuring genuine progress in multi-camera identity tracking.
- Paper: Simple online and realtime tracking, Alex Bewley et al. (2016). Reading this foundational tracking-by-detection paper first provides essential background on associating bounding boxes across frames using motion and overlap cues before addressing multi-camera settings.
- Paper: Simple online and realtime tracking with a deep association metric, Nicolai Wojke et al. (2017). Understanding this extension of SORT with appearance metrics clarifies how identity switches are managed in multi-object tracking prior to evaluating full multi-camera pipelines.
- Paper: Scalability in Perception for Autonomous Driving: Waymo Open Dataset, Pei Sun et al. (2019). This paper builds directly on multi-target tracking datasets and benchmarks by scaling up to massive multimodal camera and LiDAR recordings for autonomous driving perception.
