paper-with-me

홈 › Papers

Sequential End-to-end Network for Efficient Person Search

2021-03-18 · Zhengjia Li, Duoqian Miao

Person search aims at jointly solving Person Detection and Person Re-identification (re-ID). Existing works have designed end-to-end networks based on Faster R-CNN. However, due to the parallel structure of Faster R-CNN, the extracted features come from the low-quality proposals generated by the Region Proposal Network, rather than the detected high-quality bounding boxes. Person search is a fine-grained task and such inferior features will significantly reduce re-ID performance. To address this issue, we propose a Sequential End-to-end Network (SeqNet) to extract superior features. In SeqNet, detection and re-ID are considered as a progressive process and tackled with two sub-networks sequentially. In addition, we design a robust Context Bipartite Graph Matching (CBGM) algorithm to effectively employ context information as an important complementary cue for person matching. Extensive experiments on two widely used person search benchmarks, CUHK-SYSU and PRW, have shown that our method achieves state-of-the-art results. Also, our model runs at 11.5 fps on a single GPU and can be integrated into the existing end-to-end framework easily.

📄 PDF Abstract BibTeX arXiv:2103.10148

Code (1)

serend1p1ty/SeqNet 공식 구현 pytorch

Tasks

GPUGraph MatchingHuman DetectionPerson Re-IdentificationPerson SearchRegion Proposal

Methods 이 논문이 사용한 방법론

RoIPool 설명 없음
RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Sequential Transformer for End-to-End Person Search

2022-11-06 · Long Chen, Jinhua Xu

Person Search aims to simultaneously localize and recognize a target person from realistic and uncropped gallery images. One major challenge of person search comes from the contradictory goals of the two sub-tasks, i.e.,…

Human DetectionPerson Re-IdentificationPerson Search

Personalizing Search Results Using Hierarchical RNN with Query-aware Attention

2019-08-20 · Songwei Ge, Zhicheng Dou, Zhengbao Jiang, Jian-Yun Nie 외

Search results personalization has become an effective way to improve the quality of search engines. Previous studies extracted information such as past clicks, user topical interests, query click entropy and so on to ta…

Attribute

Efficient Sequential Recommendation for Long Term User Interest Via Personalization

2026-01-07 · Qiang Zhang, Hanchao Yu, Ivan Ji, Chen Yuan 외 arxiv

Recent years have witnessed success of sequential modeling, generative recommender, and large language model for recommendation. Though the scaling law has been validated for sequential models, it showed inefficiency in …

Sequential Recommendation

Continual Learning for Sequential Personalization of Small Language Models: A Stability Monitoring Analysis

2026-06-26 · Thomas S. Paula, Lucas S. Kupssinskü, Rodrigo C. Barros arxiv

Small Language Models (SLMs) are increasingly being considered for deployment on edge devices such as laptops, enabling private, low-latency, and locally personalized applications. However, personalization requires model…

Continual Learning

Prompting Continual Person Search

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

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 …

AttributeContinual LearningPerson Search