Pixie: Fast and Generalizable Supervised Learning of 3D Physics from Pixels
Long Le, Ryan Lucas, Chen Wang, Chuhao Chen, Dinesh Jayaraman, Eric Eaton, Lingjie Liu
TL;DR
Pixie addresses the challenge of inferring 3D material properties from visual input by learning a generalizable, feed-forward mapping from CLIP-based 3D visual features to a voxelized material field that specifies both a discrete material type and continuous parameters ($E$, $\nu$, $\rho$). The approach uses NeRF-based feature distillation to create a dense $N\times N\times N\times D$ grid, which a 3D U-Net converts into a per-voxel material grid $\hat{\mathcal{M}}_G$, supervised on the richly labeled PixieVerse dataset. By coupling the predicted fields with Gaussian splatting and an MPM physics solver, Pixie achieves fast, realistic 3D simulations and demonstrates substantial improvements over test-time optimization baselines, including zero-shot transfer to real scenes via CLIP priors. The work introduces a large, semi-automatically labeled dataset and highlights the power of visual priors for bridging sim-to-real gaps in physically grounded scene understanding.
Abstract
Inferring the physical properties of 3D scenes from visual information is a critical yet challenging task for creating interactive and realistic virtual worlds. While humans intuitively grasp material characteristics such as elasticity or stiffness, existing methods often rely on slow, per-scene optimization, limiting their generalizability and application. To address this problem, we introduce PIXIE, a novel method that trains a generalizable neural network to predict physical properties across multiple scenes from 3D visual features purely using supervised losses. Once trained, our feed-forward network can perform fast inference of plausible material fields, which coupled with a learned static scene representation like Gaussian Splatting enables realistic physics simulation under external forces. To facilitate this research, we also collected PIXIEVERSE, one of the largest known datasets of paired 3D assets and physic material annotations. Extensive evaluations demonstrate that PIXIE is about 1.46-4.39x better and orders of magnitude faster than test-time optimization methods. By leveraging pretrained visual features like CLIP, our method can also zero-shot generalize to real-world scenes despite only ever been trained on synthetic data. https://pixie-3d.github.io/
