CVNov 18, 2016

Cross Domain Knowledge Transfer for Person Re-identification

arXiv:1611.06026v118 citations
Originality Incremental advance
AI Analysis

This addresses data scarcity in person re-identification for computer vision applications, but it is incremental as it builds on existing deep learning and transfer learning ideas.

The paper tackles the problem of limited training data in person re-identification by transferring knowledge from identity classification and attribute recognition tasks, achieving 78.3% rank-1 accuracy on the CUHK03 benchmark.

Person Re-Identification (re-id) is a challenging task in computer vision, especially when there are limited training data from multiple camera views. In this paper, we pro- pose a deep learning based person re-identification method by transferring knowledge of mid-level attribute features and high-level classification features. Building on the idea that identity classification, attribute recognition and re- identification share the same mid-level semantic representations, they can be trained sequentially by fine-tuning one based on another. In our framework, we train identity classification and attribute recognition tasks from deep Convolutional Neural Network (dCNN) to learn person information. The information can be transferred to the person re-id task and improves its accuracy by a large margin. Further- more, a Long Short Term Memory(LSTM) based Recurrent Neural Network (RNN) component is extended by a spacial gate. This component is used in the re-id model to pay attention to certain spacial parts in each recurrent unit. Experimental results show that our method achieves 78.3% of rank-1 recognition accuracy on the CUHK03 benchmark.

Foundations

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

Your Notes