paper-with-me

홈 › Papers

Joint Person Objectness and Repulsion for Person Search

2020-05-30 · Hantao Yao, Changsheng Xu

Person search targets to search the probe person from the unconstrainted scene images, which can be treated as the combination of person detection and person matching. However, the existing methods based on the Detection-Matching framework ignore the person objectness and repulsion (OR) which are both beneficial to reduce the effect of distractor images. In this paper, we propose an OR similarity by jointly considering the objectness and repulsion information. Besides the traditional visual similarity term, the OR similarity also contains an objectness term and a repulsion term. The objectness term can reduce the similarity of distractor images that not contain a person and boost the performance of person search by improving the ranking of positive samples. Because the probe person has a different person ID with its \emph{neighbors}, the gallery images having a higher similarity with the \emph{neighbors of probe} should have a lower similarity with the probe person. Based on this repulsion constraint, the repulsion term is proposed to reduce the similarity of distractor images that are not most similar to the probe person. Treating the Faster R-CNN as the person detector, the OR similarity is evaluated on PRW and CUHK-SYSU datasets by the Detection-Matching framework with six description models. The extensive experiments demonstrate that the proposed OR similarity can effectively reduce the similarity of distractor samples and further boost the performance of person search, e.g., improve the mAP from 92.32% to 93.23% for CUHK-SYSY dataset, and from 50.91% to 52.30% for PRW datasets.

📄 PDF Abstract BibTeX arXiv:2006.00155

Code (0)

등록된 구현이 없습니다.

Tasks

Human DetectionPerson Search

Methods 이 논문이 사용한 방법론

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$…
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…
RoIPool 설명 없음
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 제목 키워드 기반

PoseTrack21: A Dataset for Person Search, Multi-Object Tracking and Multi-Person Pose Tracking

2022-01-01 · CVPR 2022 1 · Andreas Döring, Di Chen, Shanshan Zhang, Bernt Schiele 외

Current research evaluates person search, multi-object tracking and multi-person pose estimation as separate tasks and on different datasets although these tasks are very akin to each other and comprise similar sub-t…

DiversityHuman DetectionMulti-Object TrackingMulti-Person Pose Estimation+6

The Diversity Bonus: Learning from Dissimilar Distributed Clients in Personalized Federated Learning

2024-07-22 · Xinghao Wu, Xuefeng Liu, Jianwei Niu, Guogang Zhu 외

Personalized Federated Learning (PFL) is a commonly used framework that allows clients to collaboratively train their personalized models. PFL is particularly useful for handling situations where data from different clie…

DiversityFederated LearningPersonalized Federated Learning

Norm-Aware Embedding for Efficient Person Search

2020-06-01 · CVPR 2020 6 · Di Chen, Shanshan Zhang, Jian Yang, Bernt Schiele

Person Search is a practically relevant task that aims to jointly solve Person Detection and Person Re-identification (re-ID). Specifically, it requires to find and locate all instances with the same identity as the quer…

GPUHuman DetectionPerson Re-IdentificationPerson Search

PSTR: End-to-End One-Step Person Search With Transformers

2022-04-07 · CVPR 2022 1 · Jiale Cao, Yanwei Pang, Rao Muhammad Anwer, Hisham Cholakkal 외

We propose a novel one-step transformer-based person search framework, PSTR, that jointly performs person detection and re-identification (re-id) in a single architecture. PSTR comprises a person search-specialized (PSS)…

DecoderHuman DetectionPerson Search

Towards Fully Decoupled End-to-End Person Search

2023-09-10 · Pengcheng Zhang, Xiao Bai, Jin Zheng, Xin Ning

End-to-end person search aims to jointly detect and re-identify a target person in raw scene images with a unified model. The detection task unifies all persons while the re-id task discriminates different identities, re…

Person Search