CVApr 9, 2019

Convolutional Temporal Attention Model for Video-based Person Re-identification

arXiv:1904.04492v2
Originality Incremental advance
AI Analysis

This work addresses video-based person re-identification, which is important for surveillance and security applications, but it is incremental as it adapts existing fully convolutional networks for attention scoring.

The paper tackled the problem of video-based person re-identification by proposing a temporal attention model to aggregate frame-level features, motivated by the varying informativeness of frames, and it outperformed state-of-the-art methods on three benchmark datasets.

The goal of video-based person re-identification is to match two input videos, so that the distance of the two videos is small if two videos contain the same person. A common approach for person re-identification is to first extract image features for all frames in the video, then aggregate all the features to form a video-level feature. The video-level features of two videos can then be used to calculate the distance of the two videos. In this paper, we propose a temporal attention approach for aggregating frame-level features into a video-level feature vector for re-identification. Our method is motivated by the fact that not all frames in a video are equally informative. We propose a fully convolutional temporal attention model for generating the attention scores. Fully convolutional network (FCN) has been widely used in semantic segmentation for generating 2D output maps. In this paper, we formulate video based person re-identification as a sequence labeling problem like semantic segmentation. We establish a connection between them and modify FCN to generate attention scores to represent the importance of each frame. Extensive experiments on three different benchmark datasets (i.e. iLIDS-VID, PRID-2011 and SDU-VID) show that our proposed method outperforms other state-of-the-art approaches.

Foundations

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

Your Notes