paper-with-me

홈 › Papers

PairDETR : Joint Detection and Association of Human Bodies and Faces

2024-01-01 · CVPR 2024 1 · Ammar Ali, Georgii Gaikov, Denis Rybalchenko, Alexander Chigorin, Ivan Laptev, Sergey Zagoruyko

Image and video analysis requires not only accurate object but also the understanding of relationships among detected objects. Common solutions to relation modeling typically resort to stand-alone object detectors followed by non-differentiable post-processing techniques. Recently introduced detection transformers (DETR) perform end-to-end object detection based on a bipartite matching loss. Such methods however lack the ability to jointly detect objects and resolve object associations. In this paper we build on the DETR approach and extend it to the joint detection of objects and their relationships by introducing an approximated bipartite matching. While our method can generalize to an arbitrary number of objects we here focus on the modeling of object pairs and their relations. In particular we apply our method PairDETR to the problem of detecting human bodies and faces and associating them for the same person. Our approach not only eliminates the need for hand-designed post-processing but also achieves excellent results for body-face associations. We evaluate PairDETR on the challenging CrowdHuman and CityPersons datasets and demonstrate a large improvement over the state of the art. Our training code and pre-trained models are available online.

📄 PDF Abstract BibTeX

Code (1)

mts-ai/pairdetr 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Residual Connection 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

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

PBADet: A One-Stage Anchor-Free Approach for Part-Body Association

2024-02-12 · Zhongpai Gao, Huayi Zhou, Abhishek Sharma, Meng Zheng 외

The detection of human parts (e.g., hands, face) and their correct association with individuals is an essential task, e.g., for ubiquitous human-machine interfaces and action recognition. Traditional methods often employ…

Action Recognition

Whose Hands Are These? Hand Detection and Hand-Body Association in the Wild

2022-01-01 · CVPR 2022 1 · Supreeth Narasimhaswamy, Thanh Nguyen, Mingzhen Huang, Minh Hoai

We study a new problem of detecting hands and finding the location of the corresponding person for each detected hand. This task is helpful for many downstream tasks such as hand tracking and hand contact estimation.…

Hand Detection

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…

Unifying Part Detection and Association for Recurrent Multi-Person Pose Estimation

2019-04-26 · Rania Briq, Andreas Doering, Juergen Gall

We propose a joint model of human joint detection and association for 2D multi-person pose estimation (MPPE). The approach unifies training of joint detection and association without a need for further processing or soph…

Multi-Person Pose EstimationPose Estimation