VoMP: Predicting Volumetric Mechanical Property Fields

ICLR 2026 Conference SubmissionAnonymous Authors
Physics-based Modeling3D Dynamics
Abstract:

Physical simulation relies on spatially-varying mechanical properties, typically laboriously hand-crafted. We present the first feed-forward model to predict fine-grained mechanical properties, Young’s modulus(EE), Poisson’s ratio(ν\nu), and density(ρ\rho), throughout the volume of 3D objects. Our model supports any 3D representation that can be rendered and voxelized, including Signed Distance Fields(SDFs), Gaussian Splats and Neural Radiance Fields(NeRFs). To achieve this, we aggregate per-voxel multi-view features for any input, which are passed to our trained Geometry Transformer to predict per-voxel material latent codes. These latents reside on the trained manifold of physically plausible materials, which we train on a real-world dataset, guaranteeing the validity of decoded per-voxel materials. To obtain object-level training data, we propose an annotation pipeline combining knowledge from segmented 3D datasets, material databases, and a vision-language model. Experiments show that VoMP estimates accurate volumetric properties and can convert 3D objects into simulation-ready assets, resulting in realistic deformable simulations and far outperforming prior art.

Disclaimer
This report is AI-GENERATED using Large Language Models and WisPaper (A scholar search engine). It analyzes academic papers' tasks and contributions against retrieved prior work. While this system identifies POTENTIAL overlaps and novel directions, ITS COVERAGE IS NOT EXHAUSTIVE AND JUDGMENTS ARE APPROXIMATE. These results are intended to assist human reviewers and SHOULD NOT be relied upon as a definitive verdict on novelty.
NOTE that some papers exist in multiple, slightly different versions (e.g., with different titles or URLs). The system may retrieve several versions of the same underlying work. The current automated pipeline does not reliably align or distinguish these cases, so human reviewers will need to disambiguate them manually.
If you have any questions, please contact: mingzhang23@m.fudan.edu.cn

Overview

Overall Novelty Assessment

The paper introduces VoMP, a feed-forward model predicting per-voxel mechanical properties (Young's modulus, Poisson's ratio, density) throughout 3D object volumes. It resides in the 'Multi-View and Voxel-Based Neural Architectures' leaf, which contains only three papers total, indicating a relatively sparse research direction within the broader deep learning-based volumetric property prediction branch. This small cluster focuses specifically on neural models aggregating multi-view features or operating on voxelized representations, distinguishing it from microstructure-focused CNNs or application-specific regressors found in sibling branches.

The taxonomy reveals neighboring leaves addressing composite microstructure property prediction using representative volume elements, which emphasize material-level heterogeneity rather than arbitrary 3D object geometries. Further afield, material-specific branches target additive manufacturing contexts (polymer blends, concrete, woven composites) with process-aware models, while manufacturing process optimization focuses on parameter-to-property mappings for printing control. VoMP diverges by supporting general 3D representations (SDFs, Gaussian Splats, NeRFs) and predicting volumetric fields without requiring manufacturing process parameters, positioning it closer to geometric modeling and reconstruction branches that handle arbitrary input modalities.

Among 26 candidates examined, no refutable prior work was identified for any of the three contributions. Contribution A (VoMP feed-forward method) examined 10 candidates with zero refutations, Contribution B (MatVAE latent space) examined 10 with zero refutations, and Contribution C (annotation pipeline and benchmark) examined 6 with zero refutations. This suggests that within the limited search scope—top-K semantic matches plus citation expansion—the specific combination of feed-forward volumetric prediction, material latent space training, and automated annotation pipeline appears novel, though the search scale (26 papers) leaves open the possibility of relevant work outside this candidate set.

Given the sparse taxonomy leaf (three papers) and absence of refutable candidates in the limited search, the work appears to occupy a relatively unexplored niche at the intersection of volumetric neural architectures and general 3D object property prediction. However, the analysis is constrained by the 26-candidate scope and does not cover exhaustive literature in adjacent domains such as physics-informed neural networks or inverse design methods that might predict material distributions. The novelty assessment reflects what is visible within this bounded search rather than a comprehensive field survey.

Taxonomy

Core-task Taxonomy Papers
50
3
Claimed Contributions
26
Contribution Candidate Papers Compared
0
Refutable Paper

Research Landscape Overview

Core task: predicting volumetric mechanical property fields for 3D objects. The field encompasses a diverse set of approaches spanning data-driven modeling, manufacturing-aware prediction, and physics-based simulation. Deep learning-based volumetric property prediction has emerged as a prominent branch, leveraging neural architectures such as multi-view and voxel-based models to learn mappings from geometry to mechanical fields. Material-specific property prediction for additive manufacturing focuses on tailoring models to particular fabrication processes and materials, while manufacturing process parameter optimization seeks to tune printing or fabrication settings for desired outcomes. Analytical and numerical modeling provides classical physics-grounded methods, experimental characterization supplies ground-truth measurements, and geometric design and optimization explores how shape influences performance. Additional branches address geometric modeling and reconstruction as well as specialized application domains ranging from biomedical scaffolds to aerospace components. Within the deep learning branch, a small handful of works employ multi-view and voxel-based neural architectures to capture spatial heterogeneity in mechanical properties. VoMP[0] sits squarely in this cluster, using volumetric representations to predict property distributions across complex geometries. Nearby efforts such as 3D CNN Linkages[3] and SCCB U-Net[6] similarly adopt convolutional or encoder-decoder frameworks for volumetric inference, though they may differ in the specific architectural choices or target properties. In contrast, material-specific branches like Concrete Printing Prediction[2] and 4D Hardness Prediction[5] emphasize process-aware models that integrate manufacturing parameters, while works such as Lattice Foam Stiffness[1] and Particle Reinforced Composites[4] focus on microstructure-driven predictions for particular material classes. The interplay between purely geometric learning and manufacturing-informed modeling remains an active area, with open questions around generalization across materials, scalability to high-resolution fields, and integration of physics constraints into data-driven pipelines.

Claimed Contributions

VoMP: feed-forward method for volumetric mechanical property prediction

The authors introduce VoMP, the first feed-forward trained model that estimates volumetric mechanical property fields (Young's modulus, Poisson's ratio, and density) across multiple 3D representations (meshes, Gaussian Splats, NeRFs, SDFs) without per-object optimization, producing physically valid simulation-ready parameters.

10 retrieved papers
MatVAE: mechanical properties latent space

The authors propose MatVAE, a variational autoencoder trained on real-world material triplets to learn a 2D latent space of valid mechanical properties. This latent space ensures that predicted materials are physically plausible and supports smooth interpolation between materials.

10 retrieved papers
Annotation pipeline and benchmark for volumetric mechanical properties

The authors develop an automatic data annotation pipeline that combines part-segmented 3D assets, material databases, and VLM knowledge to create training data with volumetric mechanical properties. They also contribute a new benchmark for evaluating volumetric material estimation.

6 retrieved papers

Core Task Comparisons

Comparisons with papers in the same taxonomy category

Contribution Analysis

Detailed comparisons for each claimed contribution

Contribution

VoMP: feed-forward method for volumetric mechanical property prediction

The authors introduce VoMP, the first feed-forward trained model that estimates volumetric mechanical property fields (Young's modulus, Poisson's ratio, and density) across multiple 3D representations (meshes, Gaussian Splats, NeRFs, SDFs) without per-object optimization, producing physically valid simulation-ready parameters.

Contribution

MatVAE: mechanical properties latent space

The authors propose MatVAE, a variational autoencoder trained on real-world material triplets to learn a 2D latent space of valid mechanical properties. This latent space ensures that predicted materials are physically plausible and supports smooth interpolation between materials.

Contribution

Annotation pipeline and benchmark for volumetric mechanical properties

The authors develop an automatic data annotation pipeline that combines part-segmented 3D assets, material databases, and VLM knowledge to create training data with volumetric mechanical properties. They also contribute a new benchmark for evaluating volumetric material estimation.