CVJul 12, 2018

Video-based Person Re-identification via 3D Convolutional Networks and Non-local Attention

arXiv:1807.05073v378 citations
Originality Highly original
AI Analysis

This addresses the problem of matching people across non-overlapping cameras in video surveillance, offering a novel method for feature aggregation in video tracks.

The paper tackled video-based person re-identification by using 3D convolutional networks and non-local attention to handle temporal dependency and spatial misalignment, achieving state-of-the-art performance with large margins on three datasets.

Video-based person re-identification (ReID) is a challenging problem, where some video tracks of people across non-overlapping cameras are available for matching. Feature aggregation from a video track is a key step for video-based person ReID. Many existing methods tackle this problem by average/maximum temporal pooling or RNNs with attention. However, these methods cannot deal with temporal dependency and spatial misalignment problems at the same time. We are inspired by video action recognition that involves the identification of different actions from video tracks. Firstly, we use 3D convolutions on video volume, instead of using 2D convolutions across frames, to extract spatial and temporal features simultaneously. Secondly, we use a non-local block to tackle the misalignment problem and capture spatial-temporal long-range dependencies. As a result, the network can learn useful spatial-temporal information as a weighted sum of the features in all space and temporal positions in the input feature map. Experimental results on three datasets show that our framework outperforms state-of-the-art approaches by a large margin on multiple metrics.

Foundations

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

Your Notes