CVAug 12, 2024

PAFormer: Part Aware Transformer for Person Re-identification

arXiv:2408.05918v13 citationsh-index: 2
Originality Incremental advance
AI Analysis

This work addresses the challenge of accurately matching body parts across different samples in person re-identification, which is incremental as it builds on existing pose estimation methods.

The paper tackles the problem of insufficient anatomical awareness in partial person re-identification by introducing PAFormer, a pose estimation-based model that enables precise part-to-part comparison and outperforms existing methods on benchmark datasets.

Within the domain of person re-identification (ReID), partial ReID methods are considered mainstream, aiming to measure feature distances through comparisons of body parts between samples. However, in practice, previous methods often lack sufficient awareness of anatomical aspect of body parts, resulting in the failure to capture features of the same body parts across different samples. To address this issue, we introduce \textbf{Part Aware Transformer (PAFormer)}, a pose estimation based ReID model which can perform precise part-to-part comparison. In order to inject part awareness to pose tokens, we introduce learnable parameters called `pose token' which estimate the correlation between each body part and partial regions of the image. Notably, at inference phase, PAFormer operates without additional modules related to body part localization, which is commonly used in previous ReID methodologies leveraging pose estimation models. Additionally, leveraging the enhanced awareness of body parts, PAFormer suggests the use of a learning-based visibility predictor to estimate the degree of occlusion for each body part. Also, we introduce a teacher forcing technique using ground truth visibility scores which enables PAFormer to be trained only with visible parts. A set of extensive experiments show that our method outperforms existing approaches on well-known ReID benchmark datasets.

Foundations

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

Your Notes