paper-with-me

홈 › Papers

Group Pose: A Simple Baseline for End-to-End Multi-person Pose Estimation

2023-08-14 · ICCV 2023 1 · Huan Liu, Qiang Chen, Zichang Tan, Jiang-Jiang Liu, Jian Wang, Xiangbo Su, Xiaolong Li, Kun Yao, Junyu Han, Errui Ding, Yao Zhao, Jingdong Wang

In this paper, we study the problem of end-to-end multi-person pose estimation. State-of-the-art solutions adopt the DETR-like framework, and mainly develop the complex decoder, e.g., regarding pose estimation as keypoint box detection and combining with human detection in ED-Pose, hierarchically predicting with pose decoder and joint (keypoint) decoder in PETR. We present a simple yet effective transformer approach, named Group Pose. We simply regard $K$-keypoint pose estimation as predicting a set of $N\times K$ keypoint positions, each from a keypoint query, as well as representing each pose with an instance query for scoring $N$ pose predictions. Motivated by the intuition that the interaction, among across-instance queries of different types, is not directly helpful, we make a simple modification to decoder self-attention. We replace single self-attention over all the $N\times(K+1)$ queries with two subsequent group self-attentions: (i) $N$ within-instance self-attention, with each over $K$ keypoint queries and one instance query, and (ii) $(K+1)$ same-type across-instance self-attention, each over $N$ queries of the same type. The resulting decoder removes the interaction among across-instance type-different queries, easing the optimization and thus improving the performance. Experimental results on MS COCO and CrowdPose show that our approach without human box supervision is superior to previous methods with complex decoders, and even is slightly better than ED-Pose that uses human box supervision. $\href{https://github.com/Michel-liu/GroupPose-Paddle}{\rm Paddle}$ and $\href{https://github.com/Michel-liu/GroupPose}{\rm PyTorch}$ code are available.

📄 PDF Abstract BibTeX arXiv:2308.07313

Code (2)

michel-liu/grouppose 공식 구현 pytorch
michel-liu/grouppose-paddle 공식 구현 paddle

Tasks

DecoderHuman DetectionMulti-Person Pose EstimationPose Estimation

Similar Papers 제목 키워드 기반

Learning Group Activity Features Through Person Attribute Prediction

2024-03-05 · CVPR 2024 1 · Chihiro Nakatani, Hiroaki Kawashima, Norimichi Ukita

This paper proposes Group Activity Feature (GAF) learning in which features of multi-person activity are learned as a compact latent vector. Unlike prior work in which the manual annotation of group activities is require…

AttributePrediction

Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation

2019-11-24 · Jia Li, Wen Su, Zengfu Wang

We rethink a well-know bottom-up approach for multi-person pose estimation and propose an improved one. The improved approach surpasses the baseline significantly thanks to (1) an intuitional yet more sensible representa…

2D Human Pose EstimationKeypoint DetectionMulti-Person Pose EstimationPose Estimation

Dynamic In-Group Persona Generation for Enhancing Human-AI Rapport

2026-05-05 · Yoonseok Oh, Inseo Jung, Jinkyu Kim, Jungbeom Lee 외 arxiv

LLM-based chatbots are increasingly applied in interpersonal domains such as counseling and peer support, where establishing human-AI rapport is crucial yet remains challenging. In this work, we introduce a novel approac…

In Defense of the Classification Loss for Person Re-Identification

2018-09-16 · Yao Zhai, Xun Guo, Yan Lu, Houqiang Li

The recent research for person re-identification has been focused on two trends. One is learning the part-based local features to form more informative feature descriptors. The other is designing effective metric learnin…

ClassificationGeneral ClassificationMetric LearningPerson Re-Identification+1

Greedy Offset-Guided Keypoint Grouping for Human Pose Estimation

2021-07-07 · Jia Li, Linhua Xiang, Jiwei Chen, Zengfu Wang

We propose a simple yet reliable bottom-up approach with a good trade-off between accuracy and efficiency for the problem of multi-person pose estimation. Given an image, we employ an Hourglass Network to infer all the k…

2D Human Pose EstimationKeypoint DetectionMulti-Person Pose EstimationPose Estimation