paper-with-me

Papers

Head and Body: Unified Detector and Graph Network for Person Search in Media

2021-11-27 · Xiujun Shu, Yusheng Tao, Ruizhi Qiao, Bo Ke, Wei Wen, Bo Ren

Person search in media has seen increasing potential in Internet applications, such as video clipping and character collection. This task is common but overlooked by previous person search works which focus on surveillance scenes. The media scenarios have some different challenges from surveillance scenes. For example, a person may change his clothes frequently. To alleviate this issue, this paper proposes a Unified Detector and Graph Network (UDGNet) for person search in media. UDGNet is the first person search framework to detect and re-identify the human body and head simultaneously. Specifically, it first builds two branches based on a unified network to detect the human body and head, then the detected body and head are used for re-identification. This dual-task approach can significantly enhance discriminative learning. To tackle the cloth-changing issue, UDGNet builds two graphs to explore reliable links among cloth-changing samples and utilizes a graph network to learn better embeddings. This design effectively enhances the robustness of person search to cloth-changing challenges. Besides, we demonstrate that UDGNet can be implemented with both anchor-based and anchor-free person search frameworks and further achieve performance improvement. This paper also contributes a large-scale dataset for Person Search in Media (PSM), which provides both body and head annotations. It is by far the largest dataset for person search in media. Experiments show that UDGNet improves the anchor-free model AlignPS by 12.1% in mAP. Meanwhile, it shows good generalization across surveillance and longterm scenarios. The dataset and code will be available at: https://github.com/shuxjweb/PSM.git.

📄 PDF Abstract BibTeX arXiv:2111.13888

Code (0)

등록된 구현이 없습니다.

Tasks

Person Search

Methods 이 논문이 사용한 방법론

FPN 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…
Non Maximum Suppression Non Maximum Suppression is a computer vision method that selects a single entity out of many overlapping entities (for example bounding boxes in object detection). The…
FCOS FCOS is an anchor-box free, proposal free, single-stage object detection model. By eliminating the predefined set of anchor boxes, FCOS avoids computation related to anchor…
Deformable Convolution Deformable convolutions add 2D offsets to the regular grid sampling locations in the standard convolution. It enables free…
AlignPS AlignPS, or Feature-Aligned Person Search Network, is an anchor-free framework for efficient person search. The model employs the typical architecture of an anchor-free…

Similar Papers 제목 키워드 기반

Body-Part Joint Detection and Association via Extended Object Representation

2022-12-15 · Huayi Zhou, Fei Jiang, Hongtao Lu

The detection of human body and its related parts (e.g., face, head or hands) have been intensively studied and greatly improved since the breakthrough of deep CNNs. However, most of these detectors are trained independe…

BPJDet: Extended Object Representation for Generic Body-Part Joint Detection

2023-04-21 · Huayi Zhou, Fei Jiang, Jiaxin Si, Yue Ding 외

Detection of human body and its parts has been intensively studied. However, most of CNNs-based detectors are trained independently, making it difficult to associate detected parts with body. In this paper, we focus on t…

Head Detection

Body-Face Joint Detection via Embedding and Head Hook

2021-01-01 · ICCV 2021 10 · Junfeng Wan, Jiangfan Deng, Xiaosong Qiu, Feng Zhou

Detecting pedestrians and their associated faces jointly is a challenging task.On one hand, body or face could be absent because of occlusion or non-frontal human pose.On the other hand, the association becomes diffi…

Pedestrian Detection

Skeleton Prototype Contrastive Learning with Multi-Level Graph Relation Modeling for Unsupervised Person Re-Identification

2022-08-25 · Haocong Rao, Chunyan Miao

Person re-identification (re-ID) via 3D skeletons is an important emerging topic with many merits. Existing solutions rarely explore valuable body-component relations in skeletal structure or motion, and they typically l…

Contrastive LearningPerson Re-IdentificationRelationUnsupervised Person Re-Identification

Relational Learning for Joint Head and Human Detection

2019-09-24 · Cheng Chi, Shifeng Zhang, Junliang Xing, Zhen Lei 외

Head and human detection have been rapidly improved with the development of deep convolutional neural networks. However, these two tasks are often studied separately without considering their inherent correlation, leadin…

Head DetectionHuman DetectionRelational Reasoning