Skip to Content
SensorsSensors
  • Article
  • Open Access

31 August 2020

An Adaptive Ellipse Distance Density Peak Fuzzy Clustering Algorithm Based on the Multi-target Traffic Radar

,
,
,
and
1
Key Laboratory of the Ministry of Education for Optoelectronic Measurement Technology and Instrument, Beijing Information Science and Technology University, Beijing 100192, China
2
School of Information and Communication Engineering, Beijing Information Science and Technology University, Beijing 100101, China
3
School of Computer Science and Engineering, Northeastern University, Shenyang 110004, China
*
Author to whom correspondence should be addressed.
This article belongs to the Section Remote Sensors

Abstract

In the multi-target traffic radar scene, the clustering accuracy between vehicles with close driving distance is relatively low. In response to this problem, this paper proposes a new clustering algorithm, namely an adaptive ellipse distance density peak fuzzy (AEDDPF) clustering algorithm. Firstly, the Euclidean distance is replaced by adaptive ellipse distance, which can more accurately describe the structure of data obtained by radar measurement vehicles. Secondly, the adaptive exponential function curve is introduced in the decision graph of the fast density peak search algorithm to accurately select the density peak point, and the initialization of the AEDDPF algorithm is completed. Finally, the membership matrix and the clustering center are calculated through successive iterations to obtain the clustering result.The time complexity of the AEDDPF algorithm is analyzed. Compared with the density-based spatial clustering of applications with noise (DBSCAN), k-means, fuzzy c-means (FCM), Gustafson-Kessel (GK), and adaptive Euclidean distance density peak fuzzy (Euclid-ADDPF) algorithms, the AEDDPF algorithm has higher clustering accuracy for real measurement data sets in certain scenarios. The experimental results also prove that the proposed algorithm has a better clustering effect in some close-range vehicle scene applications. The generalization ability of the proposed AEDDPF algorithm applied to other types of data is also analyzed.

1. Introduction

In the intelligent transportation system, multi-target traffic radar is used as a road traffic assistance tool to obtain information such as the speed and distance of vehicles in multiple lanes of the radar irradiation area, which is widely used in road speeding bayonet snapshots and traffic Information monitoring [1,2]. The use of road vehicle detection algorithms can help reduce the occurrence of traffic accidents and effectively promote the development of intelligent transportation [3,4]. Currently, there are many image-based multi-target detection algorithms, but the performance of the algorithm is greatly restricted by the environment [5,6]. More and more researchers have begun to use radar to solve the problem of multi-target vehicle detection in the transportation field because the signals emitted by the radar can adapt to the changing environment.
As a sensor that can work around the clock, multi-target radar can overcome the deficiencies of the camera in the climate and has the advantages of high-speed measurement accuracy, convenient maintenance, low installation cost, and high stability [7,8]. Multi-target radar can record the number of vehicles in different lanes per unit time to achieve traffic flow statistics in lanes. At the same time, multi-target radar can accurately detect the speed information of vehicles in different lanes, determine whether the vehicle is over-speeding, and upload the over speed violation information to the relevant law enforcement departments [9]. Besides, the multi-target radar determines the congestion of vehicles on the current road section based on the information detected at important road sections such as traffic light intersections. Multi-target radar has become one of the most used road equipment in intelligent transportation systems and is widely applied to vehicle flow statistics, speeding vehicle monitoring, and lane congestion information judgment [10].
Multi-target traffic radar is a very important branch in intelligent transportation, which can provide many necessary vehicle target information [11]. This information can effectively guarantee traffic safety and avoid traffic accidents. The multi-target traffic radar is installed directly above multiple lanes or beside the outermost lane. Top-mounted and side-mounted are common installation methods for multi-target traffic radar [12]. As shown in Figure 1, the multi-target traffic radar in this scenario uses a top-mounted installation method. When multiple vehicles enter the radar detection area, the multi-target traffic radar can detect multiple vehicle targets at the same time and collect reflected signals from the vehicle targets. Afterward, the multi-target traffic radar processes these signals to obtain the detection points of the target vehicles, thus completing the detection of the vehicles in the radar irradiation area. As shown in Figure 2, this paper uses the real scene of a four-lane city road.
Figure 1. Schematic diagram of top-mounted multi-target radar.
Figure 2. Actual radar scene.
In real road conditions, it is often the case that multiple vehicles travel close to each other when traveling at a horizontal distance or a vertical distance. This makes the detection points generated after radar signal processing interleaved and difficult to distinguish and increases the difficulty of subsequent information processing to a certain extent [13]. Besides, the acquisition of important traffic data such as distance measurement, speed measurement, and flow statistics also needs to be carried out smoothly under the premise of correct vehicle detection information [14]. Therefore, this paper intends to solve the above problems, and the radar detection points are processed by the algorithm proposed in this paper. The algorithm proposed in this paper can more accurately distinguish the vehicle targets in the current scene and obtain the number and location information of the vehicle targets, which is convenient for subsequent data processing.
In recent years, many classic clustering algorithms are used in the field of traffic radar, including the density-based spatial clustering of applications with noise (DBSCAN) algorithm, the k-mean clustering algorithm, and the fuzzy c-means (FCM) clustering algorithm and so on [15]. As a density-based spatial clustering algorithm, the DBSCAN algorithm has a poor clustering effect when the distance between different data categories is close or even intersects [16]. The k-means algorithm is a typical distance-based algorithm, which uses distance as a similarity evaluation index, but the k-means algorithm itself has low sensitivity to changes in data density, and the choice of k value is not easy to grasp [17]. As an improvement of k-means, FCM is an unsupervised classification algorithm, and its clustering results can better reflect the class structure of the data itself and have better interpretability [18]. However, the FCM algorithm needs to give the number of clusters in advance, and the clustering effect on data with a super ellipsoid shape is not good [19]. In the Gustafson-Kessel (GK) clustering algorithm, Gustafson and Kessel replace the Euclidean distance in the FCM algorithm with Markov distance, so that the algorithm can cluster non-spherical data [20]. As a fuzzy clustering algorithm, GK has the limitation that it needs to initialize the clustering center and select the optimal number of clusters. Different parameter selection and initialization methods in the GK algorithm may lead to different classification results, and even lead to incorrect classification [21].
There are many new achievements in the field of clustering algorithms, and there are many improvements to existing algorithms. Jiahu Qin and Weiming Fu proposed a distributed k-means + + algorithm, which can achieve faster convergence speed and results with global optimality [22]. Miin-Shen Yang and Yessica Nataliani improved the FCM algorithm and proposed the feature-reduction FCM (FRFCM) algorithm, which can automatically calculate the weight of a single feature while reducing these unrelated feature components [23]. Liu, Xinwang, Zhu, Xinzhong, and others directly solved the case where the rows and columns of some basic kernel matrices did not exist by directly performing multi-core clustering in the presence of incomplete kernel matrices [24]. Deep Embedded Clustering (DEC) is a clustering method based on deep learning, which uses deep neural networks to simultaneously learn feature representations and cluster assignments [25]. Yang J. and Parikh D. proposed a cyclic recurrent for joint unsupervised learning of deep representation and image clustering. The clustering performance of this method is good on many image datasets [26]. In 2014, Alex Rodrigblez and Alessandro jointly proposed the clustering by fast search and find of density peaks (CFSFDP) algorithm [27]. The principle of this algorithm is simple, only one parameter is needed as input, and it does not need too many iterations. However, the CFSFDP algorithm also has shortcomings. The algorithm uses the Euclidean distance to calculate the distance between data points, which has limitations in describing the shape of the cluster. Secondly, the algorithm needs to set a threshold as the parameter measurement center point when looking for the density peak point. This threshold is fixed and difficult to set in practical applications [28].
According to the data characteristics of vehicle targets in the close-range vehicle scene, this paper proposes an adaptive ellipse distance density peak fuzzy (AEDDPF) clustering algorithm. This algorithm solves the problem that the existing algorithms in the above scenarios have a poor effect on vehicle clustering. Firstly, to accurately describe the ellipse structure of the radar data cluster in the neighborhood vehicle scene, the algorithm uses an adaptive ellipse distance to calculate the similarity between points. Secondly, an adaptive exponential function curve is introduced in the decision graph of the fast density peak search algorithm to select the density peak point accurately, and the initialization of the AEDDPF algorithm is completed. Finally, the membership matrix and clustering center of the AEDDPF algorithm are continuously iterated to obtain the clustering result.
In summary, the main contributions of this paper are as follows:
  • The initial cluster center points and the number of center points are effectively obtained. To initialize the AEDDPF clustering algorithm, the adaptive ellipse distance is used to accurately describe the ellipse distribution characteristics of the data cluster in the current radar scene. Then, an adaptive exponential function curve is introduced in the decision graph of the fast density peak search algorithm to select the density peak point accurately.
  • An AEDDPF clustering algorithm is proposed. As a fuzzy clustering algorithm, the algorithm does not need to set the number of initial centers in advance, or randomly generate initial centers. On the contrary, the algorithm only needs to find the density peak point in the decision graph through the exponential function, and then accurately find the initial clustering center. The clustering center after initialization is very close to the actual target clustering center, thereby reducing the number of subsequent iterations.
The organization structure of this article is as follows. In Section 2, the GK and CFSFDP algorithms related to the AEDDPF clustering algorithm are reviewed. In Section 3, the AEDDPF clustering algorithm is described in detail, and the time complexity of the algorithm is analyzed. In Section 4, the process of acquiring and processing radar data is introduced. Then, the experimental of several real urban road scenes are described, the performance of several algorithms is compared with the AEDDPF algorithm, and the effectiveness of the algorithm is verified. After that, the generalization ability of the proposed AEDDPF clustering algorithm applied to other types of data is analyzed. In Section 5, the conclusion is given.

3. AEDDPF Clustering Algorithm

The use of secondary clustering to correct the clustering results is the characteristic of the AEDDPF algorithm proposed in this paper. The algorithm uses adaptive ellipse distance to process data. To obtain the center coordinates of each cluster and the number of point clusters in the data, an exponential function curve is adaptively drawn in the decision diagram to complete the rapid selection of the density peak point. By constructing the objective function, the algorithm continuously iterates the membership matrix and clustering center, and finally obtains the clustering result. This section will detail the construction process of the AEDDPF algorithm.

3.1. Initialization of AEDDPF Clustering Algorithm

The AEDDPF algorithm performs cluster analysis on the sample points in the two-dimensional radar dataset Q = q k k = 1 N R 2 . I S = { 1 , 2 , , N } is the index set of data set Q. N is the total number of vectors in the point set. The data point coordinates are expressed as q k = x k , y k .

3.1.1. Adaptive Ellipse Distance

This paper uses adaptive ellipse distance to process the data distance in the AEDDPF algorithm. In measuring the distance similarity between data points, the adaptive ellipse distance considers setting two variable parameters to adjust the similarity between data. If the value of the corresponding element in the data is closer and the element contributes more in the calculation, then this element should have a greater weight in the calculation. The distance similarity obtained after this processing can more accurately reflect the complex structural features of the data set. The calculation formula of the adaptive ellipse distance is as follows:
d i s k = y k y 2 W a k 2 + x k x 2 W b k 2 ,
where W a k and W b k are the weight parameters of the ellipse long axis and the weight parameters of the ellipse semi-axis, respectively. These three parameters are specifically expressed as
W a k = W k W k 1 W b k = W k W k 2 ,
where W k is the change factor and satisfies W k = W k 1 + W k 2 . W k 1 and W k 2 are expressed as
W k 1 = e x k x 2 α W k 2 = e y k y 2 α .
Take α = 1 in the experiment, which can better balance the horizontal and vertical coordinates of different data points. This balance is set according to the weight of each data point.
One advantage of the AEDDPF algorithm is the introduction of adaptive ellipse distance. This distance can reflect the different functions of each variable in the data and improve the clustering results. The adaptive ellipse distance assigns a variable weight value to each variable in the sample point, which can reflect the different functions of each variable in the data. Without changing the algorithm framework, the adaptive ellipse distance makes full use of the characteristics of the data itself to improve the accuracy of the data distance similarity description.

3.1.2. Selecting the Initial Clustering Center Based on the Adaptive Exponential Function

To accurately select the initial clustering center, the AEDDPF algorithm will define the initial clustering center as follows:
  • The initial cluster center point has a high local density and is surrounded by neighboring points with a relatively low local density.
  • The distance between the cluster center point and other low-density neighborhood points is large and can be selected by an adaptive exponential curve of the over-density mean point.
For each data point q k , only the local density ω k of the point q k and the shortest distance φ k from the point q k to the point q with higher local density need to be calculated. The Gaussian kernel obtains continuous values, so that different data points have different local density values, which is conducive to the subsequent classification work. Substituting the adaptive ellipse distance d i s k in Equation (10) into the Gaussian kernel can obtain the local density ω k . Their expression is defined as
ω k = = 1 N exp d i s k 2 η = = 1 N exp 1 η y k y 2 W a k 2 + x k x 2 W b k 2 .
The distance threshold η specified for the algorithm can usually be taken as the first 1% to 2% of the distance between all data points in ascending order. For each data point q k , after calculating the local density ω k , the shortest distance φ k from the point q k to q with higher local density and the distance φ of q need to be calculated. φ k and φ are defined as
φ k = min k I S d i s k , I S φ = max I S d i s k , I S = .
The expression of the index set in which the density values are arranged in descending order is shown in Equation (15).
I S = I S : ω > ω k .
The local density ω k and shortest distance φ k of all element points in the data set Q are calculated. Combining these two values results in a set of density points H = ζ k k = 1 N , where the coordinates of the density points ζ k are ω k , φ k . According to the coordinates of these density points, a two-dimensional plane decision map can be drawn.
The distance between the density peak point and the density point is relatively long, and at the same time has a large local density ω k and the shortest distance φ k . An exponential function curve of the mean density point is constructed, which is used to adaptively select the density peak point. The density point above the adaptive exponential function curve meets the two conditions of the density peak point, which is the density peak point. The construction process of the adaptive exponential function is given below.
The mean density point ζ ¯ ( ω ¯ , φ ¯ ) is calculated from the mean value of all density points in the set of density points H. The calculation formula of the horizontal and vertical coordinates of the density mean point is
ω ¯ = 1 N k = 1 N ω k φ ¯ = 1 N k = 1 N φ k .
The expression of the adaptive exponential function is
f ( ω ) = K e 1 ω .
The adaptive exponential function f ( ω ) is a compound function curve passing through the mean point of density ζ ¯ ( ω ¯ , φ ¯ ) , and the coefficient is K = φ ¯ e 1 ω ¯ .
When the distance value φ k of the density point is greater than the exponential function value f ( ω k ) of the vertical direction, the current density point is regarded as the density peak point. The corresponding point q k belongs to the element in the cluster center matrix Z, where c ( 2 c N ) is the number of clusters. The formula for selecting the initial cluster center is
q k Z , φ k > f ω k q k Z , otherwise .
Each data set can calculate a corresponding density mean point ζ ¯ . From this specific density mean point ζ ¯ , the corresponding K value of the Equation (17) can be obtained. Thus, the complete expression of the adaptive exponential function corresponding to the current data set is obtained. The adaptive exponential function obtained above changes with the distribution of the density points of the data set. In other words, the exponential function here can adaptively select the peak density point. The resulting density peak point is the initial cluster center point of the AEDDPF algorithm. So far, this section has completed the initialization part of the AEDDPF algorithm.

3.2. The Main Part of AEDDPF Algorithm

In the AEDDPF algorithm model, the initial clustering center set Z = z 1 , z 2 , , z c of clustering is obtained after initialization. The data set Q is now divided into c categories. Let b r k be the membership of the m sample point to the c-type, and satisfy b r k [ 0 , 1 ] , r = 1 c b r k = 1 , r = 1 , 2 , , c . The fuzzy membership matrix is expressed as
B = b 11 b 12 b 1 N b 21 b 22 b 2 N b c 1 b c 2 b c N .
The objective function of the AEDDPF algorithm is defined as
J A E D D P F ( B , Z ) = r = 1 c k = 1 N b r k m D r k 2 q k , z r ,
where D r k 2 q k , z r is the distance norm, which represents the distance between the sample q r and the cluster center of the category r, which is used to describe the shape of the current cluster.
D r k 2 q k , z r = q k z r A r q k z r ,
where A r is a positive definite matrix, which is determined by the clustering covariance matrix F r . The eigenvalues and eigenvectors of the clustering covariance matrix F r provide information about the shape of the cluster. The definitions of F r and A r are as follows:
F r = k = 1 N b r k m q k z r T q k z r k = 1 N b r k m ,
A r = ρ r det F r 1 2 F r .
For each category, ρ r is a constant. In the absence of prior knowledge, take ρ r = 1 . m > 1 is the fuzzy index. det F r represents the determinant of the clustering covariance matrix F r . To optimize the objective function in Equation (20), the Lagrange multiplier method is used to find the extreme value. Thus, the fuzzy membership b r k and clustering center z r corresponding to the objective function is obtained.
The specific solution process of fuzzy membership b r k and clustering center z r is as follows:
First, the constraint condition r = 1 c b r k = 1 is brought into the objective function of Equation (20) by using the Lagrange multiplier method:
L b r k , z r , τ k = k = 1 N r = 1 c b r k m D r k 2 q k , z r + τ k 1 r = 1 c b r k m ,
where τ k represents the Lagrange multiplier of constraint r = 1 c b r k = 1 . To calculate the extreme value of Equation (24), the partial derivatives of L with respect to membership b r k and clustering center z r need to be found separately. Then, the two partial derivatives of L above are set to zero. The expression is as follows:
L b r k = m D r k 2 q k , z r b r k m 1 λ k = 0 L z r = k = 1 N 2 b r k m q k z r = 0 .
According to Equation (25), the following expression can be obtained as
z r = k = 1 N b r k m q k k = 1 N b r k m b r k = 1 D r k 2 q k , z r D r 1 2 q 1 , z r 1 m 1 + D r k 2 q k , z r D r 2 2 q 2 , z r 1 m 1 + + D r k 2 q k , z r D r c 2 q c , z r 1 m 1 .
Equation (26) shows that fuzzy membership b r k and the clustering center z r are related to each other. Before iteratively calculating the AEDDPF algorithm, the initial value b r k is needed to set. During the iterative process, the objective function of AEDDPF is constantly changing, and it gradually tends to a stable value. The AEDDPF algorithm stops iterating after meeting the convergence criteria and outputs the result.
The implementation framework of the AEDDPF algorithm (Algorithm 1) is as follows:
Algorithm 1 AEDDPF
Require: observation data set Q = q k k = 1 N .
Ensure: membership matrix B = b r k c × N , clustering center Z = z 1 , z 2 , , z c .
1:
calculate the adaptive ellipse distance d i s k between any two data according to Equation (10);
2:
calculate the local density ω k of any data point q k according to Equation (13);
3:
calculate the shortest distance φ k according to Equation (14);
4:
According to Steps 2 and Steps 3, obtain the density point set H = ζ k k = 1 N and draw a decision graph;
5:
Calculate the density mean point ζ ¯ according to Equation (16) and Equation (17), and obtain the adaptive exponential function f ( ω ) ;
6:
According to Equation (18), the peak density point is determined and the corresponding data point is marked as the initial cluster center. The number of peak density points is recorded as c;
7:
Take fuzzy index m = 2 , initial iterations t = 1 , maximum iterations T, error threshold ε , initialized membership matrix b ( 0 ) = b ( 0 ) c × N ;
8:
Update the membership matrix and clustering center according to Equation (26)
9:
If b ( t ) b ( t 1 ) ε , so the iteration ends;
10:
Otherwise t = t + 1 , repeat Step 8.

3.3. The Time Complexity Analysis of AEDDPF Clustering Algorithm

The characteristic of the AEDDPF algorithm is to use secondary clustering to correct the clustering results. First, the AEDDPF algorithm uses the improved density peak algorithm to perform the first clustering to obtain the initial cluster center point. The obtained initial cluster center points are very close to the actual optimal classification result. Secondly, the AEDDPF algorithm takes the initial clustering result as the input and uses the GK algorithm to perform secondary clustering and obtain more accurate clustering results. Although the AEDDPF algorithm uses a secondary clustering method to process the data, the cluster center point obtained by the AEDDPF algorithm during the primary clustering is closer to the final cluster center point, which reduces the number of iterations during the secondary clustering. Therefore, the time consumption of the algorithm is not very large, which can meet the real-time requirements of the system.
When clustering the data set, suppose the time complexity of the GK algorithm to be completed one iteration is O ( n 1 ) and the total iteration number of the GK algorithm to process the data is N, so the total time complexity of completing the algorithm is O ( N * n 1 ) . Suppose the time complexity of the first clustering of AEDDPF algorithm is O ( n 2 ) and the number of secondary clustering of AEDDPF algorithm is M, so the time complexity of AEDDPF can be obtained as O ( n 2 ) + M * O ( n 1 ) . The improved density peak algorithm is used by the AEDDPF algorithm for the initial clustering to obtain the initial cluster center. The cluster centers obtained above are very close to the real cluster centers, which effectively reduces the iteration number in the secondary clustering of the AEDDPF algorithm. Therefore, the iteration number M of the AEDDPF algorithm in the secondary clustering is much smaller than the total iteration number N of the GK algorithm, and the condition M N is obtained. According to the above analysis, the time complexity of the AEDDPF algorithm satisfies O ( n 2 ) + M * O ( n 1 ) O ( n 2 ) + N * O ( n 1 ) . The time consumption of the AEDDPF algorithm is much smaller than the time consumption that is a simple superposition of the improved density peak algorithm and the GK algorithm. At the same time, the time consumption of the algorithm will be slightly greater than the improved peak density algorithm, but it can fully meet the real-time requirements of the system.

4. Experimental Results

4.1. Radar Data Processing

The data used in this paper is obtained from the multi-target traffic radar, and the actual radar diagram is shown in Figure 4. The radar can be installed on the roadside or on the top of the road. The horizontal detection range of the radar is 3 to 5 lanes, and the vertical detection range of the radar is 50 to 300 meters. The multi-target traffic radar in this paper is based on the FSK (Frequency-Shift Keying, FSK) system and it has many advantages in the field of road traffic [30]. The FSK system radar can automatically shield targets whose radial velocity is zero relative to the radar. In the same way, stationary targets on the road such as railings, manhole covers, and green belts can be automatically shielded by the radar. The FSK system radar has a strong anti-interference ability and is usually used to detect motor vehicle targets on the road [31]. Through the above analysis, the AEDDPF algorithm will be studied based on the FSK system.
Figure 4. Multi-target FSK (Frequency-Shift Keying, FSK)radar.
The radar system in this paper mainly includes radar, camera, and antennas. The radar transmits radar signals through two antennas and then receives reflected signals from vehicle targets. At the same time, the camera is responsible for capturing the image information of the corresponding vehicles on the road. The radar data processing flow is as follows:
  • Step 1: Data acquisition: When the vehicle target enters the radar irradiation area, the radar antenna receives the reflected signal from the target.
  • Step 2: Data preprocessing: The radar demodulates the echo signal. After that, noise removal and spectrum processing are performed on the demodulated signal to obtain a time-domain radar signal.
  • Step 3: Radial distance acquisition: Use the radar ranging Equation (27) to obtain the radial distance between the vehicle target and the radar.
    R = C T 2 Δ F ,
    where R is the radial distance between the radar and the target vehicle, C is the speed of light, T is the period of the transmitted signal, and Δ F is the frequency modulation bandwidth.
  • Step 4: Direction angle acquisition: Use angle Equation (28) to calculate the angle between the vehicle’s driving direction and the radar beam direction.
    θ = arcsin λ · Δ φ 12 2 π · Δ d 12 ,
    where θ is the angle between the driving direction of the vehicle and the direction of the radar beam, λ is the wavelength of the radar, Δ φ 12 is the phase difference of the two received signals, Δ d 12 is the distance between the two receiving antennas.
  • Step 5: Coordinate conversion: The vertical distance from the radar installation position to the ground is known as h, and the two-dimensional coordinates q = ( x , y ) of the vehicle target in the radar coordinate system can be obtained using Equation (29).
    x = R · sin θ y = ( R · cos θ ) 2 h 2 .
After the raw data is processed, the ( R , θ ) coordinate in the polar coordinate system is converted to the ( x , y ) coordinate in the rectangular coordinate system. The position coordinate ( x , y ) of the detection target in the two-dimensional form can intuitively display the position information of the detection point of the vehicle. The set of these position coordinate points is the radar dataset to be processed in this paper.
In the radar scenario of this paper, the size of the dataset is related to the number of vehicles. Generally, the number of radar reflection points for small cars in the scene is about 6-8, and the number of radar reflection points for large cars in the scene is about 10-15. When there are vehicles in the four lanes within the radar measurement range, there are about 60 points in the scene of this paper.
The measurement data of the radar in the actual scene is first collected and used as the training dataset. After that, the training dataset is used for parameter training calculation on the computer. After training the better parameters, the algorithm with the adjusted parameters is rewritten into the radar system installed above the road, and the system is tested in real-time to detect the relevant performance of the algorithm. If the algorithm runs poorly, the relevant dataset needs to be downloaded. After that, the downloaded data set is added to the original training data set to obtain a new training dataset. Based on the new training dataset, the computer re-trained and calculated the parameters of the algorithm, and the original parameters of the algorithm were further optimized. Under normal circumstances, the above process requires multiple cycles to obtain the optimal parameters.
FSK system radar has strong anti-noise interference ability. It can automatically shield targets whose radial velocity is zero relative to the radar. Therefore, the noise of stationary targets on the road such as railings, manhole covers, and green belts can be automatically filtered by the radar. In the four-lane highway scenario studied in this paper, there are only high-speed vehicle targets. At the same time, there are no pedestrians and other non-maneuverable targets in the above scene. Traffic jams occasionally occur in the scene. At this time, the speed of the vehicles in the scene is close to zero, and the FSK system radar will shield them. In this case, the algorithm will stop running. However, there may be mirror interference between adjacent vehicle targets measured in this paper. For mirror interference, we use density factors to filter out measurement points with abnormal speed and position. Therefore, before running the clustering algorithm, the radar mirror interference will be filtered out. In addition to the above interference, there is no other noise interference in the system. When comparing other methods, the same data processing flow is also used. The data processing of the proposed algorithm is shown in Figure 5.
Figure 5. Flow chart of data processing.

4.2. Experimental Results and Comparison

The experiment selected four sets of actual scene data obtained by multi-target traffic radar to explain the performance of the AEDDPF algorithm. In the actual scene, the vehicle is a large-sized target. When two vehicles are driving at a short distance in a horizontal or vertical direction, the radar will have a situation where the detection target points are not easy to distinguish. As shown in Figure 6, the four radar scenes are labeled Scene1, Scene2, Scene3, Scene4, respectively. In the four sets of real scenes, there are multiple vehicles with very close horizontal and vertical distances or driving side by side. In Scene1, the white car, and the black car travel side by side, and the driving distance is close, as shown in Figure 6a. In Scene2, the horizontal distance between the car in the second lane and the bus in the third lane is close, and the longitudinal distance between the bus and the black car in the fourth lane is close, as shown in Figure 6b. In Scene3, the longitudinal travel distance of the three vehicles is close, as shown in Figure 6c. In Scene4, the three vehicles are approaching laterally, as shown in Figure 6d.
Figure 6. Four sets of real radar scenes in the experiment: (a) Scene1; (b) Scene2; (c) Scene3; (d) Scene4.
The actual detection chart is shown in Figure 6, and the total number of points in the radar data set is relatively small. Among them, each data set has about 20 to 30 detection points, corresponding to about 6 to 15 detection points for a car. The radar detects that the vehicle is a directional elliptical cluster, that is, the long half axis of the ellipse is parallel to the vertical direction of the coordinate axis, and the short half axis is parallel to the horizontal direction of the coordinate axis. The four radar detection maps in Figure 7 correspond to the four real vehicle scenes in Figure 6, where the horizontal axis represents the lateral distance of the lane x, and the vertical axis represents the length of the lane y, all in meters. The radar data collection method is one of the reasons for the above phenomenon. In a traffic scene, the vehicle target detected by the radar is not a point target, but a target with multiple scattering points. It is precise because of the discrete state of the target point that the horizontal and vertical distance between different point clusters in the actual detection data is small. Besides, the different sizes of the vehicle will also affect the effective points of the detected target. Corresponding to Figure 6b and Figure 7b, the bus body is long and it takes a long time to pass through the area to be measured, so there are many corresponding effective points. Similarly, the body of the car is short and the time to pass the area to be tested is short, so the corresponding detection points are few.
Figure 7. Two-dimensional radar dataset: (a) Dataset 1; (b) Dataset 2; (c) Dataset 3; (d) Dataset 4.
In this section, we analyze the AEDDPF algorithm through experiments and compare the proposed algorithm with DBSCAN, k-means, FCM, GK, and Euclid-ADDPF algorithms. To better prove the clustering effect of the AEDDPF algorithm, we replaced the adaptive elliptic distance part of the proposed AEDDPF algorithm with the adaptive Euclidean distance and obtained the adaptive Euclidean distance density peak fuzzy (Euclid-ADDPF) clustering algorithm. The Euclid-ADDPF algorithm will be used as the comparison algorithm of the AEDDPF algorithm for experiments.
The experiment mainly verifies the following three advantages of the AEDDPF algorithm:
  • The AEDDPF algorithm can simply and adaptively select the initial cluster center, and the error between the center point after initialization and the real center point of the data is small.
  • The AEDDPF algorithm can more accurately describe the elliptical structure of the data obtained by radar measurement vehicles and has a good clustering effect.
  • Compared with other clustering algorithms, the AEDDPF algorithm has higher accuracy and better stability.

4.2.1. The Initial Clustering Center Result of the AEDDPF Algorithm

To illustrate the effectiveness of the initial center selection, this paper compares the clustering centers after the AEDDPF algorithm initialization with the real data center points of four experimental scenarios. In Section 3.1.2, the AEDDPF algorithm calculates the density point set H = ζ k k = 1 N and obtains the decision graph by the element coordinates in the density point set H. After that, the average value of the horizontal and vertical coordinates of all elements in the density point set is calculated to obtain the density average point ζ ¯ ( ω ¯ , φ ¯ ) . The density mean point ζ ¯ is brought into the adaptive exponential function Equation (17), and the adaptive exponential function expression is obtained.
The experimental results are shown in Figure 8. The points in the data set are arranged in a decreasing density manner. The abscissa is the point density ω and the ordinate is the point distance φ . The red * is the mean density point ζ ¯ ( ω ¯ , φ ¯ ) . The blue curve is the adaptive exponential function, and the curve passes through the mean density point ζ ¯ . The color points are the initial cluster center points, which are the density peak points. The black points below the curve are the density point concentration except for the density peak point.
Figure 8. The decision chart corresponding to the radar detection data Dataset 1 to Dataset 4: (a) Decision graph of Dataset1; (b) Decision graph of Dataset2; (c) Decision graph of Dataset3; (d) Decision graph of Dataset4.
As shown in Figure 8, the colored points in the decision diagram are prominently distributed in the upper right part of the diagram and have large ω and φ values. These points have no data points with a higher density than they are in a larger neighborhood. These color points meet the two condition of the cluster center, which is the peak density point. The adaptive exponential function f ( ω ) divides the decision graph into two regions, and the colored point above the curve is used as the initial point of the cluster center.
The black density points below the curve f ( ω ) have three distributions in Figure 8:
  • The density points have high ω values, but the φ values are very small, and they are all distributed in the lower right corner of the decision graph. This indicates that there are more dense points near their neighbors, which does not meet the criterions of the cluster center. These points are non-peak points.
  • The ω values and φ values of density points are in the middle. This shows that there are more dense points near their neighbors, which does not meet the condition of cluster centers. Such points are also non-peak points.
  • The density points have higher φ values, but the ω values are very low, all distributed in the upper left corner of the graph. This indicates that they are outlier non-peak points.
To show that the initial clustering center point obtained by the AEDDPF algorithm is closer to the real data center, this paper introduces distance error rate (DER) as the evaluation index of the initial clustering center, the expression is
D E R = d μ V 2 + L 2 × 100 % .
where the center distance value d μ represents the distance between the true center of the data set and the initial clustering center obtained by the algorithm, V and L are the horizontal distance and vertical distance of the data set, defined as
V = x max x min L = y max y min ,
where x max and x min respectively represent the maximum and minimum values of the abscissa of the points in the data set. y max and y min respectively represent the maximum and minimum values of the vertical coordinate of the points in the data set.
As shown in Table 1, the first column is the serial number of the four datasets. The second column is the cluster center number corresponding to the dataset. The third column is the true center coordinates of the four data sets.The true center coordinates (the true ground positions of the vehicle) are obtained by the lidar with high measurement accuracy. The data result obtained by the lidar measurement is used for the parameter calibration of the embedded algorithm, and the result is also used as a reference for the precise position of the target.The fourth column is the three initial cluster center coordinates obtained after the AEDDPF algorithm is run. The fifth column is the distance between the true center point and the initial cluster center. The sixth column is the DER of the initial cluster center. Table 1 shows that the number of clustering centers obtained by the algorithm initialization corresponds to the actual number of vehicle targets in Figure 7. This shows that the AEDDPF algorithm can select the correct number of clustering centers from the decision graph through the adaptive exponential function.The error values DER in Table 1 are less than 11%, which proves that the AEDDPF algorithm initializes the cluster center coordinates relatively close to the actual center coordinates of the radar datasets. The initial clustering center of the GK clustering algorithm is generally selected randomly. In comparison, the initial clustering center of the AEDDPF algorithm is obtained through the selection of the density peak point by the adaptive exponential curve. The experimental results also show that the obtained initial cluster center point is closer to the actual optimal classification result.
Table 1. Comparison of the results of the initial cluster center and the true center of the datasets.
The selection process of the initial clustering center of the AEDDPF algorithm proposed in this experimental scenario is effective, and the selected initial clustering center point is ideal. The above experiments verify the effectiveness of the AEDDPF algorithm to initialize cluster centers in this paper.

4.2.2. Comparison of Experimental Results

This part mainly compares and analyzes the running effects of DBSCAN, k-means, FCM, GK, Euclid-ADDPF, and AEDDPF algorithms in detail. For the DBSCAN algorithm, the neighborhood radius is ε = 2 , and the minimum number of points required to form a dense area is M i n P t s = 5 . For the k-means algorithm, the initial center number is taken as 3. For the FCM and GK algorithm, the initial center number is taken as 3 and the fuzzy index is taken as 3. For the Euclid-ADDPF algorithm, the fuzzy index of the algorithm is taken as 2. For the AEDDPF algorithm, the adjustment factor of the adaptive Euclidean distance is taken as α = 1 , and the fuzzy index is taken as m = 2 .
Combining Figure 9 and Table 2, we can more fully understand the clustering effect of different algorithms in different radar scenarios.The analysis of the clustering effect of the four scenes is as follows:
Figure 9. Clustering results of DBSCAN, k-means, FCM, GK, Euclid-ADDPF, and AEDDPF for 4 datasets: (a) DBSCAN Dataset1; (b) k-means Dataset1; (c) FCM Dataset1; (d) GK Dataset1; (e) Euclid-ADDPF Dataset1; (f) AEDDPF Dataset1; (g) DBSCAN Dataset2; (h) k-means Dataset2; (i) FCM Dataset2; (j) GK Dataset2; (k) Euclid-ADDPF Dataset2; (l) AEDDPF Dataset2; (m) DBSCAN Dataset3; (n) k-means Dataset3; (o) FCM Dataset3; (p) GK Dataset3; (q) Euclid-ADDPF Dataset3; (r) AEDDPF Dataset3; (s) DBSCAN Dataset4; (t) k-means Dataset4; (u) FCM Dataset4; (v) GK Dataset4; (w) Euclid-ADDPF Dataset4; (x) AEDDPF Dataset4.
Table 2. Cluster center point coordinates.
  • Scene1:The lateral distance of the two vehicles is close. Figure 9a shows that the DBSCAN algorithm cannot correctly classify Dataset1. As shown in Figure 9b, when the k-means algorithm clusters Dataset1, the shape of the blue and green clusters is wrong. The relative positions of the cluster center points of these two clusters are incorrect, which is inconsistent with the positions of the white and black cars in Scene1. As shown in Figure 9c, when the FCM algorithm clusters Dataset1, the shape of the blue and red clusters is wrong, and the relative positional deviation of the cluster center points of these two clusters is large. Figure 9d shows that the clustering effect of GK is better. As shown in Figure 9e, the Euclid-ADDPF algorithm has a better overall clustering effect, but the red and blue clusters have irregular shapes, which are somewhat different from the clustering effect of AEDDPF. As shown in Figure 9f, the AEDDPF algorithm has the best clustering effect on Dataset1, and can completely describe the elliptical shape of point clusters. As shown in the Dataset1 column of the Table 2, the comprehensive DER of the three clustering centers obtained by the AEDDPF algorithm is the smallest, and the DER values are all less than 2%.
  • Scene2: The driving distance of the big car and the two small cars is close. Figure 9g shows that the DBSCAN algorithm cannot correctly classify Dataset2. As shown in Figure 9h, when the k-means algorithm clusters Dataset2, the direction of the green and red clusters is horizontal, and the cluster center position of the two clusters does not match the position of the two vehicles in the actual scene. As shown in Figure 9i, when the FCM algorithm clusters Dataset2, the direction of the green and red clusters is horizontal, and the cluster center position of the two clusters does not match the position of the two vehicles in the actual scene. It can be seen from Figure 9j that GK has obtained elliptical clusters, but the red clusters and green clusters are oblique, rather than parallel to the longitudinal axis, so the direction of the clusters is wrong. As shown in Figure 9k, the Euclid-ADDPF algorithm can cluster the correct number of clusters. Among them, the shape of the green cluster does not conform to the real shape of the car, and the longitudinal length of the blue cluster does not match the real length of the bus in the real scene. As shown in Figure 9l, the AEDDPF algorithm clusters Dataset2 into three ellipse-shaped clusters, and the cluster center position of the three clusters is in accordance with the actual situation. In the Dataset2 column of Table 2, the combined DER of the AEDDPF algorithm is the smallest, and the DER values are all less than 1%.
  • Scene3: The three cars are close to each other in the longitudinal distance. Figure 9m shows that the DBSCAN algorithm cannot correctly classify Dataset 3. As shown in Figure 9n–Figure 9q, the k-means, FCM, GK, Euclid-ADDPF, and AEDDPF algorithms can correctly cluster the position, orientation, and shape of clusters in Dataset3. In comparison, the AEDDPF algorithm is more reasonable for clustering edge points of clusters. From the Dataset3 column in Table 2, under the condition that the clustering effects of k-means, FCM, GK, and AEDDPF are similar, the DER of the AEDDPF algorithm is generally ideal, and the DER values are all less than 2%.
  • Scene4: The three cars are close to each other in the lateral distance. Figure 9s shows that the DBSCAN algorithm cannot correctly classify Dataset4. As shown in Figure 9t, when the k-means algorithm clusters Dataset4, the green and blue clusters are in the wrong direction. Besides, the location of the cluster center point of the two clusters is wrong, which does not match the position of the white and gray cars in Scene4. As shown in Figure 9u, when the FCM algorithm describes Dataset4, the clustering center points of the green and red clusters are in the wrong position, which is inconsistent with the white and gray car positions in the Scene4 scene.It can be seen from Figure 9v that the clustering effect of GK algorithm is better. As shown in Figure 9w, Euclid-ADDPF clustered the correct number of clusters, but the shapes of the green and red clusters are somewhat different from the shape of the elongated ellipse of the car. As shown in Figure 9x, the three clusters of red, blue, and green clustered by the AEDDPF algorithm are all ellipses whose long semi-axis is parallel to the vertical axis, and the position of the cluster center of the three clusters is consistent with the Scene4. The Dataset4 column of Table 2 shows that the DER of the three central points of the AEDDPF algorithm is more ideal than other algorithms.
From the cluster analysis of Scene1 to Scene4, the AEDDPF algorithm ensures that the cluster center error rate is relatively small under the premise of ensuring the correct number of clusters in the cluster. Also, the AEDDPF algorithm can accurately describe the elliptical shape of the clusters in the datasets, and the clustering effect is better than the DBSCAN, k-means, FCM, GK, and Euclid-ADDPF algorithms.
The initial clustering center point of the AEDDPF algorithm is used as the input data of the algorithm, so that the error distance of the final clustering center is reduced. In Figure 10, the initial error value is the fifth column of Table 1, and the final clustering result error distance value is the data corresponding to the Euclid-ADDPF row of the Table 2. The two sets of data are compared to form a histogram. In dataset 1, the final error distances of the three center points are lower than the initial error distance by 0.834m, 1.274m, and 1.017m, respectively. In dataset 2, the final error distances of the three center points are lower than the initial error distance by 0.522m, 1.812m, and 1.547m, respectively. In dataset 3, the final error distances of the three center points are lower than the initial error distance by 2.554m, 0.938m, and 1.114m respectively. In dataset 5, the final error distances of the three center points are lower than the initial error distance by 2.687m, 0.726m, and 0.761m, respectively.
Figure 10. Adaptive ellipse distance density peak fuzzy (AEDDPF) algorithm initial cluster center point distance and final cluster center distance histogram comparison chart.
To further illustrate the clustering performance of the algorithm, the accuracy rate (AR), running time, and the number of iterations of the five algorithms in four groups of scenarios can be compared. The clustering accuracy A R of the dataset is defined as follows:
A R = D T D T + D F × 100 % ,
where D T represents the number of correctly classified points and D F represents the number of incorrectly classified points.
Perform the same experiment for the six algorithms mentioned in this article. The experiment selects the above four traffic scenes to run 1000 times, and the average performance data of different algorithms is obtained. As shown in Figure 11a, the average accuracy values of the AEDDPF algorithm is the highest, and the accuracy of the algorithm is all above 95%. In particular, compared with the GK algorithm, the average accuracy of the AEDDPF algorithm in the 4 datasets is increased by 3.7%, 33.44%, 7.17%, and 3.57%, respectively. Compared with Euclid-ADDPF algorithm, the average accuracy rate in the 4 datasets of AEDDPF algorithm is increased by 3.34%, 16.12%, 23.83%, and 3.56%, respectively. As shown in Figure 11b, from Scene 1 to Scene 4, the average running time of the AEDDPF algorithm is in the middle position. Compared with the longest running GK algorithm, the average running time of the AEDDPF algorithm is reduced by 0.00219s, 0.005798s, 0.008641s and 0.012195s. As shown in Figure 11c, from scene 1 to scene 4, the average number of iterations of the AEDDPF algorithm is also in the middle position.
Figure 11. Histogram comparison of clustering results of different clustering algorithms in four radar scenes: (a) Average Accuracy ( % ) ; (b) Average Running Time ( s ) ; (c) Average Number of Iterations (Times).
Through experiments and analysis, the proposed AEDDPF algorithm has the best clustering effect compared to DBSCAN, k-means, FCM, GK, and Euclid-ADDPF. At the same time, the running time and number of iterations of the proposed algorithm are also in the middle position. In order to compare the performance of each algorithm more comprehensively, the same experiment was performed for the six algorithms mentioned in this article. The experiment selected 10 groups of different traffic scenes to run 1000 times to obtain the comprehensive average data of different algorithms. The Table 3 shows that the average accuracy of the AEDDPF algorithm is as high as 97.52%. The average running time of the AEDDPF algorithm is in the middle. The average iterations number of the AEDDPF algorithm is about 26 times less than the GK algorithm. The clustering effect of DBSCAN and k-means in the current vehicle scene is poor, and their average accuracy rate is less than 70%. After comprehensively considering the above clustering indicators, the AEDDPF algorithm performs better in the current radar scenes than other algorithms.
Table 3. Comparison experiment of AEDDPF algorithm with other algorithms in radar dataset.
The FCM, GK, Euclid-ADDPF, and AEDDPF algorithms are all fuzzy clustering algorithms, and the clustering accuracy is higher in the current experiment. The FCM, GK, Euclid-ADDPF, and AEDDPF algorithms are used for further analysis. Figure 12 shows the change of the convergence rate of the objective function with the number of iterations on the data sets corresponding to the four scenarios in this paper by the three algorithms. As the number of iterations increases, the objective function gradually decays. The decay rate is fast at the beginning. After a certain number of iterations, however, the decay rate becomes slower. When the objective function converges faster as the number of iterations increases, the algorithm is more efficient in clustering. In Figure 12, the AEDDPF algorithm’s curve stationary point appears relatively quickly. As shown in the four figures from Figure 12a to Figure 12d, the number of iterations of the position where the stationary point appears in the AEDDPF algorithm is reduced by 14, 15, 5, and 4 times compared with the GK algorithm, and compared to Euclid-ADDPF algorithm reduces 2 times, 2 times, 4 times and 2 times respectively.In other words, the overall performance of AEDPPF algorithm’s convergence speed is better.
Figure 12. Decibels of fuzzy c-means (FCM), Gustafson-Kessel (GK), Euclidean distance density peak fuzzy (Euclid-ADDPF), and AEDDPF clustering algorithms were applied to the comparative experiment of Scene1 to Scene4 analyze the broken line graph: (a) Operational efficiency of Dataset1; (b) Operational efficiency of Dataset2; (c) Operational efficiency of Dataset3; (d) Operational efficiency of Dataset4.
In summary, the AEDDPF algorithm initializes accurately to obtain the coordinates and number of initial cluster center points. The effective initialization also reduces the number of iterations of the algorithm in the subsequent clustering process and improves the clustering accuracy. The above experiments show that the AEDDPF algorithm solves the problem that many traditional algorithms need to determine the number of clusters in advance. Besides, the algorithm has high average accuracy and a good clustering effect in the current radar scenes.

4.3. Discussion

The proposed AEDDPF algorithm can be applied to the multi-target radar in this paper. At the same time, the algorithm can also be applied to other radars such as lidar and high-precision radar. The multi-target radar in this paper is the FSK system. It can automatically shield stationary target interference. When other systems of radar (such as FCMW system radar) use this algorithm, the interference of stationary targets to the algorithm is needed to be removed in advance and the moving targets are extracted as measurement data. After that, the algorithm parameters need to be optimized and adjusted. In the radar scene data of this paper, the outline of the car is characterized by an elongated ellipse. The AEDDPF algorithm has a good clustering effect on the measurement data with a slender ellipse profile similar to the vehicle target. However, the clustering effect on the measurement data of the non-slender ellipse profile feature is average. For different types of data (such as image data), if the data does not meet the elliptical slender profile condition, this method is not applicable.

5. Conclusions

This paper solves the problem of low clustering accuracy of commonly used algorithms when vehicles travel at close range in a multi-target traffic radar scenario. Combining with previous thoughts, an adaptive ellipse distance density peak fuzzy clustering algorithm was proposed. There are two main ideas of the proposed AEDDPF algorithm:
  • In order to obtain the initial cluster center coordinate value and the number of cluster centers, adaptive ellipse distance is used to accurately describe the structure of radar scene data and an exponential function is introduced to adaptively select cluster centers. This improvement improves the accuracy of the initial cluster center selection.
  • The initial clustering center point is used as the subsequent input condition of the algorithm, which not only reduces the number of clustering iterations of the algorithm, but also makes the final clustering result of the algorithm more accurate.
In the experiment, real radar datasets are used to compare the clustering effect of the AEDDPF algorithm with DBSCAN, k-means, FCM, GK, and Euclid-ADDPF algorithms. Experimental results show that in the scenario of multi-target traffic radar driving vehicles at close range, the AEDDPF algorithm can cluster data points more efficiently. In the follow-up work, the AEDDPF algorithm may be used in engineering applications such as traffic radar target detection and tracking.

Author Contributions

Conceptualization, methodology, formal analysis, project administration and funding acquisition, L.C.; investigation, validation, visualization, software and writing—original draft, X.Z.; resources and data curation, T.W.; supervision, validation, writing—review and editing, K.D.; writing—review and editing, C.F. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by the National Natural Science Foundation of China under Grant No. 61671069, by Qin Xin Talents Cultivation Program under Grant No. QXTCP A201902, by the General Foundation of the Beijing Municipal Commission of Education under Grant No. KM202011232021, and by Beijing Information Science and Technology University of school fund under Grant No.2025024.

Conflicts of Interest

The authors declare no conflict of interest. The funders had no role in the design of the study, in the collection, analyses, or interpretation of data, in the writing of the manuscript, or in the decision to publish the results.

References

  1. Luo, X.G.; Zhang, H.B.; Zhang, Z.L.; Yu, Y.; Li, K. A new framework of intelligent public transportation system based on the internet of things. IEEE Access 2019, 7. [Google Scholar] [CrossRef]
  2. Hudec, P.; Adler, V. On the testing of advanced automotive radar sensors by means of target simulators. Sensors 2020, 9, 2714. [Google Scholar] [CrossRef] [PubMed]
  3. Onur, T.; Marius, B. A novel nonlinearity correction algorithm for fmcw radar systems for optimal range accuracy and improved multitarget detection capability. Electronics 2019, 8, 1290. [Google Scholar]
  4. Ning, B.L.; Kai, W.W.; Rui, Q.C.; Kai, L.Y.; Wei, J.H.; Jian, B. Assisting the visually impaired: Multitarget warning through millimeter wave radar and rgb-depth sensors. J. Electron. Imaging 2019, 28. [Google Scholar] [CrossRef]
  5. Ying, F.C.; Hai, W.; Zheng, Y.Z.; Xiao, Q.S. Scene-adaptive vehicle detection algorithm based on a composite deep structure. IEEE Access 2017, 5. [Google Scholar] [CrossRef]
  6. Chao, Q.; Ty, N.; Camillo, T. Depth completion via deep basis fitting. In Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV), Hilton Waikoloa Village, HI, USA, 8–10 January 2019; pp. 8–10. [Google Scholar]
  7. Nils, B.; Johan, E.; Patric, J.; John, F. Detection and tracking of general movable objects in large three-dimensional maps. IEEE Trans. Robot. 2018, 99, 1–17. [Google Scholar]
  8. Kim, Y.D.; Son, G.J.; Song, C.H.; Kim, H.K. On the deployment and noise filtering of vehicular radar application for detection enhancement in roads and tunnels. Sensors 2018, 18, 711–837. [Google Scholar]
  9. Zhao, Z.; Wang, X.; Wang, T. A novel measurement data classification algorithm based on svm for tracking closely spaced targets. IEEE Trans. Instrum. Meas. 2019, 68, 1089–1100. [Google Scholar] [CrossRef]
  10. Gargoum, S.A.; El-Basyouny, K.; Froese, K.; Gadowski, A. A fully automated approach to extract and assess road cross sections from mobile lidar data. IEEE Trans. Intell. Transp. Syst. 2018, 19, 3507–3516. [Google Scholar] [CrossRef]
  11. Hai, Q.L.; Na, L.; De, Y.G.; Laxmisha, R. Data feature analysis of non-scanning multi target millimeter-wave radar in traffic flow detection applications. Sensors 2018, 18, 2756. [Google Scholar]
  12. Lin, C.; Tao, W.; Dong, F.W.; Kang, N.D.; Chong, F. Lane determination of vehicles based on a novel clustering algorithm for intelligent traffic monitoring. IEEE Access 2020, 8, 63004–63017. [Google Scholar]
  13. Paolo, B.; Federico, C.; Antonio, C.; Luca, F. Cooperative vehicular traffic monitoring in realistic low penetration scenarios: The colombo experience. Sensors 2018, 18, 822. [Google Scholar] [CrossRef]
  14. Dan, B.; Matthew, G.; Paul, M.; Paul, N.; Ingmar, P. The oxford radar robotcar dataset: A radar extension to the oxford robotcar dataset. arXiv 2019, arXiv:1909.01300. [Google Scholar]
  15. Lin, C.; Yun, X.L.; Dong, F.W.; Tao, W.; Chong, F. A novel density peak fuzzy clustering algorithm for moving vehicles using traffic radar. Electronics 2020, 9, 46. [Google Scholar]
  16. Lina, N.; Chao, L.; Xiao, W.; Hong, L.J.; Ji, G.Y. Dp-mcdbscan: Differential privacy preserving multi-core dbscan clustering for network user data. IEEE Access 2018, 6, 21053–21063. [Google Scholar]
  17. Yu, Y.; Ren, J.; Zhang, Q.; Yang, W.; Jiao, Z. Research on tire marking point completeness evaluation based on k-means clustering image segmentation. Sensors 2020, 20, 4687. [Google Scholar] [CrossRef]
  18. Hong, H.; Fan, Z.M.; Shao, H.Z.; Feng, J.; Gunase, K.M. Brain image segmentation based on fcm clustering algorithm and rough set. IEEE Access 2019, 7, 12386–12396. [Google Scholar] [CrossRef]
  19. Tao, L.; Xiao, H.J.; Yan, N.Z.; Li, F.H.; Hong, Y.M.; Asoke, K.N. Significantly fast and robust fuzzy c-means clustering algorithm based on morphological reconstruction and membership filtering. IEEE Trans. Fuzzy Syst. 2018, 26, 3027–3041. [Google Scholar]
  20. Chaomurilige, C.; Yu, J.; Yang, M.S. Analysis of parameter selection for Gustafson-Kessel fuzzy clustering using jacobian matrix. IEEE Trans. Fuzzy Syst. 2015, 23, 2329–2342. [Google Scholar] [CrossRef]
  21. Chaomu, C.; Yu, J.; Yang, M.S. Deterministic annealing Gustafson-Kessel fuzzy clustering algorithm. Inf. Sci. 2017, 417, 435–453. [Google Scholar]
  22. Jia, H.Q.; Wei, M.F.; Hui, J.G.; Xing, Z.W. Distributed k-means algorithm and fuzzy c-means algorithm for sensor networks based on multiagent consensus theory. IEEE Trans. Cybern. 2017, 47, 772–783. [Google Scholar]
  23. Yang, M.S.; Changchien, S.J.; Nataliani, Y. Gaussian-kernel c-means clustering algorithms. Int. Conf. Theory Pract. Nat. Comput. 2018, 11324, 124–135. [Google Scholar]
  24. Liu, X.; Zhu, X.; Li, M.; Wang, L.; Zhu, E.; Liu, T. Multiple kernel k-means with incomplete kernels. IEEE Trans. Pattern Anal. Mach. Intell. 2019, 42, 1191–1204. [Google Scholar] [CrossRef] [PubMed]
  25. Jun, Y.X.; Ross, G.; Ali, F. Unsupervised deep embedding for clustering analysis. Comput. Ence 2016, 48, 478–487. [Google Scholar]
  26. Jian, W.Y.; Devi, P.; Dhruv, B. Joint unsupervised learning of deep representations and image clusters. IEEE Comput. Soc. 2016, 5147–5156. [Google Scholar] [CrossRef]
  27. Rodriguez, A.; Laio, A. Clustering by fast search and find of density peaks. Science 2014, 344, 1492–1496. [Google Scholar] [CrossRef]
  28. Yiming, Z.; Mandan, L.; Qingwei, L. An energy-balanced clustering protocol based on an improved cfsfdp algorithm for wireless sensor networks. Sensors 2018, 18, 881. [Google Scholar]
  29. Luiz, L.; Myriam, R.D.; Jose, V.O. Synthesis of probabilistic fuzzy classifiers using gk clustering and bayesian estimation. IEEE Lat. Am. Trans. 2017, 15, 550–556. [Google Scholar]
  30. Zhou, H.; Gao, C.; Xu, X.; Shen, F.; Guo, Z. A detection and tracking method based on monopulse radar in FSK mode applied in smart transportation systems. In Proceedings of the Tencon IEEE Region 10 Conference, Penang, Malaysia, 5–8 November 2017; pp. 366–368. [Google Scholar]
  31. Wang, J.; Karp, T.; Munoz-Ferreras, J.M.; Tanja, K.; Gomez-Garc, R.; Li, C.Z. A spectrum-efficient fsk radar technology for range tracking of both moving and stationary human subjects. IEEE Trans. Microw. Theory Tech. 2019, 67, 5406–5416. [Google Scholar] [CrossRef]

Article Metrics

Citations

Article Access Statistics

Multiple requests from the same IP address are counted as one view.