Distribution-aware Knowledge Unification and Association for Non-exemplar Lifelong Person Re-identification
Shiben Liu, Mingyue Xu, Huijie Fan, Qiang Wang, Yandong Tang, Zhi Han
TL;DR
This paper tackles lifelong person re-identification by addressing catastrophic forgetting and cross-domain adaptation without storing old samples or using distillation. It introduces DKUA, a distribution-aware framework that propagates domain-specific representations through a domain-style encoder and transfer modules, while dynamically unifying them into a cross-domain center via adaptive knowledge consolidation. Further, unified knowledge association explicitly models inter-domain relationships, and distribution-based knowledge transfer aligns current domain distributions with the unified cross-domain distribution. Experiments on seen and unseen domains demonstrate substantial improvements over state-of-the-art rehearsal-based and rehearsal-free methods, with strong generalization and competitive efficiency, supported by ablations and visualizations. The approach offers a privacy-preserving, exemplar-free path to robust lifelong ReID in continuously evolving environments, and code is released at the authors’ GitHub repository.
Abstract
Lifelong person re-identification (LReID) encounters a key challenge: balancing the preservation of old knowledge with adaptation to new information. Existing LReID methods typically employ knowledge distillation to enforce representation alignment. However, these approaches ignore two crucial aspects: specific distribution awareness and cross-domain unified knowledge learning, both of which are essential for addressing this challenge. To overcome these limitations, we propose a novel distribution-aware knowledge unification and association (DKUA) framework where domain-style modeling is performed for each instance to propagate domain-specific representations, enhancing anti-forgetting and generalization capacity. Specifically, we design a distribution-aware model to transfer instance-level representations of the current domain into the domain-specific representations with the different domain styles, preserving learned knowledge without storing old samples. Next, we propose adaptive knowledge consolidation (AKC) to dynamically generate the unified representation as a cross-domain representation center. To further mitigate forgetting, we develop a unified knowledge association (UKA) mechanism, which explores the unified representation as a bridge to explicitly model inter-domain associations, reducing inter-domain gaps. Finally, distribution-based knowledge transfer (DKT) is proposed to prevent the current domain distribution from deviating from the cross-domain distribution center, improving adaptation capacity. Experimental results show our DKUA outperforms the existing methods by 7.6%/5.3% average mAP/R@1 improvement on anti-forgetting and generalization capacity, respectively. Our code is available at https://github.com/LiuShiBen/DKUA.
