extracted from SNR measurements, measured across
multiple dwells. The classifier was tested on simula-
tions of X-band radar observing an RV and a tank. In
some cases, the LDFs showed unstable classification
results. However, the fusion algorithm was found ef-
ficient and manage to replace false decisions of the
LDFs.
T. Backes and L. D. Smith (Backes and Smith,
2013) attempt to improve RCS estimation by data
censoring methods. The authors refer to two different
methods for data censoring. In the first method, the
data is censored through the removal of values that
cross a certain maximum or minimum threshold. In
the second method, the data is censored by removing
a fixed quantity of peripheral samples. For target clas-
sification, the authors use a Maximum Likelihood Es-
timator (MLE) based on Swerling III and IV distribu-
tion models of mean RCS. The paper provides a com-
parison between the error biases of conventional, un-
censored MLE and censored MLE using the first cen-
soring method. The classification results show that
censored MLE performance substantially exceeds the
performance of the conventional MLE.
S. Lee et al. (Lee et al., 2016) present a method
to design a fuzzy classifier to classify shell-shaped
targets. The classification is based on RCS mea-
surements with consideration of the aspect angle and
polarization dependencies in various flight scenarios.
The fuzzy classifier consists of membership functions
(MFs) which relate the RCS value to the probability
that the input belongs to each specific target class.
The authors suggest three different MFs Gaussian,
trapezoidal, and triangle MF. Particle Swarm Opti-
mization (PSO) is applied to optimize MF parame-
ters, to maximize classification capabilities. PSO is a
stochastic search method, effective in optimizing dif-
ficult multidimensional problems. The classifier was
tested in simulative environment. The best perfor-
mance was given by Gaussian fuzzy, achieving 75%
hit-rate.
The works mentioned above do not present a
comprehensive general method for classifying ground
moving radar targets. The reason is that SNR values
are characterized by large variances, and thus samples
of targets from different classes overlap each other. In
addition, the reflected signal’s SNR values are very
sensitive to changes in aspect angle (the angle be-
tween the intrinsic wave direction and the target’s ori-
entation). Even a slight change in aspect angle can
cause fluctuations of 20 dBsm, in SNR values (Skol-
nik, 1962).
This paper presents a new method for classifying
the GMTI radar targets based on Radial Basis Func-
tions (RBF) neural networks (Bishop et al., 1995) us-
ing RCS measurements with consideration of the as-
pect angle. RBF neural networks provide non-linear
classification and robust performance in classification
of data characterized by large variances, when the
classification is only into several classes. Containing
only one hidden layer, these networks offer the advan-
tage of short training time, fast classification, and rel-
atively simple implementation. Considering the char-
acteristics of the raw data provided by GMTI radar
measurements, and the low number of classes, this
type of networks was found suitable for achieving our
goal.
RBF networks for classifying targets have already
been used in some previous works (Guosui et al.,
1996)–(Zhao and Bao, 1996). L. Guosui et al. (Gu-
osui et al., 1996), used modified RBF networks for
classifying between moving targets of man, bicycle
and truck. Unlike our work, the data used for classi-
fication was Doppler frequency spectrum of the radar
measurements. In addition, the classifier presented in
the current work is restricted to classification of mo-
torized vehicles alone to classes that possess much
less distinctive characteristics. Also, the work of Q.
Zhao and Z. Bao (Zhao and Bao, 1996) was restricted
to 3 different military aircrafts, and does not introduce
the ability to classify ground moving targets.
This paper is organized as follows. Section 2 pro-
vides a general introduction to Neural Networks and
the RBF network. Section 3 presents the implemen-
tation of RBF network for GMTI radar target classifi-
cation. Section 4 describes the simulations and result.
Finally, in Section 5 we present the conclusions of this
work.
2 NEURAL NETWORKS AND
RBF NETWORK
This section is composed of two subsections. The first
subsection provides a general background on the topic
of artificial networks. The second subsection concen-
trates on RBF neural networks.
2.1 Neural Networks
Artificial neural networks are mathematical models
for data processing which are inspired by the struc-
ture of the mammal brain (Bishop et al., 1995). A
large artificial neural network might have hundreds or
thousands of processing units, while there are simpler
networks composing of tens of processing units. The
processing units are denoted as neurons. The neurons
are organized in layers. The first and last layers are
referred to as input and output layers, and in between
Classification of Ground Moving Radar Targets with RBF Neural Networks
329