paper-with-me

홈 › Papers

Patch-based Knowledge Distillation for Lifelong Person Re-Identification

2022-10-10 · ACM Multimedia 2022 10 · Zhicheng Sun, Yadong Mu

The task of lifelong person re-identification aims to match a person across multiple cameras given continuous data streams. Similar to other lifelong learning tasks, it severely suffers from the so-called catastrophic forgetting problem, which refers to the notable performance degradation on previously-seen data after adapting the model to some newly incoming data. To alleviate it, a few existing methods have utilized knowledge distillation to enforce consistency between the original and adapted models. However, the effectiveness of such a strategy can be largely reduced facing the data distribution discrepancy between seen and new data. The hallmark of our work is using adaptively-chosen patches (rather than whole images as in other works) to pilot the forgetting-resistant distillation. Specifically, the technical contributions of our patch-based new solution are two-fold: first, a novel patch sampler is proposed. It is fully differentiable and trained to select a diverse set of image patches that stay crucial and discriminative under streaming data. Secondly, with those patches we curate a novel knowledge distillation framework. Valuable patch-level knowledge within individual patch features and mutual relations is well preserved by the two newly introduced distillation modules, further mitigating catastrophic forgetting. Extensive experiments on twelve person re-identification datasets clearly validate the superiority of our method over state-of-the-art competitors by large performance margins.

📄 PDF Abstract BibTeX

Code (1)

feifeiobama/PatchKD 공식 구현 pytorch

Tasks

Continual LearningKnowledge DistillationLifelong learningPerson Re-Identification

Methods 이 논문이 사용한 방법론

Gumbel Softmax 설명 없음
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 제목 키워드 기반

Positive Pair Distillation Considered Harmful: Continual Meta Metric Learning for Lifelong Object Re-Identification

2022-10-04 · Kai Wang, Chenshen Wu, Andy Bagdanov, Xialei Liu 외

Lifelong object re-identification incrementally learns from a stream of re-identification tasks. The objective is to learn a representation that can be applied to all tasks and that generalizes to previously unseen re-id…

Knowledge DistillationMetric LearningVehicle Re-Identification

Distribution Aligned Semantics Adaption for Lifelong Person Re-Identification

2024-05-30 · Qizao Wang, Xuelin Qian, Bin Li, xiangyang xue

In real-world scenarios, person Re-IDentification (Re-ID) systems need to be adaptable to changes in space and time. Therefore, the adaptation of Re-ID models to new domains while preserving previously acquired knowledge…

Knowledge DistillationPerson Re-Identification

CKDA: Cross-modality Knowledge Disentanglement and Alignment for Visible-Infrared Lifelong Person Re-identification

2025-11-19 · Zhenyu Cui, Jiahuan Zhou, Yuxin Peng arxiv

Lifelong person Re-IDentification (LReID) aims to match the same person employing continuously collected individual data from different scenarios. To achieve continuous all-day person matching across day and night, Visib…

Person Re-IdentificationKnowledge Distillation

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

Learning Continual Compatible Representation for Re-indexing Free Lifelong Person Re-identification

2024-01-01 · CVPR 2024 1 · Zhenyu Cui, Jiahuan Zhou, Xun Wang, Manyu Zhu 외

Lifelong Person Re-identification (L-ReID) aims to learn from sequentially collected data to match a person across different scenes. Once an L-ReID model is updated using new data all historical images in the gallery…

Person Re-Identification