Stiff stems
The potted plant stays upright and shows only minor shifts in the wind.
Anonymous ECCV 2026 Submission #7088
Automatic Text-Condition Physics Property Generation
Turn a 3D asset and a physical description into a dense, simulation-ready material field in one forward pass.
Why text matters
Objects with nearly identical appearance can have very different physical properties: fresh fruit and a rigid plastic replica may share the same shape and texture while responding differently to force. Methods that rely only on visual cues cannot reliably distinguish these material states.
AutoPhyX introduces text as a semantic constraint and fuses it with spatial 3D features. In one forward pass, the model predicts a dense voxel field of Young's modulus, Poisson's ratio, and density that can be transferred to meshes, point clouds, Gaussian Splatting, and NeRF for MPM or FEM simulation.
Text-controlled dynamics
One object. Different physics. Select a scene to compare simulations under the same setup with different text-conditioned properties.
The potted plant stays upright and shows only minor shifts in the wind.
The plant undergoes pronounced flexible bending and sways deeply to the side.
Method
Render multi-view OpenCLIP features into a spatially coherent 3D voxel field.
Apply text-conditioned FiLM transformations across multiple 3D U-Net scales.
Regress dense fields for Young's modulus, Poisson's ratio, and density.
Transfer the voxel properties to GS, mesh, or point representations for MPM and FEM.
Volumetric grounding
AutoPhyX keeps semantic structure intact while lifting multi-view features into a physics-ready volume. A second pass fills the interior that cameras cannot observe.
AutoPhyX extracts dense 2D OpenCLIP features from multi-view renders, then lifts them into a continuous 3D feature field through differentiable NeRF-style volume rendering.
Unlike VoMP-style direct averaging, the accumulated transmittance along each camera ray suppresses samples behind visible surfaces. This prevents foreground leaves from contaminating an occluded trunk and preserves spatial and semantic consistency.
Surface features alone leave the object hollow, while simulation requires Young's modulus, Poisson's ratio, and density throughout the interior. AutoPhyX begins with six-direction boundary checks to find coarse enclosed candidates.
It then applies the even-odd rule: rays cast to infinity must intersect the surface an odd number of times for a voxel to be considered inside. Accepted voxels receive semantic features through nearest-neighbor interpolation from the surface, producing a solid, physics-ready volume.
Text2Physics
Text2Physics contains 1,700 3D assets, each paired with eight text-and-property annotations. The same geometry can therefore represent multiple plausible physical interpretations instead of one fixed material assignment.
Every annotation is grounded to semantic 3D parts before Young's modulus, Poisson's ratio, and density are assigned from engineering references.
Browse the available Text2Physics dataset
Render 15 upper-hemisphere views, generate five part-keyword sets, and select the most coherent OpenCLIP voxel result from five segmentation candidates.
Randomly select a subset of parts and generate diverse, physically plausible language conditions so one asset can express multiple material interpretations.
Query MatWeb, Wikipedia, and The Engineering Toolbox for valid ranges, then assign Young's modulus, Poisson's ratio, and density consistently with each description.
Quantitative results
AutoPhyX with OpenCLIP achieves the strongest reported performance across rendering and physical-property metrics on Text2Physics.
| Method | PSNR up | SSIM up | LPIPS down | Avg. physics error down |
|---|---|---|---|---|
| NeRF2Physics | 18.554 | 0.889 | 0.245 | 0.841 |
| Gemini (avg.) | 21.124 | 0.869 | 0.205 | 0.218 |
| Pixie (CLIP) | 23.421 | 0.908 | 0.092 | 0.078 |
| AutoPhyX (CLIP) | 25.105 | 0.916 | 0.091 | 0.069 |
| AutoPhyX (OpenCLIP) | 26.012 | 0.921 | 0.089 | 0.059 |
On the real-world ABO-500 benchmark, AutoPhyX lowers average displacement error to 9.433, compared with 11.826 for NeRF2Physics and 12.565 for Pixie. Feed-forward inference takes 2 seconds; optimization-based baselines require minutes to hours.
Citation
AutoPhyX is currently under anonymous review for ECCV 2026. Author names will be added after the review period.
@inproceedings{anonymous2026autophyx,
title = {AutoPhyX: Automatic Text-Condition Physics Property Generation},
author = {Anonymous},
booktitle = {ECCV},
year = {2026}
}