paper-with-me

홈 › Papers

Surrogate-Based Differentiable Pipeline for Shape Optimization

2025-11-13 · Andrin Rehmann, Nolan Black, Josiah Bjorgaard, Alessandro Angioi, Andrei Paleyes, Niklas Heim, Dion Häfner, Alexander Lavin arxiv

Gradient-based optimization of engineering designs is limited by non-differentiable components in the typical computer-aided engineering (CAE) workflow, which calculates performance metrics from design parameters. While gradient-based methods could provide noticeable speed-ups in high-dimensional design spaces, codes for meshing, physical simulations, and other common components are not differentiable even if the math or physics underneath them is. We propose replacing non-differentiable pipeline components with surrogate models which are inherently differentiable. Using a toy example of aerodynamic shape optimization, we demonstrate an end-to-end differentiable pipeline where a 3D U-Net full-field surrogate replaces both meshing and simulation steps by training it on the mapping between the signed distance field (SDF) of the shape and the fields of interest. This approach enables gradient-based shape optimization without the need for differentiable solvers, which can be useful in situations where adjoint methods are unavailable and/or hard to implement.

📄 PDF Abstract BibTeX arXiv:2511.10761

Code (0)

등록된 구현이 없습니다.

Tasks

Physical Simulations

Similar Papers 제목 키워드 기반

Geometry-Aware Neural Optimizer for Shape Optimization and Inversion

2026-05-06 · Guoze Sun, Tianya Miao, Haoyang Huang, Huaguan Chen 외 arxiv

Geometry is central to PDE-governed systems, motivating shape optimization and inversion. Classical pipelines conduct costly forward simulation with geometry processing, requiring substantial expert effort. Neural surrog…

Automatic Parameterization for Aerodynamic Shape Optimization via Deep Geometric Learning

2023-05-03 · Zhen Wei, Pascal Fua, Michaël Bauerheim

We propose two deep learning models that fully automate shape parameterization for aerodynamic shape optimization. Both models are optimized to parameterize via deep geometric learning to embed human prior knowledge into…

RenderNet: A deep convolutional network for differentiable rendering from 3D shapes

2018-06-18 · NeurIPS 2018 12 · Thu Nguyen-Phuoc, Chuan Li, Stephen Balaban, Yong-Liang Yang

Traditional computer graphics rendering pipeline is designed for procedurally generating 2D quality images from 3D shapes with high performance. The non-differentiability due to discrete operations such as visibility com…

Inverse Rendering

Differentiable Distributionally Robust Optimization Layers

2024-06-24 · Xutao Ma, Chao Ning, Wenli Du

In recent years, there has been a growing research interest in decision-focused learning, which embeds optimization problems as a layer in learning pipelines and demonstrates a superior performance than the prediction-fo…

Decision MakingDecision Making Under Uncertainty

Zero Grads: Learning Local Surrogate Losses for Non-Differentiable Graphics

2023-08-10 · Michael Fischer, Tobias Ritschel

Gradient-based optimization is now ubiquitous across graphics, but unfortunately can not be applied to problems with undefined or zero gradients. To circumvent this issue, the loss function can be manually replaced by a …