Abstract
Radar sea clutters are echoes reflected from a patch of ocean surface, which may significantly interfere with the signals from targets, and seriously degrade the performance of marine radar remote sensing. Thus, it is vital to eliminate the effects of sea clutter. In this paper, we aim at normalizing sea clutter to a uniform level. Firstly, a detailed analysis about the characteristics and differences of clutter and targets is presented; then, we present a heuristic processing scheme which works by solving the task of sea clutter normalization as a classification problem followed by energy normalization. Multiscale and speed-up strategies are incorporated into the dynamic clustering algorithm to found a robust real-time normalization method. Finally, extensive experiments show state-of-the-art results on challenging sea clutter echoes, which demonstrate the feasibility and robustness of the proposed adaptive clustering normalization method.
1. Introduction
Marine radar has played a pivotal role in the field of remote sensing applications, especially for maritime navigation, marine rescue, maritime surveillance, and national safety. However, the radar data may be severely affected by sea clutters, which significantly degrade the performance of the radar system. The sea clutters are echoes reflected from the ocean surface, which highly depend on radar frequency, grazing angle, sea state, polarization, rain, wind velocity, and direction [1, 2]. Additionally, these parameters strongly couple with each other, and the relationships between them are quite complex [3]. Therefore, it is challenging to model the sea clutters by a uniform function or eliminate them through system design. Besides, sea clutter may severely interfere with the signals from targets and seriously degrade the performance of the target detection, particularly for the targets with low speed and low radar cross-section (RCS) [4]. Thus, it is critical to eliminate the effects of sea clutter.
Sea clutter suppression is one of the most significant tasks in radar signal processing. However, it has been a hard problem all the time. In recent years, researches about sea clutter suppression have been shown to achieve improving performance. An exhaustive review of sea clutter progress is outside the scope of our research, but we refer the interested readers to three comprehensive papers [1, 5] and [6]. Related to our work, a brief review of sea clutter modeling, filtering, and prediction approaches is presented in the latter paragraphs.
Statistical sea clutter models were proposed basing on the theories of electromagnetic scattering and empirical measurements and observations [1, 7]. Sea clutter usually behaves highly non-Gaussian or even spiky, particularly in the case of heavy sea conditions [8]. Consequently, it is tough to model the sea clutter; although, numerous efforts have been devoted to it. The aim of these studies is to improve the understanding of clutter characteristics, then be applied to better eliminate the effects of sea clutter. These models include normalized clutter RCS, amplitude statistics, clutter spikes, spatial correlation, and Doppler spectrum [1]. Amplitude statistic models such as Weibull, log-normal [9], -distribution [10, 11], non-Rayleigh [12, 13] Gaussian, and compound-Gaussian [14] have attracted lots of attentions to describe the amplitudes of sea clutter and also have been confirmed and applied widely.
Besides, some researchers devoted to designing innovative filters to eliminate the influence of sea clutter. In [5], Lv et al. compared the sea clutter suppression performances of four algorithms, which were developed on cycle cancellation, and singular value decomposition, wavelet weighted reconstruction and decomposition, respectively. In [15], a particle Kalman filter has been used for target detection using marine radar. [16] presented a time-frequency analysis technique to detect target, [17] utilized wavelet for detection, and [18] applied radial basis function (RBF) neural network to detect small objects. Liu et al. proposed a spatial tracking filter [19] to suppress sea clutter. Self-organizing map and hierarchical agglomerative clustering algorithm [20] have been found effective for marine radar clutter classification. In [20], Chen et al. succeeded in identifying both rain contaminated and low backscatter regions. Radon transform was applied to detect small target in [21], as well as fractal analysis theory was employed in [22, 23]. Liu et al. developed a generalized multichannel adaptive filter to cancellate sea clutter for passive radar sensors and achieved sufficient clutter suppression and target signal preservation [24]. Besides, they proposed a multichannel normalized least-mean-square algorithm to reduce the residual sea clutter using a passive bistatic radar [25].
Moreover, deep neural network (DNN) has been widely used in the radar signal processing field. To predict the amplitudes of sea clutter, Ma et al. [6] taken the advantage of a long short-term memory (LSTM) neural network to found a sea clutter prediction system, which was composed of a preprocessing module followed by a prediction module and could learn the long-term variation characteristics of sea clutter. These approaches eliminated the effects of sea clutter to some extent and achieved improving performance. Nevertheless, sea clutter suppression is not yet a closed problem.
Different from the abovementioned sea clutter modeling, filtering, and prediction methods, our approach is a heuristic processing scheme and works by solving the task of sea clutter normalization as a classification problem followed by energy normalization. The rest of this paper is organized as follows. First, we analyze the amplitude characteristics of sea clutter and targets. Then, we put forward an adaptive clustering method and an energy normalization scheme. For validation, we then test our method with extensive data at different sea states and present the experiment results. Finally, we revisit the major findings of this paper and present some potential applications.
2. Data Analysis
In this paper, the datasets were collected on the East China Sea by a civil navigation radar system. Figure 1 illustrates the intensities of sea clutter echoes with respect to four different sea states, where the -axis represents the radial distance, and the -axis indicates the echo amplitude. The left column of Figure 1 illustrates the amplitudes of sea clutter without targets in four different sea states. The right column of Figure 1 illustrates the likely targets in sea clutter, which are indicated by the red curves. Through analysis, we obtain the following intuitive but important characteristics: (i)Both the intensity and fluctuation of sea clutter gradually decrease with respect to the distance. This law is exploited to promote the adaptive clustering task(ii)Targets may vary from large ships and islands to small submarine periscopes and floating debris, which results in producing different amplitudes and widths, as shown in the right column of Figure 1. Thus, a multiscale strategy is proposed to address this issue(iii)The pattern of sea clutter is irregular and time-varying. It is hard to model the sea clutter amplitude by an accurate mathematical model(iv)The sea clutter amplitude is spatially correlated in the high sea states, which may degrade the performance of the known cell-averaging constant false alarm rate (CA CFAR) detector algorithm, as the cell under test is no longer statistically independent of the surrounding cells

Besides, the data in Figure 1 shows that sometimes the amplitude data close to the radar is invalid and sometimes is large enough to saturate the receiver, especially in high sea states. To simplify this problem, in subsequent sections, we substitute the frontal 100 samples by the mean of the samples between positions 100 and 150. Since one interval corresponds to 2.4 m, the minimum detection distance for our system is about 240 meters. Illuminated by the above characteristics, we consider the sea clutter normalization as a classification process and strive to normalize the sea clutter in a machine learning manner, regardless of the radar parameters and marine environmental parameters.
3. Methodology
Clustering is an unsupervised classification method that classifies different categories. Motivated by statistical machine learning theories, we develop a multiscale clustering method to adaptively predict whether there is a likely target in the corresponding bins and then eliminate the effects of sea clutter by normalizing the energy of the data.
Analyzing the sea clutter normalization problem from the perspective of energy normalization, the background means and variances, respectively, describe the potential energy and fluctuation energy of sea clutter. To make an analogy, the energy of sea clutter corresponds to the energy of an object with nonzero altitude accompanied by vibration, and then the potential energy and fluctuation energy correspond to the gravitational potential energy and vibration energy, respectively. The primary purpose of our research is to normalize the radar sea clutter to a uniform level: for arbitrary distance, the mean of sea clutter amplitudes equals zero, and the corresponding variance equals unit one. Figure 2 illustrates the pipeline of the proposed adaptive clustering-based normalization (ACN) algorithm.

As shown in Figure 2, the proposed adaptive clustering-based sea clutter normalization scheme consists of four blocks: (i) rough clustering roughly tells apart the targets from sea clutter in a fast manner, the resulting mask denotes by , and the corresponding element denotes the class label at distance , where 0 stands for clutter and 1 stands for the suspected targets; (ii) multiscale amplitude clustering takes as the prior and dynamically classifies the targets and clutter using Algorithm 1 and then estimate the mean value at each distance , denoted by ; (iii) mean normalization subtracts the effect of background mean by , where denotes the sea clutter amplitude at distance , and denotes the data normalized by mean; (iv) multiscale fluctuation clustering takes the classification results in (ii) as the prior, employs Algorithm 1 to separate targets from sea clutter again, and computes the corresponding variance at each distance , denoted by ; (v) variance normalization eliminates the effect of background variance by , where denotes the data further normalized by variance. We maintain the mask through the whole normalization process, which helps to accelerate the clustering and enhance the robustness of the proposed algorithm. Meanwhile, the resulting mask also indicates the possible targets, which can be taken as the prior for maritime target detection algorithms; although, it may contain false alarm and false dismissal.
3.1. Dynamic Clustering
In this section, we dynamically estimate two statistical characteristics of sea clutter echoes, the background means, and variances. For the sake of time-consuming, first, we employ a rough clustering to roughly exclude the targets from sea clutter. Then, we take the classification results as the prior and utilize a fine dynamic clustering to estimate the statistical ones at each distance. Algorithm 1 describes the pseudocode of the basic clustering algorithm performed in both rough and fine clustering.
The rough clustering process is devoted to roughly telling apart the targets from sea clutter in a fast manner. For this purpose, we divide the one-dimensional amplitude data into several bins and compute the integral data of . Each bin consists of samples, and denotes the amplitude of the sample. denotes the class label, which depicts a binary classification problem, 0 stands for clutter, and 1 stands for likely target. and denote the clustering centers, respectively. denotes the corresponding classification results of , which is produced by Algorithm 1 and the corresponding element . Finally, all the rough clustering results are integrated in the mask . Besides, the original mask of rough clustering indicates the prior, and all the elements are set to 0 if there are no priors.
|
The fine dynamic clustering process aims at excluding the targets from sea clutter in a precise manner. In this module, we cluster at each distance with the clustering width . To speed up the clustering process, we compute the mask-based integral data of the sea clutter amplitude and take the rough clustering results as a prior. Besides, since both the intensity and fluctuation of sea clutter data gradually decrease with respect to the distance, we exploit this law to dynamically supervise the selection of clustering centers by Equation (1): where denotes the clustering center of sea clutter at distance , denotes a proportional factor, and and denote the supervised clustering centers of sea clutter at distance and , respectively. The basic clustering algorithm in this module is the same as Algorithm 1, except for the supervision of clustering centers by Equation (1).
Clustering analysis consists of feature selection, similarity measurement, and clustering cost function. For rough clustering and multiscale amplitude clustering, we choose intensity as the clustering feature, and the similarity measurement is formulated by Manhattan distance as Equation (2).
The clustering cost function is formulated by within class distance, denoted by Equation (3). Then, the clustering results are found by minimizing the cost.
Algorithm 1 does not explicitly minimize clustering cost , but the procedure of classification and updating trend to minimize it.
As shown in Figure 2, we successively utilize the results of amplitude clustering and fluctuation clustering to normalize the sea clutter, and the two processes are almost the same. In the fluctuation clustering process, we choose the absolute of the results produced by mean normalization as clustering feature. The statistical mean and variance at discrete distance can be directly obtained based on the corresponding clustering results by Equation (4):
Here, is the desired background mean, denotes the approximate background variance, and and denote the clustering centers of the sea clutter in amplitude and fluctuation clustering, respectively. Figure 3 shows the clustering and normalization results of sea clutter amplitude data in a specific direction. Figure 3(b) illustrates the results produced by mean normalization according to . Figure 3(c) indicates the fluctuation bias . Figure 3(d) shows the final results , which is computed by . The results illustrate that the proposed dynamic clustering scheme can separate the echoes with visual higher local amplitude from the background and accurately estimate the means and variances of sea clutter.

(a)

(b)

(c)

(d)
3.2. Adaptive Multiscale Strategy
The widths of target echoes vary from one to hundreds. Thus, if we simply cluster and estimate the characteristics of the background at one fixed width, the results will not satisfy the normalization requirement or even worse. In this section, we propose an adaptive multiscale clustering strategy to deal with different sizes of targets. Figure 4 shows the schematic diagram of the multi-scale clustering. For each distance, the corresponding background widths of sea clutter denoted by , where represents the basic width, and represents the scale factors. To integrate multiscale strategy with the dynamic clustering algorithm, we do cluster at each scale using the same clustering centers updated by Equation (5):

Here, and denote the clustering centers of background and targets at scale , respectively. Similarly, the multiscale statistical mean and variance at distance can be obtained by Equation (4). The values are then exploited to normalize the amplitude data at this distance, as shown by the red line in Figure 4.
4. Experiments
4.1. Radar System and Parameters
To validate our approach, we have performed extensive experiments to analyze the normalization performance in various sea states. The testing data are recorded by a two-dimensional noncoherent civil navigation radar system on the East China Sea. The experimental radar system operates at the X-band and works in circular scanning mode, azimuth range . The scanning cycle is 2.5 seconds, during which this system emits about 3300 pulses. Therefore, the azimuth resolution is approximately . The sampling frequency of our recording instrument is 62.5 MHz, which results in range resolution 2.4 m. The distance range we discussed in this paper is set to , corresponding to 3120 samples.
The approach proposed in this paper is implemented in MATLAB. We perform the experiments on a laptop with Intel(R) Core (TM) 2.60 GHz CPU and 12 GB RAM. The size of the bins depends on target size and distance resolution. For rough clustering, the width of the bin is set to except for the last bin to adapt to different targets sizes; then, the amplitude data at a certain azimuth are divide into 16 bins and . The proportional factor presented in Algorithm 1 is set to for rough clustering, for multiscale intensity clustering. These two proportional factors are set to build weak classifiers, which are obtained from extensive experiments based on the echo intensities. According to the 3-sigma principle of the industry, we set for multiscale fluctuation clustering. Besides, the maximum iteration of dynamic clustering is initialized by . For fine dynamic clustering, the proportional factor in equation (1) is set to , and the basic width and the multiscale factors are set to ; yet, an adhoc scale strategy is needed for the head and tail of sea clutter amplitude data. Additionally, a global clustering is performed before the fine multiscale fluctuation clustering. The iteration of global clustering equals one with clustering centers and , and denotes the fluctuate bias in a certain azimuth. The green dotted lines shown in Figure 3(c) and Figure 5(b3) illustrate the global classification results. These parameters are tested on extensive experiments.

To speed up the clustering process, we compute the mask-based integral data of the sea clutter amplitude. The idea of the integral data is precomputing. The advantage of integral data is that the complexity is constant when calculating the mean of any bin. The complexity of computing integral data increases linearly with the length of the data. Besides, the computational complexity of the proposed method increases linearly with the number of the clustering and the maximum iteration of dynamic clustering. Let denotes the length of the data, denotes the number of the clustering, and denotes the maximum iteration of dynamic clustering. Then, the computational complexity of the proposed normalization algorithm is approximately .
4.2. Experimental Evaluation
The first set of experiments aims to explain the pipeline of the presented ACN framework and meanwhile evaluates the performance of the multiscale strategy and clustering centers supervising strategy. As illustrated in Figures 3 and 5 , these tests provide intuitive insights into the operation of adaptive clustering and energy normalization. Figure 5(a) illustrates the results of fixed width clustering and without utilizing Equation (1) to supervise the clustering center. Figure 5(b) show the results produced by the ACN. As shown in the left column of Figure 5, clustering at a fixed width cannot tackle the target with large size, even interfere the desired targets, which results in reducing the signal-to-noise ratio of the targets. However, the results produced by multiscale clustering accurately describe the background mean and variance, and meanwhile, mitigates the effects of sea clutter. Thus, the results demonstrate that the proposed ACN can robustly estimate the sea clutter means and variances and adapts to different sea states and targets.
The second set of experiments exhibit the ensemble performance from a whole scanning cycle before and after normalization. We integrate the amplitude data of one scanning cycle into a two-dimensional image, of which the horizontal axis indicates distance and the vertical axis represents orientation. Figure 6 shows the performance comparison between raw amplitude data, mean normalized data, and mean variance normalized data. As shown in Figure 6, we recorded the data at six different marine areas, and the sea states of the upper rows are lower than that of the bottom column. Intuitively, the left column of Figure 6 indicates that there is a huge patch of strong scattering points, mixed by targets and sea clutters, and the echo intensity is very strong nearby the radar system. However, the middle column of Figure 6 shows that mean normalization has mitigated most of the strong sea clutter. One step further, the right column of Figure 6 exhibits that the effects of fluctuation has been eliminated by variance normalization, with only a few weak points left.

Furthermore, a target detector can be employed to detect targets from the normalized amplitude data. First, we limit the minimum intensity of the normalized data to 0 by setting the negative data to 0. Besides, to eliminate the influence of the scattering points on target detection, we utilize a morphological filter on the normalized data. Figure 7 shows the corresponding results by corrosion morphological filtering, and the kernel of the morphological filter is a circle with radius of 3. Since radar sea clutters are normalized to a uniform level: for arbitrary distance, the mean of sea clutter amplitudes equals zero, and the corresponding variance equals unit one, then the normalized sea clutters can be approximately modeled as a standard normal distribution. According to the 3-sigma principle of the industry, we directly segment the eroded amplitude data shown in Figure 7, by a threshold 3, and results are shown in Figure 8. As shown in Figure 8, a simple segmentation can effectively detect the likely targets; though, the segmentation results contain false alarms and false dismissal. More scans are needed to finally confirm the targets and thoroughly eliminate the sea clutter, especially for the scattering points and spiky clutters. Besides, sea clutters severely interfere with the signals from targets, which weaken the relative intensities of target signals, particularly for the targets with low RCS. Therefore, an energy accumulation method should be applied to detect small targets in the target detection task.


5. Conclusions
The primary purpose of our research is to eliminate the effects of sea clutter. In this paper, we first analyze the characteristics of sea clutter and targets. Then, we propose an intuitive, simple, but high-quality normalization method, which exploits a dynamic clustering algorithm to classify targets and sea clutter in terms of echo amplitude and fluctuation, then estimates the statistical means and variances of sea clutter by utilizing the classification results, and finally, employs the estimated means and variances to normalize sea clutter to a uniform level. In addition, we integrate multiscale and speed-up strategies with the dynamic clustering algorithm to form a robust adaptive clustering approach in handling different sizes of targets. Two sets of experiments show state-of-the-art results on challenging sea clutter echoes, which demonstrate the effectiveness and robustness of the proposed ACN algorithm.
The high quality and efficiency of our method make it suitable for real-time object detection and tracking applications. Thus, the proposed ACN can be considered as a preprocessing technique for these radar remote sensing applications. Besides, similar data have also been captured in many different fields. Hence, the method proposed in this paper could be employed to normalize signals in those fields.
Data Availability
The marine radar data used to support the findings of this study have been deposited in the GitHub repository https://github.com/mbsdtf/marine-radar-data-sets/releases/tag/v1.0.
Conflicts of Interest
The authors declare that there is no conflict of interest regarding the publication of this paper.
Acknowledgments
The authors would like to thank the editors and anonymous reviewers for their valuable comments and suggestions on the paper. This research was partly supported by the Science and Technology Innovation 2030 Major Project under grant no. 2020AAA0104801 and the Natural Science Foundation of China under grant no. 61903364.