Abstract
The direct and inverse scattering problems are a type of classical problem with symmetry. Numerical methods combined with machine learning are continuously being developed, and obtain good results in obstacle inversion problems. In this paper, we consider a crack shape with asymmetry; such problems are often ill-posed and nonlinear. Focusing on the inhomogeneous medium and limited-aperture far-field data, we propose a new sequence-to-sequence asymmetric convolutional neural network for recovering a crack via correlative far-field measurements. Taking the far-field data as the input and the shape parameters of a crack as the output, the features are quickly extracted using the convolutional and pooling layers. The Adam optimization algorithm is employed to update the weights and offsets of the neural network. Numerical experiments show that the proposed method can quickly and effectively reconstruct the shape of the crack.
1. Introduction
Inverse scattering problems of cracks are widely used in various fields of science and engineering. Researchers have studied numerical methods for the inverse scattering problem of cracks from different perspectives and obtained some results. Kress put forward the fast-convergence Newton iteration method that finished the shape reconstruction of a sound-soft crack [1,2]. Based on the quasi-Newton method and the regularized Newton method, Lars proposed a method that can recover the crack with the Neumann boundary condition [3]. Gao et al. constructed a low-complexity iterative method to tackle the inverse scattering problem of a sound-soft crack with phaseless data [4]. However, the inversion effect of the crack in the iterative method will be affected by the initial guess, and the scattering problem requires calculation at each step, which is time-consuming. The factorization method is a non-iterative method that does not need to know the boundary conditions and the number of cracks in advance, and it can still obtain a passable inversion effect [5,6]. The sampling method is a direct method that can qualitatively invert the geometric information of the crack, as long as the observations in all directions are known [7,8,9,10]. Kress proposed a step-by-step inversion method that can correctly reconstruct the crack, even for noisy data, while reducing computation [11]. These studies mainly concern the algorithm design and the corresponding theoretical analysis of the inverse scattering problem with a crack in a homogeneous medium. For the theoretical study of the inverse problem with the crack, the reader can refer to [12,13,14]. For more works related to the inverse scattering problem, please refer to the treatises in [15,16,17,18,19,20] and the references therein.
For the inverse scattering problem of the crack in an inhomogeneous medium, the far-field data are generated by coupling the inhomogeneous medium and the crack, which clearly makes the settlement of the inverse problem more challenging. Jin et al. determined the uniqueness result of the inverse scattering problem with a crack, and also theoretically proved that the linear sampling method can reconstruct the crack [21].
In this paper, assuming that there exists a sound-soft crack in the inhomogeneous medium, the incident plane wave propagation into the inhomogeneous medium will produce scattering phenomena. The geometric information of the crack is reconstructed by the far-field data measured at the observation location. This kind of inverse scattering problem with a crack has a wide range of applications in practical problems, such as non-destructive detection and medical imaging [22]. The schematic diagram of the inverse scattering problem of a crack is shown in Figure 1.
Figure 1.
Schematic diagram of the inverse scattering problem.
Let be a bounded and simply connected domain of with a boundary . We use to indicate the exterior domain of , namely, . The crack is a open arc in .
In the figure, denotes a time-harmonic incident plane wave and denotes the scattered wave field. In order to solve the inverse scattering problem of the crack, the mathematical model of the crack direct scattering problem is given below:
where the total field , is the scattering field, is the incident field, and is the wave number. Here, is an imaginary unit, represents the incident direction, and is incident angle. Supposing the refractive index in is a constant and , the refractive index in is , and v signifies the unit outward normal vector of the interface . have the following expressions:
In particular, is required to satisfy the following Sommerfeld radiation condition at infinity:
which holds uniformly in any observation direction . Moreover, we know that the scattering field has the following asymptotic representation:
is the far-field pattern with . is actually a vector whose components are obtained under different observation directions. It can be seen that both and are related to d. The crack scattering problem is to obtain the far-field data through the incident field and the crack . The inverse scattering problem of the crack is to reconstruct the geometric information of the crack by the incident field and far-field data.
Some scholars have carried out associated studies. Guo et al. extended the factorization method to the reconstruction problem of the crack shape in an inhomogeneous medium and theoretically demonstrated its feasibility [23]. To the best of our knowledge, the study of the inverse scattering problem with a crack is mainly at the theoretical stage, and there are few corresponding numerical algorithms.
Neural networks with a strong self-learning ability are suitable for dealing with nonlinear problems; therefore, they have good performance in the field of inverse problems. Gao et al. constructed a fully connected neural network that can recover obstacles or media using limited-aperture data, and that is more stable compared to traditional numerical methods [24]. Ji et al. used a generalized neural network to invert the resistivity and roughness of a rough medium, and the method could achieve a higher accuracy in a multilayer model [25]. Ossandón et al. designed a radial basis neural network with a lower computational cost than the finite element method to solve the inverse eigenvalue problem of the Laplacian operator [26]. Chuah built an inverse scattering model based on neural network, which can estimate multiple parameters of vegetation simultaneously within a 10% accuracy range [27]. Zhou et al. proposed a new neural network based on a linear model, which has realized a better reconstruction effect than the Born approximation algorithm and the sub-space optimization method [28]. Martin et al. proposed a neural network to solve the inverse problem of electrical impedance tomography; it provides high-quality lung imaging results and high robustness to noise [29]. Meng et al. constructed a shape parameters inversion model of the obstacle based on a neural network and accurately reconstructed the boundary shapes of obstacles [30]. Yin et al. presented a two-layer sequence-to-sequence neural network that can reconstruct the shapes of obstacles using phaseless data [31]. For more articles about neural networks solving inverse problems, please refer to [32,33,34,35,36]. Jin et al. put forward a new algorithm based on deep convolutional neural network to solve the ill-posed inverse problem, and the experiments proved that the method works well [37]. In recent years, the convolutional neural network, as one of the important representatives of deep learning, has received considerable attention. In this paper, we use CNN to solve the crack inversion problem in an inhomogeneous medium.
The rest of the paper is arranged as follows. Section 2 introduces the architecture of the neural network, as well as its inversion process, in detail. In Section 3, we demonstrate the effectiveness of the neural network through numerical experiments. In Section 4, we summarize the work of this paper and present a related discussion.
2. Construction of the Crack Inversion
Before describing the specific network architecture of the crack shape inversion, we first explain the expression of the crack.
In what follows, for the observation directions , the observation angle is uniformly distributed over :
Here, , , , , and is the number of observation directions.
We use the observation angle , and the corresponding far-field data are represented by . Hence, given observation directions, the far-field data can be expressed as
Here, is a complex vector, where each component , and i is an imaginary unit.
Considering the scattering problem of acoustic waves from a crack in an inhomogeneous medium, we suppose that the boundary curve of the crack has the following parametric representation:
Here, → is a continuously differentiable injective function. Let denote the two tip points of the crack, assuming that the direction of is from h to . Consequently, in terms of the direction of , we denote by the convergence to the crack from the left and right, respectively. is represented by the following truncated Fourier series:
Here, , namely, the vector is the shape parameter of the crack. In fact, the shape parameter is in the form of the sequence. The forward problem is solved using the finite element method to obtain the far-field pattern data. The aim of this paper is to construct a sequence-to-sequence neural network, and to play on the far-field data to invert the shape parameter y, so as to determine the shape of the crack. The CNN structure of the inverse scattering problem with a crack is given below. In order to conveniently introduce the network structure, the following three definitions are first presented.
Definition 1.
Let then define the operation as follows:
Definition 2.
Assuming that the data obtained in the observation direction d = , are , the following operation is defined:
Definition 3.
Assuming that , is
Next, we construct a CNN for the inversion of the shape parameter y; its structure is shown in Figure 2. The network consists of two convolutional layers, one pooling layer and two fully connected layers.
Figure 2.
CNN structure of cracks inversion.
It can be known that the far-field data of observation directions can be written as . Next, we take as an example to illustrate the inversion process of the shape parameters y, and the specific structure is shown in Figure 3.
Figure 3.
Flow chart of cracks inversion.
Here, the left side of @ represents the size of the convolution kernel or pooling kernel and the right side of @ represents the number of convolution kernels or pooling kernels in the layer.
The far-field data are regarded as the input of the network, the convolution kernel is randomly initialized without a loss of generality, and all biases are set to 0. The convolution operation ∗ for the input sequence and the convolution kernel is as follows:
It can be seen from the above formula that slides to the right on the input sequence with a sliding step size of 2. Each slide performs a convolution calculation as in formula (5), and finally, the vector ∈ is outputted. The convolution process is as depicted in Figure 4.
Figure 4.
Diagram of convolution.
If the layer has k convolution kernels, , namely, has k output channels after the first convolution layer and the k output vectors are written as , the output of the first layer is passed to the nonlinear activation function F, which selects .
where is the input of the activation function. It can be seen from Definition 3 that the dimension of the output vector remains changeless after activation. The result of the activation is passed to the pooling layer, where the pooling kernel divides the input data into 16 feature areas. The max value of each area is selected as an output vector . As shown in Figure 5, the pooling layer is divided into four feature areas. The same pooling method is used for k inputs to gain k outputs of the same dimension.
Figure 5.
Diagram of max-pooling.
The output of the pooling layer is indicated as , and it is handed to the second convolutional layer. For sequences with multiple input channels, a convolution kernel with k channels is randomly initialized, and each channel in the convolution kernel is . The operation of this convolutional layer is as follows:
Here, the convolution ∗ operation is as in (5); each sliding performs a convolution calculation as in formula (6), finally obtaining the output . If there are q convolution kernels in the current layer, and each convolution kernel operates with the input sequence as in (6), the layer obtains q outputs, which are recorded as . Similarly, the input data remain unchanged though the activation function. After the process of convolution–pooling–convolution, q feature vectors are extracted. The result of feature extraction can be spliced into via Definition Section 2. The fully connected layer randomly initializes the convolution kernel , and the operation is as follows:
By means of the second fully connected layer, the input data X obtain the output . The output layer randomly initializes the convolution kernel for the input sequence f, and performs the same operation as (7) to acquire the result. The result of the output layer is recorded as , where the dimension of stands for the number of shape parameters of the crack. There is an error between the network output and the y corresponding to the far-field data , and the following mean square error is regarded as the loss function
Here, n is the total number of samples to be calculated, represents the real shape parameter of the j-th sample, and is the shape parameter of the corresponding sample inversed by the CNN, .
Let be the weight of the CNN, with and on behalf of the convolution kernel of the first and second convolutional layers, respectively. W is initialized to ; then, it is gradually updated to using the Adam optimization algorithm, where . The main steps of the algorithm are as follows:
3. Results of the Numerical Experiment
In this section, we will demonstrate the effectiveness of the proposed neural network for the inverse scattering problem of the crack through several numerical experiments. We obtain the far-field data via the finite element method through the incident field and the crack . From Equation (4), the crack can be expanded into a Fourier series, and the parameter expression of the crack to be inversed in this section is shown below:
The above equation shows that the shape parameter of the crack is . In the numerical experiment, we consider an M set of cracks with different shapes, and the shape parameters are denoted as ,,,,, . If there are N observation directions, the corresponding far-field data can be written as ,,). Then, M samples are taken as the dataset for our experiments, and the training dataset of the model can be defined as
Here, represent the far-field data and the shape parameters related to the crack, respectively.
For ease of calculation, we have the following setups in all of the numerical examples below. Due to the range of solutions set using the PML technique, we set the range of crack shape parameters to . Only a single incident wave is used in the experiment, and the wave number is . The number of neurons in the CNN is generally set to ; our experiment takes and 8. For the choice of other network parameters, we refer to [31]. The parameter settings of the network are shown in Table 1.
Table 1.
Hyperparameter settings.
Example 1.
Reconstruction of cracks under different data volumes.
In this experiment, we set the incident direction of the plane acoustic wave as and consider the inversion of crack
The number of observation directions is 16, and these are evenly distributed on the circle; the data volumes of the training set in the following figures are 2000, 5000, 10,000, and 20,000, respectively.
As can be seen from Figure 6, with an increase in the data volumes, the effects of reconstruction are obviously gradually improved while also bringing a higher calculation cost. We found that when the data volumes are 10,000, the inversion effect is acceptable and there are no special instructions; the subsequent experiments use 10,000 data volumes. Taking the mean square error between the real and the predicted curve in the crack reconstruction results, the following Table 2 is obtained.
Figure 6.
Reconstruction of a crack under different data volumes: (a) 2000 data volumes; (b) 5000 data volumes; (c) 10,000 data volumes; (d) 20,000 data volumes.
Table 2.
Errors corresponding to different training data volumes.
Example 2.
Reconstruction of cracks with different shapes under full aperture.
In this experiment, we set the incident direction of the plane acoustic wave , and we consider the inversion of the following four shapes of cracks. The number of observation directions is 16, and these are evenly distributed on the circle; the expressions of cracks are as follows:
It can be seen from Figure 7—for 10,000 data volumes, 16 observation points, and other identical experimental settings—that just by changing the shapes of the cracks, we found our method works equally well for different shapes of cracks.
Figure 7.
Reconstruction of a crack under different data volumes. (a) Reconstruction effect of . (b) Reconstruction effect of . (c) Reconstruction effect of . (d) Reconstruction effect of .
Example 3.
Reconstruction of the crack under different observation directions.
In this experiment, we set the incident direction of the plane acoustic wave , and consider the inversion of crack
Take , and take under this aperture, respectively, according to the inversion effect of cracks with different shapes to analyze. Figure 8 shows the relationship between the loss function and the number of iterations at different observation points.
Figure 8.
Reconstruction of the crack under different observation points: (a) 32 observation points; (b) 16 observation points; (c) 8 observation points; (d) loss function at different observation points.
The experiments show that with an increase in the number of observation points, more far-field information is obtained, and the reconstruction effect of the crack shape gradually becomes better.
Example 4.
Reconstruction of the crack under different noise data.
In this experiment, we prove the robustness of our network. For this reason, the number of observation directions is taken to be 16 and is uniformly distributed on the circle. We consider a network with 30,000 training shapes to reconstruct the crack shape under different noises; the shape of the crack in Figure 9 is
Figure 9.
Reconstruction of the crack under different observation points. (a) Reconstruction effect under 0% noise. (b) Reconstruction effect under 5% noise. (c) Reconstruction effect under 10% noise. (d) Reconstruction effect under 20% noise.
We take , and on this condition, we take n = 15. The shape and location of the crack were reconstructed, and 5%, 10%, and 20% Gaussian noise was added to the testing data, respectively. It can be seen from the above figure that noise has an impact on crack inversion, and that the experimental effect shows that the network has a certain degree of stability as the noise increases.
Example 5.
Reconstruction of the crack under limited-aperture data.
In this experiment, the direction of the plane incident wave is set as . The number of observation directions is taken to be 16 and is uniformly distributed on the circle. We consider the inversion of crack in Figure 10 as
Figure 10.
Reconstruction of the crack under different apertures. (a) Reconstruction effect under aperture [0, 2]. (b) Reconstruction effect under aperture [/2, /2]. (c) Reconstruction effect under aperture [/4, /4]. (d) Reconstruction effect under aperture [/8, /8].
Taking different apertures, , , , . Taking n = 15 under the four apertures to reconstruct the shape and location of the crack, the experiments are made known as the observation aperture gradually becomes smaller, namely, a lack of far-field information that will lead to gradual worsening of the inversion effect in the limited aperture.
Example 6.
Reconstruction of two cracks.
In this experiment, the reconstruction of a single crack is extended to the case of two cracks, and the direction of the plane incident wave is set as . The number of observation directions is taken to be 32, which are uniformly distributed on the circle, and we consider the inversion of the crack as
In Figure 11, we can see that when the number of cracks is two, parameters of the network inversion increase, resulting in an unsatisfactory inversion effect.
Figure 11.
Reconstruction of two cracks. (a) Reconstruction effect of cracks and . (b) Reconstruction effect of cracks and .
4. Conclusions
In this paper, we considered the inverse acoustic scattering problem of a crack in a highly challenging environment with limited-aperture far-field data and inhomogeneous medium. In addition, the collected far-field data only correspond to an incident wave. Taking the inverse acoustic scattering problem of the crack as a working model, we set up a neural network scheme to efficiently solve the reconstruction problem in these challenging situations. Our numerical experiments show some very attractive features of the proposed method, such as its simplicity and direct nature. Moreover, the convergence of the proposed network is verified in numerical experiments. Our study paves the way for any interesting extensions, including the more realistic inverse electromagnetic scattering problem dominated by Maxwell’s system. We will consider these extensions in future studies.
Author Contributions
Funding acquisition, W.Y.; methodology, W.Y.; writing—original draft, Z.Y.; data curation, Z.Y.; software, P.M.; writing—review and editing, P.M. All authors have read and agreed to the published version of the manuscript.
Funding
This work was supported by the Jilin Natural Science Foundation (No.20220101040JC), Jilin Provincial Science and Technology Program (No. YDZJ202201ZYTS585), and Jilin Industrial Technology Research and Development Project (No. 2022C047-2).
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
Not applicable.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Kress, R. Inverse elastic scattering from a crack. Inverse Probl. 1996, 12, 667. [Google Scholar] [CrossRef]
- Kress, R. Inverse scattering from an open arc. Math. Meth. Appl. Sci. 1995, 18, 267–293. [Google Scholar] [CrossRef]
- Mönch, L. On the inverse acoustic scattering problem by an open arc: The sound-hard case. Inverse Probl. 1997, 13, 1379–1392. [Google Scholar] [CrossRef]
- Gao, P.; Dong, H.P.; Ma, F.M. Inverse scattering via nonlinear integral equations method for a sound-soft crack with phaseless data. Appl. Math. 2018, 63, 149–165. [Google Scholar] [CrossRef]
- Guo, J.; Wu, Q.H.; Yan, G.Z. The factorization method for cracks in elastic scattering. Inverse Probl. Imaging 2018, 12, 349–371. [Google Scholar] [CrossRef]
- Boukari, Y.; Haddar, H. The factorization method applied to cracks with impedance boundary conditions. Inverse Probl. Imaging 2013, 7, 1123–1138. [Google Scholar] [CrossRef]
- Zhang, D.Y.; Guo, Y.K.; Li, J.Z.; Liu, H.Y. Locating multiple multipolar acoustic sources using the direct sampling method. Commun. Comput. Phys. 2019, 25, 1328–1356. [Google Scholar] [CrossRef]
- Cakoni, F.; Colton, D. The linear sampling method for cracks. Inverse Probl. 2003, 19, 279–295. [Google Scholar] [CrossRef]
- Li, J.Z.; Liu, H.Y.; Wang, Q. Enhanced multilevel linear sampling methods for inverse scattering problems. J. Comput. Phys. 2014, 257, 554–571. [Google Scholar] [CrossRef]
- Li, J.Z.; Liu, H.Y.; Wang, Q. Fast imaging of electromagnetic scatterers by a two-stage multilevel sampling method. Discret. Contin. Dyn. Syst. Ser. S 2015, 8, 547–561. [Google Scholar] [CrossRef]
- Kress, R.; Serranho, P. A hybrid method for two-dimensional crack reconstruction. Inverse Probl. 2005, 21, 773. [Google Scholar] [CrossRef]
- Liu, H.Y.; Zou, J. Uniqueness in an inverse acoustic obstacle scattering problem for both sound-hard and sound-soft polyhedral scatterers. Inverse Probl. 2006, 22, 515–524. [Google Scholar] [CrossRef]
- Pang, P.Y.H.; Yan, G.Z. Uniqueness of inverse scattering problem for a penetrable obstacle with rigid core. Appl. Math. Lett. 2001, 14, 155–158. [Google Scholar] [CrossRef][Green Version]
- Liu, X.D.; Zhang, B.; Hu, G.H. Uniqueness in the inverse scattering problem in a piecewise homogeneous medium. Inverse Probl. 2010, 26, 015002. [Google Scholar] [CrossRef]
- Liu, H.Y.; Tsou, C.-H. Stable determination of polygonal inclusions in Calderón’s problem by a single partial boundary measurement. Inverse Probl. 2020, 36, 085010. [Google Scholar] [CrossRef]
- Liu, H.Y.; Liu, X.D.; Wang, X.C.; Wang, Y.L. On a novel inverse scattering scheme using resonant modes with enhanced imaging resolution. Inverse Probl. 2019, 35, 125012. [Google Scholar] [CrossRef]
- Wang, X.C.; Guo, Y.K.; Zhang, D.Y.; Liu, H.Y. Fourier method for recovering acoustic sources from multi-frequency far-field data. Inverse Probl. 2017, 33, 035001. [Google Scholar] [CrossRef]
- Deng, Y.J.; Liu, H.Y.; Liu, X.D. Recovery of an embedded obstacle and the surrounding medium for Maxwell’s system. J. Differ. Equ. 2019, 267, 2192–2209. [Google Scholar] [CrossRef]
- Yin, Y.W.; Yin, W.S.; Meng, P.C.; Liu, H.Y. On a Hybrid Approach for Recovering Multiple Obstacles. Commun. Comput. Phys. 2021, 31, 869–892. [Google Scholar] [CrossRef]
- Yin, Y.W.; Yin, W.S.; Meng, P.C.; Liu, H.Y. The Interior Inverse Scattering Problem For A Two-Layered Cavity Using The Bayesian Method. Inverse Probl. Imaging 2021, 16, 673–690. [Google Scholar] [CrossRef]
- Jin, J.; Guo, J.; Cai, M.J. Direct and Inverse Acoustic Scattering by a Combined Scatterer. Math. Model. Anal. 2015, 20, 422–442. [Google Scholar] [CrossRef]
- Wait, J.R. The scope of impedance boundary conditions in radio propagation. IEEE Trans. Geosci. Remote Sens. 1990, 28, 721–723. [Google Scholar] [CrossRef]
- Guo, J.; Yan, G.Z.; Wu, Q.H.; Jin, J.; Jun, H. The factorization method for cracks in inhomogeneous midia. Appl. Math. 2017, 62, 509–533. [Google Scholar] [CrossRef]
- Gao, Y.; Liu, H.Y.; Wang, X.C.; Zhang, K. On an artificial neural network for inverse scattering problems. J. Comput. Phys. 2022, 448, 110771. [Google Scholar] [CrossRef]
- Ji, Y.J.; Zhang, Y.H.; Yu, Y.B.; Zhang, K.; Lin, J.; Li, D.S.; Wu, Q. Inversion Method of a Highly Generalized Neural Network Based on Rademacher Complexity for Rough Media GATEM Data. IEEE Trans. Geosci. Remote Sens. 2022, 60, 1–12. [Google Scholar] [CrossRef]
- Ossandón, S.; Reyes, C.; Reyes, C.M. Neural network solution for an inverse problem associated with the Dirichlet eigenvalues of the anisotropic Laplace operator. Comput. Math. Appl. 2016, 72, 1153–1163. [Google Scholar] [CrossRef]
- Chuah, H.T. An artificial neural network for inversion of vegetation parameters from radar backscatter coefficients. J. Electromagn. Waves Appl. 1993, 7, 1075–1092. [Google Scholar] [CrossRef]
- Zhou, H.L.; Tao, O.Y.; Li, Y.D.; Liu, J. Linear-model-inspired neural network for electromagnetic inverse scattering. IEEE Antennas Wirel. Propag. Lett. 2020, 19, 1536–1540. [Google Scholar] [CrossRef]
- Martin, S.; Choi, C.T.M. A novel post-processing scheme for two-dimensional electrical impedance tomography based on artificial neural networks. PLoS ONE 2017, 12, e0188993. [Google Scholar] [CrossRef]
- Meng, P.C.; Su, L.; Yin, W.S.; Zhang, S. Solving a kind of inverse scattering problem of acoustic waves based on linear sampling method and neural network. Alex. Eng. J. 2020, 59, 1451–1462. [Google Scholar] [CrossRef]
- Yin, W.S.; Yang, W.H.; Liu, H.Y. A neural network scheme for recovering scattering obstacles with limited phaseless far-field data. J. Comput. Phys. 2020, 417, 109594. [Google Scholar] [CrossRef]
- Liang, D.; Cheng, J.; Ke, Z.W.; Ying, L. Deep Magnetic Resonance Image Reconstruction: Inverse Problems Meet Neural Networks. IEEE Signal Process. Mag. 2020, 37, 141–151. [Google Scholar]
- Meng, P.C.; Wang, X.Y.; Yin, W.S. ODE-RU: A dynamical system view on recurrent neural networks. Electron. Res. Arch. 2022, 30, 257–271. [Google Scholar] [CrossRef]
- Berdnik, V.V.; Mukhamedyarov, R.D. Application of the method of neural networks to solution of the inverse problem of heat transfer. High Temp. 2003, 41, 942–947. [Google Scholar]
- Gao, Y.; Zhang, K. Machine learning based data retrieval for inverse scattering problems with incomplete data. J. Inverse -Ill-Posed Probl. 2021, 29, 249–266. [Google Scholar] [CrossRef]
- Zhang, P.; Meng, P.C.; Yin, W.S.; Liu, H.Y. A neural network method for time-dependent inverse source problem with limited-aperture data. J. Comput. Appl. Math. 2023, 421, 114842. [Google Scholar] [CrossRef]
- Jin, K.H.; Mccann, M.T.; Froustey, E.; Unser, M. Deep convolutional neural network for inverse problems in imaging. IEEE Trans. Image Process. 2017, 26, 4509–4522. [Google Scholar] [CrossRef] [PubMed]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).