HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

Sequential End-to-end Network for Efficient Person Search

Zhengjia Li Duoqian Miao

Sequential End-to-end Network for Efficient Person Search

Abstract

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.

Code Repositories

serend1p1ty/SeqNet
Official
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
person-search-on-cuhk-sysuOIM+SeqNet+CBGM
MAP: 94.3
Top-1: 95.0
person-search-on-cuhk-sysuOIM+SeqNet
MAP: 93.4
Top-1: 94.1
person-search-on-cuhk-sysuNAE+SeqNet+CBGM
MAP: 94.8
Top-1: 95.7
person-search-on-cuhk-sysuNAE+SeqNet
MAP: 93.8
Top-1: 94.6
person-search-on-prwNAE+SeqNet+CBGM
Top-1: 87.6
mAP: 47.6
person-search-on-prwOIM+SeqNet
Top-1: 81.7
mAP: 45.8
person-search-on-prwNAE+SeqNet
Top-1: 83.4
mAP: 46.7
person-search-on-prwOIM+SeqNet+CBGM
Top-1: 84.9
mAP: 46.6

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Sequential End-to-end Network for Efficient Person Search | Papers | HyperAI