paper-with-me

홈 › Papers

Prompting Continual Person Search

2024-10-25 · Pengcheng Zhang, Xiaohan Yu, Xiao Bai, Jin Zheng, Xin Ning

The development of person search techniques has been greatly promoted in recent years for its superior practicality and challenging goals. Despite their significant progress, existing person search models still lack the ability to continually learn from increaseing real-world data and adaptively process input from different domains. To this end, this work introduces the continual person search task that sequentially learns on multiple domains and then performs person search on all seen domains. This requires balancing the stability and plasticity of the model to continually learn new knowledge without catastrophic forgetting. For this, we propose a Prompt-based Continual Person Search (PoPS) model in this paper. First, we design a compositional person search transformer to construct an effective pre-trained transformer without exhaustive pre-training from scratch on large-scale person search data. This serves as the fundamental for prompt-based continual learning. On top of that, we design a domain incremental prompt pool with a diverse attribute matching module. For each domain, we independently learn a set of prompts to encode the domain-oriented knowledge. Meanwhile, we jointly learn a group of diverse attribute projections and prototype embeddings to capture discriminative domain attributes. By matching an input image with the learned attributes across domains, the learned prompts can be properly selected for model inference. Extensive experiments are conducted to validate the proposed method for continual person search. The source code is available at https://github.com/PatrickZad/PoPS.

📄 PDF Abstract BibTeX arXiv:2410.19239

Code (1)

patrickzad/pops 공식 구현 pytorch

Tasks

AttributeContinual LearningPerson Search

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Color Prompting for Data-Free Continual Unsupervised Domain Adaptive Person Re-Identification

2023-08-21 · Jianyang Gu, Hao Luo, Kai Wang, Wei Jiang 외

Unsupervised domain adaptive person re-identification (Re-ID) methods alleviate the burden of data annotation through generating pseudo supervision messages. However, real-world Re-ID systems, with continuously accumulat…

Domain Adaptive Person Re-IdentificationPerson Re-IdentificationStyle Transfer

AI YOU Town: Make Friends and Money with Your Digital Twin

2026-07-12 · Yan Lin, Yuyang Dai, Jiahui Geng, Yuxia Wang arxiv

Existing approaches to infer user traits and generate responses consistent with a persona rely on static prompting. They lack calibrated uncertainty, ignore sequential evidence, and drift during long interactions. We pre…

Prototype-Aligned Federated Soft-Prompts for Continual Web Personalization

2026-03-29 · Canran Xiao, Liwei Hou arxiv

Continual web personalization is essential for engagement, yet real-world non-stationarity and privacy constraints make it hard to adapt quickly without forgetting long-term preferences. We target this gap by seeking a p…

Prompt-Driven Continual Graph Learning

2025-02-10 · Qi Wang, Tianfei Zhou, Ye Yuan, Rui Mao

Continual Graph Learning (CGL), which aims to accommodate new tasks over evolving graph data without forgetting prior knowledge, is garnering significant research interest. Mainstream solutions adopt the memory replay-ba…

Continual LearningGraph LearningGraph Neural Network

L2Explorer: A Lifelong Reinforcement Learning Assessment Environment

2022-03-14 · Erik C. Johnson, Eric Q. Nguyen, Blake Schreurs, Chigozie S. Ewulum 외

Despite groundbreaking progress in reinforcement learning for robotics, gameplay, and other complex domains, major challenges remain in applying reinforcement learning to the evolving, open-world problems often found in …

Continual LearningLifelong learningreinforcement-learningReinforcement Learning+2