Multi-Camera Industrial Open-Set Person Re-Identification and Tracking
Federico Cunico, Marco Cristani
TL;DR
The paper tackles open-set, multi-camera person re-identification in industrial environments under real-time constraints. It introduces MICRO-TRACK, a modular pipeline that fuses single-camera tracking with a selective Re-ID module controlled by a quality threshold, and an Open-Set Gallery that maintains centroid embeddings for identities across time with a circular buffer. The approach achieves robust open-set performance on a real industrial dataset, Facility-ReID, and competitive closed-set results on Market1501 using a ResNet-50 backbone trained with Centroid Triplet Loss, while delivering real-time inference on standard hardware and edge deployments. The Facility-ReID dataset and edge-aware deployment considerations aim to bridge research and practical industrial surveillance needs, with future work targeting overlapping-camera coordination and split-edge computing for scalability.
Abstract
In recent years, the development of deep learning approaches for the task of person re-identification led to impressive results. However, this comes with a limitation for industrial and practical real-world applications. Firstly, most of the existing works operate on closed-world scenarios, in which the people to re-identify (probes) are compared to a closed-set (gallery). Real-world scenarios often are open-set problems in which the gallery is not known a priori, but the number of open-set approaches in the literature is significantly lower. Secondly, challenges such as multi-camera setups, occlusions, real-time requirements, etc., further constrain the applicability of off-the-shelf methods. This work presents MICRO-TRACK, a Modular Industrial multi-Camera Re_identification and Open-set Tracking system that is real-time, scalable, and easy to integrate into existing industrial surveillance scenarios. Furthermore, we release a novel Re-ID and tracking dataset acquired in an industrial manufacturing facility, dubbed Facility-ReID, consisting of 18-minute videos captured by 8 surveillance cameras.
