paper-with-me

Papers

End-to-End Detection and Re-identification Integrated Net for Person Search

2018-04-02 · Zhenwei He, Lei Zhang, Wei Jia

This paper proposes a pedestrian detection and re-identification (re-id) integration net (I-Net) in an end-to-end learning framework. The I-Net is used in real-world video surveillance scenarios, where the target person needs to be searched in the whole scene videos, while the annotations of pedestrian bounding boxes are unavailable. By comparing to the OIM which is a work for joint detection and re-id, we have three distinct contributions. First, we introduce a Siamese architecture of I-Net instead of 1 stream, such that a verification task can be implemented. Second, we propose a novel on-line pairing loss (OLP) and hard example priority softmax loss (HEP), such that only the hard negatives are posed much attention in loss computation. Third, an on-line dictionary for negative samples storage is designed in I-Net without recording the positive samples. We show our result on person search datasets, the gap between detection and re-identification is narrowed. The superior performance can be achieved.

📄 PDF Abstract BibTeX arXiv:1804.00376

Code (0)

등록된 구현이 없습니다.

Tasks

Pedestrian 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$…

Similar Papers 제목 키워드 기반

Transferring a Semantic Representation for Person Re-Identification and Search

2017-06-12 · CVPR 2015 6 · Zhiyuan Shi, Timothy M. Hospedales, Tao Xiang

Learning semantic attributes for person re-identification and description-based person search has gained increasing interest due to attributes' great potential as a pose and view-invariant representation. However, existi…

AttributePerson Re-IdentificationPerson Search

FMT:Fusing Multi-task Convolutional Neural Network for Person Search

2020-03-01 · Sulan Zhai, Shunqiang Liu, Xiao Wang, Jin Tang

Person search is to detect all persons and identify the query persons from detected persons in the image without proposals and bounding boxes, which is different from person re-identification. In this paper, we propose a…

Human DetectionPerson Re-IdentificationPerson SearchRegion Proposal

Sequential End-to-end Network for Efficient Person Search

2021-03-18 · Zhengjia Li, Duoqian Miao

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,…

GPUGraph MatchingHuman DetectionPerson Re-Identification+2

End-to-End Trainable Trident Person Search Network Using Adaptive Gradient Propagation

2021-01-01 · ICCV 2021 10 · Byeong-Ju Han, Kuhyeun Ko, Jae-Young Sim

Person search suffers from the conflicting objectives of commonness and uniqueness between the person detection and re-identification tasks that make the end-to-end training of person search networks difficult. In th…

ClassificationHuman DetectionPerson Search

Open-set Person Re-identification

2014-08-05 · Shengcai Liao, Zhipeng Mo, Jianqing Zhu, Yang Hu 외

Person re-identification is becoming a hot research for developing both machine learning algorithms and video surveillance applications. The task of person re-identification is to determine which person in a gallery has …

Metric LearningPerson Re-Identification