paper-with-me

Papers

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

2025-04-21 · Shiben Liu, Huijie Fan, Qiang Wang, Baojie Fan, Yandong Tang, Liangqiong Qu

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 this challenge. Rehearsal-based approaches rely on knowledge distillation, continuously accumulating forgetting during the distillation process. Rehearsal-free methods insufficiently learn the distribution of each domain, leading to forgetfulness over time. To solve these issues, we propose a novel Distribution-aware Forgetting Compensation (DAFC) model that explores cross-domain shared representation learning and domain-specific distribution integration without using old exemplars or knowledge distillation. We propose a Text-driven Prompt Aggregation (TPA) that utilizes text features to enrich prompt elements and guide the prompt model to learn fine-grained representations for each instance. This can enhance the differentiation of identity information and establish the foundation for domain distribution awareness. Then, Distribution-based Awareness and Integration (DAI) is designed to capture each domain-specific distribution by a dedicated expert network and adaptively consolidate them into a shared region in high-dimensional space. In this manner, DAI can consolidate and enhance cross-domain shared representation learning while alleviating catastrophic forgetting. Furthermore, we develop a Knowledge Consolidation Mechanism (KCM) that comprises instance-level discrimination and cross-domain consistency alignment strategies to facilitate model adaptive learning of new knowledge from the current domain and promote knowledge consolidation learning between acquired domain-specific distributions, respectively. Experimental results show that our DAFC outperform state-of-the-art methods by at least 9.8\%/6.6\% and 6.4\%/6.2\% of average mAP/R@1 on two training orders.

📄 PDF Abstract BibTeX arXiv:2504.15041

Code (1)

LiuShiBen/DAFC 공식 구현 pytorch

Tasks

Exemplar-FreeKnowledge DistillationLifelong learningMixture-of-ExpertsPerson Re-IdentificationPerson RetrievalPrompt LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Exemplar-free Continual Learning of Vision Transformers via Gated Class-Attention and Cascaded Feature Drift Compensation

2022-11-22 · Marco Cotogni, Fei Yang, Claudio Cusano, Andrew D. Bagdanov 외

We propose a new method for exemplar-free class incremental training of ViTs. The main challenge of exemplar-free continual learning is maintaining plasticity of the learner without causing catastrophic forgetting of pre…

Continual LearningExemplar-Free

Exemplar-free Continual Representation Learning via Learnable Drift Compensation

2024-07-11 · Alex Gomez-Villa, Dipam Goswami, Kai Wang, Andrew D. Bagdanov 외

Exemplar-free class-incremental learning using a backbone trained from scratch and starting from a small first task presents a significant challenge for continual representation learning. Prototype-based approaches, when…

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+2

DS-AL: A Dual-Stream Analytic Learning for Exemplar-Free Class-Incremental Learning

2024-03-26 · Huiping Zhuang, Run He, Kai Tong, Ziqian Zeng 외

Class-incremental learning (CIL) under an exemplar-free constraint has presented a significant challenge. Existing methods adhering to this constraint are prone to catastrophic forgetting, far more so than replay-based t…

class-incremental learningClass Incremental LearningContinual LearningExemplar-Free+1

DiffClass: Diffusion-Based Class Incremental Learning

2024-03-08 · Zichong Meng, Jie Zhang, Changdi Yang, Zheng Zhan 외

Class Incremental Learning (CIL) is challenging due to catastrophic forgetting. On top of that, Exemplar-free Class Incremental Learning is even more challenging due to forbidden access to previous task data. Recent exem…

class-incremental learningClass Incremental LearningDomain AdaptationExemplar-Free+2

Revisiting Prototype Rehearsal for Exemplar-Free Continual Learning: Manifold-Aware Boundary Sampling with Adaptive Class-Balanced Loss

2026-06-04 · Hongye Xu, Bartosz Krawczyk arxiv

Exemplar-free class-incremental learning (EFCIL) aims to acquire new classes over time without storing raw data. Historically, prototype rehearsal, which samples around stored class prototypes and mixes them with current…

class-incremental learningContinual Learning