Next Article in Journal
The Application of Electromagnetic Sensors for Determination of Cherenkov Cone Inside and in the Vicinity of the Detector Volume in Any Environment Known
Previous Article in Journal
No Reference, Opinion Unaware Image Quality Assessment by Anomaly Detection
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

A FOD Detection Approach on Millimeter-Wave Radar Sensors Based on Optimal VMD and SVDD

School of Electrical Engineering, Sichuan University, Chengdu 610000, China
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(3), 997; https://doi.org/10.3390/s21030997
Submission received: 10 December 2020 / Revised: 22 January 2021 / Accepted: 29 January 2021 / Published: 2 February 2021
(This article belongs to the Section Remote Sensors)

Abstract

:
Foreign object debris (FOD) on airport runways can cause serious accidents and huge economic losses. FOD detection systems based on millimeter-wave (MMW) radar sensors have the advantages of higher range resolution and lower power consumption. However, it is difficult for traditional FOD detection methods to detect and distinguish weak signals of targets from strong ground clutter. To solve this problem, this paper proposes a new FOD detection approach based on optimized variational mode decomposition (VMD) and support vector data description (SVDD). This approach utilizes SVDD as a classifier to distinguish FOD signals from clutter signals. More importantly, the VMD optimized by whale optimization algorithm (WOA) is used to improve the accuracy and stability of the classifier. The results from both the simulation and field case show the excellent FOD detection performance of the proposed VMD-SVDD method.

1. Introduction

The foreign object debris (FOD) [1] on airport runways, such as screws, animals, stones, plastics and so on, can lead to tragedies of aircraft damage and human mortality. FODs cause severe direct damage and enormous maintenance cost to airport authorities every year around the world. In order to ameliorate this problem, it is urgent to develop a reliable, high-efficiency and automatic FOD monitoring system. At present, the UK Tarsier system [2], the Israeli FODetect system [3], the US FODFinder system [4], and the FOD detection system of Beijing Daxing International Airport in China are in service, which are composed of optical equipment and millimeter-wave (MMW) radar sensor systems. According to the evaluation of the Federal Aviation Administration, the performance of optical instruments is greatly influenced by light, and the detecting probability is very poor in bad weather [5]. On the contrary, millimeter-wave (MMW) radar system is less effected by illumination and climate condition [6], and MMV radar has higher resolution and lower power consumption [7,8,9].
However, the major challenge for radar systems is how to detect weak target signals from the strong ground clutter of airport runway background [10]. The constant false alarm rate (CFAR) methods including cell-average CFAR (CA-CFAR) [11] and clutter-map CFAR (CM-CFAR) [12] are widely utilized in radar automatic target recognition systems. CFAR can automatically adjust the threshold to detect targets when the intensity of external interference changes. But CFAR methods are restricted by the complex background scattering characteristics in airport runway [13] and therefore generate many false alarms.
To solve this problem, some researchers have studied various FOD detection methods. Reference [14] proposed a hierarchical FOD detection scheme based on CM-CFAR and pattern classification. This method adopts hierarchical signal processing mechanism. Firstly, CM-CFAR algorithm is used to process radar echo signals, which reduces the intensity of ground clutter. Then classification method is used to distinguish targets from false alarms, which reduces the false alarm probability and improves the detection probability. Nevertheless, the detection result still depends on the detection effect of CFAR and is influenced by clutter. Reference [15] established a particle swarm optimization-support vector data description (PSO-SVDD) classifier to detect target signals form ground clutter signals that the classifier parameters were optimized by particle swarm optimization (PSO). For PSO-SVDD classifier, a large number of ground clutter signals are used to train the classifier in the training stage. Compared with the traditional CA-CFAR and CM-CFAR method, this method has a better detection performance. However, the classification boundary is easily overfitted due to lack of target sampling data to train the PSO-SVDD classifier. This paper proposes an improved FOD detection approach based on optimal Variational mode decomposition (VMD) and support vector data description (SVDD). The aims of this method are to suppress ground clutter and improve target detection probability.
VMD [16,17], a sparse signal processing method, can decompose a complex signal into an ensemble of band-limited intrinsic mode functions (BLIMFs). The key issue is how to set two crucial parameters of VMD algorithm: the penalty factor α and the decomposition layer number K. In [18,19], the VMD parameters are searched by particle swarm optimization (PSO) algorithm and artificial fish swarm algorithm (AFSA), respectively. From their results, it is feasible to apply artificial intelligence (AI) algorithms for VMD parameter optimization. Whale optimization algorithm (WOA) [20] is an efficient search and optimization method in AI algorithms that has many superiorities, such as fewer input parameters, faster convergence speed, and stronger global search ability. SVDD [21] is one of the most prominent methods for one-class classification that is to find a set containing the most typic instances and rejecting abnormal instances. In this paper, the parameters of VMD are first optimized by WOA. Then radar echo signals are decomposed into FOD intrinsic mode functions (IMFs) and clutter IMFs with the optimal VMD. Finally, clutter IMFs are utilized to train the SVDD classifier, and then targets in FOD IMFs are detected by the trained classifier. Here, the optimal VMD algorithm can not only improve the classification effect of the SVDD classifier but also ensure the stable working performance of the classifier. Experiments are conducted to validate that the proposed VMD-SVDD method can yield preferable detection results in simulation and practical measure.
The rest of this paper is organized as follows. In Section 2, the distance measuring principle of linear frequency modulated continuous wave (LFMCW) radar is introduced. The proposed method is described in detail in Section 3. The Section 4 gives the experimental processes and results. The conclusions are drawn in Section 5.

2. Distance Measuring Principle of LFMCW Radar

Linear frequency modulated continuous wave (LFMCW) [22] radar is frequently used in radar sensors on airport runways. It is beneficial to detect weak targets under strong ground clutter with LFMCW radar due to the advantages of high range resolution and low transmitting power.
Figure 1 is the time-frequency diagram of LFMCW radar. The factors B, T, fT, fR, and f0 represent the band-width, modulation cycle, sending frequency, receive frequency and center frequency. f b + and f b are positive beat frequency and negative beat frequency. τ is time delay. The ranging principle of LFMCW radar is as follows.
The frequency of the sending signal is:
f T = f 0 + B t T
Suppose the target distance is R . The frequency of the received signal is:
f R = f 0 + B T ( t 2 R c )
The light speed is c. The signal delay is τ = 2 R / c . The beat frequency is:
f b = f R f T = 2 R B c T
f b can be calculated by spectrum analysis, and then the target distance R can be obtained.
In radar sensors, radar echo signals are mixed with clutter and noise. The noise is mainly the thermal noise in radar receivers, which is much weaker than ground clutter, so it is ignored in this paper. The final received signal can be formulated as:
s R ( t ) = s f o d ( t ) + s c l u t t e r ( t )
where, s f o d ( t ) is the target signal, and s c l u t t e r ( t ) is the clutter signal. Supposing the sending signal is s T ( t ) , the signal through the mixer receiver can be expressed as
s ( t ) = s R ( t ) × s T ( t )
Based on fast Fourier transform (FFT), it is easy to get the target distance in frequency domain.

3. Proposed Method and Explanation

The flowchart of the proposed VMD-SVDD method is shown in Figure 2. It is described subsequently in detail.

3.1. VMD Parameter Optimization

Variational mode decomposition (VMD) is one of the sparse signal processing methods, which was proposed in 2014. The VMD can automatically and effectively decompose a complex signal into an ensemble of band-limited intrinsic mode functions (BLIMFs). VMD can be used for filtering and denoising. Compared with other signal decompose methods such as empirical modal decomposition (EMD) [23] and ensemble empirical mode decomposition (EEMD) [24], VMD overcomes problems of modal aliasing, end-point effect, and false component.
The VMD is used to decompose the mixing signal s ( t ) into a finite number of BLIMFs. The BLIMF has a central frequency and a limited bandwidth. The constrained variational model is constructed as follows:
{ min { h k } , { w k } { K t [ ( δ ( t ) + j 1 π t ) h k ( t ) ] e j w k t 2 2 } s . t . k = 1 K h k = s ( t )
where { h k } = { h 1 , h 2 , h 3 , , h K } is intrinsic mode function, ω k = { ω 1 , ω 2 , ω 3 , , ω K } is the center frequency of h k , δ ( t ) is the unit impulse function, and t is the gradient with respect to the time series.
To solve the constrained variation problem, quadratic penalty parameter α and Lagrange operator λ [25] are introduced. The extended Lagrange expression is given as follows:
L ( { h k } , { w k } , λ ) = α K t [ ( δ ( t ) + j π t ) h k ( t ) ] e j w k t 2 2 + s ( t ) K h k ( t ) 2 2 + λ ( t ) , s ( t ) K h k ( t )
By using the alternating direction multiplicative operator method (ADMM) [26], h k n + 1 , w k n + 1 , and λ n + 1 are updated until the stop condition is satisfied. Among:
h k n + 1 ( t ) = arg min h k s { α t [ ( δ ( t ) + j π t ) h k ( t ) ] e j w k t 2 2 + s ( t ) K h k ( t ) + λ ( t ) 2 2 2 }
In the VMD processing, penalty factor α and decomposition layer number K need to be known in advance. The integrity of the decomposed component is determined by α . An improper K may lead to many problems, such as mode aliasing and false components. The whale optimization algorithm (WOA) is selected to search suitable α and K for the VMD in this paper.
Whale optimization algorithm (WOA) is a new heuristic optimization algorithm of artificial intelligence algorithms, which has advantages of fewer input parameters, faster convergence speed, and stronger global search ability. The WOA algorithm simulates hunting behaviors of humpback whales. The mathematical model of WOA can be expressed as:
In a given space, whales will constantly update their positions to get close to the prey position. That is to say: Give a range of α [ α 1 , α n ] and K [ K 1 , K m ] . Y i and Y * are the whale positions and the prey position respectively. Y i = ( α f , K g ) , 1 ≤ fn, 1 ≤ gm, 1 ≤ inm, Y * is first given at random. Y i will keep updating to get closer to Y * . At the same time, Y * is kept or updated to the optimal position in each iteration.
There are two whales foraging behaviors, namely, shrinking encircling mechanism and spiral position updating. The probability of both behaviors is 50 % . The model is given as follows:
Y i + 1 = { Y i * A D p < 0.5 D * e b l cos ( 2 π l ) + Y i * p 0.5
When p < 0.5 :
D = | C Y i * Y i |
Y i + 1 = Y i * A D
Among, i is the number of iterations, which is restricted to less than the maximum number of iterations. A = 2 a d a and C = 2 d are coefficient vectors, a is linear regressive from 2 to 0, and d is a random vector in [0,1].
When p 0.5 :
D * = | Y i * Y i |
Y i + 1 = D * e b l cos ( 2 π l ) + Y i *
where b is a constant which determines the logarithmic spiral shape, and l is a random number in [−1,1].
In order to strengthen global search ability of WOA, whales also randomly search for the prey. If A 1 , Y i + 1 will be updated according to a random whale position Y r a n d . The mathematical model is:
D = | C Y r a n d Y i |
Y i + 1 = Y r a n d A D
During each iteration, the prey position Y * always corresponds to the current maximum kurtosis of cross-correlation coefficients between s ( t ) and h k ( t ) . In the end, Y * is consisted of optimal α and K . Then s ( t ) is decomposed by VMD with optimal parameters. Select FOD IMFs and clutter IMFs by the average of cross-correlation coefficients between s ( t ) and h k ( t ) .

3.2. SVDD Classification

Support vector data description (SVDD) [27] algorithm is one of the machine learning algorithms, based on traditional support vector machines (SVM) [28,29]. The SVDD has been widely applied in anomaly detection, fault detection and diagnosis process. The basic principle of SVDD is that a minimum hypersphere containing all training samples is generated in the high-dimensional space. The support vectors are the sample points on the surface of the hypersphere. Test samples are normal if them are in the hypersphere, otherwise them are abnormal samples. The training samples (clutter signals in this paper) are X t = { x t 1 , x t 2 , , x t N } . The optimization problem of SVDD can be expressed as the follows:
min B ( c , r ) = r 2 + C i = 1 N ξ i s . t . ( x t i c ) T ( x t i c ) r 2 + ξ i ξ i 0 , i = 1 , , N }
where C i = 1 N ξ i is used to reduce the influence of outliers. ξ i is the slack variable, and every data point has a corresponding one. When two data points have the same the slack variable, the hyperspheres are the same. C determines the decision boundary of training samples. r is the radius. c is the sphere center. The hypersphere can be obtained by using kernel function [30] and Lagrange multipliers. This paper uses the popular Gaussian kernel function, which is defined as:
K ( x t i , x t j ) = exp ( x t i x t j 2 σ 2 )
where δ is a parameter that is used to control tightness of the boundary. Gaussian kernel function provides an efficient technique to map the data of the input space into the high-dimensional feature space. The dual form of the Equation (16) guided by the Gaussian kernel function and Lagrange multipliers is:
max L = i = 1 n α i K ( x t i , x t j ) i , j α i α j K ( x t i , x t j ) s . t . i = 1 n α i = 1 0 α i C , i = 1 , , N }
where α i corresponds to x t i . when α i > 0 , x t i is the support vector. Then the sphere center c and the radius r can be obtained. The hypersphere is inversely mapped to the original data space to get the decision boundary of the FOD and clutter.
Before SVDD classification, it is necessary to extract two-dimensional features of the FOD and clutter as inputs of the classifier. The autocorrelation distribution of FOD signals is more concentrated while that of ground clutter is more dispersive on account of target echo signals have stronger correlation than clutter signal. The second-order center distance (F1) and fourth-order cumulant (F2) of normalized autocorrelation are chosen as two-dimensional features, which can increase the difference between FODs and clutter. F1 represents the distribution of normalized autocorrelation relative to the geometric center of mass. The more dispersed of the distribution is, the smaller F1 is. F2 can further solve the problems that cannot be solved by F1, such as Gaussian noise. The calculation is as follows:
The normalized autocorrelation coefficient of h k is r i = { r 1 , r 2 , , r K } ,
r i = m = 1 M h ( r i m r ˜ i ) ( r i m + h r ˜ i ) m = 1 M ( r i m r ˜ i ) 2
where M is the length of r i m . 0 h M . 0 i K . r ˜ i is the average of r i m .
Feature 1: the second order center distance of the normalized autocorrelation coefficient
F 1 = m = 1 M ( m m ˜ ) 2 r i m
where m ˜ = m = 1 M m p m , p m = r i m / m = 1 M r i m .
Feature 2: fourth-order cumulant of normalized autocorrelation coefficient
F 2 = m = 1 M ( m m ˜ ) 4 r i m 3 [ m = 1 M ( m m ˜ ) 2 r i m ] 2

4. Discussion

The operation and signal processing parameters of the radar system are provided in Table 1. The carrier frequency is 96 GHz, and the modulation signal is the linear frequency modulated signal with the bandwidth of 1.5 GHz. The polarization is VV. Radar antenna beam width should be as small as possible to obtain better resolution of transverse range. In this paper, the horizontal beam width is 1.9°, the pitch beam width is 5°, and the range resolution is 0.1 ms. The angular step is 12°/s, so the maximum pulse accumulation time is calculated to be 158 ms. The paper adopts the cumulative time of 60 ms, according to the actual target detection strategy and the transmission between upper computer and radar sensor.

4.1. Signal Decomposition and Mode Selection

In the simulation, the ground clutter signal is the signal whose amplitude distribution satisfies Rayleigh distribution, and the target signal is linear frequency modulation signal. Suppose that there is a target at a distance of 40 m, which is marked with red star in the following figures. Without clutter signals, the target signal is obvious after frequency mixing and fast Fourier transform (FFT) processing that shown in Figure 3a. When the signal-to-clutter rate (SCR) is −20 dB, the target signal almost hides in clutter signals in Figure 3b. It can be seen that the target at 40 m is obscured by the surrounding strong clutter in the amplitude spectrum. At this point, it is difficult to detect the target with the ordinary CFAR method.
In the proposed method, firstly, quadratic penalty parameter α and decomposition layer number K of variational mode decomposition (VMD) need to be searched by whale optimization algorithm (WOA). In the experiment, the initial ranges of α and K are [1000, 2000] and [5, 10]. The fitness function (objective function) is the maximum kurtosis of cross-correlation coefficients between s ( t ) and h k ( t ) of the updating VMD. The maximum iteration is 15 . The parameter optimization process of WOA is shown in Figure 4. The maximum kurtosis appears after 11 iterations. At this time, the optimal parameters searched by the WOA are K = 7.69 and α = 1497.10, and the integer formats of them are K = 7 and α = 1500, which are provided for the VMD.
Then, the signals in Figure 3b are decomposed by the optimal VMD. The result is shown in Figure 5. These modes are distributed from low frequency to high frequency. The target is assigned to the IMF3, and clutter signals are divided into other IMFs. It can be seen form the IMF3 that the clutter signals around the target is reduced.
To select FOD mode component, set a selection threshold which is the average of cross-correlation coefficients of s ( t ) and h k ( t ) . The first IMF has no value by analyzing measured data and the last IMF is the residual, these two modes are discarded in the threshold estimation. The threshold value is calculated as follows:
C o r r k = i = 1 n ( s i s ˜ ) ( h k i h ˜ k ) i = 1 n ( s i s ˜ ) 2 i = 1 n ( h k i h ˜ k ) 2 , k = 2 , 3 , , K 1
T c o r r = 1 5 ( C o r r 2 + C o r r 3 + + C o r r K 1 )
n is the length of s ( t ) and h k ( t ) . s ˜ is the average of s ( t ) . h ˜ k is the average of h k ( t ) .
Figure 6 shows the mode selection result of modes in Figure 5, and the red dotted line is the threshold. The mode whose cross-correlation coefficient exceeds the threshold is selected as FOD mode component; otherwise, it is classified as clutter mode component. The cross-correlation coefficient of the mode component including targets is bigger due to target echo signals have stronger correlation than clutter signals. Here, IMF3 and IMF5 are FOD mode components, and IMF2, IMF4 and IMF6 are clutter mode components. The IMF1 includes strong clutter signals near radar sensor, which will improve the threshold value of mode selection. So, it will be discarded in the later signal processing.
In addition, the following experiments have been conducted to illustrate the importance of setting appropriate VMD parameters and the cross-correlation threshold.
The simulation data in Figure 3b is decomposed by VMD with different penalty factor α and decomposition layer number K . These mode components are shown in Figure 7. The yellow parts are selected as target modes by the cross-correlation threshold. Compared with the results in Figure 7b,c, the target signal at 40   m in Figure 7a is intact when VMD parameters are α = 2000 and K = 7. In Figure 7b, α = 2000 and K = 5. The inaccurate decomposition is caused by improper K , bringing false components. In Figure 7c, α = 1000 and K = 7. The integrity of target signal is destroyed by the inappropriate α. In Figure 7b,c, the target signals in selected target modes are weaken, which are almost undetectable in the next signal processing. Therefore, it is necessary to optimize VMD parameters by WOA, which ensures the integrity of target signals.
Figure 8 shows the results of mode selection based on the the cross-correlation threshold in four cases. There is a target 40 m form the radar sensor in Figure 8a,c. And there are two targets in Figure 8b,d: one is 25 m from the radar sensor, the other is 55 m from the radar sensor. The SCR is −15 dB in Figure 8a,b, and the SCR is −20 dB in Figure 8c,d. In Figure 8, the abscissa is the serial number of the mode, the y-coordinate is the cross-correlation coefficient, and the red dotted line is the threshold.
It can be seen from these selection results that, with the decrease of signal-to-clutter rate (SCR), the number of modes below the threshold decreases and the selected clutter modes decrease, regardless of single target or multiple targets. From the above simulation results, the number of clutter data used to train the classifier is sufficient, although some of clutter modes are selected as target modes. Moreover, if the number of targets increases further, more clutter modes can be obtained by increasing the decomposition layer of VMD. But this case of too many targets on airport runways is not common.

4.2. SVDD Classification and Fod Detection

After the mode components are divided into FOD modes and clutter modes by the cross-correlation threshold, the SVDD classifier is used to distinguish FOD signals from clutter signals.
In the simulation, two important parameters of SVDD are set as follows: δ = 0.5 and C = 1, which are optimized by particle swarm optimization (PSO) [15]. According to Equations (20) and (21), feature vectors of the training samples (clutter signals) are obtained to train SVDD classifier.
Without VMD processing, after the SVDD classifier is trained by clutter signals in the Figure 3b, the red optimal decision boundary is obtained as shown in Figure 9a. In the training stage, the optimal decision boundary is obtained. In the testing stage, if sampling points falls within the boundary, they are considered as clutter signals. Otherwise, they will be considered as non-clutter signals. The simulation data from Figure 3b are tested by the trained SVDD classifier. The classification result is shown in Figure 9b. The sampling points outside the boundary are false alarms, which are marked with yellow cross in figures. The sampling points of the target can hardly be found due to the effect of strong clutter.
With VMD processing, the clutter modes in Figure 5 are selected to train the classifier and the FOD modes are tested by the trained VMD-SVDD classifier. Figure 9c shows the training result and Figure 9d shows the testing result. Although there are still some false alarms outside the decision boundary, some sampling points of the target can be detected. Here, a target corresponds to multiple sampling points in the figure due to radar signals are linear frequency modulated continuous wave signals. By Comparing the results in Figure 9b,d, it is easier to detect targets in Figure 9d under the same S C R . As can be seen from above experiments, VMD processing can reduce the effect of clutter on target signals, which improves the SVDD classification efficiency.
In order to test the classification performance of VMD-SVDD classifier, the proposed method is tested on a clutter data set without targets. In this case, the cross-correlation mode selection algorithm will mistakenly select some of the clutter modes as the target modes (called false target modes). However, sampling points of these false target modes are likely to be classified into the decision boundary by the trained classifier. As can be seen from Figure 10, false alarms appear very close to the decision boundary. After a large number of repeated experiments, it is found that the false alarm probability of the proposed method is about 0.8%.
For the training of VMD-SVDD classifier, the training set includes clutter modes selected by the cross-correlation threshold after VMD processing. While, the testing set includes target modes, and may also include other clutter modes. From above simulation and test results, it can be seen that using clutter modes as a test set results in an error probability of about 0.8 % , which has little effect on target detection. So, the training way of the VMD-SVDD classifier proposed in this paper is reliable.
To compare the detection performance of the proposed VMD-SVDD method, four methods are applied to detect a same target under different SCR. The cell-average CFAR (CA-CFAR) method is to obtain a detection threshold by averaging the clutter power around the target. If the amplitude of a signal exceeds the threshold, the signal is considered as a target. The principle of VMD-CACFAR method is to detect targets in FOD mode components by CA-CFAR method. In SVDD method and the proposed VMD-SVDD method, target sampling points are marked in advance, and the target is detected by confirming that sampling points outside the decision boundary are labeled.
The numbers of simulation are 1000 in every case and the detection probability ( P d ) result is shown in Figure 11. Under different SCR, P d of the proposed VMD-SVDD method is higher than that of other methods. Especially, the target can almost always be accurately detected when SCR > −10 dB. It can be seen from Figure 10 that the detection performance based on SVDD or VMD-SVDD is better than that based on CA-CFAR or VMD-CACFAR. Compared with the SVDD classifier, the proposed VMD-SVDD classifier has the higher detection probability, which proves that the optimal VMD can improve the accuracy of SVDD classification.
Then the real-time analysis of above four methods is carried out, and the time required to run these algorithms is shown in Table 2. Among them, the running time of the proposed algorithm is 10.93 s, which is acceptable in actual projects. By comparing the running time and detection probability of above four detection methods, it can be seen that while the detection probability of the proposed method is high, the running time is long. In particular, VMD algorithm increased running time. In future work, the VMD module can be optimized to improve the run time of the proposed method.

4.3. Field Measure and Validation Result

To verify general validity of the proposed VMD-SVDD method, it is applied to a radar sensor system in reality. Figure 12 is the photograph of field measure scenario. Two cases were tested in this field: in scene 1, a metal ball was placed 40 m from the radar sensor; in scene 2, two bolts were placed 40 m and 55 m from the radar sensor. The radar echo signals are processed by the proposed VMD-SVDD method.
For scene 1, the original signal after frequency mixing and FFT processing is shown in Figure 13a. As can be seen that the signal of the metal ball 40 m from the radar sensor is obscured by surrounding strong clutter signals. After the proposed method processing, the detection result is shown in Figure 13b that the target signal can be detected with two false alarms existing around the target. The problem of false alarms will be discussed later.
Figure 14a shows mode components after VMD processing of scene 1. Where, IMF2, IMF3, IMF6 and IMF7 are selected as clutter modes to train the SVDD classifier, and target modes are IMF4 and IMF5. Through analysis of the measured data, the first IMF and the last IMF have a great influence on the final selection result. Therefore, both modes are discarded in the selection threshold estimation, which is the same as the simulation. According to the actual situation, the decomposition layer number K of VMD is adaptively adjusted to 8 . The SVDD classification result is shown in Figure 14b. The sampling points outside the decision boundary belongs to the target or false alarm.
Here, both Figure 13b and Figure 14b show the detection result of single target. Figure 13b represents the result in the distance dimension, while Figure 14b represents the result in the feature space. For scene 1, the final detection result is that two false alarms appear around the single target, so there are three lines in Figure 13b, corresponding to three points outside the decision boundary in Figure 14b.
For scene 2, the original signal is shown as Figure 15a,b shows the detection result that both targets are correctly detected. There are still false alarms around the target 40   m from the radar sensor.
In fact, if false alarm objects are very close to the target, it has little impact on the detection result. In the future work, how to improve the detecting probability of such situation will be further researched.

5. Conclusions

The FOD detection method in the MMW radar sensor system is limited by the strong ground clutter on the airport runway. This work presents an improved VMD-SVDD method to detect FODs. In this method, the echo signal received by MMW radar system are is firstly decomposed into BLIMFs with the optimal VMD. Then the mode components divided into two parts: FOD mode components and clutter components. The selected clutter mode components are used to train the SVDD classifier, and then the FOD mode components are tested by the classifier. This method relies on the SVDD classifier to distinguish FOD signals from clutter signals, what’s more, the accuracy and stability of the classifier is improved by the optimal VMD. The proposed method has two significant advantages:
(1)
The VMD-SVDD method is more adaptable. There is no need to set VMD parameters, among which quadratic penalty parameter α and decomposition layer number K are searched by the WOA algorithm;
(2)
The VMD-SVDD method can effectively suppress ground clutter signals and has the higher detection probability.
After analytically describing the procedure, the effectiveness of the approach has been proven by simulation. Furthermore, the general validity of the method is evidenced with the measured data.

Author Contributions

Conceptualization, J.Z. and X.G.; methodology, J.Z., Q.S. and X.G.; software, X.G.; formal analysis, Q.S.; investigation, X.L. and Q.Z.; writing—original draft preparation, J.Z. and X.G.; writing review and editing, Q.S., X.L. and Q.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China, grant number 61901288.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data presented in this study are available on request from the corresponding author. The data are not publicly available due to privacy.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Yonemoto, N.; Kohmura, A.; Futatsumori, S.; Uebo, T.; Saillard, A. Broad band RF module of millimeter wave radar network for airport FOD detection system. In Proceedings of the 2009 International Radar Conference “Surveillance for a Safer World”, Bordeaux, France, 12–16 October 2009; pp. 1–4. [Google Scholar]
  2. Tarsier®: Automatic Runway FOD Detection System. Available online: https://www.tarsierfod.com/ (accessed on 19 December 2018).
  3. What Is FODetect? Available online: http://www.xsightsys.com/fodetect.html (accessed on 24 January 2018).
  4. FOD Finder™. Available online: https://www.xsightsys.com/index.php/fodetect/ (accessed on 4 January 2016).
  5. Zeitler, A.; Lanteri, J.; Pichot, C. Folded Reflectarrays With Shaped Beam Pattern for Foreign Object Debris Detection on Runways. IEEE Trans. Antennas Propag. 2010, 58, 3065–3068. [Google Scholar] [CrossRef]
  6. Futatsumori, S.; Morioka, K.; Kohmura, A. Design and Field Feasibility Evaluation of Distributed-Type 96 GHz FMCW Millimeter-Wave Radar Based on Radio-Over-Fiber and Optical Frequency Multiplier. J. Light. Technol. 2016, 34, 4835–4843. [Google Scholar] [CrossRef]
  7. Baoshuai, W.; Jianghong, L.; Xiaoliang, Z. A novel hierarchical foreign obeject debris detection method for millimeter wave radar. In Proceedings of the International Applied Computational Electromagnetics Society Symposium ACES IEEE, Firenze, Italy, 26–30 March 2017. [Google Scholar]
  8. Galati, G.; Ferri, M.; Marti, F. Advanced radar techniques for the air transport system: The surface movement miniradar concept. In Proceedings of the IEEE National Telesystems Conference, San Diego, CA, USA, 26–28 May 1994; pp. 331–338. [Google Scholar]
  9. Galati, G.; Leonardi, M.; Cavallin, A.; Pavan, G. Airport Surveillance Processing Chain for High Resolution Radar. IEEE Trans. Aero Elect. Syst. 2010, 46, 1522–1533. [Google Scholar] [CrossRef] [Green Version]
  10. Yang, X.; Huo, K.; Zhang, X. A Clutter-Analysis-Based STAP for Moving FOD Detection on Runways. Sensors 2019, 19, 549. [Google Scholar] [CrossRef] [Green Version]
  11. Moustafa, A.; Ahmed, F.M.; Moustafa, K.H.; Halwagy, Y. A new CFAR processor based on guard cells information. In Proceedings of the IEEE Radar Conference, Atlanta, GA, USA, 7–11 May 2012; pp. 133–137. [Google Scholar] [CrossRef]
  12. Xiaoqi, Y. An Anti-FOD Method Based on CA-CM-CFAR for MMW Radar in Complex Clutter Background. Sensors 2020, 20, 1635. [Google Scholar] [CrossRef] [Green Version]
  13. Conte, E.; Longo, M.; Lops, M. Modelling and simulation of non-Rayleigh radar clutter. IEE Proc. F Radar Signal Process. 1991, 138, 121–130. [Google Scholar] [CrossRef]
  14. Baoshuai, W.; Minjue, H.; Jianghong, L.; Xiaoliang, Z. A Hierarchical FOD Detection Scheme Based on Clutter Map CFAR and Pattern Classification. In Proceedings of the IEEE International Conference on Signal Processing, Communications and Computing ICSPCC, Qingdao, China, 14–17 September 2018; pp. 1–6. [Google Scholar]
  15. Ni, P.; Miao, C.; Tang, H. Small Foreign Object Debris Detection for Millimeter-Wave Radar Based on Power Spectrum Features. Sensors 2020, 20, 2316. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  16. Dragomiretskiy, K.; Zosso, D. Variational Mode Decomposition. IEEE Trans. Signal Process. 2014, 62, 531–544. [Google Scholar] [CrossRef]
  17. Gok, G.; Alp, Y.K.; Altıparmak, F. Radar fingerprint extraction via variational mode decomposition. In Proceedings of the 25th Signal Processing and Communications Applications Conference SIU, Antalya, Turkey, 15–18 May 2017; pp. 1–4. [Google Scholar] [CrossRef] [Green Version]
  18. Long, J.; Wang, X.; Dai, D.; Tian, M.; Zhu, G.; Zhang, J. Denoising of UHF PD signals based on optimised VMD and wavelet transform. IET Sci. Meas. Technol. 2017, 11, 753–760. [Google Scholar] [CrossRef]
  19. Li, H.; Chang, J.; Xu, F.; Liu, Z.; Yang, Z.; Zhang, L.; Zhang, S.; Mao, R.; Dou, X.; Liu, B. Efficient Lidar Signal Denoising Algorithm Using Variational Mode Decomposition Combined with a Whale Optimization Algorithm. Remote Sens. 2019, 11, 126. [Google Scholar] [CrossRef] [Green Version]
  20. Zhang, Q.; Liu, L. Whale Optimization Algorithm Based on Lamarckian Learning for Global Optimization Problems. IEEE Access 2019, 7, 36642–36666. [Google Scholar] [CrossRef]
  21. Görnitz, N.; Lima, L.A.; Müller, K.; Kloft, M.; Nakajima, S. Support Vector Data Descriptions and k-Means Clustering: One Class. IEEE Trans. Neural Netw. Learn. Syst. 2017, 29, 3994–4006. [Google Scholar] [CrossRef] [PubMed]
  22. Geroleo, F.G.; Brandt-Pearce, M.; Brown, C.L. Detection and estimation of multi-pulse LFMCW radar signals. In Proceedings of the IEEE Radar Conference, Washington, DC, USA, 10–14 May 2010; pp. 1009–1013. [Google Scholar]
  23. Rilling, G.; Flandrin, P. One or two frequencies: The empirical mode decomposition answers. IEEE Trans. Signal. Process. 2008, 56, 85–95. [Google Scholar] [CrossRef] [Green Version]
  24. Chan, J.; Ma, H.; Saha, T.; Ekanayake, C. Self-adaptive partial discharge signal de-noising based on ensemble empirical mode decomposition and automatic morphological thresholding. IEEE Trans. Dielectr. Electr. Insul. 2014, 21, 294–303. [Google Scholar] [CrossRef]
  25. David, S.A.; Valentim, C.A., Jr. Fractional Euler-Lagrange Equations Applied to Oscillatory Systems. Mathematics 2015, 3, 258–272. [Google Scholar] [CrossRef] [Green Version]
  26. Xie, D.; Esmaiel, H.; Sun, H.; Qi, J.; Qasem, Z.A.H. Feature Extraction of Ship-Radiated Noise Based on Enhanced Variational Mode Decomposition, Normalized Correlation Coefficient and Permutation Entropy. Entropy 2020, 22, 468. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  27. Huan, Z.; Wei, C.; Li, G.H. Outlier Detection in Wireless Sensor Networks Using Model Selection-Based Support Vector Data Descriptions. Sensors 2018, 18, 4328. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  28. Keerthi, S.S. Efficient tuning of SVM hyperparameters using radius/margin bound and iterative algorithms. IEEE Trans. Neural Netw. 2002, 13, 1225–1229. [Google Scholar] [CrossRef] [PubMed]
  29. Balasundaram, S.; Kapil, N. Application of Lagrangian Twin Support Vector Machines for Classification. In Proceedings of the 2nd International Conference on Machine Learning and Computing, Bangalore, India, 9–11 February 2010; pp. 193–197. [Google Scholar] [CrossRef]
  30. Munoz-Marf, J.; Bruzzone, L.; Camps-Vails, G. A support vector domain description approach to supervised classifification of remote sensing images. IEEE Trans. Geosci. Remote Sens. 2007, 45, 2683–2692. [Google Scholar] [CrossRef]
Figure 1. Time-frequency diagram of LFMCW radar.
Figure 1. Time-frequency diagram of LFMCW radar.
Sensors 21 00997 g001
Figure 2. Flowchart of the proposed method.
Figure 2. Flowchart of the proposed method.
Sensors 21 00997 g002
Figure 3. Simulation data: (a) Target signals without clutter; (b) Target signals with clutter.
Figure 3. Simulation data: (a) Target signals without clutter; (b) Target signals with clutter.
Sensors 21 00997 g003
Figure 4. Optimization process of the WOA.
Figure 4. Optimization process of the WOA.
Sensors 21 00997 g004
Figure 5. Signal decomposition using the optimal VMD.
Figure 5. Signal decomposition using the optimal VMD.
Sensors 21 00997 g005
Figure 6. IMF selection with the cross-correlation threshold.
Figure 6. IMF selection with the cross-correlation threshold.
Sensors 21 00997 g006
Figure 7. VDM processing with different parameters: (a) VMD parameters are α = 2000 and K = 7 ; (b) VMD parameters are α = 2000 and K = 5 ; (c) VMD parameters are α = 1000 and K = 7 .
Figure 7. VDM processing with different parameters: (a) VMD parameters are α = 2000 and K = 7 ; (b) VMD parameters are α = 2000 and K = 5 ; (c) VMD parameters are α = 1000 and K = 7 .
Sensors 21 00997 g007
Figure 8. Mode selection results in four cases: (a) Single target with S C R = 15   dB ; (b) Two targets with S C R = 15   dB ; (c) Single target with S C R = 20   dB ; (d) Two targets with S C R = 20   dB .
Figure 8. Mode selection results in four cases: (a) Single target with S C R = 15   dB ; (b) Two targets with S C R = 15   dB ; (c) Single target with S C R = 20   dB ; (d) Two targets with S C R = 20   dB .
Sensors 21 00997 g008
Figure 9. Classification results: (a) Training result without VMD processing; (b) Testing result without VMD processing; (c) Training result with VMD processing; (d) Testing result with VMD processing.
Figure 9. Classification results: (a) Training result without VMD processing; (b) Testing result without VMD processing; (c) Training result with VMD processing; (d) Testing result with VMD processing.
Sensors 21 00997 g009
Figure 10. Classification results of clutter data set: (a) Training result; (b) Testing result.
Figure 10. Classification results of clutter data set: (a) Training result; (b) Testing result.
Sensors 21 00997 g010
Figure 11. Detection probabilities of four detection methods.
Figure 11. Detection probabilities of four detection methods.
Sensors 21 00997 g011
Figure 12. Field measure scenario.
Figure 12. Field measure scenario.
Sensors 21 00997 g012
Figure 13. Signals in scene 1: (a) Original signal; (b) Target detection result.
Figure 13. Signals in scene 1: (a) Original signal; (b) Target detection result.
Sensors 21 00997 g013
Figure 14. Signal processing for scene 1: (a) Mode components after VMD processing; (b) SVDD classification result.
Figure 14. Signal processing for scene 1: (a) Mode components after VMD processing; (b) SVDD classification result.
Sensors 21 00997 g014
Figure 15. Signals in scene 2: (a) Original signal; (b) Target detection result.
Figure 15. Signals in scene 2: (a) Original signal; (b) Target detection result.
Sensors 21 00997 g015
Table 1. Parameters of the LFMCW radar system.
Table 1. Parameters of the LFMCW radar system.
ParameterValueParameterValue
bandwidth1.5 GHzantenna gain20 dBi
sampling frequency20 MHzhorizontal beam width1.9°
farthest monitoring distance70 mpitch beam width
range resolution0.1 mbeam width in azimuth120°
FFT point number1024beam width in downward28°
frequency modulation cycle128 usangular step12°/s
pulse accumulation number468cumulative time60 ms
Table 2. Real-time analysis of four methods.
Table 2. Real-time analysis of four methods.
MethodCA-CFARVMD-CACFARSVDDVMD-SVDD
Run time (s)0.259.874.9110.93
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Zhong, J.; Gou, X.; Shu, Q.; Liu, X.; Zeng, Q. A FOD Detection Approach on Millimeter-Wave Radar Sensors Based on Optimal VMD and SVDD. Sensors 2021, 21, 997. https://doi.org/10.3390/s21030997

AMA Style

Zhong J, Gou X, Shu Q, Liu X, Zeng Q. A FOD Detection Approach on Millimeter-Wave Radar Sensors Based on Optimal VMD and SVDD. Sensors. 2021; 21(3):997. https://doi.org/10.3390/s21030997

Chicago/Turabian Style

Zhong, Jun, Xin Gou, Qin Shu, Xing Liu, and Qi Zeng. 2021. "A FOD Detection Approach on Millimeter-Wave Radar Sensors Based on Optimal VMD and SVDD" Sensors 21, no. 3: 997. https://doi.org/10.3390/s21030997

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