paper-with-me

홈 › Papers

Dynamic Textual Prompt For Rehearsal-free Lifelong Person Re-identification

2024-11-09 · Hongyu Chen, Bingliang Jiao, Wenxuan Wang, Peng Wang

Lifelong person re-identification attempts to recognize people across cameras and integrate new knowledge from continuous data streams. Key challenges involve addressing catastrophic forgetting caused by parameter updating and domain shift, and maintaining performance in seen and unseen domains. Many previous works rely on data memories to retain prior samples. However, the amount of retained data increases linearly with the number of training domains, leading to continually increasing memory consumption. Additionally, these methods may suffer significant performance degradation when data preservation is prohibited due to privacy concerns. To address these limitations, we propose using textual descriptions as guidance to encourage the ReID model to learn cross-domain invariant features without retaining samples. The key insight is that natural language can describe pedestrian instances with an invariant style, suggesting a shared textual space for any pedestrian images. By leveraging this shared textual space as an anchor, we can prompt the ReID model to embed images from various domains into a unified semantic space, thereby alleviating catastrophic forgetting caused by domain shifts. To achieve this, we introduce a task-driven dynamic textual prompt framework in this paper. This model features a dynamic prompt fusion module, which adaptively constructs and fuses two different textual prompts as anchors. This effectively guides the ReID model to embed images into a unified semantic space. Additionally, we design a text-visual feature alignment module to learn a more precise mapping between fine-grained visual and textual features. We also developed a learnable knowledge distillation module that allows our model to dynamically balance retaining existing knowledge with acquiring new knowledge. Extensive experiments demonstrate that our method outperforms SOTAs under various settings.

📄 PDF Abstract BibTeX arXiv:2411.06023

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationPerson Re-Identification

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Distribution-aware Forgetting Compensation for Exemplar-Free Lifelong Person Re-identification

2025-04-21 · Shiben Liu, Huijie Fan, Qiang Wang, Baojie Fan 외

Lifelong Person Re-identification (LReID) suffers from a key challenge in preserving old knowledge while adapting to new information. The existing solutions include rehearsal-based and rehearsal-free methods to address t…

Exemplar-FreeKnowledge DistillationLifelong learningMixture-of-Experts+4

MergeSlide: Continual Model Merging and Task-to-Class Prompt-Aligned Inference for Lifelong Learning on Whole Slide Images

2025-11-17 · Doanh C. Bui, Ba Hung Ngo, Hoai Luan Pham, Khang Nguyen 외 arxiv

Lifelong learning on Whole Slide Images (WSIs) aims to train or fine-tune a unified model sequentially on cancer-related tasks, reducing the resources and effort required for data transfer and processing, especially give…

class-incremental learningContinual Learning

Auto-selected Knowledge Adapters for Lifelong Person Re-identification

2024-05-29 · Xuelin Qian, Ruiqi Wu, Gong Cheng, Junwei Han

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…

Lifelong learningPerson Re-Identification

Fed-CPrompt: Contrastive Prompt for Rehearsal-Free Federated Continual Learning

2023-07-10 · Gaurav Bagwe, Xiaoyong Yuan, Miao Pan, Lan Zhang

Federated continual learning (FCL) learns incremental tasks over time from confidential datasets distributed across clients. This paper focuses on rehearsal-free FCL, which has severe forgetting issues when learning new …

Continual LearningPrompt Learning

DSKC: Domain Style Modeling with Adaptive Knowledge Consolidation for Exemplar-free Lifelong Person Re-Identification

2025-08-05 · Shiben Liu, Mingyue Xu, Huijie Fan, Qiang Wang 외 arxiv

Lifelong Person Re-identification (LReID) aims to continuously match individuals across camera views from sequential data streams. Existing LReID methods often ignore domain-specific style awareness and unified knowledge…

Person Re-Identification