SAS-VPReID: A Scale-Adaptive Framework with Shape Priors for Video-based Person Re-Identification at Extreme Far Distances
Qiwei Yang, Pingping Zhang, Yuhao Wang, Zijing Gong
TL;DR
SAS-VPReID targets video-based ReID under extreme far-distance conditions, introducing a triad of modules: MEVB to stabilize CLIP-based features with video-consistent augmentation and multi-proxy memory, MGTM to capture multi-granularity temporal cues with learnable scale fusion, and PRSD to incorporate clothing-invariant 3D shape dynamics via SMPL priors and Transformer-based temporal modeling. The framework is trained with a combination of discriminative, contrastive, and shape-regularization losses, and evaluated on DetReIDXV1, where it achieves state-of-the-art results across aerial-ground and cross-session settings, including notable gains in A→G, G→A, and A→A scenarios. Key findings include the effectiveness of memory-based supervision for extreme degradation, the value of adaptive temporal fusion for tracklets of varying quality, and the benefit of explicit SMPL shape priors to reduce clothing-induced appearance drift. The work demonstrates practical impact by delivering robust identity representations under challenging conditions and offering a scalable approach that can leverage larger backbones for further gains without sacrificing stability.
Abstract
Video-based Person Re-IDentification (VPReID) aims to retrieve the same person from videos captured by non-overlapping cameras. At extreme far distances, VPReID is highly challenging due to severe resolution degradation, drastic viewpoint variation and inevitable appearance noise. To address these issues, we propose a Scale-Adaptive framework with Shape Priors for VPReID, named SAS-VPReID. The framework is built upon three complementary modules. First, we deploy a Memory-Enhanced Visual Backbone (MEVB) to extract discriminative feature representations, which leverages the CLIP vision encoder and multi-proxy memory. Second, we propose a Multi-Granularity Temporal Modeling (MGTM) to construct sequences at multiple temporal granularities and adaptively emphasize motion cues across scales. Third, we incorporate Prior-Regularized Shape Dynamics (PRSD) to capture body structure dynamics. With these modules, our framework can obtain more discriminative feature representations. Experiments on the VReID-XFD benchmark demonstrate the effectiveness of each module and our final framework ranks the first on the VReID-XFD challenge leaderboard. The source code is available at https://github.com/YangQiWei3/SAS-VPReID.
