Next Article in Journal
Geometric Calibration and Validation of Kompsat-3A AEISS-A Camera
Next Article in Special Issue
A Fast Method to Calculate the Spatial Impulse Response for 1-D Linear Ultrasonic Phased Array Transducers
Previous Article in Journal
Development of an FBG Sensor Array for Multi-Impact Source Localization on CFRP Structures
Previous Article in Special Issue
Mode Conversion Behavior of Guided Wave in a Pipe Inspection System Based on a Long Waveguide
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Sparse Reconstruction for Micro Defect Detection in Acoustic Micro Imaging

1
State Key Laboratory of Digital Manufacturing Equipment and Technology, Huazhong University of Science and Technology, Wuhan 430074, China
2
Jiangsu Key Laboratory of Advanced Food Manufacturing Equipment and Technology, Jiangnan University, Wuxi 214122, China
*
Authors to whom correspondence should be addressed.
Sensors 2016, 16(10), 1773; https://doi.org/10.3390/s16101773
Submission received: 28 July 2016 / Revised: 30 September 2016 / Accepted: 12 October 2016 / Published: 24 October 2016
(This article belongs to the Special Issue Ultrasonic Sensors)

Abstract

:
Acoustic micro imaging has been proven to be sufficiently sensitive for micro defect detection. In this study, we propose a sparse reconstruction method for acoustic micro imaging. A finite element model with a micro defect is developed to emulate the physical scanning. Then we obtain the point spread function, a blur kernel for sparse reconstruction. We reconstruct deblurred images from the oversampled C-scan images based on l1-norm regularization, which can enhance the signal-to-noise ratio and improve the accuracy of micro defect detection. The method is further verified by experimental data. The results demonstrate that the sparse reconstruction is effective for micro defect detection in acoustic micro imaging.

1. Introduction

The most commonly used methods in nondestructive evaluation for micro defect detection are acoustic micro imaging (AMI), X-ray [1,2], and infrared thermography [3]. AMI, also known as scanning acoustic microscopy, has been proven to be sufficiently sensitive for detecting micro defects and features, such as delamination [4,5], voids in the interfaces [6], microbubbles [7,8], stress distributions [9], solder bumps in flip chip [10,11], etc. The general working modes of AMI include A-scan, B-scan, and C-scan, obtaining time-domain signal, time-spatial image, and spatial image, respectively.
Most investigations have focused on the A-scan signal [12,13,14,15] to improve the resolution of ultrasonic detection by separating the echoes via sparse reconstruction. The sparse reconstruction has also been introduced to improve the resolution of B-scan image [16,17,18]. In these works, the size of the objects was up to a millimeter and the central frequency of the planar immersion transducer or contact transducer was only 5 MHz. Till now, little work has been involved in research on sparse reconstruction for C-scan images of AMI. Actually, C-scan can provide more effective results than A/B-scan for detecting micro defects, and the transducer is a focusing transducer whose central frequency can be as high as 230 MHz [10,11] or even GHz [6]. The acoustic field distribution of the focusing transducer is completely different from the planar transducer, and the formation of the C-scan image is also different from that of the B-scan image. For C-scan mode, the key parameter of sparse reconstruction is the point spread function (PSF), also known as blur kernel in image processing. The PSF describes the response of a transducer system to a point source or reflector placed at the focal plane. By scanning a small target in water, Canumalla obtained the PSF of the transducer with the highest center frequency of 30 MHz [19]. However, the acoustic propagation within the solid specimen is different from the condition that the target is directly immersed in the water. The PSF in the specimen should be different from the one in water. Moreover, the focal zone in the specimen of the high frequency transducer like 230 MHz only has a size of 10s of micrometers, and the target for measuring the PSF should be limited to a few micrometers. Besides, the PSF covered by noise cannot be obtained directly. It is hard to measure the PSF directly for high frequency transducer in AMI. Zhang et al. developed a 2D AMI finite element model of a flip-chip package to investigate the acoustic propagation inside the package [20,21,22,23], while sparse reconstruction and super resolution were not involved.
In this work, we propose a sparse reconstruction method for micro defect detection in AMI. A finite element model which contains a micro defect with unit size is developed. Then we shift the defect to emulate the scanning system, and acquire the PSF of the system. By using the PSF as a blur kernel, we reconstruct the deblurred image from the oversampled C-scan image based on l1-norm regularization, and improve the accuracy for micro defect detection successfully. The sparse reconstruction was further verified by experimental results, proving its effectiveness in improving resolution and enhancing signal-to-noise ratio for micro defect detection.

2. Method

The AMI system working on C-scan is modeled as a linear time invariant (LTI) system,
y = k x + n
where the output signal y denotes an observed C-scan image, k is a matrix representing the PSF of the AMI system, the input signal x (the reflectivity field) denotes an ideal C-scan image, n denotes the noise, and ⊗ is convolution operation. When y is available and x needs to be estimated, the problem is an ill-posed problem where prior image information is required [24]. Considering that the defects in an object are generally finite and their distribution is sparse, only a few pixel values of the image x where the defect exists should be non-zero, and the others should be 0. Thus we can add an l1-norm regularization term to make sure x be sparse, and obtain the reconstructed image x ^ by solving the optimization problem,
x ^ = arg min x λ k x y 2 2 + x 1
where 2 denotes the Euclidean norm, 1 denotes the l1-norm in vector, and λ is the regularization parameter. The first term ensures that the solution is consistent with the observed image, and the second term inserts the image prior information to the solution. The problem in Equation (2) is a typical convex l1-regularized problem [24,25] that can be solved by iterative shrinkage-thresholding algorithm (ISTA) [26]. The regularization parameter λ balances the first term and second term of Equation (2), which means the value is affected by the fidelity of the measurements, the noise level, and the sparse level of the image [26]. For a given C-scan image, a large value will result in a least squares solution which may be unstable, while a small value may over smooth the solution due to excessive regularization [18,26,27,28]. Here, we set λ according to the method described in [28].
Then y and x ^ are evaluated using a target-to-clutter ratio (TCR) metric adapted from [28], which is a measure of the signal in the target region relative to the signal from the background region. The TCR represents the signal-to-noise ratio of the image,
T C R = 20 log 10 ( ( 1 N T T f i j ) / ( 1 N b b f i j ) ) ,
where f i j denotes the pixel of the image, T denotes the target region in the image, NT is the number of pixels in the target region, b denotes the background region, and Nb is the number of pixels in the background region. Due to the l1-norm regularization, most of the pixel values in the background region will be zero, and the signal-to-noise ratio can be significantly enhanced. We call this method AMI sparse reconstruction (AMISR), whose pseudocode is presented in Algorithm 1. The parameters δ and ε, both set to 0.001, are the step sizes for ISTA update and convergence tolerance, respectively. The operator S is a soft shrinkage operation, defined as S δ ( x i ) = m a x { | x i | δ , 0 } s i g n ( x i ) , shrinking every component of the input matrix towards zero.
Algorithm 1. Pseudocode of AMISR
1: Input: Oversampled C-scan image y, point spread function k, regularization parameters δ, ε, λ
2: Initialization x 0 = y , flag = 1
3: while (flag), do
4:  υ k = x k δ λ K T ( K x k y )
5:  x k + 1 = S δ ( υ k )
6:  if x k + 1 x k 2 2 < ε
7:   x ^ = x k + 1 , flag = 0
8:  end
9: end
10: Calculate TCR
11: Output: Reconstruct image x ^ , TCR

3. Point Spread Function (PSF)

3.1. Modeling

The PSF describes the response of the AMI system (with the spatial sampling intervals of 1 μm) to a defect (with the size of 1 μm) placed at the focal plane, i.e., the observed C-scan image. The finite element model is developed with the commercial software (COMSOL Multiphysics 5.2), as shown in Figure 1. To overcome the huge computational resource requirements [20,21,22,23], we design a virtual transducer (VT) by reducing the size of the physical transducer (1/20 of the physical transducer) in the model, as shown in Figure 1a. The sizes of the coupling water zone and the thickness of the sample are also reduced. The arc that represents the VT has a chord length of 98.8 μm and a curvature radius of 399.3 μm. The micro defect has a width of 1 μm and a height of 50 μm, as shown in Figure 1b. The material properties used in the model are obtained from the material library of the COMSOL. The acoustic velocities in water and tungsten are 1484 m/s and 4620 m/s, respectively. The densities of water and tungsten are set to 1000 Kg/m3 and 17,800 Kg/m3. The Poisson’s ratio and Young’s modulus of tungsten are 0.27 and 360 GPa. The ultrasonic excitation signal is a broadband modulated pulse which can be modeled as a Gabor function,
f ( t ) = A exp ( π ( t μ ) 2 σ 2 ) sin ( 2 π f 0 t )
where A is the reference amplitude, f0 is the central frequency of the transducer (230 MHz), and μ = 2/f0 and σ = 1/(2f0) are the translation and standard deviation of Gaussion function. The Gabor function is defined as the normal displacement of the VT arc during excitation. After the excitation, the VT arc is set as a radiation boundary for receiving signals. The solid-liquid interface is set as an acoustic-structural coupled boundary, and the other boundaries are set as radiation boundaries in the liquid region and low reflection boundaries in the solid region. The grid in the model is set as 10 elements per wavelength. The temporal resolution is set as 25 time steps per period of the acoustic wave. The simulation is carried out for 90 ns, where the excitation lasts for the first 20 ns. The integral of the pressure data along the transducer arc is defined as the received signal of the VT.
We first carry out transient simulation in tungsten without defect to confirm the position of the focus of the VT, as shown in Figure 1c. Afterwards, the defect is located in the focal plane of the VT with the horizontal position changing at 1 μm intervals in simulations. Since the model is axisymmetric, only half of the model is scanned.

3.2. Characteristics of the VT

Figure 2a depicts the beam profile obtained from the model (Figure 1c) by mapping maximum displacement of the coordinate points, where an obvious focus region can be observed. Figure 2b,c indicates the normalized displacement along the dash lines labeled in Figure 2a. The red dash lines indicating −6 dB cut-off threshold define the depth of field (DOF) and the spot size of the VT. The spot size in tungsten is measured as 27 μm in Figure 2b. The DOF is given as 261 μm in Figure 2c with the focal plane about −96 μm.

3.3. C-Scan and PSF

Figure 3a depicts a representative A-scan signal with the transducer at the position 0 μm, which indicates that the transducer is located upon the center of the defect. The echo of the defect is too weak compared with that of the surface, which is zoomed in the insert. The dash lines represent the gate of echo. A-scans are then assembled in Figure 3b like a B-scan image, where only the echo of the defect is shown. Every column of the figure represents an A-scan signal obtained in every simulation with a different position of the defect, and every row represents the varied time of the received signal. The defect echo gated by the dash lines is the received signal related to the defect. Some interference signals are observed when the transducer is far away from the defect, which may be caused by the sidelobe of the focus region as shown in Figure 2a.
The maximum amplitude values of the gated A-scan signals are calculated, forming the C-line as displayed in Figure 3c. Obviously, it decreases when the transducer moves away from the defect. The C-scan is produced after mapping the C-line around the central axis, as shown in Figure 3d. By abandoning the small values caused by the interference signal, we acquire the PSF and normalize it as illustrated in Figure 3e, which can be used for further analysis.

4. Experimental Verification

Three samples with artificial defects (including single groove, two grooves, and a complex defect) were used for verification. A circular tungsten sheet 4 inches in diameter and 500 μm in thickness was polished to optical flatness on both sides. Then the defect pattern was etched with the depth about 50 μm by inductive couple plasmas (ICP) etching. After that, the sheet was cut into small pieces with the area about ~10 × 10 mm2. The AMI test was performed on the pieces using a scanning acoustic microscopy (SAM, D9500, Sonoscan, Elk Grove Village, IL, USA), as shown in Figure 4a. The transducer (230SP) had a central frequency of 230 MHz and a focal length of 7924.8 μm in water. The f-number of the transducer was 4. The pieces were immersed in water and the focus of the transducer was located at the bottom of the artificial defects. The spatial sampling interval of the scanning system was 1 μm for 1 pixel, in accord with the simulation. Finally, the topography of the artificial defects was measured with a laser scanning confocal microscopy (LSCM, VK-X200K, Keyence, Japan) for comparison.

4.1. Single Groove

Figure 4b displays the topography of the single groove obtained by LSCM, and the average height of the region indicated by the black box is given in Figure 4c. The sidewall of the groove has a slight tilt caused inevitably by the ICP process. To determine the bottom and the sidewall, first-order derivative of the height curve is shown in the insert. The region where the derivative almost equals zero is considered as the bottom, of which the width is 23.5 μm.
The original C-scan image and reconstructed image by the AMISR are presented in Figure 4d and Figure 4e, respectively. To avoid the interference of the noise, the average profiles along the direction of the groove are presented in dB (Figure 4f). The blue line and red line represent the average profiles calculated from the blue block in Figure 4d and the red block in Figure 4e. Here the −6 dB width is defined as the width of the groove. We obtain the width of 37.5 μm (according to the original C-scan image) and 22 μm (according to the reconstructed image). Compared with the width obtained from the LSCM, the AMISR provides a more accurate result (only 6.4% deviation) than the original C-scan (59.6% deviation).
To quantify the image formed by the AMISR and C-scan, TCR is calculated to analyze the signal-to-noise ratio. The cross section of the groove based on the reference values is generated as a mask (illustrated in Figure 4g). To distinguish the target region from the background region, the mask is superimposed on the original C-scan image (Figure 4h) and the image formed by AMISR (Figure 4i). The TCR of the AMISR result is 41.8 dB, almost four times that of the original C-scan (10.5 dB). Hence, the proposed method can significantly enhance the signal-to-noise ratio.

4.2. Two Grooves

The topography of the two grooves obtained by the LSCM is shown in Figure 5a. The average profile indicated by the black box in Figure 5a illustrates the reference widths of the two grooves (33.4 μm and 32.4 μm), as shown in Figure 5b. The original C-scan image, presented in Figure 5c, gives the width of 44 μm or 43 μm as shown in Figure 5e, 31.7% or 32.7% deviated from the reference values. The reconstructed image formed by the AMISR, as shown Figure 5d, provides the widths about 32 μm, only 4.2% or 1.2% deviated from the reference values. Figure 5f–h illustrate the cross sections of the grooves generated on the reference values as a mask, the original C-scan image, and the reconstructed image superimposed with the mask, respectively. The TCR value of the AMISR result is 35.5 dB, almost three times that of the original C-scan image (12.7 dB). Therefore, the proposed method works better than the original C-scan image.

4.3. Complex Defect

Experimental verification on a complex defect is further performed, as shown in Figure 6. The reference width of the branch is 25.5 μm obtained from the LSCM, as shown in Figure 6a,b. The original C-scan image (Figure 6c) gives the width of 36 μm in Figure 6e, 41.2% deviated from the reference value. The reconstructed image (Figure 6d) gives the width of 27 μm with 5.9% deviation. The TCR value of the image formed by the AMISR is 31.2 dB (Figure 6h), better than that of the original C-scan image (12.6 dB in Figure 6g). Thus, the proposed method is also effective for complex defects in resolution improvement and signal-to-noise ratio enhancement.
Here we only focus on the C-scan image and the lateral resolution. The axial resolution can be acquired from the B-scan image, of which the image-forming method is different and also has a corresponding PSF. If we obtain the corresponding PSF, the AMISR can also improve the axial resolution.

5. Conclusions

In this paper, a sparse reconstruction method for micro defect detection in AMI is proposed. The AMI system is modeled as an LTI system, where the output signal is the observed C-scan image and the input signal is the ideal C-scan image. When the observed C-scan image is available, the problem of estimating the ideal C-scan image is a deblurring problem, where the key parameter is the PSF. Here, we develop a finite element model for AMI to simulate the detection of micro defects and acquire the PSF of the system. By using the PSF as the blur-kernel, we reconstruct the deblurred image from the oversampled C-scan image based on l1-norm regularization, improving the resolution and enhancing signal-to-noise ratio. Single groove and two grooves together with a complex defect are used for verification. The experimental results prove that the method has a significant improvement in detection accuracy and signal-to-noise ratio compared to the original C-scan.

Acknowledgments

The authors are grateful for the financial supports by the National Key Basic Research Special Fund of China (Grant No. 2015CB057205), the National Natural Science Foundation of China (Grant No. 51305179), the Program for Changjiang Scholars and Innovative Research Team in University (No. IRT13017), and the Natural Science Foundation of Jiangsu Province (China, No. BK20160183).

Author Contributions

Yichun Zhang and Lei Su conceived and designed the simulations; Yichun Zhang and Kepeng Chen performed the AMI experiments; Xiao Wang and Yuan Hong contributed with CLSM; Yichun Zhang, Tielin Shi, and Guanglan Liao analyzed the data; Yichun Zhang and Guanglan Liao wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
AMIAcoustic microscopy imaging
SAMScanning acoustic microscopy
PSFPoint spread function
TCRTarget-to-clutter ratio
LTILinear time invariant
ISTAIterative shrinkage-thresholding algorithm
AMISRAcoustic microscopy imaging sparse reconstruction
VTVirtual transducer
ICPInductive couple plasmas
LSCMLaser scanning confocal microscopy

References

  1. Wang, F.L.; Wang, F. Rapidly void detection in TSVs with 2-D X-ray imaging and artificial neural networks. IEEE Trans. Semicond. Manuf. 2014, 2, 246–251. [Google Scholar] [CrossRef]
  2. Wang, F.L.; Wang, F. Void Detection in TSVs with X-ray image multithreshold segmentation and artificial neural networks. IEEE Trans. Compon. Packag. Manuf. 2014, 7, 1245–1250. [Google Scholar] [CrossRef]
  3. Lu, X.N.; Liao, G.L.; Zha, Z.Y.; Xia, Q.; Shi, T.L. A novel approach for flip chip solder joint inspection based on pulsed phase thermography. NDT E Int. 2011, 6, 484–489. [Google Scholar]
  4. Brand, S.; Czurratis, P.; Hoffrogge, P.; Temple, D.; Malta, D.; Reed, J.; Petzold, M. Extending acoustic microscopy for comprehensive failure analysis applications. J. Mater. Sci. Mater. Electron. 2011, 10, 1580–1593. [Google Scholar] [CrossRef]
  5. Martin, E.; Larato, C.; Clément, A.; Saint-Paul, M. Detection of delaminations in sub-wavelength thick multi-layered packages from the local temporal coherence of ultrasonic signals. NDT E Int. 2008, 4, 280–291. [Google Scholar]
  6. Brand, S.; Lapadatu, A.; Djuric, T.; Czurratis, P.; Schischka, J.; Petzold, M. Scanning acoustic gigahertz microscopy for metrology applications in three-dimensional integration technologies. J. Micro/Nanolithogr. MEMS MOEMS 2014, 13, 011207. [Google Scholar] [CrossRef]
  7. Errico, C.; Pierre, J.; Pezet, S.; Desailly, Y.; Lenkei, Z.; Couture, O.; Tanter, M. Ultrafast ultrasound localization microscopy for deep super-resolution vascular imaging. Nature 2015, 7579, 499–502. [Google Scholar] [CrossRef] [PubMed]
  8. Viessmann, O.M.; Eckersley, R.J.; Christensen-Jeffries, K.; Tang, M.X.; Dunsby, C. Acoustic super-resolution with ultrasound and microbubbles. Phys. Med. Biol. 2016, 18, 6447–6458. [Google Scholar] [CrossRef] [PubMed]
  9. Kwak, D.R.; Yoshida, S.; Sasaki, T.; Todd, J.A.; Park, I.K. Evaluation of near-surface stress distributions in dissimilar welded joint by scanning acoustic microscopy. Ultrasonics 2016, 67, 9–17. [Google Scholar] [CrossRef] [PubMed]
  10. Su, L.; Zha, Z.Y.; Lu, X.N.; Shi, T.L.; Liao, G.L. Using BP network for ultrasonic inspection of flip chip solder joints. Mech. Syst. Signal Process. 2013, 32, 183–190. [Google Scholar] [CrossRef]
  11. Su, L.; Shi, T.L.; Xu, Z.S.; Lu, X.N.; Liao, G.L. Defect inspection of flip chip solder bumps using an ultrasonic transducer. Sensors 2013, 12, 16281–16291. [Google Scholar] [CrossRef]
  12. Zhang, G.M.; Zhang, C.Z.; Harvey, D.M. Sparse signal representation and its applications in ultrasonic NDE. Ultrasonics 2012, 3, 351–363. [Google Scholar] [CrossRef] [PubMed]
  13. Zhang, G.M.; Harvey, D.M.; Braden, D.R. Advanced acoustic microimaging using sparse signal representation for the evaluation of microelectronic packages. IEEE Trans. Adv. Packag. 2006, 29, 271–283. [Google Scholar] [CrossRef]
  14. Mor, E.; Aladjem, M.; Azoulay, A. Cluster-enhanced sparse approximation of overlapping ultrasonic echoes. IEEE Trans. Ultrason. Ferroelectr. Freq. Control 2015, 2, 373–386. [Google Scholar] [CrossRef] [PubMed]
  15. Carcreff, E.; Bourguignon, S.; Idier, J.; Simon, L. A linear model approach for ultrasonic inverse problems with attenuation and dispersion. IEEE Trans. Ultrason. Ferroelectr. Freq. Control 2014, 7, 1191–1203. [Google Scholar] [CrossRef] [PubMed]
  16. Jin, H.R.; Yang, K.J.; Wu, S.W.; Wu, H.T.; Chen, J. Sparse deconvolution method for ultrasound images based on automatic estimation of reference signals. Ultrasonics 2016, 67, 1–8. [Google Scholar] [CrossRef] [PubMed]
  17. Wu, H.T.; Chen, J.; Wu, S.W.; Jin, H.R.; Yang, K.J. A model-based regularized inverse method for ultrasonic B-scan image reconstruction. Meas. Sci. Technol. 2015, 26, 10540110. [Google Scholar] [CrossRef]
  18. Guarneri, G.; Pipa, D.; Junior, F.; de Arruda, L.; Zibetti, M. A sparse reconstruction algorithm for ultrasonic images in nondestructive testing. Sensors 2015, 4, 9324–9343. [Google Scholar] [CrossRef] [PubMed]
  19. Canumalla, S. Resolution of broadband transducers in acoustic microscopy of encapsulated ICs: Transducer selection. IEEE Trans. Compon. Packag. Technol. 1999, 4, 582–592. [Google Scholar] [CrossRef]
  20. Lee, C.S.; Zhang, G.M.; Harvey, D.M.; Qi, A. Characterization of micro-crack propagation through analysis of edge effect in acoustic microimaging of microelectronic packages. NDT E Int. 2016, 79, 1–6. [Google Scholar]
  21. Lee, C.S.; Zhang, G.M.; Harvey, D.M.; Ma, H.W.; Braden, D.R. Finite element modelling for the investigation of edge effect in acoustic micro imaging of microelectronic packages. Meas. Sci. Technol. 2016, 27, 25601. [Google Scholar] [CrossRef]
  22. Lee, C.S.; Zhang, G.M.; Harvey, D.M.; Ma, H.W. Development of C-Line plot technique for the characterization of edge effects in acoustic imaging: A case study using flip chip package geometry. Microelectron. Reliab. 2015, 12, 2762–2768. [Google Scholar] [CrossRef]
  23. Lee, C.S. Numerical Study for Acoustic Micro-Imaging of Three Dimensional Microelectronic Packages. Ph.D. Thesis, Liverpool John Moores University, Liverpool, UK, 2014. [Google Scholar]
  24. Efrat, N.; Glasner, D.; Apartsin, A.; Nadler, B.; Levin, A. Accurate blur models vs. image priors in single image super-resolution. In Proceedings of the IEEE International Conference on Computer Vision (ICCV), New York, NY, USA, 29 August 2013; pp. 2832–2839.
  25. Krishnan, D.; Tay, T.; Fergus, R. Blind deconvolution using a normalized sparsity measure. In Proceedings of the IEEE Computer Vision and Pattern Recognition (CVPR), Providence, RI, USA, 20 June 2011; pp. 233–240.
  26. Beck, A.; Teboulle, M. A fast iterative shrinkage-thresholding algorithm for linear inverse problems. SIAM J. Imaging Sci. 2009, 2, 183–202. [Google Scholar] [CrossRef]
  27. Shao, W.Z.; Li, H.B.; Elad, M. Bi-l0-l2-norm regularization for blind motion deblurring. J. Vis. Commun. Image Represnet. 2015, 33, 42–59. [Google Scholar] [CrossRef]
  28. Tuysuzoglu, A.; Kracht, J.M.; Cleveland, R.O.; Cetin, M.; Karl, W.C. Sparsity driven ultrasound imaging. J. Acoust. Soc. Am. 2012, 21, 1271–1281. [Google Scholar] [CrossRef] [PubMed] [Green Version]
Figure 1. The simulation model (unit in μm ): (a) The geometrical model; (b) Area segments in the model with defect; (c) Area segments in the model without defect; (d) Meshing with 10 elements per wavelength, and the position of defect is offset to emulate the transducer scanning in AMI.
Figure 1. The simulation model (unit in μm ): (a) The geometrical model; (b) Area segments in the model with defect; (c) Area segments in the model without defect; (d) Meshing with 10 elements per wavelength, and the position of defect is offset to emulate the transducer scanning in AMI.
Sensors 16 01773 g001
Figure 2. Characteristics of the VT in solid (unit in μm): (a) Beam profile of the VT with diagram of DOF and the spot size; (b) Spot size measurement in lateral direction; (c) Depth of field measurement in vertical direction.
Figure 2. Characteristics of the VT in solid (unit in μm): (a) Beam profile of the VT with diagram of DOF and the spot size; (b) Spot size measurement in lateral direction; (c) Depth of field measurement in vertical direction.
Sensors 16 01773 g002
Figure 3. The A-scan, C-scan, and PSF (unit in μm): (a) A-scan of the model with the transducer at position 0 μm; (b) B-scan like image; (c) C-line; (d) C-scan; (e) PSF extracted from (d).
Figure 3. The A-scan, C-scan, and PSF (unit in μm): (a) A-scan of the model with the transducer at position 0 μm; (b) B-scan like image; (c) C-line; (d) C-scan; (e) PSF extracted from (d).
Sensors 16 01773 g003
Figure 4. Results of the single groove (unit in μm): (a) Schematic diagram of AMI; (b) The topography of the groove; (c) Average profile of the groove; (d) Original C-scan image; (e) The reconstructed image formed by AMISR; (f) Average values of the regions indicated in (d) and (e); (g) The cross section of the groove; (h) The original C-scan image superimposed with the mask; (i) The reconstructed image superimposed with the mask.
Figure 4. Results of the single groove (unit in μm): (a) Schematic diagram of AMI; (b) The topography of the groove; (c) Average profile of the groove; (d) Original C-scan image; (e) The reconstructed image formed by AMISR; (f) Average values of the regions indicated in (d) and (e); (g) The cross section of the groove; (h) The original C-scan image superimposed with the mask; (i) The reconstructed image superimposed with the mask.
Sensors 16 01773 g004
Figure 5. Results of two grooves (unit in μm): (a) The topography of the grooves; (b) Average profile of the grooves; (c) Original C-scan image; (d) The reconstructed image formed by AMISR; (e) Average values of the regions indicated in (c) and (d); (f) The cross section of the grooves; (g) The original C-scan image superimposed with the mask; (h) The reconstructed image superimposed with the mask.
Figure 5. Results of two grooves (unit in μm): (a) The topography of the grooves; (b) Average profile of the grooves; (c) Original C-scan image; (d) The reconstructed image formed by AMISR; (e) Average values of the regions indicated in (c) and (d); (f) The cross section of the grooves; (g) The original C-scan image superimposed with the mask; (h) The reconstructed image superimposed with the mask.
Sensors 16 01773 g005
Figure 6. Results of complex defect (unit in μm): (a) The topography of the defect; (b) Average profile of the branch; (c) Original C-scan image; (d) The reconstructed image formed by AMISR; (e) Average profile of the regions indicated in (c) and (d); (f) The cross section of the defect; (g) The original C-scan image superimposed with the mask; (h) The reconstructed image superimposed with the mask.
Figure 6. Results of complex defect (unit in μm): (a) The topography of the defect; (b) Average profile of the branch; (c) Original C-scan image; (d) The reconstructed image formed by AMISR; (e) Average profile of the regions indicated in (c) and (d); (f) The cross section of the defect; (g) The original C-scan image superimposed with the mask; (h) The reconstructed image superimposed with the mask.
Sensors 16 01773 g006

Share and Cite

MDPI and ACS Style

Zhang, Y.; Shi, T.; Su, L.; Wang, X.; Hong, Y.; Chen, K.; Liao, G. Sparse Reconstruction for Micro Defect Detection in Acoustic Micro Imaging. Sensors 2016, 16, 1773. https://doi.org/10.3390/s16101773

AMA Style

Zhang Y, Shi T, Su L, Wang X, Hong Y, Chen K, Liao G. Sparse Reconstruction for Micro Defect Detection in Acoustic Micro Imaging. Sensors. 2016; 16(10):1773. https://doi.org/10.3390/s16101773

Chicago/Turabian Style

Zhang, Yichun, Tielin Shi, Lei Su, Xiao Wang, Yuan Hong, Kepeng Chen, and Guanglan Liao. 2016. "Sparse Reconstruction for Micro Defect Detection in Acoustic Micro Imaging" Sensors 16, no. 10: 1773. https://doi.org/10.3390/s16101773

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop