Pith. sign in

REVIEW 4 major objections 6 minor 111 references

Rigid Body Adversarial Attacks

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

Pith's one-line read Objects with identical shape and mass can be engineered to diverge sharply in deformable simulation while remaining indistinguishable in rigid-body simulation.

desk verdict A novel, well-executed construction of rigid-body adversarial objects, but the stiff-only control leaves open whether any compliant material would do the same. read the letter →

arxiv 2502.05669 v1 pith:TLCVFY23 submitted 2025-02-08 cs.CV cs.GR

classification cs.CVcs.GR
keywords adversarialattacksrigidbodysimulationdeformabledifferentiablephysicstopologyoptimizationmassmomentsfiniteelementmethodrobustness
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

Rigid-body simulators assume objects are infinitely stiff, so they describe an object by its external shape, total mass, center of mass, and inertia tensor. This paper tries to establish that this idealization is attackable: one can design an object with exactly the same external geometry and the same first three mass moments as a reference, made only of ordinary stiff materials, that behaves identically in a rigid-body simulator but follows a very different trajectory once its internal compliance is taken into account. The authors build a differentiable deformable simulator and optimize the interior material distribution to maximize trajectory divergence subject to those matching constraints. In a basketball-like ball, a bunny, a star, stacked cubes, and a swung bat, the optimized objects produce qualitatively different outcomes from their rigid-body references, while uniformly stiff baseline objects stay close to the rigid-body trajectories. If the construction is sound, it exposes a failure mode that matters for robotics planning, learned physics models, and safety-critical simulation.

What carries the argument

The central machinery is the constrained optimization problem of Eq. 5, which maximizes the final-state distance between the adversarial and reference trajectories while keeping the collision geometry and the first three mass moments fixed. The degrees of freedom are per-tetrahedron material parameters—Young's modulus, Poisson's ratio, mass density, and an occupancy $\alpha$ (a per-element solid/void indicator) that can carve out internal voids—with boundary occupancy fixed to one so the exterior surface never changes. A moments-of-mass operator $S(V,T)$ maps the effective density field to the ten scalar mass moments (total mass, center of mass, and inertia tensor), enforced as a soft constraint with weight $\beta$. Occupancy gradients are smoothed with a mesh-Laplacian filter to suppress checkerboard artifacts, then sharpened to 0/1 in postprocessing. Gradients for the descent are obtained by differentiating a finite-element simulation that uses the stable Neohookean hyperelastic energy, a second-order backward-difference time integrator (BDF-2), and an interpenetration-barrier contact model, with the adjoint method providing the per-timestep derivatives needed to run ADAM.

What would settle it

Run the adversarial objects in at least two independent high-resolution deformable simulators with converged timesteps and refined meshes, and compare against both the rigid-body reference and a uniformly stiff baseline; the central claim is falsified if the adversarial trajectory divergence collapses to the baseline's roughly two-degree level or disappears entirely, since that would indicate the divergence is solver artifact rather than physical compliance.

Watch

Extended reading notes

Core claim

The paper's central claim is that there exist perceptually rigid objects—built solely from materials with stiffnesses in ranges such as 2.5–650 GPa—whose external collision geometry and first three mass moments (total mass, center of mass, and inertia tensor) exactly match a reference object, so that a rigid-body simulator treats them as indistinguishable, yet whose simulated trajectories under a deformable model diverge maximally from the reference. This divergence is manufactured, not coincidental: the authors solve an optimization problem that maximizes final-state trajectory separation subject to matching boundary geometry, matching mass moments, and confining all material parameters to physically plausible boxes. Their experiments show qualitative outcome changes in several scenarios—a ball that misses a hoop, a bunny that misses a bin, a cube stack that collapses, a struck ball sent toward a target—while Table 1 reports moment matches to roughly six significant figures. The authors' stiff-uniform-material baseline simulations track the rigid-body references closely, which they take as evidence that the adversarial divergence comes from the engineered internal material distribution rather than from simulator mismatch.

Load-bearing premise

The central claim stands only if the deformable simulator used for optimization and evaluation is a faithful model of real physics; the paper's own baseline control, which shows a very stiff uniform object diverging by about two degrees from the rigid-body reference, is the place where this premise could give way.

Editorial extensions

If this is right

  • Any application that uses a rigid-body simulator as a stand-in for a more accurate deformable simulator carries a hidden failure mode: objects that look identical to the rigid-body solver can produce qualitatively wrong outcomes such as a ball missing a hoop or a stack of cubes collapsing.
  • Learned physics models and robotics planners that are trained or validated exclusively on rigid-body simulation inherit this vulnerability, and adversarial objects of this kind could be used as test cases for robustness.
  • Because the divergence is driven by the internal distribution of material properties, it cannot be detected by inspecting external shape or by matching total mass, center of mass, and inertia tensor.
  • The attack is not limited to generic divergence: changing the cost function produces directed attacks, such as a bat engineered to send a struck ball toward a target trajectory.
  • The effects are reproducible in commercially available simulators, so they are not confined to the authors' custom code.

Reading between the lines

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

  • Beyond the paper: if real materials always have some compliance, the same construction suggests rigid-body simulation of stiff objects carries an irreducible modeling risk, and the paper's examples provide lower bounds on the divergence that real objects could produce.
  • Beyond the paper: a cross-simulator replication with a much smaller timestep, a finer mesh, and independent FEM solvers would separate physical compliance effects from simulator-specific error; the paper's own baseline shows about two degrees of divergence for uniformly stiff objects, so some fraction of the adversarial divergence could be numerical rather than physical.
  • Beyond the paper: a promising next test is physical fabrication of the optimized internal structures with real materials; the paper's own limitation section notes that the constructed materials may not currently exist, so manufacturability remains open.
  • Beyond the paper: the method could be inverted as an acceptance test for new stiff-material simulation techniques—any improved simulator should reproduce the reference trajectory on these adversarial objects or explain why not.
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

4 major / 6 minor

Summary. The paper introduces adversarial attacks on rigid body simulators. The authors formulate an optimization problem that, given a reference object, searches for an object with the same external collision geometry and the same first three mass moments (mass, center of mass, moment of inertia) but with an internal material distribution and internal geometry chosen so that the object behaves identically under a rigid body simulation yet diverges maximally under a finite-element deformable simulation. The optimization uses a differentiable implicit BDF-2 stable-Neohookean simulator with IPC barrier contact and adjoint gradients, with moment constraints imposed softly. Demonstrations are presented for five scenarios: a ball bouncing off a backboard and rim, a star bouncing between two planes, a bunny bouncing into a bin, a cube toppling a stack, and a bat directing a ball's trajectory. All evaluations are carried out in PolyFEM and compared against rigid body trajectories computed in BULLET.

Significance. The problem formulation is original and timely: it identifies a failure mode of the rigid body abstraction that is relevant to robotics sim-to-real, learned physics, and safety-critical simulation. The paper correctly identifies the set of quantities that determine rigid body behavior---mass, center of mass, and moment of inertia---and provides a clean, explicit derivation of the forward optimization and adjoint gradient computations. The moment-matching results in Table 1 are precise, and the authors are transparent about the limitations of their approach, including the continuity of the material range and post-processing topology issues. However, the empirical evidence as presented does not yet isolate the optimized internal material distribution as the cause of the observed trajectory divergence. The control experiment in Supplemental D uses a material stiffness far outside the paper's own permitted range, and the reference objects' deformable material parameters are never stated. The significance of the existence claim is therefore conditional on additional control experiments that are entirely within the scope of the manuscript to add.

major comments (4)
  1. [Supplemental D; Eq. (2a)] The baseline control uses a uniform object with Young's modulus 1e13 Pa, which is roughly 15,000 times larger than Ymax=650 GPa and four million times larger than Ymin=2.5 GPa. The paper explicitly claims that materials down to 2.5 GPa are 'perceptually rigid' and within the admissible range. This control therefore cannot rule out the possibility that a uniform object made of an allowed material (e.g., 650 GPa, or even 2.5 GPa) already produces a trajectory divergence comparable to the adversarial examples. To support the central attribution, the authors should add uniform-material baseline simulations at Ymin, Ymax, and preferably at the reference object's own stiffness, with otherwise identical settings, and show that their trajectory deviation from the rigid body reference is substantially smaller than that of the optimized adversarial object.
  2. [Section 4; Eq. (1)] The material parameters of the reference object used in the deformable simulations (q_ref in Eq. (1)) are never reported. The paper only states that a constant mass density of 2.5 g/cc is used for computing reference moments, but q_ref is obtained by deforming the reference object in the same FEM simulator, which requires a Young's modulus, Poisson's ratio, and density. If the reference is simulated as effectively rigid while the adversarial object is allowed to be orders of magnitude softer, the comparison is favorable by construction. Please state Y_ref, nu_ref, and rho_ref for every reference, and justify that the reference belongs to the same perceptually rigid class as the adversarial candidates.
  3. [Table 1; Section 4] The moment matching in Table 1 is reported to many digits, but the central claim that the adversarial objects 'behave identically in rigid body simulations' is never directly tested. The adversarial objects are not simulated in a rigid body simulator; only the reference objects are run in BULLET. Since the moment constraints are enforced as soft constraints (Eq. (5)), a small residual mismatch exists and its effect on rigid body trajectories is only asserted to be negligible. Please run the adversarial objects in BULLET (or an equivalent rigid body integrator) using their actual Table 1 moments, and report the rigid body trajectory difference against the reference to quantify the effect of the soft-constraint residuals.
  4. [Supplemental C.2, C.5; Figs. 3, 9] All demonstrations are single runs with no repeated optimization seeds or perturbation analysis. Given the chaotic nature of contact dynamics and the fact that the Supplemental D baseline itself shows roughly 2 degrees of divergence, the 5-8 degree adversarial divergences could in principle be within run-to-run variability of a generic, non-optimized stiff object. For the star and bat examples, please report results over multiple optimization runs (with different initializations of the material fields) and/or over small perturbations of the optimized parameters, so the reader can assess whether the divergence is robust and attributable to the optimization rather than to chance.
minor comments (6)
  1. [Abstract] The phrase 'objects of interest can considered very stiff' is missing the word 'be'; please correct the grammar.
  2. [Section 3.3] The phrase 'it's superior damping' should be 'its superior damping'.
  3. [Section 3.2, Eq. (5)] The norm subscript M in ||q_adv(tend) - q_ref(tend)||^2_M is never defined; please clarify whether M is a mass matrix, a metric, or a typo.
  4. [Section 1] The paper calls PolyFEM a 'commercially available simulator'; it may be more accurate to describe it as a publicly available open-source simulator, unless commercial licensing is specifically intended.
  5. [Section 5] The postprocessing step that repairs disconnected pieces after rounding occupancies is only described by a reference to a Steiner tree method; a sentence explaining how the repair affects the mass-moment constraints would improve reproducibility.
  6. [Supplemental B] The adjoint derivative formulas in Eq. (16) would benefit from a short derivation or at least a pointer to the corresponding equation in the main text, as the notation GRAD OUTPUT is specific to the PyTorch implementation.

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity: the paper constructs adversarial objects by explicit optimization and validates them in held-out commercial simulators, so the central claim does not reduce to its inputs.

full rationale

This paper poses an explicit inverse problem: maximize trajectory divergence in a deformable simulator subject to matching the reference object's external geometry and first three mass moments (Eqs. 1-2), then solves it with a differentiable simulator and reports the resulting trajectories. The observed divergence is a property of the constructed object, not a fitted parameter renamed as a prediction. The evaluation is externally benchmarked: adversarial objects are optimized in the authors' custom simulator but demonstrated in Bullet for rigid-body motion and in PolyFEM for deformable motion, and the PolyFEM results are not fed back into the optimization. The equivalence of same collision geometry plus same moments to identical rigid-body behavior is a known reduction of rigid-body mechanics, not a derived result of this paper. Self-citations (Jacobson's Laplacian smoothing [43], libigl [44], CHOLESPY [70]) are implementation tools and do not carry the load-bearing argument. The control weakness in Supplemental D - the uniform stiff baseline uses Y=1e13 Pa, outside the paper's allowed 2.5-650 GPa range - is a genuine threat to isolating the optimized material distribution as the cause of divergence, but it is a correctness/control limitation rather than circularity, since it does not exhibit an equation or fitted value that reduces the central claim to its inputs. Accordingly, no circular step meeting the evidentiary bar is identified.

Assumptions & free parameters 4 free parameters · 4 assumptions · 0 invented entities

The central construction rides on standard physics (rigid-body reduction, FEM) and hand-chosen feasibility bounds rather than new entities. The most significant ledger entries are the unreported beta and smoothing parameters, and the unvalidated fidelity of the deformable simulator as ground truth.

free parameters (4)
  • soft-constraint weight beta = not reported (determined experimentally)
    Controls the trade-off between trajectory divergence and moment matching in Eq. 5; the claim of identical rigid behavior depends on this weight being large enough, but no value or sensitivity study is provided.
  • material bounds (Ymin, nu_min/max, rho_min/max) = 2.5-650 GPa, 0.2-0.4, 0.8-11.3 g/cc (per-example Ymin varies)
    Hand-chosen ranges defining 'perceptually stiff' materials; these bounds encode the domain assumption that such objects would reasonably be simulated as rigid.
  • Laplacian smoothing strength gamma = not reported
    Eq. 8 applies (Mtilde - gamma Ltilde)^-1 smoothing to occupancy gradients; gamma is not specified, affecting final topology.
  • per-example simulation parameters (timestep, barrier distance) = 0.01s, 1e-3 (star 1/30s, cubes 1e-3s)
    Chosen per example and affect trajectory divergence; no sensitivity analysis is provided.
assumptions (4)
  • standard math Rigid body dynamics of an object is fully determined by its external collision geometry and first three mass moments.
    Used in Eq. 1(f-h) to define the perturbation bounds; standard rigid body mechanics (cited Den Hartog [22]).
  • domain assumption The deformable FEM simulator (stable Neohookean material with IPC barrier contact) is a more accurate model of reality than the rigid body simulator.
    The entire attack's danger narrative treats deformable simulation as ground truth; Section 3.3 and Supplemental D rely on this, while Supplemental D admits roughly 2 degree disagreement for ultra-stiff baselines.
  • ad hoc to paper Materials with Young's modulus as low as 2.5 GPa are 'perceptually rigid' for the simulated scenarios and would plausibly be simulated with a rigid body model.
    The paper asserts this in Section 3.1.1 without perceptual or engineering validation; the bat example raises Ymin to 25 GPa and the star to 5 GPa, showing the bound matters.
  • domain assumption The reference object's material parameters in the deformable simulation are well-defined and representative.
    The paper specifies reference density (2.5 g/cc) but never states the Young's modulus and Poisson's ratio used to compute qref in Eq. 1, leaving the baseline of the attack unspecified.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Rigid Body Adversarial Attacks." pith.science (2026). https://pith.science/paper/TLCVFY23

@misc{pith2026250205669,
  author       = {Pith},
  title        = {Pith review of: Rigid Body Adversarial Attacks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/TLCVFY23}},
  note         = {Machine review of arXiv:2502.05669}
}
read the original abstract

Due to their performance and simplicity, rigid body simulators are often used in applications where the objects of interest can considered very stiff. However, no material has infinite stiffness, which means there are potentially cases where the non-zero compliance of the seemingly rigid object can cause a significant difference between its trajectories when simulated in a rigid body or deformable simulator. Similarly to how adversarial attacks are developed against image classifiers, we propose an adversarial attack against rigid body simulators. In this adversarial attack, we solve an optimization problem to construct perceptually rigid adversarial objects that have the same collision geometry and moments of mass to a reference object, so that they behave identically in rigid body simulations but maximally different in more accurate deformable simulations. We demonstrate the validity of our method by comparing simulations of several examples in commercially available simulators.

Figures

Figures reproduced from arXiv: 2502.05669 by the authors.

Figure 1
Figure 1. We construct an adversarial ball (right) out of perceptually stiff materials (with a minimum Young’s modulus of 2.5 GPa), [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. For a given geometry, there can be many mass den [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. We simulate a star colliding off of the ground and a wall in a rigid body simulator (left). From it, we construct an adversarial [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Our differentiable physics simulator allows us to construct adversarial objects using a first order optimization method. [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 6
Figure 6. Figure 6: Using our geometrically motivated smoothing operator [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 7
Figure 7. Figure 7: Starting with a reference bunny (blue) which has a trajectory going into a bin, we construct an adversarial bunny (pink). A greater [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 9
Figure 9. Figure 9: We construct an adversarial bat that aims to get the tra [PITH_FULL_IMAGE:figures/full_fig_p009_9.png]
Figure 10
Figure 10. Figure 10: Following the setup from Fig [PITH_FULL_IMAGE:figures/full_fig_p017_10.png]
Figure 11
Figure 11. Figure 11: Following the setup from Fig [PITH_FULL_IMAGE:figures/full_fig_p017_11.png]
Figure 12
Figure 12. Figure 12: The trajectory of the baseline simulation (gold) cor [PITH_FULL_IMAGE:figures/full_fig_p017_12.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

111 extracted references · 74 canonical work pages

  1. [1]

    A level-set method for shape optimization

    Gr ´egoire Allaire, Franc ¸ois Jouve, and Anca-Maria Toader. A level-set method for shape optimization. Comptes Ren- dus Mathematique, 334(12):1125–1130, 2002. 2

  2. [2]

    Adversarial attacks on machine learning cybersecurity defences in industrial control sys- tems

    Eirini Anthi, Lowri Williams, Matilda Rhode, Pete Bur- nap, and Adam Wedgbury. Adversarial attacks on machine learning cybersecurity defences in industrial control sys- tems. Journal of Information Security and Applications , 58:102717, 2021. 3

  3. [3]

    Analyzing inverse problems with invertible neural networks

    Lynton Ardizzone, Jakob Kruse, Carsten Rother, and Ull- rich K ¨othe. Analyzing inverse problems with invertible neural networks. In International Conference on Learning Representations, 2019. 2

  4. [4]

    Synthesizing robust adversarial examples

    Anish Athalye, Logan Engstrom, Andrew Ilyas, and Kevin Kwok. Synthesizing robust adversarial examples. In Pro- ceedings of the 35th International Conference on Machine Learning, pages 284–293. PMLR, 2018. 3

  5. [5]

    Adversarial body shape search for legged robots

    Takaaki Azakami, Hiroshi Kera, and Kazuhiko Kawamoto. Adversarial body shape search for legged robots. In 2022 IEEE International Conference on Systems, Man, and Cy- bernetics (SMC), pages 682–687. IEEE, 2022. 3

  6. [6]

    Recent advances in adversarial training for adversarial ro- bustness

    Tao Bai, Jinqi Luo, Jun Zhao, Bihan Wen, and Qian Wang. Recent advances in adversarial training for adversarial ro- bustness. In Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence, IJCAI-21, pages 4312–4321. International Joint Conferences on Artificial Intelligence Organization, 2021. Survey Track. 3

  7. [7]

    D. Baraff. Analytical methods for dynamic simulation of non-penetrating rigid bodies. SIGGRAPH Comput. Graph., 23(3):223–232, 1989. 3

  8. [8]

    Fast complementary dynamics via skinning eigenmodes

    Otman Benchekroun, Jiayi Eris Zhang, Siddartha Chaud- huri, Eitan Grinspun, Yi Zhou, and Alec Jacobson. Fast complementary dynamics via skinning eigenmodes. ACM Trans. Graph., 42(4), 2023. 9

Show all 111 references
  1. [9]

    Interactive Simulation of Rigid Body Dynam- ics in Computer Graphics

    Jan Bender, Kenny Erleben, Jeff Trinkle, and Erwin Coumans. Interactive Simulation of Rigid Body Dynam- ics in Computer Graphics. In Eurographics 2012 - State of the Art Reports. The Eurographics Association, 2012. 3

  2. [10]

    Material interpolation schemes in topology optimization

    Martin Bendsøe and Ole Sigmund. Material interpolation schemes in topology optimization. Archive of Applied Me- chanics, 69:635–654, 1999. 6, 7

  3. [11]

    Bendsøe and Ole Sigmund

    Martin P. Bendsøe and Ole Sigmund. Topology Optimiza- tion - Theory, Methods, and Applications. Springer Verlag, Germany, 2003. 2

  4. [12]

    M. P. Bendsøe. Optimal shape design as a material distribu- tion problem. Structural optimization, 1(4):193–202, 1989. 2

  5. [13]

    Learning articulated rigid body dynamics with lagrangian graph neural network

    Ravinder Bhattoo, Sayan Ranu, and N M Anoop Krishnan. Learning articulated rigid body dynamics with lagrangian graph neural network. In Advances in Neural Information Processing Systems, 2022. 1

  6. [14]

    Filters in topology optimization

    Blaise Bourdin. Filters in topology optimization. Interna- tional Journal for Numerical Methods in Engineering , 50 (9):2143–2158, 2001. 6

  7. [15]

    Se3-nets: Learning rigid body motion using deep neural networks

    Arunkumar Byravan and Dieter Fox. Se3-nets: Learning rigid body motion using deep neural networks. In 2017 IEEE International Conference on Robotics and Automa- tion (ICRA), pages 173–180, 2017. 1

  8. [16]

    Efficient learning of mesh-based physical simulation with bi-stride multi-scale graph neural network

    Yadi Cao, Menglei Chai, Minchen Li, and Chenfanfu Jiang. Efficient learning of mesh-based physical simulation with bi-stride multi-scale graph neural network. In International Conference on Machine Learning, 2022. 1

  9. [17]

    A survey on adversarial attacks and defences

    Anirban Chakraborty, Manaar Alam, Vishal Dey, Anupam Chattopadhyay, and Debdeep Mukhopadhyay. A survey on adversarial attacks and defences. CAAI Transactions on In- telligence Technology, 6(1):25–45, 2021. 2

  10. [18]

    Chao Chen, Daniel Freedman, and Christoph H. Lampert. Enforcing topological constraints in random field image segmentation. In CVPR 2011, pages 2089–2096, 2011. 9

  11. [19]

    Who is real bob? adversarial attacks on speaker recognition systems

    Guangke Chen, Sen Chen, Lingling Fan, Xiaoning Du, Zhe Zhao, Fu Song, and Yang Liu. Who is real bob? adversarial attacks on speaker recognition systems. 2021 IEEE Sympo- sium on Security and Privacy (SP) , pages 694–711, 2019. 3

  12. [20]

    Pybullet, a python mod- ule for physics simulation for games, robotics and machine learning

    Erwin Coumans and Yunfei Bai. Pybullet, a python mod- ule for physics simulation for games, robotics and machine learning. http://pybullet.org, 2016–2021. 7

  13. [21]

    Smith, Kelsey R

    Filipe de Avila Belbute-Peres, Kevin A. Smith, Kelsey R. Allen, Joshua B. Tenenbaum, and Zico Kolter. End-to-end differentiable physics for learning and control. In Neural Information Processing Systems, 2018. 4

  14. [22]

    Den Hartog

    J.P. Den Hartog. Strength of Materials. Dover Publications,

  15. [23]

    A fast and stable penalty method for rigid body simulation

    Evan Drumwright. A fast and stable penalty method for rigid body simulation. IEEE Transactions on Visualization and Computer Graphics, 14(1):231–240, 2008. 3

  16. [24]

    Diffpd: Differentiable projective dynamics

    Tao Du, Kui Wu, Pingchuan Ma, Sebastien Wah, Andrew Spielberg, Daniela Rus, and Wojciech Matusik. Diffpd: Differentiable projective dynamics. ACM Transactions on Graphics (TOG), 41(2):1–21, 2021. 4

  17. [25]

    Constrained concealment attacks against reconstruction-based anomaly detectors in indus- trial control systems

    Alessandro Erba, Riccardo Taormina, Stefano Galelli, Mar- cello Pogliani, Michele Carminati, Stefano Zanero, and Nils Ole Tippenhauer. Constrained concealment attacks against reconstruction-based anomaly detectors in indus- trial control systems. In Proceedings of the 36th An-...

  18. [26]

    Velocity-based shock propagation for multibody dynamics animation

    Kenny Erleben. Velocity-based shock propagation for multibody dynamics animation. ACM Transactions on Graphics (TOG), 26(2):12–es, 2007. 3

  19. [27]

    Ern and J.L

    A. Ern and J.L. Guermond. Finite Elements III: First-Order and Time-Dependent PDEs. Springer International Publish- ing, 2021. 5

  20. [28]

    Kaufman, and Daniele Panozzo

    Zachary Ferguson, Minchen Li, Teseo Schneider, Fran- cisca Gil-Ureta, Timothy Langlois, Chenfanfu Jiang, De- nis Zorin, Danny M. Kaufman, and Daniele Panozzo. Intersection-free rigid body dynamics. ACM Transactions on Graphics (SIGGRAPH), 40(4), 2021. 3

  21. [29]

    Henry Figueroa, Yi Wang, and George C. Giakos. Adver- sarial attacks in industrial control cyber physical systems. In 2022 IEEE International Conference on Imaging Sys- tems and Techniques (IST), pages 1–6, 2022. 3

  22. [30]

    T. F. Gast and C. Schroeder. Optimization integrator for large time steps. In Proceedings of the ACM SIG- GRAPH/Eurographics Symposium on Computer Anima- tion, page 31–40, Goslar, DEU, 2015. Eurographics Asso- ciation. 5

  23. [31]

    Add: analytically differentiable dynamics for multi-body systems with frictional contact

    Moritz Geilinger, David Hahn, Jonas Zehnder, Moritz B¨acher, Bernhard Thomaszewski, and Stelian Coros. Add: analytically differentiable dynamics for multi-body systems with frictional contact. ACM Trans. Graph., 39(6), 2020. 4

  24. [32]

    Au- tomatic differentiation of rigid body dynamics for optimal control and estimation

    Markus Giftthaler, Michael Neunert, Markus St ¨auble, Marco Frigerio, Claudio Semini, and Jonas Buchli. Au- tomatic differentiation of rigid body dynamics for optimal control and estimation. Advanced Robotics, 31(22):1225– 1237, 2017. 3

  25. [33]

    Explaining and harnessing adversarial examples

    Ian J Goodfellow, Jonathon Shlens, and Christian Szegedy. Explaining and harnessing adversarial examples. Interna- tional Conference on Learning Representations, 2015. 3

  26. [34]

    Hagberg, Daniel A

    Aric A. Hagberg, Daniel A. Schult, and Pieter J. Swart. Exploring network structure, dynamics, and function using networkx. In Proceedings of the 7th Python in Science Con- ference, pages 11 – 15, Pasadena, CA USA, 2008. 9

  27. [35]

    Realistic animation of rigid bodies

    James K Hahn. Realistic animation of rigid bodies. ACM Siggraph computer graphics, 22(4):299–308, 1988. 3

  28. [36]

    Sukhatme

    Eric Heiden, David Millard, Erwin Coumans, Yizhou Sheng, and Gaurav S. Sukhatme. Neuralsim: Augment- ing differentiable simulators with neural networks. In 2021 IEEE International Conference on Robotics and Automa- tion (ICRA), pages 9474–9481. IEEE Press, 2021. 4

  29. [37]

    Karen Liu, Jan Peters, Shuran Song, Peter Welinder, and Martha White

    Sebastian H ¨ofer, Kostas Bekris, Ankur Handa, Juan Camilo Gamboa, Melissa Mozifian, Florian Golemo, Chris Atke- son, Dieter Fox, Ken Goldberg, John Leonard, C. Karen Liu, Jan Peters, Shuran Song, Peter Welinder, and Martha White. Sim2real in robotics and automation: Appli- ca...

  30. [38]

    Solving inverse physics problems with score matching

    Benjamin Holzschuh, Simona Vegetti, and Nils Thuerey. Solving inverse physics problems with score matching. In Proceedings of the 37th International Conference on Neu- ral Information Processing Systems, Red Hook, NY , USA,

  31. [39]

    Hossen and X

    I. Hossen and X. Hei. aaecaptcha: The design and imple- mentation of audio adversarial captcha. In 2022 IEEE 7th European Symposium on Security and Privacy, pages 430– 447, Los Alamitos, CA, USA, 2022. IEEE Computer Soci- ety. 3

  32. [40]

    Pointca: evaluating the robustness of 3d point cloud com- pletion models against adversarial examples

    Shengshan Hu, Junwei Zhang, Wei Liu, Junhui Hou, Minghui Li, Leo Yu Zhang, Hai Jin, and Lichao Sun. Pointca: evaluating the robustness of 3d point cloud com- pletion models against adversarial examples. AAAI Press,

  33. [41]

    Towards transferable tar- geted 3d adversarial attack in the physical world

    Yao Huang, Yinpeng Dong, Shouwei Ruan, Xiao Yang, Hang Su, and Xingxing Wei. Towards transferable tar- geted 3d adversarial attack in the physical world. ArXiv, abs/2312.09558, 2023. 3

  34. [42]

    Differentiable solver for time-dependent deforma- tion problems with contact

    Zizhou Huang, Davi Colli Tozoni, Arvi Gjoka, Zachary Ferguson, Teseo Schneider, Daniele Panozzo, and Denis Zorin. Differentiable solver for time-dependent deforma- tion problems with contact. ACM Trans. Graph., 2024. 4

  35. [43]

    Laplacian smoothing per-triangle values,

    Alec Jacobson. Laplacian smoothing per-triangle values,

  36. [44]

    libigl: A simple C++ geometry processing library, 2018

    Alec Jacobson, Daniele Panozzo, et al. libigl: A simple C++ geometry processing library, 2018. https://libigl.github.io/. 7

  37. [45]

    gradsim: Differentiable simulation for system identification and visuomotor con- trol

    Krishna Murthy Jatavallabhula, Miles Macklin, Florian Golemo, Vikram V oleti, Linda Petrini, Martin Weiss, Bre- andan Considine, Jerome Parent-Levesque, Kevin Xie, Kenny Erleben, Liam Paull, Florian Shkurti, Derek Nowrouzezahrai, and Sanja Fidler. gradsim: Differentiable simul...

  38. [46]

    Black-box adversarial attacks on video recognition models

    Linxi Jiang, Xingjun Ma, Shaoxiang Chen, James Bailey, and Yu-Gang Jiang. Black-box adversarial attacks on video recognition models. page 864–872, New York, NY , USA,

  39. [47]

    Stochastic solu- tions for linear inverse problems using the prior implicit in a denoiser

    Zahra Kadkhodaie and Eero P Simoncelli. Stochastic solu- tions for linear inverse problems using the prior implicit in a denoiser. In Advances in Neural Information Processing Systems, 2021. 2

  40. [48]

    Katzschmann, Cosimo Della Santina, Yasunori Toshimitsu, Antonio Bicchi, and Daniela Rus

    Robert K. Katzschmann, Cosimo Della Santina, Yasunori Toshimitsu, Antonio Bicchi, and Daniela Rus. Dynamic motion control of multi-segment soft robots using piece- wise constant curvature matched with an augmented rigid body model. In 2019 2nd IEEE International Conference on ...

  41. [49]

    H. Kim, M. Son, M. Kim, M. Kwon, and C. Kim. Break- ing temporal consistency: Generating video universal ad- versarial perturbations using image models. In 2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 4302–4311, Los Alamitos, CA, USA, 2023. IEEE Comp...

  42. [50]

    Dynamic deformables: Implementation and production practicalities (now with code!)

    Theodore Kim and David Eberle. Dynamic deformables: Implementation and production practicalities (now with code!). In ACM SIGGRAPH 2022 Courses, New York, NY , USA, 2022. Association for Computing Machinery. 3, 6, 1

  43. [51]

    Kingma and Jimmy Ba

    Diederik P. Kingma and Jimmy Ba. Adam: A method for stochastic optimization, 2017. 5

  44. [52]

    Ad- versarial examples in the physical world

    Alexey Kurakin, Ian J Goodfellow, and Samy Bengio. Ad- versarial examples in the physical world. In Artificial in- telligence safety and security, pages 99–112. Chapman and Hall/CRC, 2018. 3

  45. [53]

    Kaufman, Minchen Li, Chenfanfu Jiang, and Yin Yang

    Lei Lan, Danny M. Kaufman, Minchen Li, Chenfanfu Jiang, and Yin Yang. Affine body dynamics: Fast, sta- ble and intersection-free simulation of stiff materials. ACM Trans. Graph., 41(4), 2022. 3

  46. [54]

    Geometric Ad- versarial Attacks and Defenses on 3D Point Clouds

    Itai Lang, Uriel Kotlicki, and Shai Avidan. Geometric Ad- versarial Attacks and Defenses on 3D Point Clouds. In Proceedings of the International Conference on 3D Vision (3DV), pages 1196–1205, 2021. 3

  47. [55]

    Zico Kolter, and Florian Metze

    Juncheng Li, Shuhui Qu, Xinjian Li, Joseph Szurley, J. Zico Kolter, and Florian Metze. Adversarial music: Real world audio adversary against wake-word detection system. In Advances in Neural Information Processing Systems . Cur- ran Associates, Inc., 2019. 2

  48. [56]

    Niki: Neural inverse kinematics with in- vertible neural networks for 3d human pose and shape es- timation

    Jiefeng Li, Siyuan Bian, Qi Liu, Jiasheng Tang, Fan Wang, and Cewu Lu. Niki: Neural inverse kinematics with in- vertible neural networks for 3d human pose and shape es- timation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) , page...

  49. [57]

    Minchen Li, Zachary Ferguson, Teseo Schneider, Timothy Langlois, Denis Zorin, Daniele Panozzo, Chenfanfu Jiang, and Danny M. Kaufman. Incremental potential contact: Intersection-and inversion-free, large-deformation dynam- ics. ACM Trans. Graph., 39(4), 2020. 5, 6, 1

  50. [58]

    Paul, Chengyu Song, Srikanth V

    Shasha Li, Ajaya Neupane, S. Paul, Chengyu Song, Srikanth V . Krishnamurthy, Amit K. Roy-Chowdhury, and Ananthram Swami. Adversarial perturbations against real- time video classification systems. ArXiv, abs/1807.00458,

  51. [59]

    Salman Asif, Chengyu Song, Amit K

    Shasha Li, Abhishek Aich, Shitong Zhu, M. Salman Asif, Chengyu Song, Amit K. Roy-Chowdhury, and Srikanth V . Krishnamurthy. Adversarial attacks on black box video classifiers: Leveraging the power of geometric transforma- tions. In Neural Information Processing Systems, 2021. 3

  52. [60]

    Tenen- baum, and Antonio Torralba

    Yunzhu Li, Jiajun Wu, Russ Tedrake, Joshua B. Tenen- baum, and Antonio Torralba. Learning particle dynamics for manipulating rigid bodies, deformable objects, and flu- ids. In International Conference on Learning Representa- tions, 2019. 1

  53. [61]

    Diffcloth: Differentiable cloth simulation with dry frictional contact

    Yifei Li, Tao Du, Kui Wu, Jie Xu, and Wojciech Ma- tusik. Diffcloth: Differentiable cloth simulation with dry frictional contact. ACM Transactions on Graphics, 42(1),

  54. [62]

    The role of physics-based simulators in robotics

    C Karen Liu and Dan Negrut. The role of physics-based simulators in robotics. Annual Review of Control, Robotics, and Autonomous Systems, 4:35–58, 2021. 3

  55. [63]

    Beyond pixel norm- balls: Parametric adversaries using an analytically differen- tiable renderer

    Hsueh-Ti Derek Liu, Michael Tao, Chun-Liang Li, Derek Nowrouzezahrai, and Alec Jacobson. Beyond pixel norm- balls: Parametric adversaries using an analytically differen- tiable renderer. In 7th International Conference on Learn- ing Representations, ICLR 2019, New Orleans, LA,...

  56. [64]

    Weighted-sampling audio adversarial exam- ple attack

    Xiaolei Liu, Kun Wan, Yufei Ding, Xiaosong Zhang, and Qingxin Zhu. Weighted-sampling audio adversarial exam- ple attack. In AAAI Conference on Artificial Intelligence ,

  57. [65]

    Same stats, dif- ferent graphs: Generating datasets with varied appearance and identical statistics through simulated annealing

    Justin Matejka and George Fitzmaurice. Same stats, dif- ferent graphs: Generating datasets with varied appearance and identical statistics through simulated annealing. InPro- ceedings of the 2017 CHI Conference on Human Factors in Computing Systems , pages 1290–1294, New York,...

  58. [66]

    Fluid control using the adjoint method

    Antoine McNamara, Adrien Treuille, Zoran Popovi ´c, and Jos Stam. Fluid control using the adjoint method. ACM Transactions On Graphics (TOG), 23(3):449–456, 2004. 6

  59. [67]

    H. P. Mlejnek. Some aspects of the genesis of structures. Structural optimization, 5:64–69, 1992. 4

  60. [68]

    Collision detection and response for computer animation

    Matthew Moore and Jane Wilhelms. Collision detection and response for computer animation. In Proceedings of the 15th annual conference on Computer graphics and in- teractive techniques, pages 289–298, 1988. 3

  61. [69]

    Deepfool: a simple and accurate method to fool deep neural networks

    Seyed-Mohsen Moosavi-Dezfooli, Alhussein Fawzi, and Pascal Frossard. Deepfool: a simple and accurate method to fool deep neural networks. In Proceedings of the IEEE con- ference on computer vision and pattern recognition , pages 2574–2582, 2016. 3

  62. [70]

    Large steps in inverse rendering of geometry

    Baptiste Nicolet, Alec Jacobson, and Wenzel Jakob. Large steps in inverse rendering of geometry. ACM Transactions on Graphics (TOG), 40(6):1–13, 2021. 7

  63. [71]

    Adversarial joint attacks on legged robots

    Takuto Otomo, Hiroshi Kera, and Kazuhiko Kawamoto. Adversarial joint attacks on legged robots. In 2022 IEEE International Conference on Systems, Man, and Cybernet- ics (SMC), pages 676–681. IEEE, 2022. 3

  64. [72]

    PyTorch: an imperative style, high-performance deep learning library

    Adam Paszke, Sam Gross, Francisco Massa, Adam Lerer, James Bradbury, Gregory Chanan, Trevor Killeen, Zeming Lin, Natalia Gimelshein, Luca Antiga, Alban Desmaison, Andreas K ¨opf, Edward Yang, Zach DeVito, Martin Rai- son, Alykhan Tejani, Sasank Chilamkurthy, Benoit Steiner, Lu...

  65. [73]

    Battaglia

    Tobias Pfaff, Meire Fortunato, Alvaro Sanchez-Gonzalez, and Peter W. Battaglia. Learning mesh-based simulation with graph networks. ArXiv, abs/2010.03409, 2020. 1

  66. [74]

    Interactive manipula- tion of rigid body simulations

    Jovan Popovi ´c, Steven M Seitz, Michael Erdmann, Zo- ran Popovi ´c, and Andrew Witkin. Interactive manipula- tion of rigid body simulations. In Proceedings of the 27th annual conference on Computer graphics and interactive techniques, pages 209–217, 2000. 2

  67. [75]

    Direct trajectory opti- mization of rigid body dynamical systems through contact

    Michael Posa and Russ Tedrake. Direct trajectory opti- mization of rigid body dynamical systems through contact. In Algorithmic Foundations of Robotics X, pages 527–542, Berlin, Heidelberg, 2013. Springer Berlin Heidelberg. 3

  68. [76]

    A survey of robust adversarial training in pattern recognition: Fundamental, theory, and methodologies

    Zhuang Qian, Kaizhu Huang, Qiu-Feng Wang, and Xu-Yao Zhang. A survey of robust adversarial training in pattern recognition: Fundamental, theory, and methodologies. Pat- tern Recognition, 131:108889, 2022. 3

  69. [77]

    Differentiable simulation of soft multi-body systems

    Yiling Qiao, Junbang Liang, Vladlen Koltun, and Ming Lin. Differentiable simulation of soft multi-body systems. Advances in Neural Information Processing Systems , 34: 17123–17135, 2021. 4

  70. [78]

    Singiresu S. Rao. The Finite Element Method in Engineer- ing. Butterworth-Heinemann, sixth edition edition, 2018. 1

  71. [79]

    Using physics knowledge for learning rigid-body forward dynamics with gaussian process force priors

    Lucas Rath, Andreas Ren ´e Geist, and Sebastian Trimpe. Using physics knowledge for learning rigid-body forward dynamics with gaussian process force priors. In Proceed- ings of the 5th Conference on Robot Learning , pages 101–

  72. [80]

    Introduction to the finite ele- ment method

    Junuthula Narasimha Reddy. Introduction to the finite ele- ment method. McGraw-Hill Education, 2019. 3

  73. [81]

    Sim2real viewpoint invariant visual ser- voing by recurrent control

    Fereshteh Sadeghi, Alexander Toshev, Eric Jang, and Sergey Levine. Sim2real viewpoint invariant visual ser- voing by recurrent control. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018. 2

  74. [82]

    Battaglia

    Alvaro Sanchez-Gonzalez, Jonathan Godwin, Tobias Pfaff, Rex Ying, Jure Leskovec, and Peter W. Battaglia. Learning to simulate complex physics with graph networks. ArXiv, abs/2002.09405, 2020. 1

  75. [83]

    Teseo Schneider, J ´er´emie Dumas, Xifeng Gao, Denis Zorin, and Daniele Panozzo. PolyFEM. https://polyfem. github.io/, 2019. 7

  76. [84]

    Polyscope, 2019

    Nicholas Sharp et al. Polyscope, 2019. www.polyscope.run. 7

  77. [85]

    Fem simulation of 3d deformable solids: a practitioner’s guide to theory, dis- cretization and model reduction

    Eftychios Sifakis and Jernej Barbic. Fem simulation of 3d deformable solids: a practitioner’s guide to theory, dis- cretization and model reduction. In Acm siggraph 2012 courses, pages 1–50. 2012. 3

  78. [86]

    Stable neo-hookean flesh simulation

    Breannan Smith, Fernando De Goes, and Theodore Kim. Stable neo-hookean flesh simulation. ACM Trans. Graph., 37(2), 2018. 3

  79. [87]

    Solving inverse problems with latent diffusion models via hard data consistency

    Bowen Song, Soo Min Kwon, Zecheng Zhang, Xinyu Hu, Qing Qu, and Liyue Shen. Solving inverse problems with latent diffusion models via hard data consistency. In The Twelfth International Conference on Learning Representa- tions, 2024. 2

  80. [88]

    Saga: Spec- tral adversarial geometric attack on 3d meshes

    Tomer Stolik, Itai Lang, and Shai Avidan. Saga: Spec- tral adversarial geometric attack on 3d meshes. 2023 IEEE/CVF International Conference on Computer Vision (ICCV), pages 4261–4271, 2022. 3

  81. [89]

    Diffsdfsim: Differ- entiable rigid-body dynamics with implicit shapes

    Michael Strecke and Joerg Stueckler. Diffsdfsim: Differ- entiable rigid-body dynamics with implicit shapes. In 2021 International Conference on 3D Vision (3DV) , pages 96– 105, 2021. 4

  82. [90]

    Intriguing properties of neural networks

    Christian Szegedy, Wojciech Zaremba, Ilya Sutskever, Joan Bruna, Dumitru Erhan, Ian Goodfellow, and Rob Fergus. Intriguing properties of neural networks. 2014. 2nd In- ternational Conference on Learning Representations, ICLR 2014 ; Conference date: 14-04-2014 Through 16-04-2014. 3

  83. [91]

    Tanaka and G.S

    M. Tanaka and G.S. Dulikravich. Inverse Problems in En- gineering Mechanics. Elsevier Science, 1998. 2

  84. [92]

    Experimental security research of tesla autopilot,

    Tencent. Experimental security research of tesla autopilot,

  85. [93]

    J. C. Trinkle, J. A. Tzitzouris, and J. S. Pang. Dynamic multi-rigid-body systems with concurrent distributed con- tacts. Philosophical Transactions: Mathematical, Physical and Engineering Sciences, 359(1789):2575–2593, 2001. 3

  86. [94]

    Backward steps in rigid body simulation

    Christopher D Twigg and Doug L James. Backward steps in rigid body simulation. In ACM SIGGRAPH 2008 papers, pages 1–10. 2008. 2, 3

  87. [95]

    Curtis R. V ogel. Computational Methods for Inverse Prob- lems. Society for Industrial and Applied Mathematics,

  88. [96]

    James, and Dinesh K

    Jui-Hsien Wang, Rajsekhar Setaluri, Doug L. James, and Dinesh K. Pai. Bounce maps: an improved restitution model for real-time rigid-body impact.ACM Trans. Graph., 36(4), 2017. 9

  89. [97]

    A level set method for structural topology optimization.Com- puter Methods in Applied Mechanics and Engineering, 192 (1):227–246, 2003

    Michael Yu Wang, Xiaoming Wang, and Dongming Guo. A level set method for structural topology optimization.Com- puter Methods in Applied Mechanics and Engineering, 192 (1):227–246, 2003. 2

  90. [98]

    Fast quasi-harmonic weights for geometric data interpolation

    Yu Wang and Justin Solomon. Fast quasi-harmonic weights for geometric data interpolation. ACM Trans. Graph., 40 (4), 2021. 9

  91. [99]

    Sparse adversarial perturbations for videos

    Xingxing Wei, Jun Zhu, Sha Yuan, and Hang Su. Sparse adversarial perturbations for videos. AAAI Press, 2019. 3

  92. [100]

    Spacetime constraints

    Andrew Witkin and Michael Kass. Spacetime constraints. In Proceedings of the 15th Annual Conference on Computer Graphics and Interactive Techniques, pages 159–168, New York, NY , USA, 1988. Association for Computing Machin- ery. 2

  93. [101]

    Xie and G.P

    Y .M. Xie and G.P. Steven. A simple evolutionary procedure for structural optimization. Computers & Structures, 49(5): 885–896, 1993. 2

  94. [102]

    Transfer learning based physics-informed neural networks for solving inverse problems in engineering struc- tures under different loading scenarios

    Chen Xu, Ba Trung Cao, Yong Yuan, and G ¨unther Meschke. Transfer learning based physics-informed neural networks for solving inverse problems in engineering struc- tures under different loading scenarios. Computer Methods in Applied Mechanics and Engineering, 405:115852, 2023. 2

  95. [103]

    Adversarial attacks and defenses in images, graphs and text: A review

    Han Xu, Yao Ma, Hao-Chen Liu, Debayan Deb, Hui Liu, Ji-Liang Tang, and Anil K Jain. Adversarial attacks and defenses in images, graphs and text: A review. Interna- tional Journal of Automation and Computing , 17(2):151– 178, 2020. 2

  96. [104]

    Jade: A differentiable physics en- gine for articulated rigid bodies with intersection-free fric- tional contact

    Gang Yang, Siyuan Luo, Yunhai Feng, Zhixin Sun, Chen- rui Tie, and Lin Shao. Jade: A differentiable physics en- gine for articulated rigid bodies with intersection-free fric- tional contact. In 2024 IEEE International Conference on Robotics and Automation (ICRA) , pages 16915–16922,

  97. [105]

    Convex optimisation for inverse kinematics

    Tarun Yenamandra, Florian Bernard, Jiayi Wang, Franziska Mueller, and Christian Theobalt. Convex optimisation for inverse kinematics. In 2019 International Conference on 3D Vision (3DV), pages 318–327, 2019. 2

  98. [106]

    Adv- makeup: A new imperceptible and transferable attack on face recognition

    Bangjie Yin, Wenxuan Wang, Taiping Yao, Junfeng Guo, Zelun Kong, Shouhong Ding, Jilin Li, and Cong Liu. Adv- makeup: A new imperceptible and transferable attack on face recognition. In Proceedings of the Thirtieth Interna- tional Joint Conference on Artificial Intelligence, IJ...

  99. [107]

    SMACK: Semantically meaningful adversarial au- dio attack

    Zhiyuan Yu, Yuanhaur Chang, Ning Zhang, and Chaowei Xiao. SMACK: Semantically meaningful adversarial au- dio attack. In 32nd USENIX Security Symposium (USENIX Security 23) , pages 3799–3816, Anaheim, CA, 2023. USENIX Association. 3

  100. [108]

    Ntopo: Mesh-free topology optimization using implicit neural representations

    Jonas Zehnder, Yue Li, Stelian Coros, and Bernhard Thomaszewski. Ntopo: Mesh-free topology optimization using implicit neural representations. In Advances in Neu- ral Information Processing Systems , pages 10368–10381. Curran Associates, Inc., 2021. 2

  101. [109]

    Zhang, Yu Zhang, Pingchuan Ma, Elvis Nava, Tao Du, Philip Arm, Wojciech Matusik, and Robert K

    John Z. Zhang, Yu Zhang, Pingchuan Ma, Elvis Nava, Tao Du, Philip Arm, Wojciech Matusik, and Robert K. Katzschmann. Sim2real for soft robotic fish via differen- tiable simulation. 2022 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) , pages 12598– 12...

  102. [2019]

    Association for Computing Machinery. 3

  103. [2024]

    Curran Associates Inc. 2

Pith tools

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