Person Re-Identification via Recurrent Feature Aggregation
Yichao Yan, Bingbing Ni, Zhichao Song, Chao Ma, Yan Yan, Xiaokang, Yang

TL;DR
This paper introduces a recurrent feature aggregation network that uses LSTM to create highly discriminative sequence-level representations for person re-identification, outperforming existing methods.
Contribution
It proposes a novel LSTM-based framework for aggregating frame-wise features into a discriminative sequence-level representation, unlike previous single-frame or graph-based approaches.
Findings
Outperforms state-of-the-art re-identification methods on benchmark datasets.
Effective even with simple hand-crafted features.
Demonstrates the advantage of sequential fusion in person re-id.
Abstract
We address the person re-identification problem by effectively exploiting a globally discriminative feature representation from a sequence of tracked human regions/patches. This is in contrast to previous person re-id works, which rely on either single frame based person to person patch matching, or graph based sequence to sequence matching. We show that a progressive/sequential fusion framework based on long short term memory (LSTM) network aggregates the frame-wise human region representation at each time stamp and yields a sequence level human feature representation. Since LSTM nodes can remember and propagate previously accumulated good features and forget newly input inferior ones, even with simple hand-crafted features, the proposed recurrent feature aggregation network (RFA-Net) is effective in generating highly discriminative sequence level human representations. Extensive…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Gait Recognition and Analysis · Human Pose and Action Recognition
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
