Distribution-Aware Knowledge Prototyping for Non-Exemplar Lifelong Person Re-Identification

Abstract

Lifelong person re-identification (LReID) suffers from the catastrophic forgetting problem when learning from non-stationary data. Existing exemplar-based and knowledge distillation-based LReID methods encounter data privacy and limited acquisition capacity respectively. In this paper we instead introduce the prototype which is under-investigated in LReID to better balance knowledge forgetting and acquisition. Existing prototype-based works primarily focus on the classification task where the prototypes are set as discrete points or statistical distributions. However they either discard the distribution information or omit instance-level diversity which are crucial fine-grained clues for LReID. To address the above problems we propose Distribution-aware Knowledge Prototyping (DKP) where the instance-level diversity of each sample is modeled to transfer comprehensive fine-grained knowledge for prototyping and facilitating LReID learning. Specifically an Instance-level Distribution Modeling network is proposed to capture the local diversity of each instance. Then the Distribution-oriented Prototype Generation algorithm transforms the instance-level diversity into identity-level distributions as prototypes which is further explored by the designed Prototype-based Knowledge Transfer module to enhance the knowledge anti-forgetting and acquisition capacity of the LReID model. Extensive experiments verify that our method achieves superior plasticity and stability balancing and outperforms existing LReID methods by 8.1%/9.1% average mAP/R@1 improvement. The code is available at https://github.com/zhoujiahuan1991/CVPR2024-DKP

Cite

Text

Xu et al. "Distribution-Aware Knowledge Prototyping for Non-Exemplar Lifelong Person Re-Identification." Conference on Computer Vision and Pattern Recognition, 2024. doi:10.1109/CVPR52733.2024.01571

Markdown

[Xu et al. "Distribution-Aware Knowledge Prototyping for Non-Exemplar Lifelong Person Re-Identification." Conference on Computer Vision and Pattern Recognition, 2024.](https://mlanthology.org/cvpr/2024/xu2024cvpr-distributionaware/) doi:10.1109/CVPR52733.2024.01571

BibTeX

@inproceedings{xu2024cvpr-distributionaware,
  title     = {{Distribution-Aware Knowledge Prototyping for Non-Exemplar Lifelong Person Re-Identification}},
  author    = {Xu, Kunlun and Zou, Xu and Peng, Yuxin and Zhou, Jiahuan},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2024},
  pages     = {16604-16613},
  doi       = {10.1109/CVPR52733.2024.01571},
  url       = {https://mlanthology.org/cvpr/2024/xu2024cvpr-distributionaware/}
}