Pith. sign in

REVIEW 5 major objections 5 minor 48 references

Minimizing Structural Vibrations via Guided Flow Matching Design Optimization

T0 review · 5 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read Guided flow matching, a generative model steered by a vibration surrogate, finds beading patterns with 9 percent lower vibration than the best tested baseline.

desk verdict Useful applied paper with real FEM-validated results, but the headline advantage over baselines is overstated because there is no unguided flow matching control and the GA baseline is weak. read the letter →

arxiv 2506.15263 v1 pith:QCJRY2KA submitted 2025-06-18 cs.CE cs.LGcs.ROmath.OCstat.ML

classification cs.CEcs.LGcs.ROmath.OCstat.ML
keywords guidedflowmatchingdesignoptimizationbeadingpatternsstructuralvibrationssurrogatemodelgenerativevibroacousticsfiniteelementmethod
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

Guided flow matching is a design optimization method: a generative model trained on manufacturable beading patterns is steered by gradients from a surrogate model that predicts how much a plate vibrates. The paper claims this combination finds beading patterns whose mean squared velocity in a target frequency band is lower than what random search, a rotation-criterion heuristic, or genetic optimization produce, with finite-element validation. On a simply supported plate the improvement over the second-best baseline is reported as 9% (2.4 dB) in the 100–200 Hz band and 9% (2.1 dB) in the 200–250 Hz band. The approach also handles different boundary conditions, load positions, and objectives such as shifting the first eigenfrequency. A sympathetic reader would care because it addresses a real engineering pain point—structure-borne noise in vehicles—without hand-defining a narrow design parameter space.

What carries the argument

The load-bearing mechanism is guided flow matching: an ODE velocity model $v_{\mathrm{flow}}(x_t,t)$ trained to generate beading patterns from the training distribution is augmented with a guidance term, $v_{\mathrm{aug}}(x,t)=v_{\mathrm{flow}}(x,t)+\alpha\beta(t)\hat{\nabla}J$, where $\hat{\nabla}J$ is the gradient, rescaled to the norm of $v_{\mathrm{flow}}$, of an objective computed on the surrogate prediction $r(g,p,\Omega)\approx L_v(\Omega\mid g,p)$ with respect to the partially generated pattern. The cosine schedule $\beta(t)$ switches guidance off for $t\ge 0.75$ so the final generation steps stay close to the learned data manifold. The training data itself defines the manufacturable design space, and a postprocessing step of morphological opening, closing, and a custom convolution kernel enforces the geometric constraints C1–C4 (edge distance, bead height, flank angle, minimum length scale).

What would settle it

Take the 16 FEM-validated guided-flow-matching designs from the 100–200 Hz experiment and the best genetic-optimization designs; if physical forming trials or high-fidelity simulations show the guided designs crack, thin, or fail springback checks, or if their measured mean squared velocity advantage over the genetic baseline falls below roughly 2 dB, the paper's practical claim is weakened.

Watch

Extended reading notes

Core claim

The paper's central claim is that guided flow matching produces manufacturable beading patterns with the lowest mean squared velocity level $L_v$ among all tested methods. For a simply supported plate, guided flow matching yields an additional reduction of 9% (2.4 dB) for the 100–200 Hz optimization range and 9% (2.1 dB) for the 200–250 Hz range compared with the second-best method, with the best generated patterns re-evaluated by FEM. The method is not tied to one objective: it minimizes averaged velocity in chosen bands, works for clamped and simply supported boundaries, and maximizes the first eigenfrequency through a differentiable softmax-mean objective. Generated patterns are diverse and obey the paper's four manufacturability constraints after postprocessing, though they are more complex and less regular than parametric baselines.

Load-bearing premise

The load-bearing premise is that the four simplified geometric constraints used to filter beading patterns capture enough of real manufacturability that patterns passing them can actually be formed from sheet metal without consequential defects.

Editorial extensions

If this is right

  • If the central claim holds, beading-pattern optimization can find FEM-validated designs with about 9% lower mean squared velocity than the strongest tested baseline, in both the 100–200 Hz and 200–250 Hz bands.
  • The same guided generation pipeline transfers to different boundary conditions, load positions, and objectives, including maximizing the first eigenfrequency, without retraining the generative model for each case.
  • Because the design space is defined by training data rather than a 43-parameter representation, the optimizer can produce patterns that parametric baselines cannot express, including variable-width beadings and bulges.
  • The method reaches its final result with far fewer neural function evaluations than genetic optimization: about 1312 generated plates within roughly 40,000 evaluations, in around 15 minutes on a single A100 GPU.
  • Surrogate inaccuracies still leak into the optimized result: the FEM-validated outcome is on average 1.5 dB worse than the regression model predicted, so gains are bounded by surrogate quality.

Reading between the lines

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

  • If the design-space-as-training-data idea generalizes, the same guided flow matching setup could be applied to other structural design tasks (damping material placement, curved shells, multi-component assemblies) whenever a differentiable surrogate exists; the authors name these as future work, not claimed results.
  • The gap between surrogate prediction and FEM (about 1.5 dB) suggests that improving surrogate accuracy or explicitly penalizing out-of-distribution patterns could yield further vibration reductions than those reported.
  • Because manufacturability is proxied by four geometric constraints, a direct test would be to physically form the generated patterns with single-point incremental forming and check for thinning, cracks, or springback; the paper's own limitations note that the complex patterns might be harder to manufacture.
  • A testable extension is to fold the constraints into the flow itself via differentiable constraint terms instead of postprocessing, which the paper identifies as promising; this could reduce the residual 0.11% average pixel noncompliance.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

5 major / 5 minor

Summary. The paper presents a design optimization method for placing beadings on plates to reduce structural vibrations. It combines a flow matching generative model trained on manufacturable beading patterns with a regression surrogate that predicts the mean squared velocity response; during generation, the flow matching ODE is augmented with a gradient term from the surrogate to minimize a user-defined objective (e.g., band-averaged Lv or first eigenfrequency). The proposed guided flow matching method is compared against random search, a rotation-criterion heuristic, and a genetic algorithm, with final designs selected via the surrogate and then validated by an external finite-element solver. The paper reports roughly 9% (2.4 dB) lower Lv than the best baseline in two target frequency ranges, plus experiments with different boundary conditions, loading positions, and objective functions, and ablations of guidance strength, ODE step size, gradient rescaling, and postprocessing.

Significance. If the FEM-validated performance ordering is robust, the method is a useful contribution: it demonstrates a generative-model-based design optimization loop that produces diverse beading patterns, supports multiple differentiable objectives, and is backed by external FEM validation rather than surrogate-only evaluation. The public release of code and data and the inclusion of a broad set of experiments and ablations are strengths. The main uncertainties are whether the advantage over baselines survives stronger baselines and an unguided control, and whether the geometric constraints truly support the stated manufacturability claim. These issues are addressable in revision.

major comments (5)
  1. [Section 4.1, Table 1] The method comparison does not include an unguided flow matching control (alpha = 0). Without this control, the reported advantage of 'Flow matching' cannot separate the benefit of guidance from the benefit of the generative prior defined by the flow matching model and its training data. The ablation in Figure 12a varies alpha but does not report alpha = 0 under the same selection protocol (same n and same k). Please add an unguided flow matching condition to Table 1 or otherwise explicitly report the alpha = 0 result with FEM validation.
  2. [Appendix B.2, Figure 9] The genetic algorithm baseline uses scipy's differential evolution with default mutation/recombination parameters, population size 10, and 100 iterations. This is a weak configuration, and Figure 9 indeed shows the genetic optimization curve improving very little over the optimization budget. Since the headline 9% (2.4 dB) improvement is measured relative to the second-best method, it is important to know whether the advantage persists against a stronger baseline, for example by tuning the GA or increasing its population and iteration count. Please provide a stronger baseline or justify the current choice as representative of a standard practical setting.
  3. [Section 4.1, Figure 9] The paper reports only an average 1.5 dB surrogate-to-FEM discrepancy, not the per-method discrepancy. If the surrogate is more accurate for patterns close to the training distribution (e.g., flow-matching-generated patterns) than for patterns produced by random search or GA, then selecting the k best designs via the same surrogate could systematically favor flow matching even if the FEM-validated ordering is different. Please report, for each method, the surrogate-predicted Lv and the FEM-validated Lv of the final selected designs, and discuss whether the selection bias changes the ordering.
  4. [Section 2.1 and Section 5, Limitations] The abstract and contributions describe the generated designs as 'manufacturable', but manufacturability is assessed only through the simplified geometric constraints C1-C4 and a postprocessing step. Section 5 explicitly concedes that the generated patterns 'might pose more difficulties' to manufacture than simpler patterns. The claim of manufacturability is therefore stronger than what the evidence supports. Please either qualify the manufacturability claim to 'satisfy the geometric constraints used in this work' or provide additional validation (e.g., forming simulations or stress-based checks) to support the stronger claim.
  5. [Section 4.1, Table 1] The statement 'reduction of 9 % (2.4 dB)' is potentially misleading because Lv is a logarithmic quantity in decibels. A 2.4 dB reduction corresponds to a reduction in mean squared velocity by a factor of 10^(-2.4/10) = 0.575, i.e., roughly 42% in physical units, not 9%. The 9% appears to be the relative reduction of the dB value (from 25.3 dB to 22.9 dB). Please clarify the definition of the percentage reduction and report physical units where appropriate so that readers do not misinterpret the headline number.
minor comments (5)
  1. [Section 1] There is a typo in the introduction: 'the flow matching model and it's training data' should be 'its training data'.
  2. [Figure 10] The caption lists 'Flow matching, Random search, Rotation criterion, Genetic optimization' but the legend order in the figure appears different; please align the caption and legend.
  3. [Table 1 and Appendix E] Table 1 reports 1,312 generated plates for flow matching, while Figures 13-16 in Appendix E state that the '4 best beading patterns' were selected from 1,600 generated patterns. Please clarify whether these are different experimental runs or whether the table and figures use different values of n.
  4. [Section 3.3, Equation (5)] In Equation (5), the guidance gradient is written as ∇J without an explicit subscript. Since the gradient is taken with respect to x_t, please write ∇_{x_t} J to avoid confusion with the gradient with respect to network weights.
  5. [Section 3.4] The text says 'the flow matching model and its training data implicitly define the design space', but the generation procedure requires specifying the number of generated plates n and the selection size k. Please state explicitly how n is chosen in the main experiments (e.g., n = 1600 or n = 1312) in one place.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the headline FEM-validated results are not produced by the fitted surrogate, and self-citations are not load-bearing.

full rationale

Walking the derivation chain, the fitted regression model r is trained on FEM-computed responses (Section 3.2: "We train a regression model r to predict the velocity field of the vibrations given a frequency Omega, a discretized beading pattern g and plate properties p"), and it is used only to guide sampling and to select k=4 candidates. The paper then states (Section 4): "Among the generated beading patterns, we select the k = 4 patterns with the best objective function value according to the regression model r and numerical simulation is performed to obtain validated optimization results." The reported 9% (2.4 dB / 2.1 dB) advantage is therefore based on independent FEM validation, not on the surrogate's own predictions. The guidance term in Equation 5, vaug = vflow + alpha*beta(t)*grad J, uses gradients of J(r(xt)) as a steering signal, but this is an optimization mechanism rather than a definition of the measured quantity; the paper explicitly acknowledges the surrogate-FEM gap in its Limitations ("the process can still exploit surrogate inaccuracies, leading to observed discrepancies (around 1.5 dB in our results) between predicted and validated performance"), confirming that surrogate and FEM results are not conflated. The fact that the flow matching model and its training data implicitly define the design space is an explicit modeling choice, not a way of baking in the result; baselines are compared on the same physical FEM model, so the central claim is not equivalent to its inputs by construction. Self-citations [2, 25] supply the regression architecture and a preliminary guided-diffusion study, but the models used here are retrained and independently validated in this paper, so those citations are not load-bearing reductions. Concerns about weak genetic-algorithm defaults, the absence of an unguided flow-matching control, and unreported per-method regression-to-FEM gaps are legitimate comparison-robustness questions, but they are not instances of circular reasoning under the stated criteria.

Assumptions & free parameters 6 free parameters · 5 assumptions · 0 invented entities

The method does not postulate new physical entities. It relies on standard FE modeling assumptions, a surrogate accuracy assumption, and a simplified manufacturability proxy. Free parameters are primarily algorithm hyperparameters and geometric constants taken from manufacturing guidelines; none are fitted to the reported FEM-validated outcomes.

free parameters (6)
  • alpha (guidance strength) = 1.0
    Controls the weight of the surrogate gradient relative to the flow matching velocity. Chosen by ablation (Fig. 12a); alpha=1.5 gave slightly better mean Lv but higher variance, so alpha=1 was adopted.
  • beta(t) schedule parameters = floor=0.1, cutoff t=0.75
    Cosine schedule zeroes guidance for the final quarter of the ODE integration to preserve generation quality. Hand-chosen without a dedicated ablation.
  • ODE step size = 0.05 (40 steps)
    Midpoint method with fixed step size; ablation shows no systematic effect on Lv (Fig. 12b).
  • top-k selection (k) and number of generated plates (n) = k=4, n=1312 (main experiments)
    Stochastic optimization generates n plates and FEM-validates the k best per the surrogate; k and n are hand-chosen and affect the reported minimum.
  • first eigenfrequency objective beta = 1
    In Eq. 9, beta sets the sharpness of the softmax-like weighting; the paper states beta=1 approximates the first peak frequency 'reasonably well' but provides no quantitative evaluation.
  • beading geometry and constraint parameters = h_bead=20 mm, alpha_F=70 deg, r_f=r_h=9.5 mm, edge distance=10 mm, l_min=10 mm
    Taken from manufacturing guidelines [32], not fitted to the optimization outcome; they define the manufacturable design space.
assumptions (5)
  • domain assumption The Mindlin plate combined with a disk formulation and complex Young's modulus with constant loss factor accurately represents the vibroacoustic response of bead-stiffened plates.
    Section 2.2 introduces the FE model; all optimization results inherit this modeling choice.
  • domain assumption The four constraints C1-C4 are sufficient proxies for manufacturability.
    Section 2.1 defines the design space by these constraints; Section 5 acknowledges real manufacturing may be harder.
  • domain assumption The surrogate model r predicts the frequency response accurately enough that its gradients are useful descent directions.
    Section 3.2 and Fig. 6 show small errors at low frequencies; Section 4.1 reports a 1.5 dB average gap between surrogate and FEM for final designs.
  • domain assumption The flow matching model trained on 300k procedurally generated patterns samples the intended manufacturable design space.
    Section 3.1; unguided samples visually resemble training data but show fewer symmetries.
  • domain assumption Differential evolution with default parameters and a population size of 10 is a representative genetic optimization baseline.
    Appendix B.2; a weak baseline could inflate the reported advantage of the proposed method.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Minimizing Structural Vibrations via Guided Flow Matching Design Optimization." pith.science (2026). https://pith.science/paper/QCJRY2KA

@misc{pith2026250615263,
  author       = {Pith},
  title        = {Pith review of: Minimizing Structural Vibrations via Guided Flow Matching Design Optimization},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/QCJRY2KA}},
  note         = {Machine review of arXiv:2506.15263}
}
read the original abstract

Structural vibrations are a source of unwanted noise in engineering systems like cars, trains or airplanes. Minimizing these vibrations is crucial for improving passenger comfort. This work presents a novel design optimization approach based on guided flow matching for reducing vibrations by placing beadings (indentations) in plate-like structures. Our method integrates a generative flow matching model and a surrogate model trained to predict structural vibrations. During the generation process, the flow matching model pushes towards manufacturability while the surrogate model pushes to low-vibration solutions. The flow matching model and its training data implicitly define the design space, enabling a broader exploration of potential solutions as no optimization of manually-defined design parameters is required. We apply our method to a range of differentiable optimization objectives, including direct optimization of specific eigenfrequencies through careful construction of the objective function. Results demonstrate that our method generates diverse and manufacturable plate designs with reduced structural vibrations compared to designs from random search, a criterion-based design heuristic and genetic optimization. The code and data are available from https://github.com/ecker-lab/Optimizing_Vibrating_Plates.

Figures

Figures reproduced from arXiv: 2506.15263 by the authors.

Figure 1
Figure 1. Beading patterns on plates change the vibrational behavior depending on the frequency [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. (a) Plate model with point force and one exemplary line beading. (b) Design constraint visualized on a beading pattern geometry. 4 [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Workflow to incorporate the beading pattern in the FE model: A beading pattern is [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (15 more)
Figure 4
Figure 4. Figure 4: Our method combines a regression model to predict structural vibrations (a) with a flow [PITH_FULL_IMAGE:figures/full_fig_p007_4.png]
Figure 5
Figure 5. Figure 5: Comparison of randomly selected beading pattern samples from the training dataset and [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 6
Figure 6. Figure 6: Example predictions of regression model r on test dataset with associated FEM ground truth. • The rotational stiffness at the boundary is varied to model different boundary conditions, ranging from simply supported to clamped plates. The dataset is generated with a spe…
Figure 7
Figure 7. Figure 7: The process of guided flow matching to generate a single sample with the Euler method. [PITH_FULL_IMAGE:figures/full_fig_p010_7.png]
Figure 8
Figure 8. Figure 8: We show constraint violations on the final beading pattern from Figure 7 and the effect [PITH_FULL_IMAGE:figures/full_fig_p010_8.png]
Figure 9
Figure 9. Figure 9: Comparison of different optimization methods, given the time and number of neural [PITH_FULL_IMAGE:figures/full_fig_p011_9.png]
Figure 10
Figure 10. Figure 10: Minimizing response in 100 - 200 Hz. We compare the performance of diverse optimiza [PITH_FULL_IMAGE:figures/full_fig_p012_10.png]
Figure 11
Figure 11. Figure 11: Optimized beading patterns differ depending on the objective function and the boundary [PITH_FULL_IMAGE:figures/full_fig_p013_11.png]
Figure 12
Figure 12. Figure 12: Lv on y-axis is given as the mean of the four best plates out of 160 generated plates, with error bars giving the standard deviation. For the ablation of the rescaling of ∇J , α was set to 5000 to match the total influence of the guidance term with rescaling. Differen…
Figure 13
Figure 13. Figure 13: Minimizing the response in 100 - 200 Hz. Plate with free rotation at boundary. Plotted [PITH_FULL_IMAGE:figures/full_fig_p022_13.png]
Figure 14
Figure 14. Figure 14: Minimizing the response in 200 - 250 Hz. Plate with free rotation at boundary. Plotted [PITH_FULL_IMAGE:figures/full_fig_p022_14.png]
Figure 15
Figure 15. Figure 15: Minimizing the response in 100 - 200 Hz. Plate with clamped edges. Plotted are the [PITH_FULL_IMAGE:figures/full_fig_p023_15.png]
Figure 16
Figure 16. Figure 16: Minimizing the response in 200 - 250 Hz. Plate with clamped edges. Plotted are the [PITH_FULL_IMAGE:figures/full_fig_p023_16.png]
Figure 17
Figure 17. Figure 17: Maximizing the first eigenfrequency. Plate with free rotation at boundary. Plotted are [PITH_FULL_IMAGE:figures/full_fig_p024_17.png]
Figure 18
Figure 18. Figure 18: Maximizing the first eigenfrequency. Plate with clamped edges. Plotted are the 4 best [PITH_FULL_IMAGE:figures/full_fig_p024_18.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

48 extracted references · 28 canonical work pages

  1. [1]

    Auditory and non-auditory effects of noise on health

    Mathias Basner, Wolfgang Babisch, Adrian Davis, Mark Brink, Charlotte Clark, Sabine Janssen, and Stephen Stansfeld. “Auditory and non-auditory effects of noise on health”. In: The Lancet 383.9925 (2014), pp. 1325–1332. doi: 10.1121/1.4920192

  2. [2]

    Learning to Predict Structural Vibrations

    Jan van Delden, Julius Schultz, Christopher Blech, Sabine C. Langer, and Timo L¨ uddecke. “Learning to Predict Structural Vibrations”. In: The Thirty-eighth Annual Conference on Neural Information Processing Systems . 2024. url: https://openreview.net/forum?id= i4jZ6fCDdy

  3. [3]

    Deep un- supervised learning using nonequilibrium thermodynamics

    Jascha Sohl-Dickstein, Eric Weiss, Niru Maheswaranathan, and Surya Ganguli. “Deep un- supervised learning using nonequilibrium thermodynamics”. In: International conference on machine learning. PMLR. 2015, pp. 2256–2265. url: https://proceedings.mlr.press/ v37/sohl-dickstein15.html

  4. [4]

    Denoising diffusion probabilistic models

    Jonathan Ho, Ajay Jain, and Pieter Abbeel. “Denoising diffusion probabilistic models”. In: Advances in neural information processing systems 33 (2020), pp. 6840–6851

  5. [5]

    Diffusion models beat gans on image synthesis

    Prafulla Dhariwal and Alexander Nichol. “Diffusion models beat gans on image synthesis”. In: Advances in neural information processing systems 34 (2021), pp. 8780–8794

  6. [6]

    Score-based generative modeling through stochastic differential equations

    Yang Song, Jascha Sohl-Dickstein, Diederik P Kingma, Abhishek Kumar, Stefano Ermon, and Ben Poole. “Score-based generative modeling through stochastic differential equations”. In: (2020). doi: 10.48550/arXiv.2011.13456

  7. [7]

    Flow matching for generative modeling

    Yaron Lipman, Ricky TQ Chen, Heli Ben-Hamu, Maximilian Nickel, and Matt Le. “Flow matching for generative modeling”. In: arXiv preprint (2022). doi: 10.48550/arXiv.2210. 02747. 15

  8. [8]

    Improving and generalizing flow-based gen- erative models with minibatch optimal transport

    Alexander Tong, Kilian Fatras, Nikolay Malkin, Guillaume Huguet, Yanlei Zhang, Jarrid Rector-Brooks, Guy Wolf, and Yoshua Bengio. “Improving and generalizing flow-based gen- erative models with minibatch optimal transport”. In:arXiv preprint (2023). doi: 10.48550/ arXiv.2302.00482

Show all 48 references
  1. [9]

    Stochastic interpolants: A unifying framework for flows and diffusions

    Michael S Albergo, Nicholas M Boffi, and Eric Vanden-Eijnden. “Stochastic interpolants: A unifying framework for flows and diffusions”. In: arXiv preprint (2023). url: 10 . 48550 / arXiv.2303.08797

  2. [10]

    Sit: Exploring flow and diffusion-based generative models with scalable interpolant transformers

    Nanye Ma, Mark Goldstein, Michael S Albergo, Nicholas M Boffi, Eric Vanden-Eijnden, and Saining Xie. “Sit: Exploring flow and diffusion-based generative models with scalable interpolant transformers”. In: European Conference on Computer Vision . Springer. 2024, pp. 23–40. doi:...

  3. [11]

    Classifier-free diffusion guidance

    Jonathan Ho and Tim Salimans. “Classifier-free diffusion guidance”. In: arXiv preprint (2022). doi: 10.48550/arXiv.2207.12598

  4. [12]

    Glide: Towards photorealistic image generation and editing with text-guided diffusion models

    Alex Nichol, Prafulla Dhariwal, Aditya Ramesh, Pranav Shyam, Pamela Mishkin, Bob Mc- Grew, Ilya Sutskever, and Mark Chen. “Glide: Towards photorealistic image generation and editing with text-guided diffusion models”. In: arXiv preprint (2021). doi: 10.48550/arXiv. 2112.10741

  5. [13]

    Diffusion posterior sampling for general noisy inverse problems

    Hyungjin Chung, Jeongsol Kim, Michael T Mccann, Marc L Klasky, and Jong Chul Ye. “Diffusion posterior sampling for general noisy inverse problems”. In: arXiv preprint (2022). doi: 10.48550/arXiv.2209.14687

  6. [14]

    Loss-guided diffusion models for plug-and-play control- lable generation

    Jiaming Song, Qinsheng Zhang, Hongxu Yin, Morteza Mardani, Ming-Yu Liu, Jan Kautz, Yongxin Chen, and Arash Vahdat. “Loss-guided diffusion models for plug-and-play control- lable generation”. In:International Conference on Machine Learning. PMLR. 2023, pp. 32483– 32498. url: ht...

  7. [15]

    Pseudoinverse-guided diffu- sion models for inverse problems

    Jiaming Song, Arash Vahdat, Morteza Mardani, and Jan Kautz. “Pseudoinverse-guided diffu- sion models for inverse problems”. In: International Conference on Learning Representations. 2023

  8. [16]

    Flowgrad: Controlling the output of generative odes with gradients

    Xingchao Liu, Lemeng Wu, Shujian Zhang, Chengyue Gong, Wei Ping, and Qiang Liu. “Flowgrad: Controlling the output of generative odes with gradients”. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition . 2023, pp. 24335– 24344

  9. [17]

    Training Free Guided Flow Matching with Optimal Control

    Luran Wang, Chaoran Cheng, Yizhen Liao, Yanru Qu, and Ge Liu. “Training Free Guided Flow Matching with Optimal Control”. In: arXiv preprint (2024). doi: 10.48550/arXiv. 2410.18070

  10. [18]

    Diffusion models beat gans on topology optimization

    Fran¸ cois Maz´ e and Faez Ahmed. “Diffusion models beat gans on topology optimization”. In: Proceedings of the AAAI Conference on Artificial Intelligence (AAAI), Washington, DC

  11. [19]

    Aligning optimization trajectories with diffusion models for constrained design generation

    Giorgio Giannone, Akash Srivastava, Ole Winther, and Faez Ahmed. “Aligning optimization trajectories with diffusion models for constrained design generation”. In: Advances in Neural Information Processing Systems 36 (2023), pp. 51830–51861. doi: 10.48550/arXiv.2305. 18470

  12. [20]

    Shipgen: A diffusion model for parametric ship hull generation with multiple objectives and constraints

    Noah J Bagazinski and Faez Ahmed. “Shipgen: A diffusion model for parametric ship hull generation with multiple objectives and constraints”. In: Journal of Marine Science and Engineering 11.12 (2023), p. 2215. doi: 10.3390/jmse11122215

  13. [21]

    Compositional Generative Inverse Design

    Tailin Wu, Takashi Maruyama, Long Wei, Tao Zhang, Yilun Du, Gianluca Iaccarino, and Jure Leskovec. “Compositional Generative Inverse Design”. In: The Twelfth International Conference on Learning Representations. 2024. url: https://openreview.net/forum?id= wmX0CqFSd7

  14. [22]

    Inverse design of two- dimensional airfoils using conditional generative models and surrogate log-likelihoods

    Qiuyi Chen, Jun Wang, Phillip Pope, Wei Chen, and Mark Fuge. “Inverse design of two- dimensional airfoils using conditional generative models and surrogate log-likelihoods”. In: Journal of Mechanical Design 144.2 (2022), p. 021712. doi: 10.1115/1.4052846

  15. [23]

    Geometry-informed neural networks

    Arturs Berzins, Andreas Radler, Eric Volkmann, Sebastian Sanokowski, Sepp Hochreiter, and Johannes Brandstetter. “Geometry-informed neural networks”. In: arXiv preprint (2024). doi: 10.48550/arXiv.2402.14009. 16

  16. [24]

    Constrained synthesis with pro- jected diffusion models

    Jacob K Christopher, Stephen Baek, and Nando Fioretto. “Constrained synthesis with pro- jected diffusion models”. In: Advances in Neural Information Processing Systems 37 (2024), pp. 89307–89333. doi: 10.48550/arXiv.2402.03559

  17. [25]

    Minimizing Structural Vibrations via Guided Diffusion Design Optimization

    Jan van Delden, Julius Schultz, Christopher Blech, Sabine C Langer, and Timo L¨ uddecke. “Minimizing Structural Vibrations via Guided Diffusion Design Optimization”. In: ICLR 2024 Workshop on AI4DifferentialEquations In Science . 2024. url: https://openreview. net/forum?id=z4dcQodnoo

  18. [26]

    Design and placement of passive acoustic measures in early design phases

    Sebastian Rothe. Design and placement of passive acoustic measures in early design phases . Vol. 2. Schriften des Instituts f¨ ur Akustik. Dissertation, Technische Universit¨ at Braunschweig,

  19. [27]

    Shape optimization of a vehicle hat-shelf: im- proving acoustic properties for different load cases by maximizing first eigenfrequency

    Steffen Marburg and Hans-J¨ urgen Hardtke. “Shape optimization of a vehicle hat-shelf: im- proving acoustic properties for different load cases by maximizing first eigenfrequency”. In: Computers & Structures 79.20-21 (2001), pp. 1943–1957. doi: 10.1016/S0045- 7949(01) 00107-9

  20. [28]

    Optimization of structure-borne sound popaga- tion using structural intensity

    Sebastian Rothe and Sabine C. Langer. “Optimization of structure-borne sound popaga- tion using structural intensity”. In: PAMM 19.1 (2019), e201900482. doi: 10.1002/pamm. 201900482

  21. [29]

    Steife Blech-und Kunststoffkonstruktionen

    Gerhard Oehler and Anton Weber. Steife Blech-und Kunststoffkonstruktionen . Springer,

  22. [30]

    Festigkeits-und Steifigkeitsverhal- ten von d¨ unnen Blechen mit Sicken

    Tilman Schriever, Frank Herrmann, and J¨ urgen Maiwald. Festigkeits-und Steifigkeitsverhal- ten von d¨ unnen Blechen mit Sicken. FAT, 1994

  23. [31]

    Handbuch Konstruktion

    Frank Rieg and Rolf Steinhilper. Handbuch Konstruktion . M¨ unchen: Carl Hanser Verlag GmbH & Co. KG, June 2018. isbn: 978-3-446-45224-4

  24. [32]

    Auslegung von Blechen mit Sicken (Sickenatlas)

    Dominik Schwarz. Auslegung von Blechen mit Sicken (Sickenatlas) . Vol. 168. FAT-Schrift- enreihe. Frankfurt/M.: FAT, 2002, p. 255. url: https://publications.rwth-aachen.de/ record/96309

  25. [33]

    Optimal shape design of shell structures

    Matthias Firl. “Optimal shape design of shell structures”. PhD thesis. Technische Universit¨ at M¨ unchen, 2010.url: https://mediatum.ub.tum.de/?id=981720

  26. [34]

    Praxisfahiges Werkzeug zur Konturoptimierung

    B Klein and D Freitag. “Praxisfahiges Werkzeug zur Konturoptimierung”. In: Technica- Zurich 44.22 (1995), pp. 27–40

  27. [35]

    A new approach for optimization of sheet metal components

    A Albers, H Weiler, D Emmrich, and B Lauber. “A new approach for optimization of sheet metal components”. In: Advanced Materials Research 6 (2005), pp. 255–262. doi: 10.4028/ www.scientific.net/AMR.6-8.255

  28. [36]

    Strukturintensit¨ atsanalyse als Werkzeug der Maschinenakustik

    Thorsten Hering. “Strukturintensit¨ atsanalyse als Werkzeug der Maschinenakustik”. PhD the- sis. Technische Universit¨ at Darmstadt, 2012.url: http://tuprints.ulb.tu-darmstadt. de/2991/

  29. [37]

    Manufacture of bead-stiffened panels using the single point incremental sheet forming technique

    Bogdan Krasowski, Andrzej Kubit, Tomasz Trzepieci´ nski, and Jan Slota. “Manufacture of bead-stiffened panels using the single point incremental sheet forming technique”. In: Archives of Metallurgy and Materials 67.4 (2022), pp. 1305–1314. doi: 10.24425/amm.2022. 141056

  30. [38]

    Formability consideration during bead optimisation to stiffen deep drawn parts

    Wan-Gi Cha, Sabrina M¨ uller, Albert Albers, and Wolfram Volk. “Formability consideration during bead optimisation to stiffen deep drawn parts”. In: Production Engineering 12 (2018), pp. 691–702. doi: 10.1007/s11740-018-0850-z

  31. [39]

    Development and statistical evaluation of manufacturing-oriented bead patterns

    Neven Majic, Albert Albers, Marcel Kalmbach, and Peter M Clausen. “Development and statistical evaluation of manufacturing-oriented bead patterns”. In: Advances in Engineering Software 57 (2013), pp. 40–47. doi: 10.1016/j.advengsoft.2012.11.018

  32. [40]

    Morphology-based black and white filters for topology optimization

    Ole Sigmund. “Morphology-based black and white filters for topology optimization”. In: Structural and Multidisciplinary Optimization 33.4 (2007), pp. 401–424. doi: 10 . 1007 / s00158-006-0087-x

  33. [41]

    Flow matching guide and code

    Yaron Lipman et al. “Flow matching guide and code”. In: arXiv preprint (2024). doi: 10. 48550/arXiv.2412.06264

  34. [42]

    Neural ordi- nary differential equations

    Ricky TQ Chen, Yulia Rubanova, Jesse Bettencourt, and David K Duvenaud. “Neural ordi- nary differential equations”. In:Advances in neural information processing systems31 (2018). 17

  35. [43]

    Sreekumar and Sabine C

    Harikrishnan K. Sreekumar and Sabine C. Langer. elPaSo Core - Elementary parallel solver core module for high performance vibroacoustic simulations. 2023. doi: 10.24355/dbbs.084- 202301301305-0. url: https://doi.org/10.24355/dbbs.084-202301301305-0

  36. [44]

    PyTorch: An Imperative Style, High-Performance Deep Learning Li- brary

    Adam Paszke et al. “PyTorch: An Imperative Style, High-Performance Deep Learning Li- brary”. In: Advances in Neural Information Processing Systems . Ed. by H. Wallach, H. Larochelle, A. Beygelzimer, F. d’Alch´ e-Buc, E. Fox, and R. Garnett. Vol. 32. Curran As- sociates, Inc., ...

  37. [45]

    Differential evolution–a simple and efficient heuristic for global optimization over continuous spaces

    Rainer Storn and Kenneth Price. “Differential evolution–a simple and efficient heuristic for global optimization over continuous spaces”. In: Journal of global optimization 11 (1997), pp. 341–359. doi: 10.1023/A:1008202821328. 18 Appendix A Plate model A.1 Properties Table 2: ...

  38. [1972]

    doi: 10.1007/978-3-642-99997-0

  39. [2022]

    D¨ uren: Shaker, 2022.doi: 10.24355/dbbs.084-202208100945-0

  40. [2023]

    doi: 10.1609/aaai.v37i8.26093

Pith tools

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