Auto-selected Knowledge Adapters for Lifelong Person Re-identification
Xuelin Qian, Ruiqi Wu, Gong Cheng, Junwei Han
TL;DR
This work tackles Lifelong Person Re-Identification (LReID), a setting where models must continually learn from non-overlapping datasets while preserving past knowledge, a challenge prone to catastrophic forgetting. It introduces AdalReID, a framework that uses incrementally built, parameter-efficient knowledge adapters and a parameter-free auto-selection mechanism to adaptively fuse domain-specific knowledge; a temperature scheduling strategy further enhances cross-adapter interaction, improving generalization to unseen domains. The method leverages a CLIP-based backbone, inserting adapters into the image encoder and training with image-text losses that bridge visual and textual identity representations. Empirical results across multiple lifelong learning orders show AdalReID outperforms state-of-the-art methods by about 5–10% in $mAP$ on both seen and unseen domains, with modest storage overhead (roughly 18 MB per dataset for adapters) and no reliance on old exemplars, highlighting its scalability and practicality for real-world continual ReID systems.
Abstract
Lifelong Person Re-Identification (LReID) extends traditional ReID by requiring systems to continually learn from non-overlapping datasets across different times and locations, adapting to new identities while preserving knowledge of previous ones. Existing approaches, either rehearsal-free or rehearsal-based, still suffer from the problem of catastrophic forgetting since they try to cram diverse knowledge into one fixed model. To overcome this limitation, we introduce a novel framework AdalReID, that adopts knowledge adapters and a parameter-free auto-selection mechanism for lifelong learning. Concretely, we incrementally build distinct adapters to learn domain-specific knowledge at each step, which can effectively learn and preserve knowledge across different datasets. Meanwhile, the proposed auto-selection strategy adaptively calculates the knowledge similarity between the input set and the adapters. On the one hand, the appropriate adapters are selected for the inputs to process ReID, and on the other hand, the knowledge interaction and fusion between adapters are enhanced to improve the generalization ability of the model. Extensive experiments are conducted to demonstrate the superiority of our AdalReID, which significantly outperforms SOTAs by about 10$\sim$20\% mAP on both seen and unseen domains.
