paper-with-me

Papers

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 is crucial, known as Lifelong person Re-IDentification (LReID). Advanced LReID methods rely on replaying exemplars from old domains and applying knowledge distillation in logits with old models. However, due to privacy concerns, retaining previous data is inappropriate. Additionally, the fine-grained and open-set characteristics of Re-ID limit the effectiveness of the distillation paradigm for accumulating knowledge. We argue that a Re-ID model trained on diverse and challenging pedestrian images at a large scale can acquire robust and general human semantic knowledge. These semantics can be readily utilized as shared knowledge for lifelong applications. In this paper, we identify the challenges and discrepancies associated with adapting a pre-trained model to each application domain, and introduce the Distribution Aligned Semantics Adaption (DASA) framework. It efficiently adjusts Batch Normalization (BN) to mitigate interference from data distribution discrepancy and freezes the pre-trained convolutional layers to preserve shared knowledge. Additionally, we propose the lightweight Semantics Adaption (SA) module, which effectively adapts learned semantics to enhance pedestrian representations. Extensive experiments demonstrate the remarkable superiority of our proposed framework over advanced LReID methods, and it exhibits significantly reduced storage consumption. DASA presents a novel and cost-effective perspective on effectively adapting pre-trained models for LReID.

📄 PDF Abstract BibTeX arXiv:2405.19695

Code (1)

QizaoWang/DASA-LReID 공식 구현 pytorch

Tasks

Knowledge DistillationPerson Re-Identification

Methods 이 논문이 사용한 방법론

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

Semantics-Aligned Representation Learning for Person Re-identification

2019-05-30 · Xin Jin, Cuiling Lan, Wen-Jun Zeng, Guoqiang Wei 외

Person re-identification (reID) aims to match person images to retrieve the ones with the same identity. This is a challenging task, as the images to be matched are generally semantically misaligned due to the diversity …

DecoderPerson Re-IdentificationRepresentation LearningTexture Synthesis+1

Lifelong Learning on Evolving Graphs Under the Constraints of Imbalanced Classes and New Classes

2021-12-20 · Lukas Galke, Iacopo Vagliano, Benedikt Franke, Tobias Zielke 외

Lifelong graph learning deals with the problem of continually adapting graph neural network (GNN) models to changes in evolving graphs. We address two critical challenges of lifelong graph learning in this work: dealing …

Graph AttentionGraph LearningGraph Neural NetworkLifelong learning+2

SEMINAR: Search Enhanced Multi-modal Interest Network and Approximate Retrieval for Lifelong Sequential Recommendation

2024-07-15 · Kaiming Shen, Xichen Ding, Zixiang Zheng, Yuqi Gong 외

The modeling of users' behaviors is crucial in modern recommendation systems. A lot of research focuses on modeling users' lifelong sequences, which can be extremely long and sometimes exceed thousands of items. These mo…

Click-Through Rate PredictionQuantizationRecommendation SystemsRetrieval+1

Densely Semantically Aligned Person Re-Identification

2018-12-21 · CVPR 2019 6 · Zhizheng Zhang, Cuiling Lan, Wen-Jun Zeng, Zhibo Chen

We propose a densely semantically aligned person re-identification framework. It fundamentally addresses the body misalignment problem caused by pose/viewpoint variations, imperfect person detection, occlusion, etc. By l…

Human DetectionPerson Re-Identification

DKC: Differentiated Knowledge Consolidation for Cloth-Hybrid Lifelong Person Re-identification

2025-01-01 · CVPR 2025 1 · Zhenyu Cui, Jiahuan Zhou, Yuxin Peng

Lifelong person re-identification (LReID) aims to match the same person using sequentially collected data. However, due to the long-term nature of lifelong learning, the inevitable changes in human clothes prevent th…

Lifelong learningPerson Re-IdentificationTransfer Learning