CVAILGMay 20, 2025

Programmatic Video Prediction Using Large Language Models

arXiv:2505.14948v1h-index: 15Has Code
Originality Incremental advance
AI Analysis

This addresses video prediction for applications such as robotics and autonomous driving, offering interpretability and counterfactual reasoning, but it is incremental as it builds on existing LLM/VLM methods.

The paper tackles video frame prediction by proposing ProgGen, a method that uses large language models to synthesize neuro-symbolic programs for estimating states and transitions, and it outperforms competing techniques in environments like PhyWorld and Cart Pole.

The task of estimating the world model describing the dynamics of a real world process assumes immense importance for anticipating and preparing for future outcomes. For applications such as video surveillance, robotics applications, autonomous driving, etc. this objective entails synthesizing plausible visual futures, given a few frames of a video to set the visual context. Towards this end, we propose ProgGen, which undertakes the task of video frame prediction by representing the dynamics of the video using a set of neuro-symbolic, human-interpretable set of states (one per frame) by leveraging the inductive biases of Large (Vision) Language Models (LLM/VLM). In particular, ProgGen utilizes LLM/VLM to synthesize programs: (i) to estimate the states of the video, given the visual context (i.e. the frames); (ii) to predict the states corresponding to future time steps by estimating the transition dynamics; (iii) to render the predicted states as visual RGB-frames. Empirical evaluations reveal that our proposed method outperforms competing techniques at the task of video frame prediction in two challenging environments: (i) PhyWorld (ii) Cart Pole. Additionally, ProgGen permits counter-factual reasoning and interpretable video generation attesting to its effectiveness and generalizability for video generation tasks.

Code Implementations1 repo
Foundations

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

Your Notes