CVMar 31

Self-Consistency for LLM-Based Motion Trajectory Generation and Verification

arXiv:2603.2930167.0h-index: 78
AI Analysis

This work addresses the challenge of improving LLM-based motion graphics generation and verification for applications in visual content creation, representing an incremental advancement by applying known techniques to a new domain.

The paper tackled the problem of adapting self-consistency techniques from natural language to visual domains for generating and verifying motion trajectories from LLMs, resulting in a 4-6% accuracy improvement in generation and 11% precision gain in verification over baselines.

Self-consistency has proven to be an effective technique for improving LLM performance on natural language reasoning tasks in a lightweight, unsupervised manner. In this work, we study how to adapt self-consistency to visual domains. Specifically, we consider the generation and verification of LLM-produced motion graphics trajectories. Given a prompt (e.g., "Move the circle in a spiral path"), we first sample diverse motion trajectories from an LLM, and then identify groups of consistent trajectories via clustering. Our key insight is to model the family of shapes associated with a prompt as a prototype trajectory paired with a group of geometric transformations (e.g., rigid, similarity, and affine). Two trajectories can then be considered consistent if one can be transformed into the other under the warps allowable by the transformation group. We propose an algorithm that automatically recovers a shape family, using hierarchical relationships between a set of candidate transformation groups. Our approach improves the accuracy of LLM-based trajectory generation by 4-6%. We further extend our method to support verification, observing 11% precision gains over VLM baselines. Our code and dataset are available at https://majiaju.io/trajectory-self-consistency .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes