paper-with-me

Papers

Platypose: Calibrated Zero-Shot Multi-Hypothesis 3D Human Motion Estimation

2024-03-10 · Paweł A. Pierzchlewicz, Caio O. da Silva, R. James Cotton, Fabian H. Sinz

Single camera 3D pose estimation is an ill-defined problem due to inherent ambiguities from depth, occlusion or keypoint noise. Multi-hypothesis pose estimation accounts for this uncertainty by providing multiple 3D poses consistent with the 2D measurements. Current research has predominantly concentrated on generating multiple hypotheses for single frame static pose estimation or single hypothesis motion estimation. In this study we focus on the new task of multi-hypothesis motion estimation. Multi-hypothesis motion estimation is not simply multi-hypothesis pose estimation applied to multiple frames, which would ignore temporal correlation across frames. Instead, it requires distributions which are capable of generating temporally consistent samples, which is significantly more challenging than multi-hypothesis pose estimation or single-hypothesis motion estimation. To this end, we introduce Platypose, a framework that uses a diffusion model pretrained on 3D human motion sequences for zero-shot 3D pose sequence estimation. Platypose outperforms baseline methods on multiple hypotheses for motion estimation. Additionally, Platypose also achieves state-of-the-art calibration and competitive joint error when tested on static poses from Human3.6M, MPI-INF-3DHP and 3DPW. Finally, because it is zero-shot, our method generalizes flexibly to different settings such as multi-camera inference.

📄 PDF Abstract BibTeX arXiv:2403.06164

Code (1)

sinzlab/platypose 공식 구현 pytorch

Tasks

3D Pose EstimationMotion EstimationPose Estimation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Multi-hypothesis 3D human pose estimation metrics favor miscalibrated distributions

2022-10-20 · Paweł A. Pierzchlewicz, R. James Cotton, Mohammad Bashiri, Fabian H. Sinz

Due to depth ambiguities and occlusions, lifting 2D poses to 3D is a highly ill-posed problem. Well-calibrated distributions of possible poses can make these ambiguities explicit and preserve the resulting uncertainty fo…

3D Human Pose EstimationDensity EstimationMulti-Hypotheses 3D Human Pose EstimationPose Estimation

Surface Form Competition: Why the Highest Probability Answer Isn't Always Right

2021-04-16 · Ari Holtzman, Peter West, Vered Shwartz, Yejin Choi 외

Large language models have shown promising results in zero-shot settings (Brown et al.,2020; Radford et al., 2019). For example, they can perform multiple choice tasks simply by conditioning on a question and selecting t…

FormMultiple-choicevalid

Chatterbox-Flash: Prior-Calibrated Block Diffusion for Streaming Zero-Shot TTS

2026-05-29 · Deokjin Seo, Gangin Park, Kihyun Nam arxiv

We present Chatterbox-Flash, a zero-shot text-to-speech model obtained by fine-tuning a pretrained autoregressive TTS decoder into a block-diffusion decoder, enabling parallel token generation within each block while ret…

Hypothesis Engineering for Zero-Shot Hate Speech Detection

2022-10-03 · TRAC (COLING) 2022 10 · Janis Goldzycher, Gerold Schneider

Standard approaches to hate speech detection rely on sufficient available hate speech annotations. Extending previous work that repurposes natural language inference (NLI) models for zero-shot text classification, we pro…

Hate Speech DetectionNatural Language InferenceText ClassificationZero-Shot Text Classification

Task Calibration: Calibrating Large Language Models on Inference Tasks

2024-10-24 · Yingjie Li, Yun Luo, Xiaotian Xie, Yue Zhang

Large language models (LLMs) have exhibited impressive zero-shot performance on inference tasks. However, LLMs may suffer from spurious correlations between input texts and output labels, which limits LLMs' ability to re…

Natural Language Understanding