Dynamic Feature Pruning and Consolidation for Occluded Person Re-Identification

Abstract

Occluded person re-identification (ReID) is a challenging problem due to contamination from occluders. Existing approaches address the issue with prior knowledge cues, such as human body key points and semantic segmentations, which easily fail in the presence of heavy occlusion and other humans as occluders. In this paper, we propose a feature pruning and consolidation (FPC) framework to circumvent explicit human structure parsing. The framework mainly consists of a sparse encoder, a multi-view feature mathcing module, and a feature consolidation decoder. Specifically, the sparse encoder drops less important image tokens, mostly related to background noise and occluders, solely based on correlation within the class token attention. Subsequently, the matching stage relies on the preserved tokens produced by the sparse encoder to identify k-nearest neighbors in the gallery by measuring the image and patch-level combined similarity. Finally, we use the feature consolidation module to compensate pruned features using identified neighbors for recovering essential information while disregarding disturbance from noise and occlusion. Experimental results demonstrate the effectiveness of our proposed framework on occluded, partial, and holistic Re-ID datasets. In particular, our method outperforms state-of-the-art results by at least 8.6% mAP and 6.0% Rank-1 accuracy on the challenging Occluded-Duke dataset.

Cite

Text

Ye et al. "Dynamic Feature Pruning and Consolidation for Occluded Person Re-Identification." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I7.28491

Markdown

[Ye et al. "Dynamic Feature Pruning and Consolidation for Occluded Person Re-Identification." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/ye2024aaai-dynamic/) doi:10.1609/AAAI.V38I7.28491

BibTeX

@inproceedings{ye2024aaai-dynamic,
  title     = {{Dynamic Feature Pruning and Consolidation for Occluded Person Re-Identification}},
  author    = {Ye, Yuteng and Zhou, Hang and Cai, Jiale and Gao, Chenxing and Zhang, Youjia and Wang, Junle and Hu, Qiang and Yu, Junqing and Yang, Wei},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2024},
  pages     = {6684-6692},
  doi       = {10.1609/AAAI.V38I7.28491},
  url       = {https://mlanthology.org/aaai/2024/ye2024aaai-dynamic/}
}