paper-with-me

홈 › Papers

MTVCrafter: 4D Motion Tokenization for Open-World Human Image Animation

2025-05-15 · Yanbo Ding, Xirui Hu, Zhizhi Guo, Yali Wang

Human image animation has gained increasing attention and developed rapidly due to its broad applications in digital humans. However, existing methods rely largely on 2D-rendered pose images for motion guidance, which limits generalization and discards essential 3D information for open-world animation. To tackle this problem, we propose MTVCrafter (Motion Tokenization Video Crafter), the first framework that directly models raw 3D motion sequences (i.e., 4D motion) for human image animation. Specifically, we introduce 4DMoT (4D motion tokenizer) to quantize 3D motion sequences into 4D motion tokens. Compared to 2D-rendered pose images, 4D motion tokens offer more robust spatio-temporal cues and avoid strict pixel-level alignment between pose image and character, enabling more flexible and disentangled control. Then, we introduce MV-DiT (Motion-aware Video DiT). By designing unique motion attention with 4D positional encodings, MV-DiT can effectively leverage motion tokens as 4D compact yet expressive context for human image animation in the complex 3D world. Hence, it marks a significant step forward in this field and opens a new direction for pose-guided human video generation. Experiments show that our MTVCrafter achieves state-of-the-art results with an FID-VID of 6.98, surpassing the second-best by 65%. Powered by robust motion tokens, MTVCrafter also generalizes well to diverse open-world characters (single/multiple, full/half-body) across various styles and scenarios. Our video demos and code are on: https://github.com/DINGYANB/MTVCrafter.

📄 PDF Abstract BibTeX arXiv:2505.10238

Code (1)

dingyanb/mtvcrafter 공식 구현 pytorch

Tasks

Image AnimationVideo Generation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Towards 3D-Aware Video Diffusion Models: Render-Free Human Motion Control with Mesh Tokenization

2026-06-01 · Jingyun Liang, Min Wei, Shikai Li, Yizeng Han 외 arxiv

Diffusion models have shown remarkable success in video generation. However, whether such models are truly aware of the 3D structure underlying visual observations, rather than simply reproducing plausible 2D projections…

Video Generation

Adversarially-Refined VQ-GAN with Dense Motion Tokenization for Spatio-Temporal Heatmaps

2025-09-23 · Gabriel Maldonado, Narges Rashvand, Armin Danesh Pazho, Ghazal Alinezhad Noghre 외 arxiv

Continuous human motion understanding remains a core challenge in computer vision due to its high dimensionality and inherent redundancy. Efficient compression and representation are crucial for analyzing complex motion …

Language-Guided Transformer Tokenizer for Human Motion Generation

2026-02-09 · Sheng Yan, Yong Wang, Xin Du, Junsong Yuan 외 arxiv

In this paper, we focus on motion discrete tokenization, which converts raw motion into compact discrete tokens--a process proven crucial for efficient motion generation. In this paradigm, increasing the number of tokens…

MoST: Multi-modality Scene Tokenization for Motion Prediction

2024-04-30 · CVPR 2024 1 · Norman Mu, Jingwei Ji, Zhenpei Yang, Nate Harada 외

Many existing motion prediction approaches rely on symbolic perception outputs to generate agent trajectories, such as bounding boxes, road graph information and traffic lights. This symbolic representation is a high-lev…

General Knowledgemotion predictionPrediction

Object Discovery from Motion-Guided Tokens

2023-03-27 · CVPR 2023 1 · Zhipeng Bao, Pavel Tokmakov, Yu-Xiong Wang, Adrien Gaidon 외

Object discovery -- separating objects from the background without manual labels -- is a fundamental open challenge in computer vision. Previous methods struggle to go beyond clustering of low-level cues, whether handcra…

DecoderObjectObject DiscoveryQuantization+1