ChatPose: Chatting about 3D Human Pose
Yao Feng, Jing Lin, Sai Kumar Dwivedi, Yu Sun, Priyanka Patel, Michael J. Black
TL;DR
ChatPose introduces a multimodal LLM that outputs SMPL pose parameters $\theta$ and decodes them into a 3D mesh $M(\theta,\beta)$ with $\beta=0$, by embedding poses as a <POSE> token. It unifies traditional pose estimation and generation and enables SPG and RPE tasks that leverage world knowledge, demonstrated through new benchmarks and competitive results against multimodal baselines. Trained with frozen vision encoders and a SMPL projection layer via LoRA on text-to-pose, image-to-pose, and multi-modal instruction data, ChatPose shows zero-shot pose reasoning in dialog and robustness to occlusions, highlighting the potential for interactive 3D pose analysis. The work introduces SPG and RPE benchmarks and suggests future extensions to video input, pose editing, and broader pose reasoning, signaling a shift toward reasoning-driven 3D pose understanding with LLMs.
Abstract
We introduce ChatPose, a framework employing Large Language Models (LLMs) to understand and reason about 3D human poses from images or textual descriptions. Our work is motivated by the human ability to intuitively understand postures from a single image or a brief description, a process that intertwines image interpretation, world knowledge, and an understanding of body language. Traditional human pose estimation and generation methods often operate in isolation, lacking semantic understanding and reasoning abilities. ChatPose addresses these limitations by embedding SMPL poses as distinct signal tokens within a multimodal LLM, enabling the direct generation of 3D body poses from both textual and visual inputs. Leveraging the powerful capabilities of multimodal LLMs, ChatPose unifies classical 3D human pose and generation tasks while offering user interactions. Additionally, ChatPose empowers LLMs to apply their extensive world knowledge in reasoning about human poses, leading to two advanced tasks: speculative pose generation and reasoning about pose estimation. These tasks involve reasoning about humans to generate 3D poses from subtle text queries, possibly accompanied by images. We establish benchmarks for these tasks, moving beyond traditional 3D pose generation and estimation methods. Our results show that ChatPose outperforms existing multimodal LLMs and task-specific methods on these newly proposed tasks. Furthermore, ChatPose's ability to understand and generate 3D human poses based on complex reasoning opens new directions in human pose analysis.
