paper-with-me

홈 › Papers

PoseVocab: Learning Joint-structured Pose Embeddings for Human Avatar Modeling

2023-04-25 · Zhe Li, Zerong Zheng, Yuxiao Liu, Boyao Zhou, Yebin Liu

Creating pose-driven human avatars is about modeling the mapping from the low-frequency driving pose to high-frequency dynamic human appearances, so an effective pose encoding method that can encode high-fidelity human details is essential to human avatar modeling. To this end, we present PoseVocab, a novel pose encoding method that encourages the network to discover the optimal pose embeddings for learning the dynamic human appearance. Given multi-view RGB videos of a character, PoseVocab constructs key poses and latent embeddings based on the training poses. To achieve pose generalization and temporal consistency, we sample key rotations in $so(3)$ of each joint rather than the global pose vectors, and assign a pose embedding to each sampled key rotation. These joint-structured pose embeddings not only encode the dynamic appearances under different key poses, but also factorize the global pose embedding into joint-structured ones to better learn the appearance variation related to the motion of each joint. To improve the representation ability of the pose embedding while maintaining memory efficiency, we introduce feature lines, a compact yet effective 3D representation, to model more fine-grained details of human appearances. Furthermore, given a query pose and a spatial position, a hierarchical query strategy is introduced to interpolate pose embeddings and acquire the conditional pose feature for dynamic human synthesis. Overall, PoseVocab effectively encodes the dynamic details of human appearance and enables realistic and generalized animation under novel poses. Experiments show that our method outperforms other state-of-the-art baselines both qualitatively and quantitatively in terms of synthesis quality. Code is available at https://github.com/lizhe00/PoseVocab.

📄 PDF Abstract BibTeX arXiv:2304.13006

Code (1)

lizhe00/posevocab 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Maximum-Margin Structured Learning with Deep Networks for 3D Human Pose Estimation

2015-08-27 · ICCV 2015 12 · Sijin Li, Weichen Zhang, Antoni B. Chan

This paper focuses on structured-output learning using deep neural networks for 3D human pose estimation from monocular images. Our network takes an image and 3D pose as inputs and outputs a score value, which is high wh…

3D Human Pose EstimationPose Estimation

Jointly Embedding Entities and Text with Distant Supervision

2018-07-09 · WS 2018 7 · Denis Newman-Griffis, Albert M. Lai, Eric Fosler-Lussier

Learning representations for knowledge base entities and concepts is becoming increasingly important for NLP applications. However, recent entity embedding methods have relied on structured resources that are expensive t…

Unleashing the Power of LLMs as Multi-Modal Encoders for Text and Graph-Structured Data

2024-10-15 · Jiacheng Lin, Kun Qian, Haoyu Han, Nurendra Choudhary 외

Graph-structured information offers rich contextual information that can enhance language models by providing structured relationships and hierarchies, leading to more expressive embeddings for various applications such …

Contrastive LearningData AblationQuestion AnsweringRetrieval+1

Learning Cross-Modal Embeddings for Cooking Recipes and Food Images

2017-07-01 · CVPR 2017 7 · Amaia Salvador, Nicholas Hynes, Yusuf Aytar, Javier Marin 외

In this paper, we introduce Recipe1M, a new large-scale, structured corpus of over 1m cooking recipes and 800k food images. As the largest publicly available collection of recipe data, Recipe1M affords the ability to tra…

General ClassificationRetrieval

Human Pose as Compositional Tokens

2023-03-21 · CVPR 2023 1 · Zigang Geng, Chunyu Wang, Yixuan Wei, Ze Liu 외

Human pose is typically represented by a coordinate vector of body joints or their heatmap embeddings. While easy for data processing, unrealistic pose estimates are admitted due to the lack of dependency modeling betwee…

DecoderPose Estimation