CVJul 18, 2020

Temporal Complementary Learning for Video Person Re-Identification

arXiv:2007.09357v1146 citationsHas Code
AI Analysis

It addresses the problem of identifying persons across video frames for surveillance or security applications, with incremental improvements in feature extraction.

The paper tackles video person re-identification by proposing a Temporal Complementary Learning Network that extracts complementary features from consecutive frames, achieving state-of-the-art performance in experiments.

This paper proposes a Temporal Complementary Learning Network that extracts complementary features of consecutive video frames for video person re-identification. Firstly, we introduce a Temporal Saliency Erasing (TSE) module including a saliency erasing operation and a series of ordered learners. Specifically, for a specific frame of a video, the saliency erasing operation drives the specific learner to mine new and complementary parts by erasing the parts activated by previous frames. Such that the diverse visual features can be discovered for consecutive frames and finally form an integral characteristic of the target identity. Furthermore, a Temporal Saliency Boosting (TSB) module is designed to propagate the salient information among video frames to enhance the salient feature. It is complementary to TSE by effectively alleviating the information loss caused by the erasing operation of TSE. Extensive experiments show our method performs favorably against state-of-the-arts. The source code is available at https://github.com/blue-blue272/VideoReID-TCLNet.

Code Implementations2 repos
Foundations

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

Your Notes