Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Domain Consistency Representation Learning for Lifelong Person Re-Identification

Created by
  • Haebom

Author

Shiben Liu, Huijie Fan, Qiang Wang, Weihong Ren, Yandong Tang, Yang Cong

Outline

This paper addresses the problem of Lifelong Person Re-identification (LReID) in continuous data learning. LReID presents a trade-off between within-domain differentiation (subtle individual differences, e.g., clothing, accessories) and cross-domain differences. Existing methods primarily focus on reducing between-domain differences through knowledge distillation, but tend to overlook within-domain differences. To balance within-domain differentiation and cross-domain differences, this paper proposes a novel domain-consistent representation learning (DCR) model that leverages global and attribute-specific representations. At the within-domain level, we leverage the complementary relationship between global and attribute-specific representations to enhance differentiation between similar identities. To address the forgetting problem caused by excessive within-domain differentiation, we propose attribute-based forgetting prevention (AF) and knowledge consolidation (KC) strategies. Experimental results demonstrate that the proposed DCR model outperforms state-of-the-art LReID methods.

Takeaways, Limitations

Takeaways:
We present a novel method to effectively control the balance between within-domain and between-domain dissimilarity in LReID by leveraging global and attribute-specific representations.
Mitigating forgetting problems in continuous learning through attribute-based forgetting prevention (AF) and knowledge consolidation (KC) strategies.
It contributes to the advancement of the LReID field by achieving superior performance compared to state-of-the-art LReID methods.
Reproducibility has been improved through open source code.
Limitations:
The performance improvements of the proposed method may be limited to specific datasets. Additional experiments on diverse datasets are required.
Further analysis and improvement of attribute-specific representation learning may be required.
Complex model structures may increase computational costs.
👍