CVMar 30, 2021

Spatiotemporal Transformer for Video-based Person Re-identification

arXiv:2103.16469v140 citations
Originality Highly original
AI Analysis

This addresses the problem of domain adaptation and overfitting in person re-identification for surveillance and security applications, representing an incremental improvement with novel method components.

The paper tackles overfitting in vanilla Transformers for video-based person re-identification by proposing a pipeline with pre-training on synthesized data and specialized Transformer modules, achieving significant accuracy gains on benchmarks like MARS, DukeMTMC-VideoReID, and LS-VID, especially in cross-domain scenarios.

Recently, the Transformer module has been transplanted from natural language processing to computer vision. This paper applies the Transformer to video-based person re-identification, where the key issue is to extract the discriminative information from a tracklet. We show that, despite the strong learning ability, the vanilla Transformer suffers from an increased risk of over-fitting, arguably due to a large number of attention parameters and insufficient training data. To solve this problem, we propose a novel pipeline where the model is pre-trained on a set of synthesized video data and then transferred to the downstream domains with the perception-constrained Spatiotemporal Transformer (STT) module and Global Transformer (GT) module. The derived algorithm achieves significant accuracy gain on three popular video-based person re-identification benchmarks, MARS, DukeMTMC-VideoReID, and LS-VID, especially when the training and testing data are from different domains. More importantly, our research sheds light on the application of the Transformer on highly-structured visual data.

Foundations

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

Your Notes