You are on page 1of 2

Microwave Sensor For Imaging Corrosion Under Coatings

Utilizing Pattern Recognition


Abdulbaset Ali, Abdurhman Albasir, and Omar M. Ramahi
Electrical and Computer Engineering Department
University of Waterloo
Waterloo, ON, Canada
oramahi@uwaterloo.ca

Abstract—The problem of detecting corrosion under coating has been The sensor used in this study was based on a microstrip transmis-
under investigation for a long time where different methods were used. sion line with a complementary split-ring resonator (CSRR) etched
These methods included pulsed eddy currents, magnetic flux leakage, and
in the ground plane of a PCB [6] . The transmission line excites the
microwaves-based sensing amongst others. This work proposes combining
microwave sensing and artificial intelligence to build a nondestructive CSRR structure which acts as an electrically small resonator. Figure.
evaluation modality for imaging hidden corrosion underneath coatings 1-a shows the sensor’s layout, where the red line is the transmission
in metallic structures. The response of the microwave sensor for each line on top of a substrate and the green region is the ground plane
scanned position was classified using a binary pattern recognition model on the bottom of the PCB. The sensing region was comprised of
to build black and white images. Resultant images of different materials
under test indicate high imaging lateral resolution. two co-centered split square rings, which form an inductor-capacitor
(L-C) structure that resonated at a 3.75 GHz frequency. The sensor’s
I. I NTRODUCTION responses of the transmission coefficient magnitude for healthy and
corroded regions are shown in Fig. 1-b. As it can be noticed that there
The corrosion of metallic structure is of high interest to reliability are two distinctive behaviors, one belongs to a healthy scanned region
engineers. As infrastructure ages, the maintenance task becomes more (thin line) and the other one to a defected region (thick line). the
challenging technically and financially [1]. The problem of metallic sensor’s response (|S21 |) was based on sweeping the frequency(3.25
structures corrosion may lead to a greater consequences than simple - 4.2 GHz) with 5MHz increment.
metal loss [2]. In some cases, corrosion related issues could result in
injuries, fatalities, environmental hazards, and reduced infrastructure III. DATA P REPROCESSING AND I MPLEMENTED AI M ODEL
performance. For example, the National Association of Corrosion Building an AI classifier model, requires training and tuning using
Engineers International (NACE) estimated that the direct cost of labeled data first, then it becomes ready for unlabeled data during the
corrosion for 2013 to be higher than $ 1 trillion [3]. test phase. The method used to collect the training dataset was based
Several studies focused on the Non-Destructive Testing (NDT). on the following simulated models (all simulations were performed
These NDT approaches were based on ultrasound, eddy current, using ANSYS R -HFSSTM ): (1) A healthy Teflon coated metallic plate
magnetic particle testing, dye penetrant, and visual testing. However, was scanned using raster scan. A total of 209 scans/samples were
these technologies face challenges in detecting corrosion under non- collected and labeled as a negative class (Y=0). (2) A corroded region
metallic coatings. As coatings increase the lift-off distance between in Teflon coated metallic plate was scanned and a total of 209 positive
the sensor and target surface, this increases the difficulty of detecting sample were collected and labeled as (Y=1). However in this case, the
underneath corrosion [4]. Therefore, due to the good penetration introduced corrosion was designed to have different depths (0.5mm,
property of electromagnetic waves dielectrics, microwave sensing has 1mm, 2 mm, and 3mm); thus the learned classier would generalize
been applied to detect corrosion under coatings [4]–[6]. Motivated better for different test scenarios. Figure 2 illustrates the shape of the
by earlier works, we propose a system that combines artificial corroded plates used for training of the positive class. A total of 418
intelligence (AI) and microwave sensing. The system is tested using a samples were collected and processed using Principal Component
numerical simulation study. The sensor was used to test defected and Analysis (PCA) for dimensionality reduction.
defect-free metallic plates showing feasibility in practical scenarios.

II. S IMULATION S ETUP AND DATA G ENERATION

Transmission line (copper)

Dielectric substrate

(a) (b)
Ground plane (copper)
Fig. 2: Multi-depth corroded material of (50µm)Teflon coated (a) top
(a) (b) view (b)side view

Fig. 1: (a) Used sensor’s structure. (b) Sensor’s response |S21 | for The data obtained from the sensor is a high dimensional (191-d).
corroded and corrosion-free regions Therefore, PCA was used to reduce the data dimension to 15-d as

978-1-5090-2886-3/16/$31.00 ©2016 IEEE 951 AP-S 2016


Authorized licensed use limited to: ULAKBIM UASL - Akdeniz Universitesi. Downloaded on December 08,2023 at 09:01:47 UTC from IEEE Xplore. Restrictions apply.
well as obtaining insight about the nature of the classes’ distributions
through in 2-d space. Since this work is a classification task, it would
be desirable to project the explanatory variables along directions that
are related to the response variable (labels) [7]. To address this issue,
we have applied supervised-PCA and the results are discussed below
in Fig3
1.5

0.5
2 nd Principal Component

0
(a) (b)
-0.5

-1 Fig. 5: Reconstructed images of (50µm)Teflon coated MUTs (a)


-1.5
Corrosion
Testing MUT 1 image (b) Testing MUT 2 image
-2
No Corrosion
-2.5
1 2 3 4 5
st
1 Principal Component

V. C ONCLUSION
Fig. 3: SPCA 2D Visualization
Using numerical simulation, we demonstrated a corrosion imaging
The support vector machine (SVM) algorithm has become one of
system that utilizes microwave sensor and Al model. Due to the high
the most effective algorithms for solving problems in classification
dimensionality of the obtained data, SPCA was used to perform
and by default SVM is binary classifier which suites this case under
feature extraction. The AI model was implemented using SVM
study . An important feature of SVM is that the determination of
because it fits the case of binary classification. The trained AI model
the model parameters corresponds to a convex optimization problem,
show good generalization on unseen defects in terms of defect shape
thus any local solution is also a global optimum [8]. Considering
characterization and sharp lateral resolution.
SVM for classification of a two-class problem using linear models
of the form: ACKNOWLEDGMENT
y(x) = W T φ(x) + b (1) This work was supported in part by the Libyan Ministry of Higher
where φ(x) denotes a fixed feature-space transformation and b is Education and Scientific Research and the Natural Sciences and
the bias parameter. The implemented SVM classifier was based on Engineering Research Council of Canada (NSERC). The authors
a Matlab interface of Libsvm [9] The SVM classifier achieved high acknowledge software support provided by CMC Microsystems and
classification accuracy mainly by optimizing the kernel type, degree, the help of Dr. Ali Ghodsi for implementing the AI model and SPCA.
and termination criterion tolerance. During SVM optimization, the R EFERENCES
model showed that polynomial kernel of degree 2 achieved higher
validation accuracy rates than other kernel types. [1] R. W. Revie and H. H. Uhlig, Corrosion and Corrosion Control: An
Introduction to Corrosion Science and Engineering. John Wiley & Sons,
IV. AI M ODEL T ESTING AND R ESULTS Inc., 2008.
[2] U. DOT and F. FHWA, “Status of the nations highway bridges, and transit:
Two test scenarios were simulated to validate the effectiveness of Conditions & performance,” in Report to Congress, 2006.
the learned AI model. The layout shape of the materials under test [3] N. A. of Corrosion Engineers, Study on Corrosion Cost and Preventive
are shown in Fig.4. Strategies, 2013.
[4] S. Kharkovsky and R. Zoughi, “Microwave and millimeter wave non-
destructive testing and evaluation-overview and recent advances,” Instru-
mentation & Measurement Magazine, IEEE, vol. 10, no. 2, pp. 26–38,
2007.
[5] M. Ghasr, S. Kharkovsky, R. Zoughi, and R. Austin, “Comparison of
near-field millimeter-wave probes for detecting corrosion precursor pitting
under paint,” IEEE Transactions on Instrumentation and Measurement,
vol. 54, no. 4, pp. 1497–1504, Aug 2005.
[6] A. M. Ali and O. M. Ramahi, “Microwave imaging of subsurface defects
in coated metallic structures using small ring resonators,” NDT in Canada
2015 Conference, Edmonton, 16-17 Jul 2015.
[7] E. Barshan, A. Ghodsi, Z. Azimifar, and M. Z. Jahromi, “Supervised
(a) (b) principal component analysis: Visualization, classification and regression
on subspaces and submanifolds,” Pattern Recognition, vol. 44, no. 7, pp.
Fig. 4: Testing MUTs (a) MUT with rectangular shape corrosion. (b) 1357–1371, 2011.
MUT with T shape corrosion [8] C. M. Bishop, Pattern recognition and machine learning. springer, 2006.
[9] C.-C. Chang and C.-J. Lin, “Libsvm: A library for support vector
machines,” ACM Transactions on Intelligent Systems and Technology
The first MUT was a metallic plate with a single corrosion defect (TIST), vol. 2, no. 3, p. 27, 2011.
an area of 15mm×7mm and 1mm depth. A scan of 23mm×23mm
around the defect was made to collect 529 test points were generated.
The second MUT2 was a metallic plate with two corrosion defects
arranged in a T shape and the depth of vertical defect was 1 and the
horizontal defect was 2 mm. The number of generated scans/samples
in this case was 756.
The results shown in Fig. 5 were obtained from SVM classifier
applied on a reduced data. We applied SPCA on the training and test
data sets, and we used the 15 principle components.

952
Authorized licensed use limited to: ULAKBIM UASL - Akdeniz Universitesi. Downloaded on December 08,2023 at 09:01:47 UTC from IEEE Xplore. Restrictions apply.

You might also like