paper-with-me

홈 › Papers

Text2HOI: Text-guided 3D Motion Generation for Hand-Object Interaction

2024-03-31 · CVPR 2024 1 · Junuk Cha, Jihyeon Kim, Jae Shin Yoon, Seungryul Baek

This paper introduces the first text-guided work for generating the sequence of hand-object interaction in 3D. The main challenge arises from the lack of labeled data where existing ground-truth datasets are nowhere near generalizable in interaction type and object category, which inhibits the modeling of diverse 3D hand-object interaction with the correct physical implication (e.g., contacts and semantics) from text prompts. To address this challenge, we propose to decompose the interaction generation task into two subtasks: hand-object contact generation; and hand-object motion generation. For contact generation, a VAE-based network takes as input a text and an object mesh, and generates the probability of contacts between the surfaces of hands and the object during the interaction. The network learns a variety of local geometry structure of diverse objects that is independent of the objects' category, and thus, it is applicable to general objects. For motion generation, a Transformer-based diffusion model utilizes this 3D contact map as a strong prior for generating physically plausible hand-object motion as a function of text prompts by learning from the augmented labeled dataset; where we annotate text labels from many existing 3D hand and object motion data. Finally, we further introduce a hand refiner module that minimizes the distance between the object surface and hand joints to improve the temporal stability of the object-hand contacts and to suppress the penetration artifacts. In the experiments, we demonstrate that our method can generate more realistic and diverse interactions compared to other baseline methods. We also show that our method is applicable to unseen objects. We will release our model and newly labeled data as a strong foundation for future research. Codes and data are available in: https://github.com/JunukCha/Text2HOI.

📄 PDF Abstract BibTeX arXiv:2404.00562

Code (1)

junukcha/text2hoi 공식 구현 pytorch

Tasks

Motion GenerationObject

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…

Similar Papers 제목 키워드 기반

JointHOI: Jointly Generating Contact Maps Enhances Hand Object Interaction Generation

2026-07-02 · Mingyeong Song, Jungbin Cho, Jisoo Kim, Ananya Bal 외 arxiv

Text driven hand object interaction (HOI) generation is gaining attention for immersive applications and robotics, yet producing physically plausible interactions remains challenging. Even when individual motions appear …

Instructional Video Generation

2024-12-05 · Yayuan Li, Zhi Cao, Jason J. Corso

Despite the recent strides in video generation, state-of-the-art methods still struggle with elements of visual detail. One particularly challenging case is the class of egocentric instructional videos in which the intri…

Video Generation

Sketch-Guided Motion Diffusion for Stylized Cinemagraph Synthesis

2024-12-01 · Hao Jin, Hengyuan Chang, Xiaoxuan Xie, Zhengyang Wang 외

Designing stylized cinemagraphs is challenging due to the difficulty in customizing complex and expressive flow motions. To achieve intuitive and detailed control of the generated cinemagraphs, freehand sketches can prov…

object-detectionObject Detection

GENMO: A GENeralist Model for Human MOtion

2025-05-02 · Jiefeng Li, Jinkun Cao, Haotian Zhang, Davis Rempe 외

Human motion modeling traditionally separates motion generation and estimation into distinct tasks with specialized models. Motion generation models focus on creating diverse, realistic motions from inputs like text, aud…

modelMotion EstimationMotion GenerationTransfer Learning

TapMo: Shape-aware Motion Generation of Skeleton-free Characters

2023-10-19 · Jiaxu Zhang, Shaoli Huang, Zhigang Tu, Xin Chen 외

Previous motion generation methods are limited to the pre-rigged 3D human model, hindering their applications in the animation of various non-rigged characters. In this work, we present TapMo, a Text-driven Animation Pip…

Motion Generation