
95% of researchers rate our articles as excellent or good
Learn more about the work of our research integrity team to safeguard the quality of each article we publish.
Find out more
ORIGINAL RESEARCH article
Front. Phys. , 31 March 2025
Sec. Interdisciplinary Physics
Volume 13 - 2025 | https://doi.org/10.3389/fphy.2025.1539545
This article is part of the Research Topic Wave Propagation in Complex Environments, Volume II View all 11 articles
This study proposes a novel approach utilizing Conditional Generative Adversarial Networks (CGANs) to accelerate wideband acoustic state analysis, addressing the computational challenges in traditional Boundary Element Method (BEM) approaches. Traditional BEM-based acoustic analysis requires repeated computation of frequency-dependent system matrices across multiple frequencies, leading to significant computational costs. The asymmetry and full-rank nature of the BEM coefficient matrices further increase computational demands, particularly in large-scale problems. To overcome these challenges, this paper introduces a CGAN-based modeling framework that significantly reduces computation time while maintaining high predictive accuracy. The framework demonstrates exceptional adaptability when handling datasets with varying characteristics, effectively capturing underlying patterns within the data. Numerical experiments validate the effectiveness of the proposed method, highlighting its advantages in both accuracy and computational efficiency. This CGAN-based approach provides a promising alternative for efficient wideband acoustic analysis, significantly reducing computation time while ensuring accuracy.
In the field of acoustics, the simulation and analysis of sound wave propagation through complex structures [1, 2] are of paramount importance. Frequency sweep calculations [3] are crucial for understanding the behavior of sound waves across a range of frequencies, which is essential for designing effective acoustic barriers and noise reduction devices. Traditional computational methods typically employ the Finite Element Method (FEM) [4–6] or the Boundary Element Method (BEM) [7–10]. Among these, BEM [11]is widely recognized for its superior accuracy and simplicity in mesh generation [12–14], making it a preferred method for addressing acoustic problems. Its natural compliance with the Sommerfeld radiation condition at infinity further solidifies its utility in external acoustic analyses [15], [9].
Conventional sound pressure calculations are typically optimized for specific frequencies, limiting their application across broader frequency ranges. To address this limitation, broadband analysis [16] has been introduced, enabling the computation of results over a wider frequency spectrum. However, in broadband analysis [17–19], the frequency band is divided into segments, necessitating the recalculation of the coefficient matrix and boundary element system [20, 21], equations for each frequency. This process imposes a significant computational burden. Recent advancements in computational power and data-driven methods have spurred the development of neural networks [22–25], presenting promising opportunities for accelerating complex acoustic analyses. For example, [26] proposed a noise prediction model for wing structures, while [27] utilized Deep Neural Networks (DNN) to expedite uncertainty quantification in vibro-acoustic coupling analysis. These studies underscore the potential of neural networks in acoustic modeling and analysis.
This paper introduces an efficient method for accelerating frequency sweep calculations in broadband acoustics using Conditional Generative Adversarial Networks (CGANs) [28]. By employing CGANs, the computational overhead inherent in broadband analysis is significantly reduced. Generative Adversarial Networks (GANs) [29–32], initially proposed as a framework for training generative models, offer several advantages: eliminating the need for Markov chains, relying solely on backpropagation for gradient computation, avoiding inference during learning, and easily integrating various factors and interactions. However, a major limitation of GANs is their inability to control the modes of generated data in an unconditional model.
In contrast, Conditional Generative Adversarial Networks (CGANs) incorporate a conditioning variable, enabling control over the generative process and constraining outputs to a user-defined distribution. This enhancement improves model stability. The adversarial training mechanism in CGANs not only ensures accurate and realistic data generation but also uncovers the underlying relationships within the data [33–36]. These capabilities make CGANs particularly suitable for acoustic scattering problems characterized by complex distribution features. This study focuses on integrating CGANs with traditional numerical methods to predict the acoustic scattering characteristics of barriers, thereby reducing computational complexity, accelerating computations, and establishing new surrogate models for acoustic scattering analysis [37, 38].
Neural network-based prediction methods are widely adopted across various fields due to their dynamic capabilities [39–42]. These methods leverage learning algorithms that achieve high prediction accuracy by iterative training on simulated sound pressure and sensitivity data. A key advantage of this approach is its ability to construct highly nonlinear models [43–45], making it particularly effective for complex noise analysis. Additionally, these methods reduce computational workloads, provide high-precision predictions, and meet the demands of rapid analysis in engineering applications. As technology continues to advance, neural network-based methods have evolved rapidly, finding applications across numerous disciplines.
Significant research progress in machine learning-driven sound pressure [46] prediction has been made in recent years, both domestically and internationally. Applications such as robotic fish, noise barrier models, and submarines demonstrate the engineering relevance of these advancements. In 2023, [47] applied deep neural networks and Catmull-Clark subdivision surfaces [48, 49] to perform vibro-acoustic analysis on various geometric models, achieving sound pressure responses across multiple parameters and dimensions. That same year, [50] used Loop subdivision surfaces to model the robotic fish “Manta” and predicted the effects of geometric and material parameters on sound pressure.
To improve the efficiency of broadband optimization and apply CGANs to 2D acoustic problems, this paper presents the following contributions:
The structure of this paper is as follows: Section 2 outlines the boundary element integral equations, while Section 3 details the theory of CGAN networks and their loss functions. Section 4.1 validates the accuracy and efficiency of CGAN predictions using the infinitely long rigid cylinder model, and Section 4.2 demonstrates the feasibility of CGAN networks as surrogate models for acoustic scattering analysis through an acoustic barrier model.
Consider the Helmholtz equation for a 2D acoustic problem, given as Equation 1.
The Helmholtz half-space problem can be represented by the following BIE and normal derivative boundary integral equation (HBIE).
and
where
where the
For exterior acoustic problems, using either Equation 2 or Equation 3 alone can lead to non-uniqueness of the solution at certain imaginary frequencies. According to the Burton-Miller idea, a linear combination of Equation2 and Equation 3 can effectively resolve this issue. The Burton-Miller formulation is expressed as follows
in which
By discretizing the structural boundary into several elements using constant elements and introducing the coefficient matrix, Equation 5 can be reformulated as follows
where
Its sound pressure,
where the matrices
To derive the general formula for acoustic sensitivity analysis by the direct differentiation method, we first differentiate Equation 5 to obtain.
The basic solution and its derivatives are determined by the coordinates of the field and source points. Therefore, under continuous shape modification, their values might be impacted by a change in a form design variable. In general, the sensitivities of the coordinates can be used to express
where Equations 10, 11 express the details of Equations 9.
where
and
where the partial derivatives concerning the coordinate component are indicated by an index following a comma, such as
The following matrix-form linear algebraic equations are obtained by discretizing Equation 8 using the constant boundary element and gathering the equations for each collocation point.
where
To determine all the unknown boundary state values for the analysis of shape sensitivity, solve Equation 6 and use all the values at the boundaries and known boundary sensitivity values to solve Equation 14. By Equation 8, the value for any point
Since the Hankel function in Equation 4 and its derivative in Equation 9 depend on the wave number
The innovation of Generative Adversarial Networks (GANs) lies in their combination of deep learning and probability theory. They are made up of two rival neural networks that are capable of autonomous learning and are intended to use unsupervised learning to replicate the distribution of actual data [51, 52]. The generator and discriminator engage in an iterative training process that resembles a game, where the generator aims to produce data that closely resembles real data, while the discriminator continuously improves its ability to distinguish between real and generated data. Together, they form the fundamental architecture of GANs. The goal is to make the generated data as similar as possible to the characteristics of the actual data [53]. The generator aims to create data that closely resembles real data to deceive the discriminator, while the discriminator’s role is to distinguish between real data and the fake data produced by the generator. As they strive toward achieving a Nash equilibrium in game theory-where the produced data is indistinguishable from actual data-both networks are always learning and improving. Figure 1 displays the GAN’s process flowchart.
The generator takes random noise as input and generates samples resembling the distribution of real data [54]. The discriminator receives either real data or fake data produced by the generator. When the input is real data, the discriminator outputs 1; when the input is generated data, it outputs 0. Both the discriminator’s and the generator’s capabilities are continually enhanced by iterative training, leading to a balanced state where the discriminator is unable to discriminate between the two input data categories. This indicates that the generator has successfully simulated the distribution of real data. The loss value of a GAN is closely tied to the loss values of both the generator and the discriminator, and its loss function can be expressed as Equation 15.
In this context,
By adding conditional information, the Conditional Generative Adversarial Network (CGAN) [55] improves on the classic GAN architecture and successfully converts it from an unsupervised learning model to a model with supervised learning. CGAN constrains the data production process by adding conditional variables, which allows for the targeted and accurate generation of desired outputs. The CGAN’s design is quite similar to that of a typical GAN, as seen in Figure 2, but it incorporates extra conditional variables in the discriminator and generator. Because of this improvement, CGAN can function as a supervised, regulated network model.
In Equation 16, the CGAN’s goal function is shown, where conditional probability is introduced to form a constrained maximization-minimization function.
After incorporating conditional variables, the discriminator and generator in CGAN are tasked with two key responsibilities: the discriminator must distinguish between real and generated data under specified conditions, while the generator aims to produce data that aligns with the real data distribution under those same conditions. Random noise and the associated conditional information are inputs to the generative model, generating samples that mimic the distribution of real data. Conversely, the discriminator receives real data, conditional information, and the generated sample
During the adversarial optimization process, the generator and discriminator continuously refine their performance, ultimately achieving a state of equilibrium where the discriminator can no longer differentiate between real and generated data. The training process for CGAN alternates between updating the generator and the discriminator, linking the overall loss function to the individual loss functions of both components. This relationship is represented in Equation 17:
In this context,
It is important to note that, due to its generative nature, CGAN has the ability to produce a wide range of data. This generated data also contributes to the training process of the network, which significantly reduces the amount of data required for modeling. As a result, the CGAN network is well-suited to address the issues examined in this paper. Compared to other neural networks, CGAN can be applied to small-scale data problems. However, the training time is slightly longer than that of other neural network models.
This section presents two computational examples to evaluate the performance of the proposed algorithm. The acoustic scattering data were generated using numerical simulations implemented in the Fortran 90 programming language. The dataset was subsequently divided into training and testing sets for the CGAN. Figure 3 illustrates the training process of the entire CGAN network, which can be systematically divided into two primary stages. All computations were conducted on a laptop equipped with 16 GB of RAM and an Intel(R) Core(TM) i5-9300H Central Processing Unit (CPU).
The acoustic scattering from a cylinder can be simplified to a two-dimensional problem by assuming that a plane wave beam strikes an infinitely rigid cylinder (see Figure 4). The plane wave propagates along the positive
In the above equation,
Here,
In this context,
Based on the acquired dataset (sound pressure and sensitivity from 100Hz to 500 Hz), the data is input into the CGAN model for training. Figures 5, 6 present a simplified diagram of the CGAN structure, illustrating the discriminator’s and generator’s training procedure.
For the tasks of sound pressure and sensitivity prediction, these can be considered a regression problem. Thus, the mean squared error (MSE) function is employed as the loss function, as shown in Equation 24. Since the discriminator operates as a binary classifier, the Sigmoid function is used as the activation function. To ensure balanced performance between the generator and discriminator, the same activation function is applied to both. Additionally, the parameter dimensions are kept within a compact range to enhance the model’s efficiency.
Figure 7 illustrates the variation in the generator’s training loss under different learning rates and optimizers, while Figure 8 demonstrates the impact of the number of hidden layers on the training loss.
Figure 7. Training loss varies with different hyperparameters: (a) Different learning rates; (b) Different number of hidden layers.
As the learning rate decreases, the model loss decreases. When the learning rates are set to 0.005 and 0.0005, the losses are similar, but the model accuracy is higher at a learning rate of 0.0005. Furthermore, when comparing different activation functions, Adam significantly outperforms SGD. The effect of varying the number of hidden layers was tested, and by comparing the loss to actual results, it was determined that a configuration with four hidden layers yields the best performance. Finally, Table 2 displays the CGAN model’s network framework configuration, with the detailed configuration parameters provided in Table 3.
To evaluate the predictive accuracy of the CGAN network, the classical infinite-length rigid cylinder model was selected as the benchmark. By splitting the data, a portion is selected as the test set, while the remaining data is used as the training set for training. The total number of sound pressure and sensitivity data is 401, with 10% of the dataset (i.e., 40 data points) selected as the test set, and the remaining data used as the training set. Figure 9a presents the sound pressure prediction results on the test dataset, while Figure 9b provides a comparative analysis of sensitivity predictions on the test dataset. In this context, Unknown Conditions refers to the test set, as the data patterns in the test set are unknown to the trained model. The results demonstrate that the CGAN model consistently achieves a high level of agreement with analytical solutions in both sound pressure predictions and sensitivity analyses. This indicates that the CGAN model effectively captures the underlying patterns within the data, even under unknown operating conditions, showcasing exceptional predictive accuracy and reliability. In addition, the sound pressure sensitivities were calculated using both the DBEM method and the CGAN model, with the results compared to the analytical solution, as shown in Figure 10. The figure clearly demonstrates that the CGAN model significantly outperforms the DBEM method in terms of accuracy, producing predictions that exhibit neither oscillatory behavior nor spurious frequency points. Furthermore, the CGAN model offers a substantial advantage in computational efficiency over the DBEM method. A detailed comparison of the results and corresponding computation times is provided in Tables 4, 5.
Figure 9. Comparison of CGAN Prediction Results Under Unknown Conditions (Training set:361, Test set: 40): (a) Sound Pressure; (b) Sensitivity.
Figure 10. Comparison Between CGAN and DBEM(Training set:361, Test set: 40): (a) Sound Pressure; (b) Sensitivity.
The data in the table indicate that DBEM and CGAN exhibit similar error performance. While DBEM demonstrates a slight edge in accuracy, CGAN significantly surpasses DBEM in computational time, achieving a notable reduction in the time required. This underscores the clear superiority of CGAN in computational efficiency. Thus, despite the minimal difference in error, CGAN offers a substantial advantage in time efficiency, making it the preferred choice for applications where computational speed is paramount.
As urbanization accelerates and the use of transportation vehicles becomes more widespread, traffic noise has become an increasingly severe issue, causing numerous inconveniences and hazards to people’s daily lives and work. Consequently, mitigating the harm caused by traffic noise is essential. Sound barriers are widely used in acoustic and noise control engineering as structures or devices designed to block or reduce the transmission of sound waves.
To evaluate the effectiveness of sound barriers, the accuracy and efficiency of the CGAN model were first validated using the infinitely long rigid cylinder model. In this section, a more complex noise barrier model is considered to comprehensively assess the CGAN model’s performance in terms of both precision and computational efficiency. The sound pressure and related data are generated from a plane wave incident parallel to the x-axis, which is scattered by the sound barrier. The sound barrier model is discretized into 1,118 elements, and the sound pressure at the point (12 m, 2 m) is calculated using the DBEM. From the obtained sound pressure and sensitivity data, the frequency range of 100—500 Hz is selected as the training dataset for the CGAN model. The sound barrier model is illustrated in Figure 11.
The data processing method and the relative error calculation are consistent with those used in the infinitely long rigid cylinder model. The prediction results on the predefined test set are shown in Figure 12. As illustrated in the figure, the sound pressure and sensitivity predicted by the CGAN model exhibit the high degrees of consistency with the actual data, demonstrating excellent agreement. These findings highlight the generalization capability of the CGAN model when applied to unseen datasets. Furthermore, a comparative analysis between DBEM and CGAN was conducted within the frequency range of 200—400 Hz, with the results presented in Figure 13.
Figure 12. Comparison of CGAN’s Prediction Results on the Test Set with DBEM Results (Training set:361, Test set: 40): (a) Sound Pressure; (b) Sensitivity.
Figure 13. Comparison of CGAN’s Prediction Results with DBEM Results (Training set:361, Test set: 40): (a) Sound Pressure; (b) Sensitivity.
Table 6 presents the relative errors for several test points. It can be observed that all relative errors fall within a narrow range, with the maximum error not exceeding 3.62%. Unlike the infinite-length rigid cylinder model, the sound barrier model lacks analytical solutions and features more complex geometrical configurations. As a result, both DBEM and CGAN exhibit certain deviations. Nevertheless, the overall error remains within a small range, further validating the CGAN model’s ability to accurately learn patterns embedded in the data and deliver high-precision predictions.
In particular, the CGAN model demonstrates exceptional consistency and accuracy in sound pressure predictions. Figure 14 illustrates the relative error between the predicted values of the CGAN model and the calculated values of DBEM under different model configurations. For sensitivity predictions, although the data is inherently more complex and exhibits slightly higher errors compared to sound pressure, the CGAN model still maintains remarkably high prediction accuracy. This highlights the model’s capability to handle diverse data types while demonstrating robust performance and reliability. The regression model evaluation metrics were calculated using the specified formula, and the detailed statistical results are presented in Table 7.
Figure 14. The relative errors between DBEM and CGAN under different models: (a) Sound pressure; (b) Sensitivity.
Overall, these results comprehensively highlight the CGAN model’s outstanding capabilities and exceptional performance in sound barrier data prediction, reaffirming its effectiveness in addressing complex computational challenges. In the face of more complex models in the future, DBEM will require more time. The accuracy of the CGAN model has been demonstrated through the numerical example. Therefore, when calculating other models, it is sufficient to use the DBEM method to compute a portion of the data, and the remaining data can be generated using CGAN, which significantly reduces the computation time compared to the DBEM method.
This paper proposes a method to enhance computational efficiency by utilizing the CGAN network for the rapid and accurate prediction of sound pressure and sensitivity:
1. The integration of the Boundary Element Method (BEM) with CGAN is investigated to evaluate the applicability of CGAN in solving such problems.
2. The predictive model developed through CGAN demonstrates a significant reduction in computation time, thereby improving the efficiency of sound scattering analysis.
3. Adjustments to specific parameters and structures of CGAN have proven effective in addressing the regression challenges were encountered in this study.
Future research will aim to extend the application of CGAN to the structural optimization of sound barriers.
The raw data supporting the conclusions of this article will be made available by the authors, without undue reservation.
QH: Conceptualization, Funding acquisition, Methodology, Software, Writing–review and editing. ZC: Data curation, Methodology, Software, Writing–original draft. HL: Data curation, Methodology, Software, Writing–original draft. SZ: Conceptualization, Methodology, Software, Supervision, Writing–original draft.
The author(s) declare that financial support was received for the research, authorship, and/or publication of this article. The authors appreciate the financial support of the Henan Provincial Department of Science and TechnologyResearch Project (No.222102230113).
The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.
The author(s) declare that no Generative AI was used in the creation of this manuscript.
All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.
1. Chen L, Lian H, Pei Q, Meng Z, Jiang S, Dong H-W, et al. Fem-bem analysis of acoustic interaction with submerged thin-shell structures under seabed reflection conditions. Ocean Eng (2024) 309:118554. doi:10.1016/j.oceaneng.2024.118554
2. Xu Y, Yang S. Sensitivity analysis of non-uniform rational b-splines–based finite element/boundary element coupling in structural-acoustic design. Front Phys (2024) 12:1428875. doi:10.3389/fphy.2024.1428875
3. Chen L, Lian H, Xu Y, Li S, Liu Z, Atroshchenko E, et al. Generalized isogeometric boundary element method for uncertainty analysis of time-harmonic wave propagation in infinite domains. Appl Math Model (2023) 114:360–78. doi:10.1016/j.apm.2022.09.030
4. Vuong CD, Yu T, Rungamornrat J, Bui TQ. A smoothing gradient thermo-mechanical damage model for thermal shock crack propagation: theory and fe implementation. Int J Non-Linear Mech (2024) 163:104755. doi:10.1016/j.ijnonlinmec.2024.104755
5. Mahrous E, Valéry Roy R, Jarauta A, Secanell M. A three-dimensional numerical model for the motion of liquid drops by the particle finite element method. Phys Fluids (2022) 34. doi:10.1063/5.0091699
6. Liu Z, Sheng L, Liu X, Chang Y, Chen G, Guo X. Mechanical analysis for deepwater drilling riser system with structural parameters uncertainty. Ocean Eng (2024) 305:118049. doi:10.1016/j.oceaneng.2024.118049
7. Chen L, Liu C, Lian H, Gu W. Electromagnetic scattering sensitivity analysis for perfectly conducting objects in tm polarization with isogeometric bem. Eng Anal Boundary Elem (2025) 172:106126. doi:10.1016/j.enganabound.2025.106126
8. Liu C, Pei Q, Cui Z, Song Z, Zhao G, Yang Y. Isogeometric boundary element method analysis for dielectric target shape optimization in electromagnetic scattering. Sci Prog (2024) 107:00368504241294114. doi:10.1177/00368504241294114
9. Padrino JC, Sprittles JE, Lockerby DA. Efficient simulation of rarefied gas flow past a particle: a boundary element method for the linearized g13 equations. Phys Fluids (2022) 34. doi:10.1063/5.0091041
10. Langins A, Stikuts AP, Cēbers A. A three-dimensional boundary element method algorithm for simulations of magnetic fluid droplet dynamics. Phys Fluids (2022) 34. doi:10.1063/5.0092532
11. Chen L, Lian H, Liu Z, Chen H, Atroshchenko E, Bordas S. Structural shape optimization of three dimensional acoustic problems with isogeometric boundary element methods. Computer Methods Appl Mech Eng (2019) 355:926–51. doi:10.1016/j.cma.2019.06.012
12. [Dataset] Zhong S, Jiang X, Du J, Liu J. A reduced-order boundary element method for two-dimensional acoustic scattering. Front Phys (2024) 12. doi:10.3389/fphy.2024.1464716
13. Marburg S. Six boundary elements per wavelength: is that enough? J Comput Acoust (2002) 10:25–51. doi:10.1142/s0218396x02001401
14. Marburg S, Schneider S. Influence of element types on numeric error for acoustic boundary elements. J Comput Acoust (2003) 11:363–86. doi:10.1142/s0218396x03001985
16. Sobolev A. Wide-band sound-absorbing structures for aircraft engine ducts. Acoust Phys (2000) 46:466–73. doi:10.1134/1.29911
17. Willmann E, Boll B, Mikaelyan G, Wittich H, Meißner RH, Fiedler B. Vibro-acoustic modulation based measurements in cfrp laminates for damage detection in open-hole structures. Composites Commun (2023) 42:101659. doi:10.1016/j.coco.2023.101659
18. Xiao Q, Zhang G, Chen Z, Wu G, Xu Y. A hybrid csrpim/sea method for the analysis of vibro-acoustic problems in mid-frequency range. Eng Anal Boundary Elem (2023) 146:146–54. doi:10.1016/j.enganabound.2022.10.004
19. Zhao K, Li H, Zha Z, Zhai M, Wu J. Detection of sub-healthy apples with moldy core using deep-shallow learning for vibro-acoustic multi-domain features. Meas Food (2022) 8:100068. doi:10.1016/j.meafoo.2022.100068
20. Chen L, Huo R, Lian H, Yu B, Zhang M, Natarajan S, et al. Uncertainty quantification of 3d acoustic shape sensitivities with generalized nth-order perturbation boundary element methods. Computer Methods Appl Mech Eng (2025) 433:117464. doi:10.1016/j.cma.2024.117464
21. Chen L, Lian H, Liu C, Li Y, Natarajan S. Sensitivity analysis of transverse electric polarized electromagnetic scattering with isogeometric boundary elements accelerated by a fast multipole method. Appl Math Model (2025) 141:115956. doi:10.1016/j.apm.2025.115956
22. Chen L, Pei Q, Fei Z, Zhou Z, Hu Z. Deep-neural-network-based framework for the accelerating uncertainty quantification of a structural–acoustic fully coupled system in a shallow sea. Eng Anal Boundary Elem (2025) 171:106112. doi:10.1016/j.enganabound.2024.106112
23. Biancoli A, Fancher CM, Jones JL, Damjanovic D. Breaking of macroscopic centric symmetry in paraelectric phases of ferroelectric materials and implications for flexoelectricity. Nat Mater (2015) 14:224–9. doi:10.1038/nmat4139
24. Wang C, Hong L, Qiang X, Xu M. Novel numerical method for uncertainty analysis of coupled vibro-acoustic problem considering thermal stress. Computer Methods Appl Mech Eng (2024) 420:116727. doi:10.1016/j.cma.2023.116727
25. Lian H, Li X, Qu Y, Du J, Meng Z, Liu J, et al. Bayesian uncertainty analysis for underwater 3d reconstruction with neural radiance fields. Appl Math Model (2024) 138:115806. doi:10.1016/j.apm.2024.115806
26. Jiang S, Liang Y, Cheng Y, Gao L. Research on the prediction method of wing structure noise based on the combination of conditional generative adversarial neural network and numerical methods. Front Phys (2024) 12:1452876. doi:10.3389/fphy.2024.1452876
27. Chen L, Cheng R, Li S, Lian H, Zheng C, Bordas SP. A sample-efficient deep learning method for multivariate uncertainty qualification of acoustic–vibration interaction problems. Computer Methods Appl Mech Eng (2022) 393:114784. doi:10.1016/j.cma.2022.114784
28. Carazo A, Roger M, Omais M. Analytical prediction of wake-interaction noise in counter-rotating open rotors. In: 17th AIAA/CEAS aeroacoustics conference (32nd AIAA aeroacoustics conference) (2011). p. 2758.
29. Samaniego E, Anitescu C, Goswami S, Nguyen-Thanh VM, Guo H, Hamdia K, et al. An energy approach to the solution of partial differential equations in computational mechanics via machine learning: concepts, implementation and applications. Computer Methods Appl Mech Eng (2020) 362:112790. doi:10.1016/j.cma.2019.112790
30. Zhang J, Zhang W, Zhu J, Xia L. Integrated layout design of multi-component systems using xfem and analytical sensitivity analysis. Computer Methods Appl Mech Eng (2012) 245:75–89. doi:10.1016/j.cma.2012.06.022
31. Dühring MB, Jensen JS, Sigmund O. Acoustic design by topology optimization. J sound vibration (2008) 317:557–75. doi:10.1016/j.jsv.2008.03.042
32. Chen L, Lu C, Lian H, Liu Z, Zhao W, Li S, et al. Acoustic topology optimization of sound absorbing materials directly from subdivision surfaces with isogeometric boundary element methods. Computer Methods Appl Mech Eng (2020) 362:112806. doi:10.1016/j.cma.2019.112806
33. Hombal V, Mahadevan S. Bias minimization in Gaussian process surrogate modeling for uncertainty quantification. Visualization Mech Process An Int Online J (2011) 1:321–49. doi:10.1615/int.j.uncertaintyquantification.2011003343
34. Olofsson S, Deisenroth MP, Misener R. Design of experiments for model discrimination using Gaussian process surrogate models. Computer Aided Chem Eng (Elsevier) (2018) 44:847–52. doi:10.1016/B978-0-444-64241-7.50136-1
35. Li MY, Grant E, Griffiths TL. Gaussian process surrogate models for neural networks. Uncertainty Artif Intelligence (Pmlr) (2023) 1241–52.
36. Bilionis I, Zabaras N. Multidimensional adaptive relevance vector machines for uncertainty quantification. SIAM J Scientific Comput (2012) 34:B881–B908. doi:10.1137/120861345
37. Chen L, Zhao J, Lian H, Yu B, Atroshchenko E, Li P. A bem broadband topology optimization strategy based on taylor expansion and soar method-application to 2d acoustic scattering problems. Int J Numer Methods Eng (2023) 124:5151–82. doi:10.1002/nme.7345
38. Lakshminarayanan B, Pritzel A, Blundell C. Simple and scalable predictive uncertainty estimation using deep ensembles. Adv Neural Inf Process Syst (2017) 30.
39. Sriboriboon P, Qiao H, Kwon O, Vasudevan RK, Jesse S, Kim Y. Deep learning for exploring ultra-thin ferroelectrics with highly improved sensitivity of piezoresponse force microscopy. npj Comput Mater (2023) 9:28. doi:10.1038/s41524-023-00982-0
40. He J, Wang C, Li J, Liu C, Xue D, Cao J, et al. Machine learning assisted prediction of dielectric temperature spectrum of ferroelectrics. J Adv Ceramics (2023) 12:1793–804. doi:10.26599/jac.2023.9220788
41. Wang Y, Liao Z, Shi S, Wang Z, Poh LH. Data-driven structural design optimization for petal-shaped auxetics using isogeometric analysis. Computer Model Eng and Sci (2020) 122:433–58. doi:10.32604/cmes.2020.08680
42. Oishi A, Yagawa G. Computational mechanics enhanced by deep learning. Computer Methods Appl Mech Eng (2017) 327:327–51. doi:10.1016/j.cma.2017.08.040
43. Chen L, Wang Z, Lian H, Ma Y, Meng Z, Li P, et al. Reduced order isogeometric boundary element methods for cad-integrated shape optimization in electromagnetic scattering. Computer Methods Appl Mech Eng (2024) 419:116654. doi:10.1016/j.cma.2023.116654
44. Levine Y, Wies N, Sharir O, Cohen N, Shashua A. Tensors for deep learning theory: analyzing deep learning architectures via tensorization. In: Tensors for data processing. Elsevier (2022). p. 215–48.
45. Huang G, Wu G, Yang Z, Chen X, Wei W. Development of surrogate models for evaluating energy transfer quality of high-speed railway pantograph-catenary system using physics-based model and machine learning. Appl Energy (2023) 333:120608. doi:10.1016/j.apenergy.2022.120608
46. Chen L, Lian H, Natarajan S, Zhao W, Chen X, Bordas S. Multi-frequency acoustic topology optimization of sound-absorption materials with isogeometric boundary element methods accelerated by frequency-decoupling and model order reduction techniques. Computer Methods Appl Mech Eng (2022) 395:114997. doi:10.1016/j.cma.2022.114997
47. Zhou Z, Gao Y, Cheng Y, Ma Y, Wen X, Sun P, et al. Uncertainty quantification of vibroacoustics with deep neural networks and catmull–clark subdivision surfaces. Shock and Vibration (2024) 2024:7926619. doi:10.1155/2024/7926619
48. Chen L, Lian H, Liu Z, Gong Y, Zheng C, Bordas S. Bi-material topology optimization for fully coupled structural-acoustic systems with isogeometric fem–bem. Eng Anal Boundary Elem (2022) 135:182–95. doi:10.1016/j.enganabound.2021.11.005
49. Stam J. Exact evaluation of catmull-clark subdivision surfaces at arbitrary parameter values. Seminal Graphics Pap Pushing Boundaries (2023) 2:139–48. doi:10.1145/3596711.3596728
50. Qu Y, Zhou Z, Chen L, Lian H, Li X, Hu Z, et al. Uncertainty quantification of vibro-acoustic coupling problems for robotic manta ray models based on deep learning. Ocean Eng (2024) 299:117388. doi:10.1016/j.oceaneng.2024.117388
51. Chen L, Lian H, Dong H-W, Yu P, Jiang S, Bordas SP. Broadband topology optimization of three-dimensional structural-acoustic interaction with reduced order isogeometric fem/bem. J Comput Phys (2024) 509:113051. doi:10.1016/j.jcp.2024.113051
52. Wang S, Cao J, Philip SY. Deep learning for spatio-temporal data mining: a survey. IEEE Trans knowledge Data Eng (2020) 34:3681–700. doi:10.1109/TKDE.2020.3025580
53. Burton A, Miller G. The application of integral equation methods to the numerical solution of some exterior boundary-value problems. Proc R Soc Lond A. Math Phys Sci (1971) 323:201–10. doi:10.1098/rspa.1971.0097
54. Gauthier J. Conditional generative adversarial nets for convolutional face generation. 2 (2014).Class project Stanford CS231N: convolutional Neural networks Vis recognition
Keywords: boundary element method, CGAN, sound barrier, acoustic scattering, machine learning
Citation: Hu Q, Cui Z, Liu H and Zhong S (2025) Research on noise prediction methods for sound barriers based on the integration of conditional generative adversarial networks and numerical methods. Front. Phys. 13:1539545. doi: 10.3389/fphy.2025.1539545
Received: 04 December 2024; Accepted: 05 March 2025;
Published: 31 March 2025.
Edited by:
Yilin Qu, Northwestern Polytechnical University, ChinaReviewed by:
Ali Mehri, Babol Noshirvani University of Technology, IranCopyright © 2025 Hu, Cui, Liu and Zhong. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.
*Correspondence: Ziyu Cui, MTM5MzkwOTk3ODZAMTYzLmNvbQ==
Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.
Research integrity at Frontiers
Learn more about the work of our research integrity team to safeguard the quality of each article we publish.