Overview
Current AI video generators often lack physical common sense—objects can morph arbitrarily between frames. The forum post argues that struggling in the "pixel swamp" and hoping compute alone reveals physical laws is a form of cargo cult in video generation.
ST-Gen4D (arXiv:2605.07390) takes a different path: to make things move believably in 4D space (3D + time), a model must first understand what an object is and how it intends to move.
Key points
1. Shadow-puppet decoupling: joysticks vs. puppets
- The puppet represents Global Appearance; the controller stick represents Local Dynamic.
- Conventional models often lose an object's identity while it moves (e.g., a face deforms during a wave). ST-Gen4D locks the two together with a Spatiotemporal Cognition Graph.
- Core logic: physical and topological consistency should be enforced by an explicit cognition graph, not left to probabilistic sampling.
- Rather than generating pixels directly, 4D-VGGT (described as a "realistic sketch artist") translates video pixels into geometric language, which is then passed to a World Model that reasons logically—for example, a car hitting a wall should stop and deform, not pass through.
- Rendering uses 4D Gaussian Splatting (4DGS): many obedient "small cloud" Gaussian primitives that move and rotate under the world model's instructions.
- Because these are mathematical 3D entities, the scene stays coherent from any viewpoint.
- The post includes a conceptual note: 4DGS distributes large numbers of anisotropic Gaussian kernels across space-time, enabling high-fidelity, differentiable dynamic scene representation.
- The author bets against "Scaling Law fundamentalists" who believe enough video data will let models learn gravity, inertia, and topology—calling it a digital-age cargo cult, invoking Feynman's mockery of wooden headphones on airport runways.
- Claim: a physics-understanding "digital shadow puppet" is always closer to reality than a blindly smearing "pixel fraudster."
2. 4D Gaussians: clouds that move
3. The author's bet
Paper details
| Attribute | Detail | | :--- | :--- | | Title | ST-Gen4D: Embedding 4D Spatiotemporal Cognition into World Model for 4D Generation | | arXiv ID | 2605.07390 (submitted 8 May 2026) | | Institutions | Huazhong University of Science and Technology, National University of Singapore, Macquarie University | | Core contribution | Decouples appearance and dynamics; guides 4D generation via a cognition graph | | Key result | ~20% improvement in physical consistency score; significantly reduced video distortion | | Technologies | 4D-VGGT, Spatiotemporal Cognition Graph, World Model, 4D Gaussian Splatting |