Skip to content
AI.info

Research

SiPhy: Single-Image Physical Property Reasoning

Overview Research area: Computer vision and multimodal physical reasoning — inferring latent physical properties (mass, density, stiffness) from visual input. Technical level: Advanced. The paper assu

arXiv
2607.22355
Published
2026-07-24
Authors
Hoang Le, Joonwoo Kwon, Elkhan Ismayilzada, Yufei Zhang, Zijun Cui

AI summary

Overview

Research area: Computer vision and multimodal physical reasoning — inferring latent physical properties (mass, density, stiffness) from visual input.

Technical level: Advanced. The paper assumes familiarity with CLIP, vision-language models, contrastive learning, depth estimation, and 3D voxelization.

Scope: SiPhy is a single-image framework that combines depth-adaptive pseudo-voxel sampling, CLIP–VLM material grounding, and part-based contrastive alignment to predict both pixel-level and object-level physical properties from one RGB image.

What This Paper Is About

Physical properties such as mass, density, and stiffness cannot be seen directly; they must be inferred from appearance, geometry, and material semantics. Most prior systems either require multiple views and heavy 3D reconstruction (for example NeRF- or Gaussian-Splatting-based pipelines) or treat the task as flat 2D material classification without any 3D awareness. SiPhy asks whether the structure that multi-view reconstruction provides — a voxelized object, consistent material regions, and physically grounded aggregation — can instead be approximated from a single RGB image plus a depth estimate.

Key Contributions

  1. A single-image, depth-based framework for physical property reasoning. The authors describe SiPhy as the first single-image and depth framework capable of predicting both 2D-level (per-pixel density, Young's modulus) and 3D-level (total mass) physical properties.
  2. A 3D-aware vision–language physical reasoning pipeline. It couples CLIP-based visual grounding, VLM-driven material and attribute inference, and geometry-aware virtual voxelization, with an adaptive spacing rule derived from the virtual cube side length, camera intrinsics, and estimated depth.
  3. Part-based contrastive alignment and heaviness-aware thickness refinement. A self-attention module restricted to SAM-derived parts enforces intra-part material coherence, and a GPT-4-driven "heavy or light" classification adjusts thickness for dense or bulky objects.
  4. Broad empirical validation plus downstream demonstrations. State-of-the-art single-image results are reported on ABO-500, MVImgNet-100, and PhysXNet-100, with generalization tests on real hand–object interaction data and use of SiPhy's material predictions as priors for image-to-audio generation.

Main Findings

  • Mass prediction on ABO-500. SiPhy achieves ADE 7.78, ALDE 0.74, APE 1.00, and MnRE 0.58, versus NeRF2Physics (multi-view) at ADE 8.74 and MnRE 0.55, PUGS (multi-view) at ADE 30.30 and MnRE 0.30, LLaVA at ADE 17.33 and MnRE 0.31, and Image2Mass at ADE 12.50 and MnRE 0.31. The paper reports a 5.5% MnRE improvement over NeRF2Physics and 93.3% over PUGS (the abstract states "up to 93%").
  • Sampling ablation. Uniform 2D sampling yields MnRE 0.39 and averaging all features within a SAM mask yields MnRE 0.54, both below the full method's 0.58, indicating that depth-adaptive spacing and part-based attention each matter.
  • Material segmentation. On ABO-500, SiPhy reaches mIoU 0.25 and M-mIoU 0.42, improving over NeRF2Physics by 38.9% mIoU and PUGS by 13.6% mIoU, though GaussianProperty scores higher (0.29 mIoU, 0.49 M-mIoU) with multi-view input. On MVImgNet-100, SiPhy matches GaussianProperty at 0.19 mIoU and improves M-mIoU by 8.7% (0.25 vs 0.23). On PhysXNet-100, SiPhy reaches 0.14 mIoU and 0.31 M-mIoU, a 47.6% M-mIoU gain over GaussianProperty.
  • Density and Young's modulus on PhysXNet-100. SiPhy (single-view) attains density MAE 1315 kg/m³ versus NeRF2Physics 2044 (a 35.5% reduction) and PUGS 1297 (a 1.4% gap). For Young's modulus, SiPhy reaches MAE 52 GPa versus 68 GPa for both NeRF2Physics and PUGS, a 23.5% reduction.
  • Heaviness-aware thickness refinement. Without HAT, ADE is 18.86 on heavy objects and 2.07 on light objects. Adding HAT reduces heavy-object ADE to 15.59 (a 17.3% improvement) and raises heavy-object MnRE from 0.57 to 0.65, while light-object performance degrades (ADE 3.57, MnRE 0.54). The paper concludes HAT mainly benefits dense or bulky objects.
  • Sensitivity to geometric error. Perturbing estimated depth by ×0.9 and ×1.1 gives MnRE 0.56 in both cases; perturbing intrinsics by ×0.9 and ×1.1 gives MnRE 0.56 and 0.57, indicating limited sensitivity in this test.
  • Real hand–object interaction. On 9 objects from HO3D, SiPhy reaches MnRE 0.67 versus LLaVA's 0.58; on 10 objects from ARCTIC, MnRE is 0.57 versus 0.53. Density ME on HO3D is 1192 for SiPhy versus 1308 for LLaVA, and Young's modulus ME on ARCTIC is 62 versus 74.
  • Failure modes. Transparent and highly textured objects are handled reasonably well, but reflective surfaces remain a failure mode for both SiPhy and LLaVA because specular highlights mislead SAM segmentation and VLM material prediction.
  • Downstream audio generation. Using SiPhy's material prior corrects appearance-driven errors, such as a metal locker misidentified as wood, producing spectrograms that better match reference audio compared with ChatGPT-only and Vanilla (VLM caption to MakeAnAudio) baselines.

Methodology in Plain English

SiPhy starts from a single RGB image and a depth estimate. It assumes the object can be approximated by a grid of virtual cubes, each with an edge length. Because a single view has no true 3D points, the method computes an adaptive 2D pixel spacing from the cube side length, the camera intrinsics, and the estimated depth, then samples non-overlapping points across the object surface. Each point gets a square patch that is embedded with a frozen CLIP image encoder, giving a set of spatially structured visual tokens that stand in for voxel centers.

Alongside this, a fine-tuned vision-language model proposes candidate materials for each object part. That model has a frozen CLIP ViT-L/14 visual encoder, a two-layer MLP projector, and Vicuna-7B-v1.5 as the language backbone, and it receives three inputs per part: the part mask, the cropped part image, and the full object image, plus a text prompt and a GPT-4-generated part description. It is trained in two stages — first the projector alone on roughly 10k PhysX- and MVImgNet-derived samples, then Vicuna with LoRA while the visual encoder stays frozen. Material prediction is treated as classification over a fixed set of material classes.

Material likelihoods are then computed by aligning CLIP image features with CLIP text embeddings of the VLM-proposed material names. A self-attention module restricted to points inside the same SAM-derived part makes predictions coherent within a part, and a supervised contrastive loss plus a regularizer that keeps the learned similarities close to the raw CLIP similarities prevents the module from washing out material distinctions.

The physical property at each point is the expectation of the attribute values over the material likelihoods, with non-sampled pixels filled in by nearest-neighbor interpolation. Mass is obtained by summing point-wise density times volume. Because the authors find material prediction correlates weakly with mass, they add a refinement step that classifies an object as heavy or light and shifts thickness toward physically plausible ranges.

Why This Matters

Impact on research. The paper argues that the useful structure produced by multi-view reconstruction pipelines can be approximated from one image, which reframes single-image physical reasoning as a vision-language grounding problem rather than a pure regression problem. It also reports a material-vs-mass correlation finding that motivates separate treatment of thickness estimation.

Real-world applications:

  • Data annotation for hand–object interaction datasets, supplying physical labels where none exist, as demonstrated on HO3D and ARCTIC.
  • Image-to-audio generation, where material priors correct appearance-driven errors in sound synthesis.
  • Simulation and embodied AI, where mass, stiffness, and elasticity estimates feed physical simulators and robot interaction planning.
  • Virtual editing and content creation, where plausible material attributes are needed without multi-view capture rigs.

Industry relevance. Single-image operation removes the multi-view capture and per-object optimization cost that reconstruction-based methods require, which matters for robotics, AR/VR, e-commerce product understanding, and any pipeline that needs physical priors at scale from ordinary photographs.

Future Directions

  • Continuous or compositional thickness estimation. The current heaviness-aware refinement uses a discrete heavy/light prior; the authors leave continuous or compositional thickness estimation for future work.
  • Better single-view geometric priors. The method is bounded by the quality of monocular depth estimation and camera intrinsics, which the paper explicitly identifies as a constraint.
  • Robustness to challenging materials. Transparent, reflective, and highly textured objects remain difficult because depth estimation and CLIP-based material recognition can become unreliable, particularly for specular surfaces.
  • Scaling as an annotation engine. The real-world validation suggests expanding SiPhy into a general physical-property labeler for datasets and downstream multimodal systems, including further audio-generation evaluation, which the paper defers to supplementary material.

Target Audience

Researchers and engineers working on physical reasoning, multimodal vision-language models, embodied AI, and robot perception, as well as practitioners who need physical property estimates from ordinary photographs without multi-view capture. Readers should be comfortable with CLIP, vision-language architectures, contrastive objectives, and monocular depth estimation.

Authors’ abstract

Inferring physical properties such as mass, stiffness, and elasticity from a single image is essential for simulation and embodied AI, yet most existing approaches rely on multi-view reconstruction or physics-based supervision. We introduce SiPhy, a unified framework for single-image physical property reasoning that aligns 3D-aware visual cues, depth with language-based material knowledge. From one RGB image, SiPhy samples pseudo-voxel points, extracts CLIP features, and grounds them to material candidates proposed by a VLM. A part-based contrastive aggregator enforces region consistency, while a heaviness-aware refinement improves thickness and volume estimation for dense objects. Across ABO-500, MVImgNet-100, and PhysXNet-100, SiPhy achieves state-of-the-art single-image performance, surpassing multi-view reconstruction methods by improving mass MnRE by up to 93% (vs. PUGS), reducing density MAE by 35.5% (vs. NeRF2Physics), and lowering Young's modulus error by 23.5%. We further validate SiPhy on real hand-object interaction datasets, demonstrating its potential as a data annotation engine for physical understanding from single-view imagery.

Read the original paper