CVJul 25, 2021

Spatio-Temporal Representation Factorization for Video-based Person Re-Identification

arXiv:2107.11878v286 citations
Originality Incremental advance
AI Analysis

This work addresses real-world problems in video-based person re-identification, offering a flexible solution that improves existing methods, though it appears incremental as it builds on prior 3D CNN architectures.

The paper tackles challenges in video-based person re-identification, such as appearance similarity and occlusions, by proposing Spatio-Temporal Representation Factorization (STRF), a modular unit that integrates with 3D CNNs to factorize temporal and spatial features, achieving new state-of-the-art results on three benchmarks.

Despite much recent progress in video-based person re-identification (re-ID), the current state-of-the-art still suffers from common real-world challenges such as appearance similarity among various people, occlusions, and frame misalignment. To alleviate these problems, we propose Spatio-Temporal Representation Factorization (STRF), a flexible new computational unit that can be used in conjunction with most existing 3D convolutional neural network architectures for re-ID. The key innovations of STRF over prior work include explicit pathways for learning discriminative temporal and spatial features, with each component further factorized to capture complementary person-specific appearance and motion information. Specifically, temporal factorization comprises two branches, one each for static features (e.g., the color of clothes) that do not change much over time, and dynamic features (e.g., walking patterns) that change over time. Further, spatial factorization also comprises two branches to learn both global (coarse segments) as well as local (finer segments) appearance features, with the local features particularly useful in cases of occlusion or spatial misalignment. These two factorization operations taken together result in a modular architecture for our parameter-wise light STRF unit that can be plugged in between any two 3D convolutional layers, resulting in an end-to-end learning framework. We empirically show that STRF improves performance of various existing baseline architectures while demonstrating new state-of-the-art results using standard person re-ID evaluation protocols on three benchmarks.

Foundations

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

Your Notes