paper-with-me

홈 › Papers

OmniMotionGPT: Animal Motion Generation with Limited Data

2023-11-30 · CVPR 2024 1 · Zhangsihao Yang, Mingyuan Zhou, Mengyi Shan, Bingbing Wen, Ziwei Xuan, Mitch Hill, Junjie Bai, Guo-Jun Qi, Yalin Wang

Our paper aims to generate diverse and realistic animal motion sequences from textual descriptions, without a large-scale animal text-motion dataset. While the task of text-driven human motion synthesis is already extensively studied and benchmarked, it remains challenging to transfer this success to other skeleton structures with limited data. In this work, we design a model architecture that imitates Generative Pretraining Transformer (GPT), utilizing prior knowledge learned from human data to the animal domain. We jointly train motion autoencoders for both animal and human motions and at the same time optimize through the similarity scores among human motion encoding, animal motion encoding, and text CLIP embedding. Presenting the first solution to this problem, we are able to generate animal motions with high diversity and fidelity, quantitatively and qualitatively outperforming the results of training human motion generation baselines on animal data. Additionally, we introduce AnimalML3D, the first text-animal motion dataset with 1240 animation sequences spanning 36 different animal identities. We hope this dataset would mediate the data scarcity problem in text-driven animal motion generation, providing a new playground for the research community.

📄 PDF Abstract BibTeX arXiv:2311.18303

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityMotion GenerationMotion Synthesis

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Kirin: Animal Motion Generation from In-the-Wild Video

2026-09-01 · Brian Nlong Zhao, Zhuoyang Pan, James M. Rehg, Jiajun Wu 외 hf

Understanding animal motion is fundamental to modeling animal behavior and biomechanics, yet progress in this area lags far behind human motion research due to the scarcity of high-quality motion data. While human motion…

AniMo: Species-Aware Model for Text-Driven Animal Motion Generation

2025-01-01 · CVPR 2025 1 · Xuan Wang, Kai Ruan, Xing Zhang, Gaoang Wang

Text-driven motion generation has made significant strides in recent years. However, most existing works focus on human motion, largely overlooking the rich and diverse behaviors of animals. Understanding and synthes…

Motion Generation

Motion Avatar: Generate Human and Animal Avatars with Arbitrary Motion

2024-05-18 · Zeyu Zhang, Yiran Wang, Biao Wu, Shuo Chen 외

In recent years, there has been significant interest in creating 3D avatars and motions, driven by their diverse applications in areas like film-making, video games, AR/VR, and human-robot interaction. However, current e…

Motion Generation

Virtual Pets: Animatable Animal Generation in 3D Scenes

2023-12-21 · Yen-Chi Cheng, Chieh Hubert Lin, Chaoyang Wang, Yash Kant 외

Toward unlocking the potential of generative models in immersive 4D experiences, we introduce Virtual Pet, a novel pipeline to model realistic and diverse motions for target animal species within a 3D environment. To cir…

NeRF

X-MoGen: Unified Motion Generation across Humans and Animals

2025-08-07 · Xuan Wang, Kai Ruan, Liyang Qian, Zhizhi Guo 외 arxiv

Text-driven motion generation has attracted increasing attention due to its broad applications in virtual reality, animation, and robotics. While existing methods typically model human and animal motion separately, a joi…