paper-with-me

홈 › Papers

Video Person Re-identification by Temporal Residual Learning

2018-02-22 · Ju Dai, Pingping Zhang, Huchuan Lu, Hongyu Wang

In this paper, we propose a novel feature learning framework for video person re-identification (re-ID). The proposed framework largely aims to exploit the adequate temporal information of video sequences and tackle the poor spatial alignment of moving pedestrians. More specifically, for exploiting the temporal information, we design a temporal residual learning (TRL) module to simultaneously extract the generic and specific features of consecutive frames. The TRL module is equipped with two bi-directional LSTM (BiLSTM), which are respectively responsible to describe a moving person in different aspects, providing complementary information for better feature representations. To deal with the poor spatial alignment in video re-ID datasets, we propose a spatial-temporal transformer network (ST^2N) module. Transformation parameters in the ST^2N module are learned by leveraging the high-level semantic information of the current frame as well as the temporal context knowledge from other frames. The proposed ST^2N module with less learnable parameters allows effective person alignments under significant appearance changes. Extensive experimental results on the large-scale MARS, PRID2011, ILIDS-VID and SDU-VID datasets demonstrate that the proposed method achieves consistently superior performance and outperforms most of the very recent state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:1802.07918

Code (0)

등록된 구현이 없습니다.

Tasks

Person Re-IdentificationVideo-Based Person Re-Identification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Spatial-Temporal Synergic Residual Learning for Video Person Re-Identification

2018-07-16 · Xinxing Su, Yingtian Zou, Yu Cheng, Shuangjie Xu 외

We tackle the problem of person re-identification in video setting in this paper, which has been viewed as a crucial task in many applications. Meanwhile, it is very challenging since the task requires learning effective…

Person Re-IdentificationVideo-Based Person Re-Identification

Multi-scale 3D Convolution Network for Video Based Person Re-Identification

2018-11-19 · Jianing Li, Shiliang Zhang, Tiejun Huang

This paper proposes a two-stream convolution network to extract spatial and temporal cues for video based person Re-Identification (ReID). A temporal stream in this network is constructed by inserting several Multi-scale…

Person Re-IdentificationVideo-Based Person Re-Identification

Temporal Complementarity-Guided Reinforcement Learning for Image-to-Video Person Re-Identification

2022-01-01 · CVPR 2022 1 · Wei Wu, Jiawei Liu, Kecheng Zheng, Qibin Sun 외

Image-to-video person re-identification aims to retrieve the same pedestrian as the image-based query from a video-based gallery set. Existing methods treat it as a cross-modality retrieval task and learn the common …

Deep Reinforcement LearningImage-To-Video Person Re-IdentificationPerson Re-Identificationreinforcement-learning+4

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 f…

Person Re-IdentificationSemantic SegmentationVideo-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