Vision Transformer based Random Walk for Group Re-Identification
Guoqing Zhang, Tianqi Liu, Wenxuan Fang, Yuhui Zheng
TL;DR
The paper tackles group re-identification under dynamic group membership and layout changes by introducing a vision-transformer-based random-walk framework. It builds depth-aware graphs from monocular depth maps and refines them with a random-walk process, selecting the graph with the highest average affinity to the gallery. Inter-graph attention and a circle loss enable robust group matching across images, with ablations confirming the benefit of depth-based graph construction, transformer backbones, and modular components. Across RG, DG, and CSG datasets, the approach achieves state-of-the-art performance, demonstrating improved robustness to camera distance and group-layout variations for practical surveillance scenarios.
Abstract
Group re-identification (re-ID) aims to match groups with the same people under different cameras, mainly involves the challenges of group members and layout changes well. Most existing methods usually use the k-nearest neighbor algorithm to update node features to consider changes in group membership, but these methods cannot solve the problem of group layout changes. To this end, we propose a novel vision transformer based random walk framework for group re-ID. Specifically, we design a vision transformer based on a monocular depth estimation algorithm to construct a graph through the average depth value of pedestrian features to fully consider the impact of camera distance on group members relationships. In addition, we propose a random walk module to reconstruct the graph by calculating affinity scores between target and gallery images to remove pedestrians who do not belong to the current group. Experimental results show that our framework is superior to most methods.
