CVOct 25, 2019

Progressive Unsupervised Person Re-identification by Tracklet Association with Spatio-Temporal Regularization

arXiv:1910.11560v132 citations
Originality Incremental advance
AI Analysis

This addresses the scalability issue in real-world person re-identification by reducing reliance on manually labeled data, though it is incremental as it builds on existing unsupervised methods.

The paper tackles unsupervised person re-identification by proposing a progressive deep learning method that iteratively associates cross-camera tracklets with spatio-temporal regularization, achieving competitive performance on benchmark datasets.

Existing methods for person re-identification (Re-ID) are mostly based on supervised learning which requires numerous manually labeled samples across all camera views for training. Such a paradigm suffers the scalability issue since in real-world Re-ID application, it is difficult to exhaustively label abundant identities over multiple disjoint camera views. To this end, we propose a progressive deep learning method for unsupervised person Re-ID in the wild by Tracklet Association with Spatio-Temporal Regularization (TASTR). In our approach, we first collect tracklet data within each camera by automatic person detection and tracking. Then, an initial Re-ID model is trained based on within-camera triplet construction for person representation learning. After that, based on the person visual feature and spatio-temporal constraint, we associate cross-camera tracklets to generate cross-camera triplets and update the Re-ID model. Lastly, with the refined Re-ID model, better visual feature of person can be extracted, which further promote the association of cross-camera tracklets. The last two steps are iterated multiple times to progressively upgrade the Re-ID model.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes