CVMar 25, 2024

Camera-aware Label Refinement for Unsupervised Person Re-identification

arXiv:2403.16450v38 citationsh-index: 19Has Code
Originality Incremental advance
AI Analysis

This work addresses camera variance issues in unsupervised person re-identification, which is incremental as it builds on existing clustering-based methods by incorporating camera-aware refinements.

The paper tackles the problem of unsupervised person re-identification by addressing camera-induced feature distribution discrepancies, resulting in improved retrieval performance over state-of-the-art methods as validated through extensive experiments.

Unsupervised person re-identification aims to retrieve images of a specified person without identity labels. Many recent unsupervised Re-ID approaches adopt clustering-based methods to measure cross-camera feature similarity to roughly divide images into clusters. They ignore the feature distribution discrepancy induced by camera domain gap, resulting in the unavoidable performance degradation. Camera information is usually available, and the feature distribution in the single camera usually focuses more on the appearance of the individual and has less intra-identity variance. Inspired by the observation, we introduce a \textbf{C}amera-\textbf{A}ware \textbf{L}abel \textbf{R}efinement~(CALR) framework that reduces camera discrepancy by clustering intra-camera similarity. Specifically, we employ intra-camera training to obtain reliable local pseudo labels within each camera, and then refine global labels generated by inter-camera clustering and train the discriminative model using more reliable global pseudo labels in a self-paced manner. Meanwhile, we develop a camera-alignment module to align feature distributions under different cameras, which could help deal with the camera variance further. Extensive experiments validate the superiority of our proposed method over state-of-the-art approaches. The code is accessible at https://github.com/leeBooMla/CALR.

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