CVSep 1, 2020

Temporal Continuity Based Unsupervised Learning for Person Re-Identification

arXiv:2009.00242v1
Originality Incremental advance
AI Analysis

This addresses the challenge of poor adaptability in practical scenarios due to the difficulty of manually collecting labeled data for person re-identification, though it is incremental as it builds on existing unsupervised and clustering approaches.

The paper tackles the problem of person re-identification without labeled data by proposing an unsupervised learning framework that uses temporal continuity within cameras and spatial similarity across cameras to generate pseudo-labels, achieving superior performance over state-of-the-art methods on three benchmark datasets.

Person re-identification (re-id) aims to match the same person from images taken across multiple cameras. Most existing person re-id methods generally require a large amount of identity labeled data to act as discriminative guideline for representation learning. Difficulty in manually collecting identity labeled data leads to poor adaptability in practical scenarios. To overcome this problem, we propose an unsupervised center-based clustering approach capable of progressively learning and exploiting the underlying re-id discriminative information from temporal continuity within a camera. We call our framework Temporal Continuity based Unsupervised Learning (TCUL). Specifically, TCUL simultaneously does center based clustering of unlabeled (target) dataset and fine-tunes a convolutional neural network (CNN) pre-trained on irrelevant labeled (source) dataset to enhance discriminative capability of the CNN for the target dataset. Furthermore, it exploits temporally continuous nature of images within-camera jointly with spatial similarity of feature maps across-cameras to generate reliable pseudo-labels for training a re-identification model. As the training progresses, number of reliable samples keep on growing adaptively which in turn boosts representation ability of the CNN. Extensive experiments on three large-scale person re-id benchmark datasets are conducted to compare our framework with state-of-the-art techniques, which demonstrate superiority of TCUL over existing methods.

Foundations

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

Your Notes