Pith. sign in

REVIEW 3 major objections 6 minor 84 references

Structure from Collision

T0 review · 3 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read Collision video can reveal the hidden internal structure of a deforming object, and SfC-NeRF recovers it by matching a physics simulation to the observed deformation.

desk verdict A genuinely new task with a method that works in simulation; the headline numbers lean on the known-mass prior, but the core claim survives ablation. read the letter →

arxiv 2505.21335 v1 pith:GBRFKGB2 submitted 2025-05-27 cs.GR cs.AIcs.CVcs.LGcs.RO

classification cs.GRcs.AIcs.CVcs.LGcs.RO
keywords StructurefromCollisioninternalestimationneuralradiancefieldsphysics-informedlearningvideovolumeannealingcavitydifferentiablephysicssimulation
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper introduces Structure from Collision (SfC), a task: recover an object's internal structure, including cavities hidden behind an opaque surface, from video of the object deforming as it collides. The proposed model, SfC-NeRF, starts from a static reconstruction of the object's outer surface and then adjusts the interior's volume density field so that a physics simulation of the collision matches the observed video, while preserving the learned exterior and using the object's total mass as a known constraint. On 115 simulated objects with varied cavity sizes, locations, and materials, the method locates the cavity better than models that treat the interior as filled, and it improves prediction of future collision frames. The paper's point is that deformation on impact carries usable information about what is inside, not just what is on the surface.

What carries the argument

The load-bearing object is the voxel-grid volume density field $\sigma^{G'}(t_0)$ of the object at the first frame, which encodes where material is and where the cavity is. SfC-NeRF optimizes this field by coupling it to a differentiable material point method: particle samples of the field are simulated through the collision, rendered back to pixels, and compared with the video. Around that core sit the appearance-preserving losses (pixel and depth differences against the first frame), the keyframe pixel loss at the frame right after impact, the mass loss $L_{\text{mass}}$ that pins total mass to the known value $\hat{m}$, and volume annealing, which periodically expands the volume during optimization to escape local minima.

What would settle it

Run SfC-NeRF on a real hollow object whose cavity is known from a CT scan, using only collision video and independently measured material properties, without providing the mass. If the recovered cavity no longer matches the scan, or if supplying an intentionally wrong mass by 30% changes the recovered cavity as sharply as the paper's density-error experiments show, then the known-mass constraint, not the video itself, is doing the decisive work.

Watch

Extended reading notes

Core claim

The central claim is that the shape and location of an invisible internal cavity can be estimated from appearance changes during collision, even when static images of the object give no clue that the cavity exists. SfC-NeRF does this by taking the voxel-based volume density field learned from the first frame and optimizing the internal part of it so that a differentiable continuum-mechanics simulation, run forward through the video, reproduces the observed deformation. Three additional constraints keep the search well-posed: appearance-preserving losses hold the outer surface to the first frame, a keyframe loss emphasizes the frame just after impact, and a known-mass loss fixes the total amount of material, turning the problem from finding any cavity into placing a cavity of the right size. Volume annealing, which repeatedly shrinks and regrows the volume, helps avoid local optima. The supporting experiments argue that the method captures the positional bias of cavities across sizes and materials and outperforms baselines that optimize particles or grids without these constraints.

Load-bearing premise

The object's total mass is known in advance and is enforced as a hard loss; if the mass or density is misestimated, the recovered cavity volume is wrong even when the video is perfectly explained.

Editorial extensions

If this is right

  • If the central claim holds, collision video is a usable observation modality for internal structure, not just for surface shape.
  • Optimizing the internal structure, rather than assuming the interior is filled, improves prediction of how the object will deform in future frames.
  • The method works across elastic materials, fluids, plasticine, and sand, with the best results for moderately deformable objects; very stiff or very soft objects give weaker cues.
  • Larger cavities are harder to recover because optimization starts from a filled volume, but volume annealing and the mass constraint reduce that gap.
  • The same optimization approach could in principle be attached to other neural 3D representations, since the constraints act on the density field rather than on a specific renderer.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the known-mass assumption is removed, the problem becomes appreciably harder; a natural extension would be to jointly estimate mass and structure, perhaps by exploiting the material-property ambiguity the paper acknowledges.
  • Because a hollow soft object and a filled stiff object can deform similarly, the method is most convincing when material properties are independently known; in real use, material identification and structure estimation would need to be solved together.
  • A direct real-data test, recovering the interior of a hollow object from a collision video and comparing with a CT or X-ray scan, would be the natural next validation step beyond simulation.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 6 minor

Summary. The paper introduces a new problem, Structure from Collision (SfC): given multi-view videos of an object colliding with a surface, estimate the object's 3D structure, including invisible internal cavities. The proposed model, SfC-NeRF, builds on PAC-NeRF and optimizes the initial volume-density field under physical constraints (known material properties and total mass), appearance-preserving losses, a keyframe loss, and a volume-annealing schedule. Experiments on a synthetic dataset of 115 objects across five external shapes, multiple cavity sizes/locations, and various materials report chamfer-distance improvements over a static reconstruction baseline and over ablated variants, together with a future-prediction application. The paper includes extensive appendices with per-shape results, component ablations, robustness to erroneous physical parameters, and collision-angle variations.

Significance. If the claims hold, the paper opens a useful new task and provides a systematic first solution with a thorough empirical study. It is honest about its assumptions, reports detailed ablations and per-shape numbers, and demonstrates that the full method improves over baselines even when the mass loss is removed (SfC-NeRF−mass 0.503 vs Static 0.720 in Table 1). The known-mass prior, however, is load-bearing for the headline margin, and the evaluation is entirely synthetic with the same MPM formulation used by the model, so the external validity of the central claim is not yet established. The paper's strength lies in its clearly framed problem, reproducible experimental protocol (detailed in Appendices), and the range of ablations isolating each component.

major comments (3)
  1. [§3.3, Eq. (7); Tables 1 and 6] The known total mass m-hat is a hard constraint via L_mass, and the paper's own ablations show that this prior is load-bearing: removing it degrades CD from 0.165 to 0.503 (Table 1), and a -30% density error degrades CD to 0.798 (Table 6). Because the appearance-preserving losses fix the external volume, the mass prior effectively pins down the total cavity volume before any video frame is used. To support the claim that the collision video itself reveals the internal structure, the paper should include a control experiment that uses the mass prior and appearance-preserving losses but no temporal frames (i.e., a 'mass-only' optimization on t0). This control would quantify how much of the reported improvement is attributable to the prior versus the dynamics, and would strengthen the interpretation of the ablation results.
  2. [Tables 1–4 and 16–17] All headline quantitative claims are based on averages over five external shapes without any measure of variance or statistical significance. Given the wide per-shape spread (e.g., SfC-NeRF CD 0.067 for sphere vs 0.264 for cylinder in Table 16), the robustness of the reported improvements is unclear. The paper should report error bars (e.g., standard deviation over shapes, or over multiple random seeds) and, where the sample size allows, a paired significance test between the full model and its key ablations/baselines. At minimum, the range of per-shape scores should be stated in the main text alongside the averages.
  3. [§4.1 and Appendix C.1] The evaluation is conducted entirely on synthetic data generated with the MLS-MPM simulator, which shares the same MPM formulation (DiffMPM) used inside SfC-NeRF. This simulator-to-simulator agreement likely overstates the method's performance, since the physical prior matches the data-generation process exactly. The paper acknowledges real-data validation as future work (Section 5 and Appendix A.4), but this remains a central limitation: the claim that appearance changes during collision carry usable information about invisible internal structure would be substantially strengthened by a cross-simulator experiment (e.g., generating data with a different MPM or FEM solver) or by any real-world test. The authors should either add such a test or explicitly discuss the extent to which the current evaluation can support the general claim.
minor comments (6)
  1. [§4.1] The text says 'We also examined Stacic'—this should be 'Static'.
  2. [Table 3] The table caption reads 'Young's moduls'—this should be 'Young's modulus'.
  3. [§2] The related work contains the typo 'assumeed' in 'considereded non-transparent objects but assumeed that the interior is filled'—should be 'assumed'.
  4. [Appendix A.1.1] The text uses 'SFC-NeRF' in several places (e.g., 'SFC-NeRF with only Lpixel0')—should be 'SfC-NeRF' for consistency.
  5. [§3.3, Eq. (10)] In the definition of the depth-preserving loss, the integral for Z(r, t0) is written with a time variable t in the integrand (Tr(s,t) and σ(r(s),t)) rather than t0; please clarify whether this is a typo or an intentional notation.
  6. [§3.3, Eq. (12)] The full objective omits the background loss L_bg, which is described in Section 4.1 as being included in the pixel-related losses; please state this explicitly in the equation or its surrounding text to avoid confusion.

Circularity Check

0 steps flagged · score 2.0 of 10

No significant circularity: the internal-structure estimate is optimized against video appearance under a disclosed mass prior, never against the ground-truth particles it is evaluated on; the self-cited LPO baseline is used adversarially, not as a load-bearing premise.

full rationale

The derivation chain is self-contained with respect to the claimed output. SfC-NeRF optimizes the volume-density field sigma_G'(t0) that seeds the internal particles, using video pixel losses (L_pixel, Eq. 3; L_pixelk, Eq. 11), appearance-preserving losses (L_pixel0 and L_depth0, Eqs. 9-10), and the mass loss (Eq. 7). The ground-truth particle set P-hat_P(t0) appears only in evaluation (chamfer distance), never in any training loss, so the reported CD improvement is not a fitted quantity renamed as a prediction. The mass prior m-hat is a disclosed input assumption (Section 3.1), not a parameter fitted from the video; it constrains total cavity volume once the appearance-preserving losses fix the external volume, but it cannot determine the cavity's location or shape, and the anti-chamfer results (Table 2: CD 0.281 vs. ACD 0.416) show the location signal comes from the video itself. Crucially, the mass-free ablation SfC-NeRF-minus-mass (0.503) still beats the Static baseline (0.720) in Table 1, so the central claim does not reduce to the mass input. The only self-citation of note, LPO [31], is used adversarially as a baseline whose failure is demonstrated by the paper's own experiments (LPO 0.656 vs. SfC-NeRF 0.165), not imported as a premise; no load-bearing uniqueness theorem or ansatz is smuggled via citation. The sensitivity of results to a -30% density error (CD 0.798, Table 6) is an explicitly disclosed robustness limitation (Section 5 and Appendix A.4), appropriate for correctness risk rather than circularity. No equation-level equivalence (Eq. X = Eq. Y by construction) can be exhibited anywhere in the method. The score of 2 reflects only the presence of minor, non-load-bearing self-citations, not any circular step.

Assumptions & free parameters 8 free parameters · 7 assumptions · 0 invented entities

The central claim rests on a long list of domain assumptions, most prominently exact knowledge of mass and material parameters, and the fidelity of the MPM simulator to real physics. No new physical entities are introduced. The method contributes the optimization scheme, not new physics.

free parameters (8)
  • lambda_mass = 1
    Weight on mass loss in L_full (Eq. 12); empirically set.
  • lambda_pres = 100
    Weight on appearance-preserving losses; empirically set.
  • w_depth = 0.01
    Relative weight of depth-preserving loss inside appearance-preserving term; empirically set.
  • lambda_key = 10
    Weight on keyframe pixel loss; empirically set.
  • w_bg = 0.2
    Weight on background loss; empirically set.
  • keyframe index k = 6
    Frame immediately after collision; selected based on preliminary experiments on the same data distribution.
  • volume annealing interval = 100 iterations
    Chosen by hand; no sensitivity analysis provided.
  • learning rate schedule parameters = lr max 6.4, min 0.1, halve/double based on mass comparison
    Hand-designed schedule in Appendix C.3; no sensitivity analysis provided.
assumptions (7)
  • domain assumption Material physical properties (Young's modulus, Poisson's ratio, density) and total mass are known exactly.
    Section 3.1: 'we assume that the physical properties related to the material ... and mass m are known.' This is required to avoid the chicken-and-egg degeneracy between stiffness and hollowness.
  • domain assumption The differentiable MPM simulation (DiffMPM) faithfully reproduces the deformation dynamics of the object.
    Section 3.2 and Appendix C.2: DiffMPM is used inside the model as the physical forward model; the method attributes any mismatch between rendered and observed video to the internal structure.
  • domain assumption The external structure estimated from the first frame is accurate and is preserved during dynamic optimization.
    Section 3.3 appearance-preserving constraints and Appendix A.4 (1): the paper states the method assumes the external structure learned in the first frame is accurate.
  • domain assumption The object deforms measurably upon collision; rigid objects provide insufficient signal.
    Section 5 limitation (1): 'Our approach assumes that the objects deform during collisions... it may be difficult to apply this method to metallic objects that do not deform.'
  • domain assumption Camera parameters and collision objects (e.g., ground plane) are known, and background matting is reliable.
    Section 4.1 preprocessing: two assumptions and video matting used to segment the object.
  • domain assumption The ground-truth simulator (MLS-MPM) and the differentiable simulator (DiffMPM) share the same physical model.
    Section 4.1 and Appendix C.2: dataset generated with MLS-MPM [25] and the model uses DiffMPM [26], which is the differentiable version of the same method; this shared-physics setup is not stated as a limitation.
  • standard math Volume rendering along rays (Eq. 1-2) and continuum conservation laws (Eq. 4-5) accurately model image formation and material motion.
    Standard NeRF and continuum mechanics background, used without modification.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Structure from Collision." pith.science (2026). https://pith.science/paper/GBRFKGB2

@misc{pith2026250521335,
  author       = {Pith},
  title        = {Pith review of: Structure from Collision},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/GBRFKGB2}},
  note         = {Machine review of arXiv:2505.21335}
}
read the original abstract

Recent advancements in neural 3D representations, such as neural radiance fields (NeRF) and 3D Gaussian splatting (3DGS), have enabled the accurate estimation of 3D structures from multiview images. However, this capability is limited to estimating the visible external structure, and identifying the invisible internal structure hidden behind the surface is difficult. To overcome this limitation, we address a new task called Structure from Collision (SfC), which aims to estimate the structure (including the invisible internal structure) of an object from appearance changes during collision. To solve this problem, we propose a novel model called SfC-NeRF that optimizes the invisible internal structure of an object through a video sequence under physical, appearance (i.e., visible external structure)-preserving, and keyframe constraints. In particular, to avoid falling into undesirable local optima owing to its ill-posed nature, we propose volume annealing; that is, searching for global optima by repeatedly reducing and expanding the volume. Extensive experiments on 115 objects involving diverse structures (i.e., various cavity shapes, locations, and sizes) and material properties revealed the properties of SfC and demonstrated the effectiveness of the proposed SfC-NeRF.

Figures

Figures reproduced from arXiv: 2505.21335 by the authors.

Figure 1
Figure 1. Concept of Structure from Collision (SfC). (a) and (c) Examples of training images taken from a certain viewpoint. (b) and (d) Cross-sectional views of the internal structures cut per￾pendicular to the viewpoint. The score indicates the chamfer dis￾tance (×103 ↓) between the ground-truth and estimated particles (the smaller, the better). Here, two objects appear to be identical in static images (1) but actually have… view at source ↗
Figure 2
Figure 2. Optimization pipelines of SfC-NeRF. (i) The grid field [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Examples of the data in the SfC dataset. [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (11 more)
Figure 4
Figure 4. Figure 4: Comparison of learned structures for sphere objects with [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Comparison of appearances for objects with different [PITH_FULL_IMAGE:figures/full_fig_p013_5.png]
Figure 6
Figure 6. Figure 6: Comparison of learned internal structures for [PITH_FULL_IMAGE:figures/full_fig_p018_6.png]
Figure 7
Figure 7. Figure 7: Comparison of learned internal structures for [PITH_FULL_IMAGE:figures/full_fig_p019_7.png]
Figure 8
Figure 8. Figure 8: Comparison of learned internal structures for [PITH_FULL_IMAGE:figures/full_fig_p020_8.png]
Figure 9
Figure 9. Figure 9: Comparison of learned internal structures for [PITH_FULL_IMAGE:figures/full_fig_p021_9.png]
Figure 10
Figure 10. Figure 10: Comparison of learned internal structures for [PITH_FULL_IMAGE:figures/full_fig_p022_10.png]
Figure 11
Figure 11. Figure 11: Comparison of learned internal structures for [PITH_FULL_IMAGE:figures/full_fig_p023_11.png]
Figure 12
Figure 12. Figure 12: Comparison of learned internal structures for [PITH_FULL_IMAGE:figures/full_fig_p024_12.png]
Figure 13
Figure 13. Figure 13: Comparison of learned internal structures for [PITH_FULL_IMAGE:figures/full_fig_p025_13.png]
Figure 14
Figure 14. Figure 14: Comparison of learned internal structures for [PITH_FULL_IMAGE:figures/full_fig_p026_14.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

84 extracted references · 78 canonical work pages

  1. [1]

    Par- ticleNeRF: A particle-based encoding for online neural radi- ance fields

    Jad Abou-Chakra, Feras Dayoub, and Niko S ¨underhauf. Par- ticleNeRF: A particle-based encoding for online neural radi- ance fields. In WACV, 2024. 2, 3

  2. [2]

    Physically embodied Gaussian splatting: Em- bedding physical priors into a visual 3D world model for robotics

    Jad Abou-Chakra, Krishan Rana, Feras Dayoub, and Niko S¨underhauf. Physically embodied Gaussian splatting: Em- bedding physical priors into a visual 3D world model for robotics. In CoRL, 2024. 2, 3

  3. [3]

    Learning neural light fields with ray-space embedding networks

    Benjamin Attal, Jia-Bin Huang, Michael Zollhoefer, Jo- hannes Kopf, and Changil Kim. Learning neural light fields with ray-space embedding networks. In CVPR, 2022. 2

  4. [4]

    Barron, Ben Mildenhall, Matthew Tancik, Pe- ter Hedman, Ricardo Martin-Brualla, and Pratul P

    Jonathan T. Barron, Ben Mildenhall, Matthew Tancik, Pe- ter Hedman, Ricardo Martin-Brualla, and Pratul P. Srini- vasan. Mip-NeRF: A multiscale representation for anti- aliasing neural radiance fields. In ICCV, 2021. 2

  5. [5]

    Barron, Ben Mildenhall, Dor Verbin, Pratul P

    Jonathan T. Barron, Ben Mildenhall, Dor Verbin, Pratul P. Srinivasan, and Peter Hedman. Mip-NeRF 360: Unbounded anti-aliased neural radiance fields. In CVPR, 2022

  6. [6]

    Barron, Ben Mildenhall, Dor Verbin, Pratul P

    Jonathan T. Barron, Ben Mildenhall, Dor Verbin, Pratul P. Srinivasan, and Peter Hedman. Zip-NeRF: Anti-aliased grid- based neural radiance fields. In ICCV, 2023. 2

  7. [7]

    Chan, Marco Monteiro, Petr Kellnhofer, Jiajun Wu, and Gordon Wetzstein

    Eric R. Chan, Marco Monteiro, Petr Kellnhofer, Jiajun Wu, and Gordon Wetzstein. pi-GAN: Periodic implicit genera- tive adversarial networks for 3D-aware image synthesis. In CVPR, 2021. 2

  8. [8]

    Chan, Connor Z

    Eric R. Chan, Connor Z. Lin, Matthew A. Chan, Koki Nagano, Boxiao Pan, Shalini De Mello, Orazio Gallo, Leonidas J. Guibas, Jonathan Tremblay, Sameh Khamis, Tero Karras, and Gordon Wetzstein. Efficient geometry- aware 3D generative adversarial networks. In CVPR, 2022

Show all 84 references
  1. [9]

    Chan, Koki Nagano, Matthew A

    Eric R. Chan, Koki Nagano, Matthew A. Chan, Alexander W. Bergman, Jeong Joon Park, Axel Levy, Miika Aittala, Shalini De Mello, Tero Karras, and Gordon Wetzstein. Generative novel view synthesis with 3D-aware diffusion models. In ICCV, 2023. 2

  2. [10]

    TensoRF: Tensorial radiance fields

    Anpei Chen, Zexiang Xu, Andreas Geiger, Jingyi Yu, and Hao Su. TensoRF: Tensorial radiance fields. InECCV, 2022. 2

  3. [11]

    Fan- tasia3D: Disentangling geometry and appearance for high- quality text-to-3D content creation

    Rui Chen, Yongwei Chen, Ningxin Jiao, and Kui Jia. Fan- tasia3D: Disentangling geometry and appearance for high- quality text-to-3D content creation. In ICCV, 2023. 2

  4. [12]

    HAC: Hash-grid assisted context for 3D Gaussian splatting compression

    Yihang Chen, Qianyi Wu, Weiyao Lin, Mehrtash Harandi, and Jianfei Cai. HAC: Hash-grid assisted context for 3D Gaussian splatting compression. In ECCV, 2024. 2

  5. [13]

    Physics informed neural fields for smoke reconstruction with sparse data

    Mengyu Chu, Lingjie Liu, Quan Zheng, Erik Franz, Hans- Peter Seidel, Christian Theobalt, and Rhaleb Zayer. Physics informed neural fields for smoke reconstruction with sparse data. ACM Trans. Graph., 41(4), 2022. 2, 3

  6. [14]

    GRAM: Generative radiance manifolds for 3D-aware image generation

    Yu Deng, Jiaolong Yang, Jianfeng Xiang, and Xin Tong. GRAM: Generative radiance manifolds for 3D-aware image generation. In CVPR, 2022. 2

  7. [15]

    PIE-NeRF: Physics-based inter- active elastodynamics with NeRF

    Yutao Feng, Yintong Shang, Xuan Li, Tianjia Shao, Chen- fanfu Jiang, and Yin Yang. PIE-NeRF: Physics-based inter- active elastodynamics with NeRF. In CVPR, 2023. 2, 3

  8. [16]

    Plenoxels: Radiance fields without neural networks

    Sara Fridovich-Keil, Alex Yu, Matthew Tancik, Qinhong Chen, Benjamin Recht, and Angjoo Kanazawa. Plenoxels: Radiance fields without neural networks. In CVPR, 2022. 2

  9. [17]

    Dynamic neural radiance fields for monocular 4D facial avatar reconstruction

    Guy Gafni, Justus Thies, Michael Zollhofer, and Matthias Nießner. Dynamic neural radiance fields for monocular 4D facial avatar reconstruction. In CVPR, 2021. 2

  10. [18]

    Barron, and Ben Poole

    Ruiqi Gao, Aleksander Holynski, Philipp Henzler, Arthur Brussee, Ricardo Martin-Brualla, Pratul Srinivasan, Jonathan T. Barron, and Ben Poole. CAT3D: Create any- thing in 3D with multi-view diffusion models. In NeurIPS,

  11. [19]

    Garbin, Marek Kowalski, Matthew Johnson, Jamie Shotton, and Julien Valentin

    Stephan J. Garbin, Marek Kowalski, Matthew Johnson, Jamie Shotton, and Julien Valentin. FastNeRF: High-fidelity neural rendering at 200FPS. In ICCV, 2021. 2

  12. [20]

    StyleNeRF: A style-based 3D-aware generator for high- resolution image synthesis

    Jiatao Gu, Lingjie Liu, Peng Wang, and Christian Theobalt. StyleNeRF: A style-based 3D-aware generator for high- resolution image synthesis. In ICLR, 2022. 2

  13. [21]

    NeuroFluid: Fluid dynamics grounding with particle- driven neural radiance fields

    Shanyan Guan, Huayu Deng, Yunbo Wang, and Xiaokang Yang. NeuroFluid: Fluid dynamics grounding with particle- driven neural radiance fields. In ICML, 2022. 2, 3

  14. [22]

    Srinivasan, Ben Mildenhall, Jonathan T

    Peter Hedman, Pratul P. Srinivasan, Ben Mildenhall, Jonathan T. Barron, and Paul Debevec. Baking neural ra- diance fields for real-time view synthesis. In ICCV, 2021. 2

  15. [23]

    EfficientNeRF: Efficient neural radiance fields

    Tao Hu, Shu Liu, Yilun Chen, Tiancheng Shen, and Jiaya Jia. EfficientNeRF: Efficient neural radiance fields. In CVPR,

  16. [24]

    Tri-MipRF: Tri-Mip represen- tation for efficient anti-aliasing neural radiance fields

    Wenbo Hu, Yuling Wang, Lin Ma, Bangbang Yang, Lin Gao, Xiao Liu, and Yuewen Ma. Tri-MipRF: Tri-Mip represen- tation for efficient anti-aliasing neural radiance fields. In ICCV, 2023. 2

  17. [25]

    A moving least squares material point method with displacement discontinu- ity and two-way rigid body coupling

    Yuanming Hu, Yu Fang, Ziheng Ge, Ziyin Qu, Yixin Zhu, Andre Pradhana, and Chenfanfu Jiang. A moving least squares material point method with displacement discontinu- ity and two-way rigid body coupling. ACM Trans. Graph., 37(4), 2018. 6, 27

  18. [26]

    Diff- Taichi: Differentiable programming for physical simulation

    Yuanming Hu, Luke Anderson, Tzu-Mao Li, Qi Sun, Nathan Carr, Jonathan Ragan-Kelley, and Fr ´edo Durand. Diff- Taichi: Differentiable programming for physical simulation. In ICLR, 2020. 3, 4, 16, 27

  19. [27]

    GaussianShader: 3D Gaussian splatting with shading functions for reflective surfaces

    Yingwenqi Jiang, Jiadong Tu, Yuan Liu, Xifeng Gao, Xiaox- iao Long, Wenping Wang, and Yuexin Ma. GaussianShader: 3D Gaussian splatting with shading functions for reflective surfaces. In CVPR, 2024. 2

  20. [28]

    VR-GS: A physical dynamics- aware interactive Gaussian splatting system in virtual reality

    Ying Jiang, Chang Yu, Tianyi Xie, Xuan Li, Yutao Feng, Huamin Wang, Minchen Li, Henry Lau, Feng Gao, Yin Yang, and Chenfanfu Jiang. VR-GS: A physical dynamics- aware interactive Gaussian splatting system in virtual reality. ACM Trans. Graph., 78, 2024. 2, 3

  21. [29]

    AR-NeRF: Unsupervised learning of depth and defocus effects from natural images with aperture rendering neural radiance fields

    Takuhiro Kaneko. AR-NeRF: Unsupervised learning of depth and defocus effects from natural images with aperture rendering neural radiance fields. In CVPR, 2022. 2

  22. [30]

    MIMO-NeRF: Fast neural rendering with multi-input multi-output neural radiance fields

    Takuhiro Kaneko. MIMO-NeRF: Fast neural rendering with multi-input multi-output neural radiance fields. In ICCV,

  23. [31]

    Improving physics-augmented continuum neural radiance field-based geometry-agnostic system iden- tification with Lagrangian particle optimization

    Takuhiro Kaneko. Improving physics-augmented continuum neural radiance field-based geometry-agnostic system iden- tification with Lagrangian particle optimization. In CVPR,

  24. [32]

    3D Gaussian splatting for real-time radiance field rendering

    Bernhard Kerbl, Georgios Kopanas, Thomas Leimk ¨uhler, and George Drettakis. 3D Gaussian splatting for real-time radiance field rendering. ACM Trans. Graph., 42(4), 2023. 1, 2

  25. [33]

    Kingma and Jimmy Ba

    Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization. In ICLR, 2015. 27

  26. [34]

    AdaNeRF: Adaptive sampling for real-time rendering of neural radiance fields

    Andreas Kurz, Thomas Neff, Zhaoyang Lv, Michael Zollh¨ofer, and Markus Steinberger. AdaNeRF: Adaptive sampling for real-time rendering of neural radiance fields. In ECCV, 2022. 2

  27. [35]

    Compact 3D Gaussian representation for radiance field

    Joo Chan Lee, Daniel Rho, Xiangyu Sun, Jong Hwan Ko, and Eunbyung Park. Compact 3D Gaussian representation for radiance field. In CVPR, 2024. 2

  28. [36]

    PAC-NeRF: Physics augmented continuum neural ra- diance fields for geometry-agnostic system identification

    Xuan Li, Yi-Ling Qiao, Peter Yichen Chen, Krishna Murthy Jatavallabhula, Ming Lin, Chenfanfu Jiang, and Chuang Gan. PAC-NeRF: Physics augmented continuum neural ra- diance fields for geometry-agnostic system identification. In ICLR, 2023. 2, 3, 6, 8, 17, 25, 27

  29. [37]

    GeoGaussian: Geometry-aware Gaussian splatting for scene rendering

    Yanyan Li, Chenyu Lyu, Yan Di, Guangyao Zhai, Gim Hee Lee, and Federico Tombari. GeoGaussian: Geometry-aware Gaussian splatting for scene rendering. In ECCV, 2024. 2

  30. [38]

    Neural scene flow fields for space-time view synthesis of dy- namic scenes

    Zhengqi Li, Simon Niklaus, Noah Snavely, and Oliver Wang. Neural scene flow fields for space-time view synthesis of dy- namic scenes. In CVPR, 2021. 2

  31. [39]

    Analytic-Splatting: Anti-aliased 3D Gaussian splatting via analytic integration

    Zhihao Liang, Qi Zhang, Wenbo Hu, Ying Feng, Lei Zhu, and Kui Jia. Analytic-Splatting: Anti-aliased 3D Gaussian splatting via analytic integration. In ECCV, 2024. 2

  32. [40]

    Magic3D: High-resolution text-to-3D content creation

    Chen-Hsuan Lin, Jun Gao, Luming Tang, Towaki Takikawa, Xiaohui Zeng, Xun Huang, Karsten Kreis, Sanja Fidler, Ming-Yu Liu, and Tsung-Yi Lin. Magic3D: High-resolution text-to-3D content creation. In CVPR, 2023. 2

  33. [41]

    Curless, Steven M

    Shanchuan Lin, Andrey Ryabtsev, Soumyadip Sengupta, Brian L. Curless, Steven M. Seitz, and Ira Kemelmacher- Shlizerman. Real-time high-resolution background matting. In CVPR, 2021. 6, 13

  34. [42]

    Lindell, Julien N

    David B. Lindell, Julien N. P. Martel, and Gordon Wetzstein. AutoInt: Automatic integration for fast neural volume ren- dering. In CVPR, 2021. 2

  35. [43]

    MirrorGaussian: Reflecting 3D Gaussians for reconstructing mirror reflec- tions

    Jiayue Liu, Xiao Tang, Freeman Cheng, Roy Yang, Zhihao Li, Jianzhuang Liu, Yi Huang, Jiaqi Lin, Shiyong Liu, Xi- aofei Wu, Songcen Xu, and Chun Yuan. MirrorGaussian: Reflecting 3D Gaussians for reconstructing mirror reflec- tions. In ECCV, 2024. 2

  36. [44]

    Neural sparse voxel fields

    Lingjie Liu, Jiatao Gu, Kyaw Zaw Lin, Tat-Seng Chua, and Christian Theobalt. Neural sparse voxel fields. In NeurIPS,

  37. [45]

    3D geometry-aware deformable Gaussian splatting for dynamic view synthesis

    Zhicheng Lu, Xiang Guo, Le Hui, Tianrui Chen, Min Yang, Xiao Tang, Feng Zhu, and Yuchao Dai. 3D geometry-aware deformable Gaussian splatting for dynamic view synthesis. In CVPR, 2024. 2

  38. [46]

    Dynamic 3D Gaussians: Tracking by per- sistent dynamic view synthesis

    Jonathon Luiten, Georgios Kopanas, Bastian Leibe, and Deva Ramanan. Dynamic 3D Gaussians: Tracking by per- sistent dynamic view synthesis. In 3DV, 2024. 2

  39. [47]

    Srinivasan, Matthew Tancik, Jonathan T

    Ben Mildenhall, Pratul P. Srinivasan, Matthew Tancik, Jonathan T. Barron, Ravi Ramamoorthi, and Ren Ng. NeRF: Representing scenes as neural radiance fields for view syn- thesis. In ECCV, 2020. 1, 2, 3

  40. [48]

    Srinivasan, and Jonathan T

    Ben Mildenhall, Peter Hedman, Ricardo Martin-Brualla, Pratul P. Srinivasan, and Jonathan T. Barron. NeRF in the dark: High dynamic range view synthesis from noisy raw images. In CVPR, 2022. 2

  41. [49]

    Instant neural graphics primitives with a multires- olution hash encoding

    Thomas M ¨uller, Alex Evans, Christoph Schied, and Alexan- der Keller. Instant neural graphics primitives with a multires- olution hash encoding. ACM Trans. Graph., 41(4), 2022. 2

  42. [50]

    Mueller, Chakravarty R

    Thomas Neff, Pascal Stadlbauer, Mathias Parger, Andreas Kurz, Joerg H. Mueller, Chakravarty R. Alla Chaitanya, An- ton Kaplanyan, and Markus Steinberger. DONeRF: Towards real-time rendering of compact neural radiance fields using depth oracle networks. Comput. Graph. Forum, 40...

  43. [51]

    Compressed 3D Gaussian splatting for accelerated novel view synthesis

    Simon Niedermayr, Josef Stumpfegger, and R ¨udiger West- ermann. Compressed 3D Gaussian splatting for accelerated novel view synthesis. In CVPR, 2024. 2

  44. [52]

    GIRAFFE: Rep- resenting scenes as compositional generative neural feature fields

    Michael Niemeyer and Andreas Geiger. GIRAFFE: Rep- resenting scenes as compositional generative neural feature fields. In CVPR, 2021. 2

  45. [53]

    Barron, Sofien Bouaziz, Dan B

    Keunhong Park, Utkarsh Sinha, Jonathan T. Barron, Sofien Bouaziz, Dan B. Goldman, Steven M. Seitz, and Ricardo Martin-Brualla. Nerfies: Deformable neural radiance fields. In ICCV, 2021. 2

  46. [54]

    Barron, and Ben Milden- hall

    Ben Poole, Ajay Jain, Jonathan T. Barron, and Ben Milden- hall. DreamFusion: Text-to-3D using 2D diffusion. In ICLR,

  47. [55]

    D-NeRF: Neural radiance fields for dynamic scenes

    Albert Pumarola, Enric Corona, Gerard Pons-Moll, and Francesc Moreno-Noguer. D-NeRF: Neural radiance fields for dynamic scenes. In CVPR, 2021. 2, 3

  48. [56]

    Feature Splatting: Language-driven physics-based scene synthesis and editing

    Ri-Zhao Qiu, Ge Yang, Weijia Zeng, and Xiaolong Wang. Feature Splatting: Language-driven physics-based scene synthesis and editing. In ECCV, 2024. 2, 3

  49. [57]

    DeRF: Decom- posed radiance fields

    Daniel Rebain, Wei Jiang, Soroosh Yazdani, Ke Li, Kwang Moo Yi, and Andrea Tagliasacchi. DeRF: Decom- posed radiance fields. In CVPR, 2021. 2

  50. [58]

    KiloNeRF: Speeding up neural radiance fields with thousands of tiny MLPs

    Christian Reiser, Songyou Peng, Yiyi Liao, and Andreas Geiger. KiloNeRF: Speeding up neural radiance fields with thousands of tiny MLPs. In ICCV, 2021. 2

  51. [59]

    GRAF: Generative radiance fields for 3D-aware im- age synthesis

    Katja Schwarz, Yiyi Liao, Michael Niemeyer, and Andreas Geiger. GRAF: Generative radiance fields for 3D-aware im- age synthesis. In NeurIPS, 2020. 2

  52. [60]

    Light field networks: Neu- ral scene representations with single-evaluation rendering

    Vincent Sitzmann, Semon Rezchikov, Bill Freeman, Josh Tenenbaum, and Fredo Durand. Light field networks: Neu- ral scene representations with single-evaluation rendering. In NeurIPS, 2021. 2

  53. [61]

    EpiGRAF: Rethinking training of 3D GANs

    Ivan Skorokhodov, Sergey Tulyakov, Yiqun Wang, and Peter Wonka. EpiGRAF: Rethinking training of 3D GANs. In NeurIPS, 2022. 2

  54. [62]

    Light field neural rendering

    Mohammed Suhail, Carlos Esteves, Leonid Sigal, and Ameesh Makadia. Light field neural rendering. In CVPR,

  55. [63]

    Direct voxel grid optimization: Super-fast convergence for radiance fields reconstruction

    Cheng Sun, Min Sun, and Hwann-Tzong Chen. Direct voxel grid optimization: Super-fast convergence for radiance fields reconstruction. In CVPR, 2022. 1, 2, 3, 4, 27

  56. [64]

    LGM: Large multi-view Gaus- sian model for high-resolution 3D content creation

    Jiaxiang Tang, Zhaoxi Chen, Xiaokang Chen, Tengfei Wang, Gang Zeng, and Ziwei Liu. LGM: Large multi-view Gaus- sian model for high-resolution 3D content creation. In ECCV, 2024. 2 10

  57. [65]

    DreamGaussian: Generative Gaussian splatting for efficient 3D content creation

    Jiaxiang Tang, Jiawei Ren, Hang Zhou, Ziwei Liu, and Gang Zeng. DreamGaussian: Generative Gaussian splatting for efficient 3D content creation. In ICLR, 2024. 2

  58. [66]

    Non- rigid neural radiance fields: Reconstruction and novel view synthesis of a dynamic scene from monocular video

    Edgar Tretschk, Ayush Tewari, Vladislav Golyanik, Michael Zollh¨ofer, Christoph Lassner, and Christian Theobalt. Non- rigid neural radiance fields: Reconstruction and novel view synthesis of a dynamic scene from monocular video. In ICCV, 2021. 2

  59. [67]

    Barron, and Pratul P

    Dor Verbin, Peter Hedman, Ben Mildenhall, Todd Zickler, Jonathan T. Barron, and Pratul P. Srinivasan. Ref-NeRF: Structured view-dependent appearance for neural radiance fields. In CVPR, 2022. 2

  60. [68]

    R2L: Distilling neural radiance field to neural light field for efficient novel view synthesis

    Huan Wang, Jian Ren, Zeng Huang, Kyle Olszewski, Men- glei Chai, Yun Fu, and Sergey Tulyakov. R2L: Distilling neural radiance field to neural light field for efficient novel view synthesis. In ECCV, 2022. 2

  61. [69]

    Bovik, Hamid R

    Zhou Wang, Alan C. Bovik, Hamid R. Sheikh, and Eero P. Simoncelli. Image quality assessment: From error visibility to structural similarity. IEEE Trans. Image Process., 13(4),

  62. [70]

    ProlificDreamer: High-fidelity and diverse text-to-3D generation with variational score dis- tillation

    Zhengyi Wang, Cheng Lu, Yikai Wang, Fan Bao, Chongxuan Li, Hang Su, and Jun Zhu. ProlificDreamer: High-fidelity and diverse text-to-3D generation with variational score dis- tillation. In NeurIPS, 2023. 2

  63. [71]

    NeX: Real-time view synthesis with neural basis expansion

    Suttisak Wizadwongsa, Pakkapon Phongthawee, Jiraphon Yenphraphai, and Supasorn Suwajanakorn. NeX: Real-time view synthesis with neural basis expansion. In CVPR, 2021. 2

  64. [72]

    PhysGaussian: Physics- integrated 3D Gaussians for generative dynamics

    Tianyi Xie, Zeshun Zong, Yuxing Qiu, Xuan Li, Yutao Feng, Yin Yang, and Chenfanfu Jiang. PhysGaussian: Physics- integrated 3D Gaussians for generative dynamics. In CVPR,

  65. [73]

    GIRAFFE HD: A high-resolution 3D-aware generative model

    Yang Xue, Yuheng Li, Krishna Kumar Singh, and Yong Jae Lee. GIRAFFE HD: A high-resolution 3D-aware generative model. In CVPR, 2022. 2

  66. [74]

    Multi-scale 3D Gaussian splatting for anti-aliased rendering

    Zhiwen Yan, Weng Fei Low, Yu Chen, and Gim Hee Lee. Multi-scale 3D Gaussian splatting for anti-aliased rendering. In CVPR, 2024. 2

  67. [75]

    Deformable 3D Gaussians for high-fidelity monocular dynamic scene reconstruction

    Ziyi Yang, Xinyu Gao, Wen Zhou, Shaohui Jiao, Yuqing Zhang, and Xiaogang Jin. Deformable 3D Gaussians for high-fidelity monocular dynamic scene reconstruction. In CVPR, 2024. 2

  68. [76]

    Real- time photorealistic dynamic scene representation and render- ing with 4D Gaussian splatting

    Zeyu Yang, Hongye Yang, Zijie Pan, and Li Zhang. Real- time photorealistic dynamic scene representation and render- ing with 4D Gaussian splatting. In ICLR, 2024. 2

  69. [77]

    GaussianDreamer: Fast generation from text to 3D Gaussians by bridging 2D and 3D diffusion models

    Taoran Yi, Jiemin Fang, Junjie Wang, Guanjun Wu, Lingxi Xie, Xiaopeng Zhang, Wenyu Liu, Qi Tian, and Xinggang Wang. GaussianDreamer: Fast generation from text to 3D Gaussians by bridging 2D and 3D diffusion models. In CVPR, 2024. 2

  70. [78]

    PlenOctrees for real-time rendering of neural radiance fields

    Alex Yu, Ruilong Li, Matthew Tancik, Hao Li, Ren Ng, and Angjoo Kanazawa. PlenOctrees for real-time rendering of neural radiance fields. In ICCV, 2021. 2

  71. [79]

    Mip-Splatting: Alias-free 3D Gaussian splatting

    Zehao Yu, Anpei Chen, Binbin Huang, Torsten Sattler, and Andreas Geiger. Mip-Splatting: Alias-free 3D Gaussian splatting. In CVPR, 2024. 2

  72. [80]

    NeRF++: Analyzing and improving neural radiance fields

    Kai Zhang, Gernot Riegler, Noah Snavely, and Vladlen Koltun. NeRF++: Analyzing and improving neural radiance fields. arXiv preprint arXiv:2010.07492, 2020. 2

  73. [81]

    DreamScene360: Uncon- strained text-to-3D scene generation with panoramic Gaus- sian splatting

    Shijie Zhou, Zhiwen Fan, Dejia Xu, Haoran Chang, Pradyumna Chari, Tejas Bharadwaj, Suya You, Zhangyang Wang, and Achuta Kadambi. DreamScene360: Uncon- strained text-to-3D scene generation with panoramic Gaus- sian splatting. In ECCV, 2024. 2 11 Contents

  74. [82]

    Problem statement

    Method 3 3.1. Problem statement . . . . . . . . . . . . . . 3 3.2. Preliminary: PAC-NeRF . . . . . . . . . . . 3 3.3. Proposal: SfC-NeRF . . . . . . . . . . . . . 4

  75. [83]

    Experimental setup

    Experiments 6 4.1. Experimental setup . . . . . . . . . . . . . . 6 4.2. Experiment I: Influence of cavity size . . . . 7 4.3. Experiment II: Influence of cavity location . 7 4.4. Experiment III: Influence of material . . . . 8 4.5. Application to future prediction . . . . . . . 8

  76. [84]

    Droplet” setting (fluid viscosity ˆµ = 200and bulk modulus ˆκ = 105). (2) Newtonian fluid with the “Letter

    Conclusion 8 A . Detailed analyses and discussions 12 A.1 . Detailed ablation studies . . . . . . . . . . . 12 A.1.1. Effect of each appearance-preserving loss . . . . . . . . . . . . . . . . . 12 A.1.2. Effect of keyframe selection . . . . . 13 A.1.3. Effect of background los...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.