Spaces:
Running on Zero
Running on Zero
File size: 938 Bytes
ebf5f15 0cde9e0 ebf5f15 0cde9e0 ebf5f15 0cde9e0 ebf5f15 0cde9e0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | ---
title: Latent Dynamics Reasoning (LDR)
emoji: 🎬
colorFrom: red
colorTo: pink
sdk: gradio
sdk_version: 6.15.1
app_file: app.py
short_description: Extrapolate physical video from 3 conditioning frames
python_version: "3.10"
startup_duration_timeout: 30m
---
# Latent Dynamics Reasoning (LDR)
Extrapolative video world model that rolls out future video frames from three
initial conditioning images, reasoning about latent physical dynamics.
Upload three frames of a physical scene, pick the task type (uniform,
parabola, collision, looming, bouncing), and the model generates ~29 future
frames of predicted motion.
Based on: [Learning How the World Evolves: Extrapolative Video World Models
via Latent Dynamics Reasoning](https://lat-dyn-reason.github.io/)
- [Model](https://huggingface.co/haodongli/LDR) (Apache-2.0)
- [Code](https://github.com/Lat-Dyn-Reason/Lat-Dyn-Reason)
- [Project Page](https://lat-dyn-reason.github.io/) |