paper-with-me

Papers

Planning with Sketch-Guided Verification for Physics-Aware Video Generation

2025-11-21 · Yidong Huang, Zun Wang, Han Lin, Dong-Ki Kim, Shayegan Omidshafiei, Jaehong Yoon, Yue Zhang, Mohit Bansal arxiv

Recent video generation approaches increasingly rely on planning intermediate control signals such as object trajectories to improve temporal coherence and motion fidelity. However, these methods mostly employ single-shot plans that are typically limited to simple motions, or iterative refinement which requires multiple calls to the video generator, incuring high computational cost. To overcome these limitations, we propose SketchVerify, a training-free, sketch-verification-based planning framework that improves motion planning quality with more dynamically coherent trajectories (i.e., physically plausible and instruction-consistent motions) prior to full video generation by introducing a test-time sampling and verification loop. Given a prompt and a reference image, our method predicts multiple candidate motion plans and ranks them using a vision-language verifier that jointly evaluates semantic alignment with the instruction and physical plausibility. To efficiently score candidate motion plans, we render each trajectory as a lightweight video sketch by compositing objects over a static background, which bypasses the need for expensive, repeated diffusion-based synthesis while achieving comparable performance. We iteratively refine the motion plan until a satisfactory one is identified, which is then passed to the trajectory-conditioned generator for final synthesis. Experiments on WorldModelBench and PhyWorldBench demonstrate that our method significantly improves motion quality, physical realism, and long-term consistency compared to competitive baselines while being substantially more efficient. Our ablation study further shows that scaling up the number of trajectory candidates consistently enhances overall performance.

📄 PDF Abstract BibTeX arXiv:2511.17450

Code (0)

등록된 구현이 없습니다.

Tasks

Video GenerationMotion Planning

Similar Papers 제목 키워드 기반

ProofSketch: Efficient Verified Reasoning for Large Language Models

2025-10-28 · Disha Sheshanarayana, Tanishka Magar arxiv

Reasoning methods such as chain-of-thought prompting and self-consistency have shown immense potential to improve the accuracy of large language models across various reasoning tasks. However such methods involve generat…

End-to-end Sketch-Guided Path Planning through Imitation Learning for Autonomous Mobile Robots

2025-03-21 · IEEE 6th International Conference on Image Processing, Applications and Systems (IPAS) 2025 3 · Anthony Rizk, Charbel Abi Hana, Youssef Bakouny, Flavia Khatounian

Path planning is crucial for Autonomous Mobile Robots applications. Traditionally, path planning based on human input and preferences has relied on hard to define reward-based learning or costly techniques requiring addi…

Image GenerationImitation Learning

Physics-Aware Neural Dynamic Equivalence of Power Systems

2023-09-29 · Qing Shen, Yifan Zhou, Qiang Zhang, Slava Maslennikov 외

This letter devises Neural Dynamic Equivalence (NeuDyE), which explores physics-aware machine learning and neural-ordinary-differential-equations (ODE-Net) to discover a dynamic equivalence of external power grids while …

Sketch2Motion: Text-driven 2D Sketch to 3D Animation via Diffusion-guided Skeleton Optimization

2026-05-27 · Gaurav Rai, Ojaswa Sharma arxiv

Animation of 2D hand-drawn sketches provides an effective medium for visual communication. However, these sketches pose challenges, particularly in handling occlusions and accurately mapping motion. While 3D animation na…

Motion Synthesis

IDfRA: Self-Verification for Iterative Design in Robotic Assembly

2025-09-21 · Nishka Khendry, Christos Margadji, Sebastian W. Pattinson arxiv

As robots proliferate in manufacturing, Design for Robotic Assembly (DfRA), which is designing products for efficient automated assembly, is increasingly important. Traditional approaches to DfRA rely on manual planning,…