paper-with-me

Papers

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

2019-04-09 · Tanzila Rahman, Mrigank Rochan, Yang Wang

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.

📄 PDF Abstract BibTeX arXiv:1904.04492

Code (0)

등록된 구현이 없습니다.

Tasks

Person Re-IdentificationSemantic SegmentationVideo-Based Person Re-Identification

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

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

2018-07-12 · Xingyu Liao, Lingxiao He, Zhouwang Yang, Chi Zhang

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 …

Action RecognitionPerson Re-IdentificationTemporal Action LocalizationVideo-Based Person Re-Identification

Video-Based Convolutional Attention for Person Re-Identification

2019-09-26 · Marco Zamprogno, Marco Passon, Niki Martinel, Giuseppe Serra 외

In this paper we consider the problem of video-based person re-identification, which is the task of associating videos of the same person captured by different and non-overlapping cameras. We propose a Siamese framework …

Person Re-IdentificationVideo-Based Person Re-Identification

Video-based Person Re-identification Using Spatial-Temporal Attention Networks

2018-10-26 · Shivansh Rao, Tanzila Rahman, Mrigank Rochan, Yang Wang

We consider the problem of video-based person re-identification. The goal is to identify a person from videos captured under different cameras. In this paper, we propose an efficient spatial-temporal attention based mode…

Person Re-IdentificationVideo-Based Person Re-Identification

Recurrent Convolutional Network for Video-Based Person Re-Identification

2016-06-01 · CVPR 2016 6 · Niall McLaughlin, Jesus Martinez del Rincon, Paul Miller

In this paper we propose a novel recurrent neural network architecture for video-based person re-identification. Given the video sequence of a person, features are extracted from each frame using a convolutional neural n…

Optical Flow EstimationPerson Re-IdentificationVideo-Based Person Re-Identification

Spatial-Temporal Graph Convolutional Network for Video-Based Person Re-Identification

2020-06-01 · CVPR 2020 6 · Jinrui Yang, Wei-Shi Zheng, Qize Yang, Ying-Cong Chen 외

While video-based person re-identification (Re-ID) has drawn increasing attention and made great progress in recent years, it is still very challenging to effectively overcome the occlusion problem and the visual ambigui…

Person Re-IdentificationVideo-Based Person Re-Identification