paper-with-me

홈 › Papers

MoVer: Motion Verification for Motion Graphics Animations

2025-02-19 · Jiaju Ma, Maneesh Agrawala

While large vision-language models can generate motion graphics animations from text prompts, they regularly fail to include all spatio-temporal properties described in the prompt. We introduce MoVer, a motion verification DSL based on first-order logic that can check spatio-temporal properties of a motion graphics animation. We identify a general set of such properties that people commonly use to describe animations (e.g., the direction and timing of motions, the relative positioning of objects, etc.). We implement these properties as predicates in MoVer and provide an execution engine that can apply a MoVer program to any input SVG-based motion graphics animation. We then demonstrate how MoVer can be used in an LLM-based synthesis and verification pipeline for iteratively refining motion graphics animations. Given a text prompt, our pipeline synthesizes a motion graphics animation and a corresponding MoVer program. Executing the verification program on the animation yields a report of the predicates that failed and the report can be automatically fed back to LLM to iteratively correct the animation. To evaluate our pipeline, we build a synthetic dataset of 5600 text prompts paired with ground truth MoVer verification programs. We find that while our LLM-based pipeline is able to automatically generate a correct motion graphics animation for 58.8% of the test prompts without any iteration, this number raises to 93.6% with up to 50 correction iterations. Our code and dataset are at https://mover-dsl.github.io.

📄 PDF Abstract BibTeX arXiv:2502.13372

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Learning a Deep Motion Interpolation Network for Human Skeleton Animations

2021-05-25 · Computer animation & Virtual worlds 2021 5 · Chi Zhou, Zhangjiong Lai, Suzhen Wang, Lincheng Li 외

Motion interpolation technology produces transition motion frames between two discrete movements. It is wildly used in video games, virtual reality and augmented reality. In the fields of computer graphics and animations…

Motion InterpolationRhythm

MG-Gen: Single Image to Motion Graphics Generation with Layer Decomposition

2025-04-03 · Takahiro Shirakawa, Tomoyuki Suzuki, Daichi Haraguchi

General image-to-video generation methods often produce suboptimal animations that do not meet the requirements of animated graphics, as they lack active text motion and exhibit object distortion. Also, code-based animat…

Code GenerationImage to Video GenerationVideo Generation

Animating the Uncaptured: Humanoid Mesh Animation with Video Diffusion Models

2025-03-20 · Marc Benedí San Millán, Angela Dai, Matthias Nießner

Animation of humanoid characters is essential in various graphics applications, but requires significant time and cost to create realistic animations. We propose an approach to synthesize 4D animated sequences of input s…

EmoVerse: Exploring Multimodal Large Language Models for Sentiment and Emotion Understanding

2024-12-11 · Ao Li, Longwei Xu, Chen Ling, Jinghui Zhang 외

Sentiment and emotion understanding are essential to applications such as human-computer interaction and depression detection. While Multimodal Large Language Models (MLLMs) demonstrate robust general capabilities, they …

Depression DetectionEmotion-Cause Pair ExtractionEmotion RecognitionFacial Expression Recognition+3

How Much Do Large Language Models Know about Human Motion? A Case Study in 3D Avatar Control

2025-05-23 · Kunhang Li, Jason Naradowsky, Yansong Feng, Yusuke Miyao

We explore Large Language Models (LLMs)' human motion knowledge through 3D avatar control. Given a motion instruction, we prompt LLMs to first generate a high-level movement plan with consecutive steps (High-level Planni…