PhysTalk: Language-driven Real-time Physics in 3D Gaussian Scenes
Luca Collorone, Mert Kiray, Indro Spinelli, Fabio Galasso, Benjamin Busam
TL;DR
PhysTalk addresses the gap between open-vocabulary language interfaces and physically grounded 3D Gaussian animations. It reframes the task as Text-to-Physics Translation, using an LLM to emit executable Genesis code that operates directly on a 3DGS via a convex-hull proxy and a skinning pipeline. The approach is training-free, GPU-accelerated, and interactive, supporting multi-material dynamics and real-time user edits without mesh extraction. Experiments across diverse scenes show improved perceptual alignment and realism over baselines while maintaining interactive runtimes, highlighting its potential to democratize physically plausible 3DGS animation.
Abstract
Realistic visual simulations are omnipresent, yet their creation requires computing time, rendering, and expert animation knowledge. Open-vocabulary visual effects generation from text inputs emerges as a promising solution that can unlock immense creative potential. However, current pipelines lack both physical realism and effective language interfaces, requiring slow offline optimization. In contrast, PhysTalk takes a 3D Gaussian Splatting (3DGS) scene as input and translates arbitrary user prompts into real time, physics based, interactive 4D animations. A large language model (LLM) generates executable code that directly modifies 3DGS parameters through lightweight proxies and particle dynamics. Notably, PhysTalk is the first framework to couple 3DGS directly with a physics simulator without relying on time consuming mesh extraction. While remaining open vocabulary, this design enables interactive 3D Gaussian animation via collision aware, physics based manipulation of arbitrary, multi material objects. Finally, PhysTalk is train-free and computationally lightweight: this makes 4D animation broadly accessible and shifts these workflows from a "render and wait" paradigm toward an interactive dialogue with a modern, physics-informed pipeline.
