CVMar 18, 2021

Sequential End-to-end Network for Efficient Person Search

arXiv:2103.10148v1123 citations
Originality Incremental advance
AI Analysis

This addresses the fine-grained task of person search for applications like surveillance, but it is incremental as it builds on existing end-to-end frameworks.

The paper tackles the problem of low-quality features in person search by proposing a sequential network that processes detection and re-identification progressively, achieving state-of-the-art results on benchmarks like CUHK-SYSU and PRW with a speed of 11.5 fps.

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 Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes