Efficient Person Search: An Anchor-Free Approach
Yichao Yan, Jinpeng Li, Jie Qin, Shengcai Liao, Xiaokang Yang

TL;DR
This paper introduces AlignPS, an efficient anchor-free person search framework that combines aligned feature aggregation and ROI-Align head to improve robustness and speed, achieving state-of-the-art results.
Contribution
Proposes a novel anchor-free person search model with aligned feature aggregation and ROI-Align head for improved efficiency and robustness.
Findings
Achieves state-of-the-art performance on CUHK-SYSU and PRW benchmarks.
Demonstrates higher efficiency compared to anchor-based models.
Provides robust re-id features with combined anchor-free and anchor-based strategies.
Abstract
Person search aims to simultaneously localize and identify a query person from realistic, uncropped images. To achieve this goal, state-of-the-art models typically add a re-id branch upon two-stage detectors like Faster R-CNN. Owing to the ROI-Align operation, this pipeline yields promising accuracy as re-id features are explicitly aligned with the corresponding object regions, but in the meantime, it introduces high computational overhead due to dense object anchors. In this work, we present an anchor-free approach to efficiently tackling this challenging task, by introducing the following dedicated designs. First, we select an anchor-free detector (i.e., FCOS) as the prototype of our framework. Due to the lack of dense object anchors, it exhibits significantly higher efficiency compared with existing person search models. Second, when directly accommodating this anchor-free detector…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Advanced Neural Network Applications · Advanced Image and Video Retrieval Techniques
MethodsFeature Pyramid Network · 1x1 Convolution · Non Maximum Suppression · Deformable Convolution · FCOS · Softmax · RoIPool · Convolution · Region Proposal Network · Feature-Aligned Person Search Network
