SOTAVerified

MovieNet-PS: A Large-Scale Person Search Dataset in the Wild

2021-12-05Code Available1· sign in to hype

Jie Qin, Peng Zheng, Yichao Yan, Rong Quan, Xiaogang Cheng, Bingbing Ni

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Person search aims to jointly localize and identify a query person from natural, uncropped images, which has been actively studied over the past few years. In this paper, we delve into the rich context information globally and locally surrounding the target person, which we refer to as scene and group context, respectively. Unlike previous works that treat the two types of context individually, we exploit them in a unified global-local context network (GLCNet) with the intuitive aim of feature enhancement. Specifically, re-ID embeddings and context features are simultaneously learned in a multi-stage fashion, ultimately leading to enhanced, discriminative features for person search. We conduct the experiments on two person search benchmarks (i.e., CUHK-SYSU and PRW) as well as extend our approach to a more challenging setting (i.e., character search on MovieNet). Extensive experimental results demonstrate the consistent improvement of the proposed GLCNet over the state-of-the-art methods on all three datasets. Our source codes, pre-trained models, and the new dataset are publicly available at: https://github.com/ZhengPeng7/GLCNet.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
CUHK-SYSUGLCNet+CBGMMAP95.8Unverified
CUHK-SYSUGLCNetMAP95.5Unverified
PRWGLCNet+CBGMmAP47.8Unverified
PRWGLCNetmAP46.7Unverified

Reproductions