WO2024060771A1 - Millimeter wave radar data clustering method based on multi-frame doppler velocity dimension expansion - Google Patents

Millimeter wave radar data clustering method based on multi-frame doppler velocity dimension expansion Download PDF

Info

Publication number
WO2024060771A1
WO2024060771A1 PCT/CN2023/104570 CN2023104570W WO2024060771A1 WO 2024060771 A1 WO2024060771 A1 WO 2024060771A1 CN 2023104570 W CN2023104570 W CN 2023104570W WO 2024060771 A1 WO2024060771 A1 WO 2024060771A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
clustering
frame
wave radar
millimeter wave
Prior art date
Application number
PCT/CN2023/104570
Other languages
French (fr)
Chinese (zh)
Inventor
王帅
李再兴
孙浩
Original Assignee
深圳安智杰科技有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳安智杰科技有限公司 filed Critical 深圳安智杰科技有限公司
Publication of WO2024060771A1 publication Critical patent/WO2024060771A1/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S7/00Details of systems according to groups G01S13/00, G01S15/00, G01S17/00
    • G01S7/02Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S13/00
    • G01S7/41Details of systems according to groups G01S13/00, G01S15/00, G01S17/00 of systems according to group G01S13/00 using analysis of echo signal for target characterisation; Target signature; Target cross-section
    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S13/00Systems using the reflection or reradiation of radio waves, e.g. radar systems; Analogous systems using reflection or reradiation of waves whose nature or wavelength is irrelevant or unspecified
    • G01S13/88Radar or analogous systems specially adapted for specific applications
    • G01S13/93Radar or analogous systems specially adapted for specific applications for anti-collision purposes
    • G01S13/931Radar or analogous systems specially adapted for specific applications for anti-collision purposes of land vehicles

Definitions

  • the invention belongs to the technical field of signal and information processing, and more specifically, relates to a millimeter wave radar data clustering method based on multi-frame Doppler velocity expansion.
  • Millimeter-wave radar is one of the important sensors included in automotive ADAS. Because the carrier wave has the characteristics of high frequency and short wavelength, it can reduce the divergence of the emitted electromagnetic wave beam and improve anti-interference. And because of the large Doppler frequency shift, it can achieve a relatively large High speed measurement accuracy. Millimeter wave radar realizes distance, angle and speed detection by analyzing the difference in characteristics of the transmitted wave and the reflected wave of the object. When the environment has many interfering targets other than effective targets, such as obstacles, buildings, etc., or the detection target is in a strong reflection obstacle When nearby, the detection data will contain a large amount of invalid data and even cover the target information, causing detection performance to decrease.
  • the traditional processing method is to convert the distance and angle information of the radar data into a two-dimensional Cartesian coordinate system with the horizontal distance as the x-axis and the longitudinal distance as the y-axis, and use clustering methods such as K-means, DBSCAN, and OPTICS to The Euclidean distance between data points is used as an evaluation index to divide the data in the two-dimensional position dimension.
  • clustering methods such as K-means, DBSCAN, and OPTICS
  • K-means K-means, DBSCAN, and OPTICS
  • the purpose of the present invention is to provide a millimeter wave radar data clustering method based on multi-frame Doppler velocity expansion, aiming to solve the problems caused by the data clustering methods in the existing technology when targeting small targets.
  • Target loss or target redundancy thereby reducing detection reliability.
  • the present invention provides a millimeter wave radar data clustering method based on multi-frame Doppler velocity expansion, which includes the following steps:
  • S1 preprocessing the input millimeter wave radar frame data and normalizing the three-dimensional coordinates of the preprocessed frame data
  • S3 Extract the clustering data label from the normalized data clustering result, and match the multi-frame clustering data with the current frame data to obtain the current frame data clustering.
  • parameter initialization is required before inputting frame data: setting the number of delayed frames N, OPTICS method parameters and data preprocessing parameters.
  • Data preprocessing parameters include: energy threshold Pmin, angle range of interest [ ⁇ min ⁇ max] and distance range [rmin rmax]; millimeter wave radar frame data includes: polar radius r in polar coordinates of the observation point, angle ⁇ , Doppler velocity v and energy I.
  • preprocessing includes: using the set data preprocessing parameters as data filtering conditions, judging the energy, angle and distance of the input points in sequence. If the conditions are met at the same time, they are retained, and if they are not met, they are deleted.
  • Frame data stack judgment This step mainly takes effect when the method starting cycle number is ⁇ N. Its function is to start the subsequent process only when the frame data stack is full, otherwise it will wait for new data input.
  • the three-dimensional coordinate normalization is specifically as follows:
  • the format of the data in the stack converted into a matrix is as follows:
  • the first line stores the x position coordinate
  • the second line stores the y position coordinate
  • the third line stores the Doppler velocity.
  • the superscript is the frame number to which the data belongs, and the value range is 1 ⁇ N.
  • Positional dimension data normalization using linear transformation method, based on the maximum value in the array with minimum value , according to the formula Transform the whole to the range of 0 ⁇ 1;
  • Speed dimension data normalization obtaining speed through statistical methods , where the speed dimension normalization function expression is as follows: ;Formula is the attenuation coefficient, used to control the Euclidean distance between the moving target and the fixed target;
  • the normalized data is: .
  • step S2 specifically includes:
  • the OPTICS method to get the normalized data clustering results, and generate a structure for each cluster.
  • the data label is the normalized matrix column number.
  • step S3 is specifically:
  • the invention also provides a millimeter wave radar data clustering system based on multi-frame Doppler velocity expansion, including a multi-frame data processing module, an OPTICS-based three-dimensional data clustering module and a current frame clustering data recovery module connected in sequence.
  • the multi-frame data processing module is mainly used to implement millimeter wave radar multi-frame data preprocessing, data storage and shifting, Doppler velocity dimension nonlinear normalization, position dimension linear normalization and other operations
  • the OPTICS The three-dimensional data clustering module is mainly used to implement three-dimensional data clustering based on the OPTICS method
  • the current frame clustering data recovery module is used to match multi-frame clustering data with the current frame data, and output the clustering results to subsequent modules, Used for target matching or tracking.
  • the method proposed by the present invention can be used to effectively carry out targets whose position dimensions are close but have relative motion.
  • the distinction solves the problem that clustering based solely on location information cannot distinguish close targets.
  • the present invention introduces a multi-frame delayed data method. For small targets that are prone to missed detection, if the single frame missed detection probability is , using the method proposed by the present invention can reduce the probability of missed detection of such targets to , thereby improving the performance of the clustering method.
  • FIG1 is a block diagram of the structural principles of a millimeter wave radar data clustering system provided by an embodiment of the present invention.
  • FIG2 is a flowchart of an implementation of a millimeter wave radar data clustering method provided in an embodiment of the present invention.
  • Figure 3 is an on-site photo of test scene 1 provided by the embodiment of the present invention.
  • Figure 4 shows the three-dimensional clustering results of the data clustering method based on multi-frame Doppler velocity dimension expansion for test scenario 1 data provided by the embodiment of the present invention.
  • Figure 5 shows the two-dimensional clustering results of the data clustering method based on multi-frame Doppler velocity dimension expansion for test scenario 1 data provided by the embodiment of the present invention.
  • Figure 6 shows the test scenario one data provided by the embodiment of the present invention based on the two-dimensional location plane clustering result one based on OPTICS.
  • Figure 7 shows the test scenario one data provided by the embodiment of the present invention based on the two-dimensional position plane clustering result two based on OPTICS.
  • Figure 8 is an on-site photo of test scenario 2 provided by the embodiment of the present invention.
  • Figure 9 shows the three-dimensional clustering results of the data clustering method based on multi-frame Doppler velocity dimension expansion for the second test scenario data provided by the embodiment of the present invention.
  • FIG. 10 is a two-dimensional clustering result of the data clustering method based on multi-frame Doppler velocity expansion for the test scenario 2 data provided by an embodiment of the present invention.
  • Figure 11 shows the two-dimensional position plane clustering results of test scenario two data provided by the embodiment of the present invention based on OPTICS.
  • Figure 12 is a live photo of test scene three provided by the embodiment of the present invention.
  • Figure 13 shows the three-dimensional clustering results of the data clustering method based on multi-frame Doppler velocity dimension expansion for the third test scenario data provided by the embodiment of the present invention.
  • FIG. 14 is a two-dimensional clustering result of the data clustering method based on multi-frame Doppler velocity expansion for the test scenario three data provided by an embodiment of the present invention.
  • Figure 15 shows the two-dimensional position plane clustering results of test scenario three data provided by the embodiment of the present invention based on OPTICS.
  • the present invention is suitable for millimeter-wave radar data clustering methods, can overcome the defects of traditional clustering methods in the process of processing millimeter-wave radar data, and proposes a high-performance millimeter-wave radar data based on multi-frame Doppler velocity expansion.
  • Performance clustering methods achieve improved performance of clustering methods at the expense of a small increase in data processing volume.
  • FIG. 1 The structure of the high-performance clustering method for millimeter-wave radar data based on multi-frame Doppler velocity expansion proposed by this invention is shown in Figure 1. It can be divided into three modules according to function: multi-frame data processing module, OPTICS-based three-dimensional Data clustering module and current frame clustering data recovery module.
  • the multi-frame data processing module is mainly used to implement millimeter wave radar multi-frame data preprocessing, data storage and shifting, Doppler velocity dimension nonlinear normalization, position dimension linear normalization and other operations; OPTICS three-dimensional data clustering The module is mainly used to implement three-dimensional data clustering based on the OPTICS method; the current frame clustering data recovery module is used to match multi-frame clustering data with the current frame data, and output the clustering results to subsequent modules for target matching or tracking. .
  • the millimeter wave radar data clustering method provided by the present invention includes the following steps:
  • Step 1.1 Initialization of method parameters: Set the number of delayed frames N, OPTICS method parameters (core density M, neighborhood distance etc.), data preprocessing parameters (energy threshold Pmin, angle range of interest [ ⁇ min ⁇ max], distance range [rmin rmax]);
  • Step 1.2 Frame data input: Input the millimeter wave radar data, including the polar diameter r, angle ⁇ , Doppler velocity v and energy I in the polar coordinates of the observation point;
  • Step 1.3 Frame data preprocessing: This step mainly judges the input points in sequence based on the specified data filtering rules and the data preprocessing parameters set in step 1.1. If the conditions are met, they will be retained. If not, they will be deleted and the method operation will be reduced. quantity;
  • Step 1.4 Frame data is pushed onto the stack: When the number of frames stored in the frame data stack is ⁇ N, the current frame data is stored. When the number of frames is >N, the frame data at the end of the stack is deleted and the current frame data is stored on the top of the stack;
  • Step 1.5 Frame data stack judgment: This step mainly takes effect when the method starting cycle number is ⁇ N. The function is to start the subsequent process only when the frame data stack is full, otherwise wait for new data input.
  • Step 1.6 Three-dimensional coordinate normalization: After the frame data passes the judgment condition, the format of the data in the stack converted into a matrix is as follows:
  • the first line stores the x position coordinates
  • the second line stores the y position coordinates
  • the third line stores the Doppler velocity.
  • the superscript is the frame number to which the data belongs, and the value range is 1 ⁇ N.
  • the present invention adopts two different normalization methods to process.
  • Step 1.6.1 Normalize position dimension data: use linear transformation method, based on the maximum value in the array with minimum value , press the formula to transform the whole into the range of 0 ⁇ 1;
  • the expression of the speed dimension normalization function is as follows:
  • the attenuation coefficient used to control the Euclidean distance between the moving target and the fixed target.
  • the normalized data is:
  • Step 2.1 The formula for calculating the Euclidean distance between data is as follows:
  • Step 2.2 Call the OPTICS method to obtain the normalized data clustering results, and generate a structure for each cluster.
  • the data label is the normalized matrix column number.
  • Step 3.1 Extract cluster data labels: Index the original radar matrix data according to the normalized matrix column number, and store the three-dimensional coordinates of the data into clusters.
  • Step 3.2 matches the multi-frame clustering data with the current frame data. If the match is successful, the data in the cluster is retained, otherwise it is deleted, and the clustering of the current frame data is completed.
  • the present invention can effectively distinguish targets with close distances but relative motion in the position dimension by using the method proposed by the present invention, solving the problem that clustering based solely on position information cannot distinguish close targets. question.
  • a multi-frame delay data method is introduced. For small targets that are prone to missed detection, if the single frame missed detection probability is , using the method proposed by the present invention, the probability of missed detection of such targets can be reduced to , thereby improving the performance of the clustering method.
  • the millimeter-wave radar data clustering method based on multi-frame delay and Doppler velocity expansion is used to cluster the 77GHz radar data.
  • the test scene is a one-way lane, with fixed discrete irregularly distributed obstacles on both sides, and small targets traveling in the opposite direction.
  • the specific process includes:
  • R1 Delete detection data with energy threshold lower than 1e-3;
  • R2 Delete detection data with angles outside [-15° 15°];
  • R3 Delete the detection data with longitudinal distance > 60m
  • R4 Delete data whose lateral distance is outside [-20m 20m].
  • Figure 3 is a photo of the on-site environment corresponding to test scene 1. There are irregularly distributed fixed obstacles on both sides of the road, and a larger vehicle appears on the right front.
  • Figure 4 is the processing result of the data clustering method based on multi-frame Doppler velocity expansion proposed by the present invention. It can be seen from the figure that the method can effectively identify the vehicles appearing in the figure, and the clustering result is cluster 8 in the figure.
  • Figure 5 shows the clustering result after restoring multi-frame data to this frame data. It can be seen from the figure that due to the large size of the vehicle, the echo data from the vehicle in this frame data is scattered. However, the method proposed by the present invention can Effectively cluster the data, and the clustering result is cluster 8 in the figure.
  • Figures 6 and 7 show the results of clustering based on two-dimensional position data using OPTICS.
  • the corresponding clustering data is labeled cluster 1. It can be seen from the two figures that clustering only single-frame data containing two-dimensional position variables cannot achieve ideal results. It can only identify part of the echo data or classify noise signals that are relatively close to the clustering results. The clustering results are all It is worse than the method proposed by the present invention. It can be seen that the proposed method can effectively solve the clustering problem in the case of discontinuous echo data of large-sized targets.
  • Figure 8 is a photo of the on-site environment corresponding to test scenario 2. There are irregularly distributed fixed obstacles on both sides of the road, and smaller motor vehicles appear near the obstacles in front.
  • Figure 9 shows the processing results of the data clustering method based on multi-frame Doppler velocity dimension expansion. It can be seen from the figure that after the Doppler velocity dimension is introduced, due to the relative motion between the vehicle and the fixed obstacle, the vehicle and the obstacle are in Doppler Effective distinction can be made in the speed dimension.
  • the vehicle cluster is labeled as cluster 2
  • the adjacent obstacle cluster is labeled as cluster 5.
  • Figure 10 shows the clustering result restored to the current frame.
  • Figure 12 is a photo of the on-site environment corresponding to test scenario three. There are irregularly distributed fixed obstacles on both sides of the road, and small motor vehicles appear in front.
  • Figure 13 shows the processing results of the data clustering method based on multi-frame Doppler velocity expansion. It can be seen from the figure that after introducing multi-frame data, small targets with a small number of echoes can be effectively clustered in three-dimensional space. The class label is cluster 2.
  • Figure 14 shows the clustering result restored to the current frame. It can be seen from the figure that the number of echoes from the target in this frame data is only 1, but the proposed method can effectively distinguish it from noise points and form a single point cluster, labeled Cluster 2.
  • Figure 15 shows the clustering result using the traditional OPTICS method.
  • the target echo is divided into noise.
  • it will be divided into noise when the core point density is greater than 1. If the core point is set If the point density is 1, all noise will be listed as valid targets, which will greatly increase the amount of subsequent calculations.
  • the millimeter wave radar data clustering method proposed by the present invention can solve the clustering problem when the number of small target echoes is small.

Landscapes

  • Engineering & Computer Science (AREA)
  • Radar, Positioning & Navigation (AREA)
  • Remote Sensing (AREA)
  • Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • General Physics & Mathematics (AREA)
  • Electromagnetism (AREA)
  • Radar Systems Or Details Thereof (AREA)

Abstract

A millimeter wave radar data clustering method based on multi-frame Doppler velocity dimension expansion. The method comprises: S1. preprocessing inputted millimeter wave radar frame data, and performing three-dimensional coordinate normalization on the preprocessed frame data; S2. invoking an OPTICS method to obtain a normalized data clustering result; S3. extracting a clustering data label from the normalized data clustering result, and matching the multi-frame clustering data with present-frame data to obtain a present-frame data cluster. The method introduces a Doppler velocity dimension, and can effectively distinguish between targets with similar position dimension distances but which have relative motion, thereby solving the problem of not being able to distinguish between short-distance targets when clustering is dependent purely on position information. The method further introduces a multi-frame delayed data method for a small targets prone to missed detection, where, if a single-frame missed detection probability is p f, the missed detection probability of such a target can be reduced to p f N, thereby improving the performance of the clustering method.

Description

一种基于多帧多普勒速度扩维的毫米波雷达数据聚类方法A millimeter-wave radar data clustering method based on multi-frame Doppler velocity expansion 技术领域Technical field
本发明属于信号与信息处理技术领域,更具体地,涉及一种基于多帧多普勒速度扩维的毫米波雷达数据聚类方法。The invention belongs to the technical field of signal and information processing, and more specifically, relates to a millimeter wave radar data clustering method based on multi-frame Doppler velocity expansion.
背景技术Background technique
毫米波雷达是汽车ADAS所包含的重要传感器之一,由于载波具有频率高、波长短的特性,能够缩小发射电磁波束散角,提升抗干扰性,并且由于多普勒频移大,能够实现较高的测速精度。毫米波雷达通过分析发射波与物体反射波特性差异实现距离、角度和速度的检测,当所处环境存在较多有效目标以外的干扰目标如障碍物、建筑物等,或探测目标处于强反射障碍附近时,检测数据会包含大量的无效数据,甚至覆盖目标信息,造成检测性能下降。Millimeter-wave radar is one of the important sensors included in automotive ADAS. Because the carrier wave has the characteristics of high frequency and short wavelength, it can reduce the divergence of the emitted electromagnetic wave beam and improve anti-interference. And because of the large Doppler frequency shift, it can achieve a relatively large High speed measurement accuracy. Millimeter wave radar realizes distance, angle and speed detection by analyzing the difference in characteristics of the transmitted wave and the reflected wave of the object. When the environment has many interfering targets other than effective targets, such as obstacles, buildings, etc., or the detection target is in a strong reflection obstacle When nearby, the detection data will contain a large amount of invalid data and even cover the target information, causing detection performance to decrease.
传统的处理方式是将雷达数据的距离和角度信息转换至以横向距离为x轴、纵向距离为y轴的二维笛卡尔坐标系中,通过K-means、DBSCAN、OPTICS等聚类方法,以数据点间的欧式距离作为评价指标对数据进行二维位置维度上的划分。但是在以下情况,采用传统的聚类方法实现目标回波数据的准确聚类难度较大:1. 大尺寸目标回波数据间断;2. 探测范围内存在多个目标且目标间距离较小或目标与障碍物距离较小;3. 小尺寸目标回波数量少。对于情况1,类似于近距离卡车这种大尺寸目标,容易出现目标头、尾部分存在较多回波,而中间部分无回波的现象,基于二维位置信息的聚类方法易将其划分为多个目标而产生冗余或在聚类中引入噪声;对于情况2,基于二维位置信息进行聚类无法实现目标间或目标与障碍间的有效区分,导致目标丢失或将障碍回波数据归为目标;情况3中由于目标回波数少,极大概率会将其判定为噪声,导致目标丢失。上述由于数据聚类导致目标丢失或目标冗余会大幅降低检测系统可靠性。The traditional processing method is to convert the distance and angle information of the radar data into a two-dimensional Cartesian coordinate system with the horizontal distance as the x-axis and the longitudinal distance as the y-axis, and use clustering methods such as K-means, DBSCAN, and OPTICS to The Euclidean distance between data points is used as an evaluation index to divide the data in the two-dimensional position dimension. However, it is more difficult to use traditional clustering methods to achieve accurate clustering of target echo data in the following situations: 1. Large-size target echo data is discontinuous; 2. There are multiple targets within the detection range and the distance between targets is small or The distance between the target and obstacles is small; 3. The number of echoes from small-sized targets is small. For case 1, large-sized targets such as short-distance trucks are prone to have many echoes in the head and tail parts of the target, but no echo in the middle part. The clustering method based on two-dimensional position information can easily divide them. Generate redundancy for multiple targets or introduce noise in clustering; for case 2, clustering based on two-dimensional position information cannot achieve effective distinction between targets or between targets and obstacles, resulting in target loss or obstacle echo data being normalized. as the target; in case 3, due to the small number of target echoes, it will be judged as noise with a high probability, causing the target to be lost. The above-mentioned target loss or target redundancy due to data clustering will greatly reduce the reliability of the detection system.
发明内容Contents of the invention
针对现有技术的缺陷,本发明的目的在于提供一种基于多帧多普勒速度扩维的毫米波雷达数据聚类方法,旨在解决针对小目标时现有技术中的数据聚类方法导致目标丢失或目标冗余从而降低了检测可靠性的问题。In view of the shortcomings of the existing technology, the purpose of the present invention is to provide a millimeter wave radar data clustering method based on multi-frame Doppler velocity expansion, aiming to solve the problems caused by the data clustering methods in the existing technology when targeting small targets. Target loss or target redundancy thereby reducing detection reliability.
本发明提供了一种基于多帧多普勒速度扩维的毫米波雷达数据聚类方法,包括下述步骤:The present invention provides a millimeter wave radar data clustering method based on multi-frame Doppler velocity expansion, which includes the following steps:
S1:对输入的毫米波雷达帧数据进行预处理,并对预处理后的帧数据进行三维坐标归一化;S1: preprocessing the input millimeter wave radar frame data and normalizing the three-dimensional coordinates of the preprocessed frame data;
S2:通过调用OPTICS方法得到归一化数据聚类结果;S2: Obtain the normalized data clustering results by calling the OPTICS method;
S3:在所述归一化数据聚类结果中提取聚类数据标号,并将多帧聚类数据与当前帧数据进行匹配从而获得当前帧数据聚类。S3: Extract the clustering data label from the normalized data clustering result, and match the multi-frame clustering data with the current frame data to obtain the current frame data clustering.
其中,在输入帧数据之前还需要进行参数初始化:设定延迟帧数N,OPTICS方法参数和数据预处理参数。Among them, parameter initialization is required before inputting frame data: setting the number of delayed frames N, OPTICS method parameters and data preprocessing parameters.
数据预处理参数包括:能量阈值Pmin、关注角度范围[θmin  θmax]和距离范围[ rmin rmax];毫米波雷达帧数据包括:观测点极坐标下的极径r,角度θ,多普勒速度v和能量I。Data preprocessing parameters include: energy threshold Pmin, angle range of interest [θmin θmax] and distance range [rmin rmax]; millimeter wave radar frame data includes: polar radius r in polar coordinates of the observation point, angle θ, Doppler velocity v and energy I.
作为本发明的一个实施例,预处理包括:以设定的数据预处理参数为数据筛选条件,依次对输入点的能量、角度和距离进行判断,若同时满足条件则保留,不满足则删除。As an embodiment of the present invention, preprocessing includes: using the set data preprocessing parameters as data filtering conditions, judging the energy, angle and distance of the input points in sequence. If the conditions are met at the same time, they are retained, and if they are not met, they are deleted.
更进一步地,在预处理之后且归一化之前还包括:Furthermore, after preprocessing and before normalization, it also includes:
帧数据压栈:当帧数据栈中所存储的帧数<N时,存储当前帧数据;当帧数=N时,执行聚类算法;当帧数>N时,删除栈末帧数据,并存储当前帧数据至栈顶,以维持栈内帧数据数量始终为N;Frame data is pushed onto the stack: When the number of frames stored in the frame data stack is <N, the current frame data is stored; when the number of frames = N, the clustering algorithm is executed; when the number of frames > N, the last frame data of the stack is deleted and Store the current frame data to the top of the stack to maintain the number of frame data in the stack as always N;
帧数据栈判断:此步骤主要在方法起始循环数<N时起效,作用是仅当帧数据栈满后才启动后续流程,否则等待新数据输入。Frame data stack judgment: This step mainly takes effect when the method starting cycle number is <N. Its function is to start the subsequent process only when the frame data stack is full, otherwise it will wait for new data input.
作为本发明的一个实施例,三维坐标归一化具体为:As an embodiment of the present invention, the three-dimensional coordinate normalization is specifically as follows:
帧数据通过判断条件后,栈中数据转换为矩阵的格式如下所示: After the frame data passes the judgment condition, the format of the data in the stack converted into a matrix is as follows:
其中第1行存储x位置坐标,第2行存储y位置坐标,第3行存储多普勒速度,上标为数据所属帧标号,取值范围为1~N。The first line stores the x position coordinate, the second line stores the y position coordinate, and the third line stores the Doppler velocity. The superscript is the frame number to which the data belongs, and the value range is 1~N.
其中,对于位置维和速度维分别采用两种不同的归一化方式进行处理:Among them, two different normalization methods are used for processing the position dimension and velocity dimension:
位置维数据归一化:采用线性变换方式,根据数组中的最大值 与最小值 ,按照公式 将整体变换至0~1区间范围内; Positional dimension data normalization: using linear transformation method, based on the maximum value in the array with minimum value , according to the formula Transform the whole to the range of 0~1;
速度维数据归一化:通过统计方法获取速度 ,其中速度维归一化函数表达式如下: ;式中 为衰减系数,用于控制运动目标与固定目标间的欧式距离; Speed dimension data normalization: obtaining speed through statistical methods , where the speed dimension normalization function expression is as follows: ;Formula is the attenuation coefficient, used to control the Euclidean distance between the moving target and the fixed target;
归一化后的数据为: The normalized data is: .
更进一步地,步骤S2具体包括:Furthermore, step S2 specifically includes:
根据公式 获得数据间欧式距离,作为OPTICS算法聚类依据; According to the formula Obtain the Euclidean distance between data as the basis for OPTICS algorithm clustering;
调用OPTICS方法得到归一化数据聚类结果,并将每个聚类生成结构体,数据标号即归一化矩阵列号。Call the OPTICS method to get the normalized data clustering results, and generate a structure for each cluster. The data label is the normalized matrix column number.
更进一步地,步骤S3具体为:Furthermore, step S3 is specifically:
按归一化矩阵列号索引原雷达矩阵数据,存储数据三维坐标至聚类中;Index the original radar matrix data according to the normalized matrix column number, and store the three-dimensional coordinates of the data into clustering;
将多帧聚类数据与当前帧数据的每一维信息进行比对,若完全一致则匹配成功并保留聚类中的该数据,否则删除,从而完成当前帧数据聚类。Compare the multi-frame clustering data with the information of each dimension of the current frame data. If they are completely consistent, the match is successful and the data in the cluster is retained. Otherwise, it is deleted, thereby completing the current frame data clustering.
本发明还提供了一种基于多帧多普勒速度扩维的毫米波雷达数据聚类系统,包括依次连接的多帧数据处理模块、基于OPTICS三维数据聚类模块以及当前帧聚类数据恢复模块,所述多帧数据处理模块主要用于实现毫米波雷达多帧数据预处理、数据存储与移位、多普勒速度维非线性归一化、位置维线性归一化等运算;所述OPTICS三维数据聚类模块主要用于实现基于OPTICS方法的三维数据聚类;所述当前帧聚类数据恢复模块用于将多帧聚类数据与当前帧数据进行匹配,输出聚类结果到后续模块,用于目标匹配或跟踪。The invention also provides a millimeter wave radar data clustering system based on multi-frame Doppler velocity expansion, including a multi-frame data processing module, an OPTICS-based three-dimensional data clustering module and a current frame clustering data recovery module connected in sequence. , the multi-frame data processing module is mainly used to implement millimeter wave radar multi-frame data preprocessing, data storage and shifting, Doppler velocity dimension nonlinear normalization, position dimension linear normalization and other operations; the OPTICS The three-dimensional data clustering module is mainly used to implement three-dimensional data clustering based on the OPTICS method; the current frame clustering data recovery module is used to match multi-frame clustering data with the current frame data, and output the clustering results to subsequent modules, Used for target matching or tracking.
通过本发明所构思的以上技术方案,与现有技术相比,由于本发明引入了多普勒速度维,对于位置维距离接近但存在相对运动的目标,采用本发明所提出的方法能够进行有效的区分,解决了单纯依靠位置信息进行聚类无法区分近距离目标的问题。同时,本发明引入了多帧延迟数据方法,对于容易出现漏检现象的小目标,若单帧漏检概率为 ,采用本发明所提出的方法能够降低此类目标的漏检概率至 ,进而提升聚类方法性能。 Through the above technical solution conceived by the present invention, compared with the existing technology, because the present invention introduces the Doppler velocity dimension, the method proposed by the present invention can be used to effectively carry out targets whose position dimensions are close but have relative motion. The distinction solves the problem that clustering based solely on location information cannot distinguish close targets. At the same time, the present invention introduces a multi-frame delayed data method. For small targets that are prone to missed detection, if the single frame missed detection probability is , using the method proposed by the present invention can reduce the probability of missed detection of such targets to , thereby improving the performance of the clustering method.
附图说明Description of the drawings
图1为本发明实施例提供的毫米波雷达数据聚类系统的结构原理框图。FIG1 is a block diagram of the structural principles of a millimeter wave radar data clustering system provided by an embodiment of the present invention.
图2为本发明实施例提供的毫米波雷达数据聚类方法的实现流程图。FIG2 is a flowchart of an implementation of a millimeter wave radar data clustering method provided in an embodiment of the present invention.
图3为本发明实施例提供的测试场景一的现场照片。Figure 3 is an on-site photo of test scene 1 provided by the embodiment of the present invention.
图4为本发明实施例提供的测试场景一数据基于多帧多普勒速度扩维的数据聚类方法三维聚类结果。Figure 4 shows the three-dimensional clustering results of the data clustering method based on multi-frame Doppler velocity dimension expansion for test scenario 1 data provided by the embodiment of the present invention.
图5为本发明实施例提供的测试场景一数据基于多帧多普勒速度扩维的数据聚类方法二维聚类结果。Figure 5 shows the two-dimensional clustering results of the data clustering method based on multi-frame Doppler velocity dimension expansion for test scenario 1 data provided by the embodiment of the present invention.
图6为本发明实施例提供的测试场景一数据基于OPTICS在二维位置平面聚类结果一。Figure 6 shows the test scenario one data provided by the embodiment of the present invention based on the two-dimensional location plane clustering result one based on OPTICS.
图7为本发明实施例提供的测试场景一数据基于OPTICS在二维位置平面聚类结果二。Figure 7 shows the test scenario one data provided by the embodiment of the present invention based on the two-dimensional position plane clustering result two based on OPTICS.
图8为本发明实施例提供的测试场景二的现场照片。Figure 8 is an on-site photo of test scenario 2 provided by the embodiment of the present invention.
图9为本发明实施例提供的测试场景二数据基于多帧多普勒速度扩维的数据聚类方法三维聚类结果。Figure 9 shows the three-dimensional clustering results of the data clustering method based on multi-frame Doppler velocity dimension expansion for the second test scenario data provided by the embodiment of the present invention.
图10为本发明实施例提供的测试场景二数据基于多帧多普勒速度扩维的数据聚类方法二维聚类结果。FIG. 10 is a two-dimensional clustering result of the data clustering method based on multi-frame Doppler velocity expansion for the test scenario 2 data provided by an embodiment of the present invention.
图11为本发明实施例提供的测试场景二数据基于OPTICS在二维位置平面聚类结果。Figure 11 shows the two-dimensional position plane clustering results of test scenario two data provided by the embodiment of the present invention based on OPTICS.
图12为本发明实施例提供的测试场景三现场照片。Figure 12 is a live photo of test scene three provided by the embodiment of the present invention.
图13为本发明实施例提供的测试场景三数据基于多帧多普勒速度扩维的数据聚类方法三维聚类结果。Figure 13 shows the three-dimensional clustering results of the data clustering method based on multi-frame Doppler velocity dimension expansion for the third test scenario data provided by the embodiment of the present invention.
图14为本发明实施例提供的测试场景三数据基于多帧多普勒速度扩维的数据聚类方法二维聚类结果。FIG. 14 is a two-dimensional clustering result of the data clustering method based on multi-frame Doppler velocity expansion for the test scenario three data provided by an embodiment of the present invention.
图15为本发明实施例提供的测试场景三数据基于OPTICS在二维位置平面聚类结果。Figure 15 shows the two-dimensional position plane clustering results of test scenario three data provided by the embodiment of the present invention based on OPTICS.
实施方式Implementation
为了使本发明的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本发明进行进一步详细说明。应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。In order to make the purpose, technical solutions and advantages of the present invention more clear, the present invention will be further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described here are only used to explain the present invention and are not intended to limit the present invention.
本发明适用于毫米波雷达数据聚类方法,可以克服传统聚类方法在处理毫米波雷达数据过程中存在的缺陷,提出了一种基于多帧多普勒速度扩维的毫米波雷达数据的高性能聚类方法,以小幅增加数据处理量为代价,实现了聚类方法性能改善。The present invention is suitable for millimeter-wave radar data clustering methods, can overcome the defects of traditional clustering methods in the process of processing millimeter-wave radar data, and proposes a high-performance millimeter-wave radar data based on multi-frame Doppler velocity expansion. Performance clustering methods achieve improved performance of clustering methods at the expense of a small increase in data processing volume.
本发明所提出的基于多帧多普勒速度扩维的毫米波雷达数据的高性能聚类方法结构如图1所示,可按功能划分为三个模块:多帧数据处理模块、基于OPTICS三维数据聚类模块以及当前帧聚类数据恢复模块。其中多帧数据处理模块主要用于实现毫米波雷达多帧数据预处理、数据存储与移位、多普勒速度维非线性归一化、位置维线性归一化等运算;OPTICS三维数据聚类模块主要用于实现基于OPTICS方法的三维数据聚类;当前帧聚类数据恢复模块用于将多帧聚类数据与当前帧数据进行匹配,输出聚类结果到后续模块,用于目标匹配或跟踪。The structure of the high-performance clustering method for millimeter-wave radar data based on multi-frame Doppler velocity expansion proposed by this invention is shown in Figure 1. It can be divided into three modules according to function: multi-frame data processing module, OPTICS-based three-dimensional Data clustering module and current frame clustering data recovery module. The multi-frame data processing module is mainly used to implement millimeter wave radar multi-frame data preprocessing, data storage and shifting, Doppler velocity dimension nonlinear normalization, position dimension linear normalization and other operations; OPTICS three-dimensional data clustering The module is mainly used to implement three-dimensional data clustering based on the OPTICS method; the current frame clustering data recovery module is used to match multi-frame clustering data with the current frame data, and output the clustering results to subsequent modules for target matching or tracking. .
如图2所示,本发明提供的毫米波雷达数据聚类方法包括下述步骤:As shown in Figure 2, the millimeter wave radar data clustering method provided by the present invention includes the following steps:
1.多帧数据处理1. Multi-frame data processing
步骤1.1: 方法参数初始化:设定延迟帧数N,OPTICS方法参数(核心密度M、邻域距离 等),数据预处理参数(能量阈值Pmin、关注角度范围[θmin  θmax]、距离范围[ rmin rmax]); Step 1.1: Initialization of method parameters: Set the number of delayed frames N, OPTICS method parameters (core density M, neighborhood distance etc.), data preprocessing parameters (energy threshold Pmin, angle range of interest [θmin θmax], distance range [rmin rmax]);
步骤1.2:帧数据输入:将毫米波雷达数据输入,包括观测点极坐标下的极径r,角度θ,多普勒速度v和能量I;Step 1.2: Frame data input: Input the millimeter wave radar data, including the polar diameter r, angle θ, Doppler velocity v and energy I in the polar coordinates of the observation point;
步骤1.3: 帧数据预处理:本步骤主要根据所指定的数据筛选规则,以步骤1.1中设定的数据预处理参数,依次对输入点进行判断,满足条件保留,不满足则删除,降低方法运算量;Step 1.3: Frame data preprocessing: This step mainly judges the input points in sequence based on the specified data filtering rules and the data preprocessing parameters set in step 1.1. If the conditions are met, they will be retained. If not, they will be deleted and the method operation will be reduced. quantity;
步骤1.4:帧数据压栈:当帧数据栈中所存储的帧数<N时,存储当前帧数据,当帧数>N时,删除栈末帧数据,并存储当前帧数据至栈顶;Step 1.4: Frame data is pushed onto the stack: When the number of frames stored in the frame data stack is <N, the current frame data is stored. When the number of frames is >N, the frame data at the end of the stack is deleted and the current frame data is stored on the top of the stack;
步骤1.5:帧数据栈判断:此步骤主要在方法起始循环数<N时起效,作用是仅当帧数据栈满后才启动后续流程,否则等待新数据输入。Step 1.5: Frame data stack judgment: This step mainly takes effect when the method starting cycle number is <N. The function is to start the subsequent process only when the frame data stack is full, otherwise wait for new data input.
步骤1.6:三维坐标归一化:帧数据通过判断条件后,栈中数据转换为矩阵的格式如下式所示:Step 1.6: Three-dimensional coordinate normalization: After the frame data passes the judgment condition, the format of the data in the stack converted into a matrix is as follows:
其中第1行存储x位置坐标,第2行存储y位置坐标,第3行存储多普勒速度。上标为数据所属帧标号,取值范围为1~N。对于位置维和速度维,本发明采用两种不同的归一化方式进行处理。The first line stores the x position coordinates, the second line stores the y position coordinates, and the third line stores the Doppler velocity. The superscript is the frame number to which the data belongs, and the value range is 1~N. For the position dimension and velocity dimension, the present invention adopts two different normalization methods to process.
步骤1.6.1 位置维数据归一化:采用线性变换方式,根据数组中的最大值 与最小值 ,按下式将整体变换至0~1区间范围内; Step 1.6.1 Normalize position dimension data: use linear transformation method, based on the maximum value in the array with minimum value , press the formula to transform the whole into the range of 0~1;
步骤1.6.2速度维数据归一化:为使运动速度目标与固定障碍间的三维欧式距离尽可能增大以排除固定障碍检测数据的影响,在分析大量工程数据后发现,对于市内交通场景中的毫米波雷达数据,来自固定障碍的回波数据占比远大于其它目标,且该类数据的多普勒速度分布较集中,可通过统计方法获取该速度 。速度维归一化函数表达式如下: Step 1.6.2 Speed dimension data normalization: In order to increase the three-dimensional Euclidean distance between the moving speed target and the fixed obstacle as much as possible to eliminate the influence of the fixed obstacle detection data, after analyzing a large amount of engineering data, it was found that for urban traffic scenes In millimeter-wave radar data, the proportion of echo data from fixed obstacles is much larger than that of other targets, and the Doppler velocity distribution of this type of data is relatively concentrated. This velocity can be obtained through statistical methods. . The expression of the speed dimension normalization function is as follows:
式中 为衰减系数,用于控制运动目标与固定目标间的欧式距离。 in the formula is the attenuation coefficient, used to control the Euclidean distance between the moving target and the fixed target.
归一化后的数据为:The normalized data is:
2.归一化数据聚类2. Normalized Data Clustering
步骤2.1数据间欧式距离计算公式如下:Step 2.1 The formula for calculating the Euclidean distance between data is as follows:
步骤2.2调用OPTICS方法得到归一化数据聚类结果,并将每个聚类生成结构体,数据标号即归一化矩阵列号。Step 2.2 Call the OPTICS method to obtain the normalized data clustering results, and generate a structure for each cluster. The data label is the normalized matrix column number.
3.当前帧聚类数据恢复3. Current frame clustering data recovery
步骤3.1 提取聚类数据标号:按归一化矩阵列号索引原雷达矩阵数据,存储数据三维坐标至聚类中。Step 3.1 Extract cluster data labels: Index the original radar matrix data according to the normalized matrix column number, and store the three-dimensional coordinates of the data into clusters.
步骤3.2将多帧聚类数据与当前帧数据进行匹配,若匹配成功则保留聚类中的该数据,否则删除,完成当前帧数据聚类。Step 3.2 matches the multi-frame clustering data with the current frame data. If the match is successful, the data in the cluster is retained, otherwise it is deleted, and the clustering of the current frame data is completed.
本发明通过引入多普勒速度维,对于位置维距离接近但存在相对运动的目标,采用本发明所提出的方法能够进行有效的区分,解决了单纯依靠位置信息进行聚类无法区分近距离目标的问题。同时,引入了多帧延迟数据方法,对于容易出现漏检现象的小目标,若单帧漏检概率为 ,采用本发明所提出的方法,能够降低此类目标的漏检概率至 ,进而提升聚类方法性能。 By introducing the Doppler velocity dimension, the present invention can effectively distinguish targets with close distances but relative motion in the position dimension by using the method proposed by the present invention, solving the problem that clustering based solely on position information cannot distinguish close targets. question. At the same time, a multi-frame delay data method is introduced. For small targets that are prone to missed detection, if the single frame missed detection probability is , using the method proposed by the present invention, the probability of missed detection of such targets can be reduced to , thereby improving the performance of the clustering method.
为了更进一步的说明本发明实施例提供的毫米波雷达数据聚类方法,现结合具体实例详述如下:In order to further illustrate the millimeter-wave radar data clustering method provided by the embodiment of the present invention, the details are as follows with reference to specific examples:
采用基于多帧延迟及多普勒速度扩维的毫米波雷达数据聚类方法对77GHz雷达数据进行聚类。The millimeter-wave radar data clustering method based on multi-frame delay and Doppler velocity expansion is used to cluster the 77GHz radar data.
测试场景为单向车道,两侧均存在固定离散不规则分布障碍物,存在相向而行且尺寸较小目标。The test scene is a one-way lane, with fixed discrete irregularly distributed obstacles on both sides, and small targets traveling in the opposite direction.
具体的过程包括:The specific process includes:
(1)方法参数初始化。设定延迟帧数3,核心密度3、邻域距离 =0.2,邻域距离 =0.1:能量阈值Pmin=1e-3、关注角度范围[-15°  15°]、纵向距离范围[ 0m 60m]、横向距离范围[-20m 20m]),衰减系数 =0.3; (1) Initialization of method parameters. Set the number of delayed frames to 3, core density to 3, and neighborhood distance =0.2, neighborhood distance =0.1: energy threshold Pmin=1e-3, focus angle range [-15° 15°], longitudinal distance range [0m 60m], lateral distance range [-20m 20m]), attenuation coefficient =0.3;
(2)顺次读取3帧数据入栈,按行索引依次对应横向位置、纵向位置、多普勒速度和能量,按列索引对应数据标号,按如下数据点筛选规则对数据进行预处理,输出多帧数据矩阵:(2) Read 3 frames of data into the stack sequentially. The row index corresponds to the horizontal position, the longitudinal position, the Doppler velocity and the energy. The column index corresponds to the data label. The data is preprocessed according to the following data point filtering rules. Output multi-frame data matrix:
R1:删除能量阈值低于1e-3的检测数据;R1: Delete detection data with energy threshold lower than 1e-3;
R2:删除角度在[-15°  15°]之外的检测数据;R2: Delete detection data with angles outside [-15° 15°];
R3:删除纵向距离>60m的检测数据;R3: Delete the detection data with longitudinal distance > 60m;
R4:删除横向距离在[-20m 20m]之外的数据。R4: Delete data whose lateral distance is outside [-20m 20m].
(3)位置数据归一化。分别提取横向位置、纵向位置最大值及最小值,并归一化至[0 1]范围;速度数据归一化。取速度区间长度为0.1m/s,遍历多普勒速度数据,提取分布最密集的区间并令其为 ,本例中 =-12.91m/s,采用; (3) Location data normalization. The maximum and minimum values of the horizontal position and longitudinal position are extracted respectively, and normalized to the [0 1] range; the speed data is normalized. Take the length of the velocity interval as 0.1m/s, traverse the Doppler velocity data, extract the most densely distributed interval and let it be , in this case =-12.91m/s, adopted;
(4)基于OPTICS方法进行归一化数据聚类。参数为M=3, =0.2, =0.1,由于该方法较成熟,在此不做赘述。 (4) Normalized data clustering based on the OPTICS method. The parameter is M=3, =0.2, =0.1. Since this method is relatively mature, it will not be described in detail here.
(5)当前帧聚类数据恢复。本步骤可用方法较多,如按标号匹配或按数据严格匹配,本例中采用按数据匹配方式,即首先按聚类标号提取原始多帧数据矩阵中对应的数据点,采用穷举法将两者进行对比,若数据一致则赋予当前帧数据聚类号,直至穷举完成,未匹配成功的数据则为本帧噪声点。(5) Current frame clustering data recovery. There are many methods available for this step, such as matching by label or strict matching by data. In this example, matching by data is used, that is, first extract the corresponding data points in the original multi-frame data matrix according to the clustering label, and use the exhaustive method to combine the two If the data is consistent, the current frame data clustering number will be assigned until the exhaustive search is completed, and the unmatched data will be the noise points of this frame.
本发明所提出的毫米波雷达数据聚类方法在应用例中的数据聚类结果及采用传统的OPTICS聚类方法对比结果如图3~图11所示。The data clustering results in application examples of the millimeter wave radar data clustering method proposed by the present invention and the comparison results using the traditional OPTICS clustering method are shown in Figures 3 to 11.
图3为测试场景一所对应的现场环境照片,道路两侧存在不规则分布的固定障碍,右前方出现尺寸较大的车辆。图4为本发明所提出的基于多帧多普勒速度扩维的数据聚类方法处理结果,由图可见方法能够有效识别图中出现的车辆,聚类结果为图中的聚类8。图5为将多帧数据恢复到本帧数据后的聚类结果,由图可见由于车辆尺寸较大,本帧数据中来自车辆的回波数据出现分散现象,但所本发明所提出的方法能够有效的对数据进行聚类,聚类结果为图中聚类8。图6和图7为采用OPTICS在二维位置数据的基础上进行聚类的结果,对应的聚类数据标号为聚类1。由两图可知,仅以包含二维位置变量的单帧数据进行聚类无法得到理想的效果,仅能识别部分回波数据或将距离较近的噪声信号归于聚类结果中,聚类结果均差于本发明所提出的方法,可知所提出的方法能够有效解决大尺寸目标回波数据不连续情况下的聚类问题。Figure 3 is a photo of the on-site environment corresponding to test scene 1. There are irregularly distributed fixed obstacles on both sides of the road, and a larger vehicle appears on the right front. Figure 4 is the processing result of the data clustering method based on multi-frame Doppler velocity expansion proposed by the present invention. It can be seen from the figure that the method can effectively identify the vehicles appearing in the figure, and the clustering result is cluster 8 in the figure. Figure 5 shows the clustering result after restoring multi-frame data to this frame data. It can be seen from the figure that due to the large size of the vehicle, the echo data from the vehicle in this frame data is scattered. However, the method proposed by the present invention can Effectively cluster the data, and the clustering result is cluster 8 in the figure. Figures 6 and 7 show the results of clustering based on two-dimensional position data using OPTICS. The corresponding clustering data is labeled cluster 1. It can be seen from the two figures that clustering only single-frame data containing two-dimensional position variables cannot achieve ideal results. It can only identify part of the echo data or classify noise signals that are relatively close to the clustering results. The clustering results are all It is worse than the method proposed by the present invention. It can be seen that the proposed method can effectively solve the clustering problem in the case of discontinuous echo data of large-sized targets.
图8为测试场景二所对应的现场环境照片,道路两侧存在不规则分布的固定障碍,前方靠近障碍物处出现体积较小的机动车辆。图9为基于多帧多普勒速度扩维的数据聚类方法处理结果,由图可见在引入多普勒速度维后,由于车辆与固定障碍间存在相对运动,使得车辆与障碍在多普勒速度维度上能够得到有效的区分,车辆聚类标号为聚类2,相邻障碍物聚类标号为聚类5。图10为恢复至当前帧聚类结果,由图可见在二维位置平面上,车辆回波信号与障碍物信号距离较近,但所提出的方法仍然能够对二者进行有效区分,车辆聚类标号为聚类2,相邻障碍物聚类标号为聚类5。图11为基于OPTICS在二维位置数据的基础上进行聚类的结果,可已看出方法无法将车辆与障碍物划分,而将二者划分为标号为聚类5的聚类,通过对比可以看出所提出的方法能够在一定程度上解决目标与障碍物距离小情况下的聚类问题。Figure 8 is a photo of the on-site environment corresponding to test scenario 2. There are irregularly distributed fixed obstacles on both sides of the road, and smaller motor vehicles appear near the obstacles in front. Figure 9 shows the processing results of the data clustering method based on multi-frame Doppler velocity dimension expansion. It can be seen from the figure that after the Doppler velocity dimension is introduced, due to the relative motion between the vehicle and the fixed obstacle, the vehicle and the obstacle are in Doppler Effective distinction can be made in the speed dimension. The vehicle cluster is labeled as cluster 2, and the adjacent obstacle cluster is labeled as cluster 5. Figure 10 shows the clustering result restored to the current frame. It can be seen from the figure that on the two-dimensional position plane, the vehicle echo signal and the obstacle signal are close to each other, but the proposed method can still effectively distinguish between the two. Vehicle clustering The label is cluster 2, and the adjacent obstacle cluster is labeled cluster 5. Figure 11 shows the clustering results based on OPTICS on the basis of two-dimensional position data. It can be seen that the method cannot divide vehicles and obstacles, but divides them into clusters labeled cluster 5. Through comparison, it can It can be seen that the proposed method can solve the clustering problem when the distance between the target and obstacles is small to a certain extent.
图12为测试场景三所对应的现场环境照片,道路两侧存在不规则分布的固定障碍,前方出现体积较小的机动车辆。图13为基于多帧多普勒速度扩维的数据聚类方法处理结果,由图可见在引入多帧数据后,能够在三维空间中对回波数量较少的小目标进行有效聚类,聚类标号为聚类2。图14为恢复至当前帧聚类结果,由图可见本帧数据中来自目标的回波数量仅为1,但所提出的方法能够有效将其与噪声点区分,形成单点聚类,标号为聚类2。图15为采用传统的OPTICS方法聚类结果,由图可见该目标回波被划分为噪声,由OPTICS方法原理知在核心点密度大于1的情况下均会将其划分为噪声,而若设置核心点密度为1则会将所有噪声将被列为有效目标,使后续计算量大幅增加。通过对比可以看出本发明所提出的毫米波雷达数据聚类方法能够解决小目标回波数量少的情况下的聚类问题。Figure 12 is a photo of the on-site environment corresponding to test scenario three. There are irregularly distributed fixed obstacles on both sides of the road, and small motor vehicles appear in front. Figure 13 shows the processing results of the data clustering method based on multi-frame Doppler velocity expansion. It can be seen from the figure that after introducing multi-frame data, small targets with a small number of echoes can be effectively clustered in three-dimensional space. The class label is cluster 2. Figure 14 shows the clustering result restored to the current frame. It can be seen from the figure that the number of echoes from the target in this frame data is only 1, but the proposed method can effectively distinguish it from noise points and form a single point cluster, labeled Cluster 2. Figure 15 shows the clustering result using the traditional OPTICS method. It can be seen from the figure that the target echo is divided into noise. According to the principle of the OPTICS method, it will be divided into noise when the core point density is greater than 1. If the core point is set If the point density is 1, all noise will be listed as valid targets, which will greatly increase the amount of subsequent calculations. Through comparison, it can be seen that the millimeter wave radar data clustering method proposed by the present invention can solve the clustering problem when the number of small target echoes is small.
本领域的技术人员容易理解,以上所述仅为本发明的较佳实施例而已,并不用以限制本发明,凡在本发明的精神和原则之内所作的任何修改、等同替换和改进等,均应包含在本发明的保护范围之内。It is easy for those skilled in the art to understand that the above descriptions are only preferred embodiments of the present invention and are not intended to limit the present invention. Any modifications, equivalent substitutions and improvements, etc., made within the spirit and principles of the present invention, All should be included in the protection scope of the present invention.

Claims (7)

  1. [根据细则91更正 28.09.2023]
    一种基于多帧多普勒速度扩维的毫米波雷达数据聚类方法,其特征在于,包括下述步骤:
    [Corrected 28.09.2023 in accordance with Article 91]
    A millimeter wave radar data clustering method based on multi-frame Doppler velocity expansion dimension, characterized in that it includes the following steps:
    S1:对输入的毫米波雷达帧数据进行预处理,并对预处理后的帧数据进行三维坐标归一化;S1: Preprocess the input millimeter wave radar frame data, and normalize the three-dimensional coordinates of the preprocessed frame data;
    在预处理之后且归一化之前还包括:After preprocessing and before normalization also includes:
    帧数据压栈:当帧数据栈中所存储的帧数<N时,存储当前帧数据;当帧数=N时,执行聚类算法;当帧数>N时,删除栈末帧数据,并存储当前帧数据至栈顶,以维持栈内帧数据数量始终为N;Frame data is pushed onto the stack: When the number of frames stored in the frame data stack is <N, the current frame data is stored; when the number of frames = N, the clustering algorithm is executed; when the number of frames > N, the last frame data of the stack is deleted and Store the current frame data to the top of the stack to maintain the number of frame data in the stack as always N;
    帧数据栈判断:此步骤在方法起始循环数<N时起效,作用是仅当帧数据栈满后才启动后续流程,否则等待新数据输入;Frame data stack judgment: This step takes effect when the method starting cycle number is <N. Its function is to start the subsequent process only when the frame data stack is full, otherwise it will wait for new data input;
    所述三维坐标归一化具体为:The three-dimensional coordinate normalization is specifically:
    帧数据通过判断条件后,栈中数据转换为矩阵的格式如下所示:After the frame data passes the judgment condition, the format of the data in the stack converted into a matrix is as follows:
    ;
    其中第1行存储x位置坐标,第2行存储y位置坐标,第3行存储多普勒速度,上标为数据所属帧标号,取值范围为1~N;The first line stores the x position coordinate, the second line stores the y position coordinate, and the third line stores the Doppler velocity. The superscript is the frame number to which the data belongs, and the value range is 1~N;
    S2:通过调用OPTICS方法得到归一化数据聚类结果;S2: Obtain the normalized data clustering results by calling the OPTICS method;
    S3:在所述归一化数据聚类结果中提取聚类数据标号,并将多帧聚类数据与当前帧数据进行匹配从而获得当前帧数据聚类;S3: Extract the clustering data label from the normalized data clustering result, and match the multi-frame clustering data with the current frame data to obtain the current frame data clustering;
    步骤S3具体为:Step S3 is specifically as follows:
    按归一化矩阵列号索引原雷达矩阵数据,存储数据三维坐标至聚类中;Index the original radar matrix data according to the normalized matrix column number, and store the three-dimensional coordinates of the data into clustering;
    将多帧聚类数据与当前帧数据的每一维信息进行比对,若完全一致则匹配成功并保留聚类中的该数据,否则删除,从而完成当前帧数据聚类。Compare the multi-frame clustering data with the information of each dimension of the current frame data. If they are completely consistent, the match is successful and the data in the cluster is retained. Otherwise, it is deleted, thereby completing the current frame data clustering.
  2. [根据细则91更正 28.09.2023]
    如权利要求1所述的毫米波雷达数据聚类方法,其特征在于,在输入帧数据之前还需要进行参数初始化:设定延迟帧数N,OPTICS方法参数和数据预处理参数。
    [Correction 28.09.2023 under Rule 91]
    The millimeter wave radar data clustering method according to claim 1, characterized in that before inputting frame data, parameter initialization is also required: setting the number of delayed frames N, OPTICS method parameters and data preprocessing parameters.
  3. [根据细则91更正 28.09.2023]
    如权利要求2所述的毫米波雷达数据聚类方法,其特征在于,所述数据预处理参数包括:能量阈值Pmin、关注角度范围[θmin  θmax]和距离范围[ rmin rmax];
    [Correction 28.09.2023 under Rule 91]
    The millimeter wave radar data clustering method according to claim 2, wherein the data preprocessing parameters include: energy threshold Pmin, angle range of interest [θmin θmax] and distance range [rmin rmax];
    所述毫米波雷达帧数据包括:观测点极坐标下的极径r,角度θ,多普勒速度v和能量I。The millimeter-wave radar frame data includes: polar diameter r, angle θ, Doppler velocity v and energy I in polar coordinates of the observation point.
  4. [根据细则91更正 28.09.2023]
    如权利要求2所述的毫米波雷达数据聚类方法,其特征在于,所述预处理包括:以设定的数据预处理参数为数据筛选条件,依次对输入点的能量、角度和距离进行判断,若同时满足条件则保留,不满足则删除。
    [Correction 28.09.2023 under Rule 91]
    The millimeter wave radar data clustering method according to claim 2, wherein the preprocessing includes: using the set data preprocessing parameters as data filtering conditions, and sequentially judging the energy, angle and distance of the input points. , if the conditions are met at the same time, it is retained, and if it is not met, it is deleted.
  5. [根据细则91更正 28.09.2023]
    如权利要求1所述的毫米波雷达数据聚类方法,其特征在于,对于位置维和速度维分别采用两种不同的归一化方式进行处理:
    [Correction 28.09.2023 under Rule 91]
    The millimeter wave radar data clustering method according to claim 1, characterized in that two different normalization methods are used for processing the position dimension and the velocity dimension:
    位置维数据归一化:采用线性变换方式,根据数组中的最大值 与最小值 ,按照公式 将整体变换至0~1区间范围内;Positional dimension data normalization: using linear transformation method, based on the maximum value in the array with minimum value , according to the formula Transform the whole to the range of 0~1;
    速度维数据归一化:通过统计方法获取速度 ,其中速度维归一化函数表达式如下: ;式中 为衰减系数,用于控制运动目标与固定目标间的欧式距离;Speed dimension data normalization: obtaining speed through statistical methods , where the speed dimension normalization function expression is as follows: ;Formula is the attenuation coefficient, used to control the Euclidean distance between the moving target and the fixed target;
    归一化后的数据为: The normalized data is: .
  6. [根据细则91更正 28.09.2023]
    如权利要求1所述的毫米波雷达数据聚类方法,其特征在于,步骤S2具体包括:
    [Correction 28.09.2023 under Rule 91]
    The millimeter wave radar data clustering method according to claim 1, wherein step S2 specifically includes:
    根据公式 获得数据间欧式距离,作为OPTICS算法聚类依据;According to the formula Obtain the Euclidean distance between data as the basis for OPTICS algorithm clustering;
    调用OPTICS方法得到归一化数据聚类结果,并将每个聚类生成结构体,数据标号即归一化矩阵列号。Call the OPTICS method to obtain the normalized data clustering results, and generate a structure for each cluster. The data label is the normalized matrix column number.
  7. [根据细则91更正 28.09.2023]
    一种基于多帧多普勒速度扩维实现权利要求1-6任一项所述的毫米波雷达数据聚类方法的毫米波雷达数据聚类系统,其特征在于,包括依次连接的多帧数据处理模块、基于OPTICS三维数据聚类模块以及当前帧聚类数据恢复模块,
    [Correction 28.09.2023 under Rule 91]
    A millimeter wave radar data clustering system that implements the millimeter wave radar data clustering method described in any one of claims 1 to 6 based on multi-frame Doppler velocity dimensionality expansion, characterized in that it includes sequentially connected multi-frame data processing module, OPTICS-based three-dimensional data clustering module and current frame clustering data recovery module,
    所述多帧数据处理模块用于实现毫米波雷达多帧数据预处理、数据存储与移位、多普勒速度维非线性归一化、位置维线性归一化运算;   The multi-frame data processing module is used to implement millimeter wave radar multi-frame data preprocessing, data storage and shifting, Doppler velocity dimension nonlinear normalization, and position dimension linear normalization operations;
    所述OPTICS三维数据聚类模块用于实现基于OPTICS方法的三维数据聚类;The OPTICS three-dimensional data clustering module is used to implement three-dimensional data clustering based on the OPTICS method;
    所述当前帧聚类数据恢复模块用于将多帧聚类数据与当前帧数据进行匹配,输出聚类结果到后续模块,用于目标匹配或跟踪。The current frame clustering data recovery module is used to match multi-frame clustering data with the current frame data, and output the clustering results to subsequent modules for target matching or tracking.
PCT/CN2023/104570 2022-09-21 2023-06-30 Millimeter wave radar data clustering method based on multi-frame doppler velocity dimension expansion WO2024060771A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202211147676.4 2022-09-21
CN202211147676.4A CN115236627B (en) 2022-09-21 2022-09-21 Millimeter wave radar data clustering method based on multi-frame Doppler velocity dimension expansion

Publications (1)

Publication Number Publication Date
WO2024060771A1 true WO2024060771A1 (en) 2024-03-28

Family

ID=83681246

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2023/104570 WO2024060771A1 (en) 2022-09-21 2023-06-30 Millimeter wave radar data clustering method based on multi-frame doppler velocity dimension expansion

Country Status (2)

Country Link
CN (1) CN115236627B (en)
WO (1) WO2024060771A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115236627B (en) * 2022-09-21 2022-12-16 深圳安智杰科技有限公司 Millimeter wave radar data clustering method based on multi-frame Doppler velocity dimension expansion
CN115980738B (en) * 2023-03-15 2023-06-02 深圳安智杰科技有限公司 Multi-target tracking method based on dynamic and static separation

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040158678A1 (en) * 2003-02-07 2004-08-12 Industrial Technology Research Institute Method and system for stack-caching method frames
JP2021034025A (en) * 2019-08-16 2021-03-01 富士通株式会社 Device and method for clustering radar reflection point and electronic apparatus
CN113591695A (en) * 2021-07-30 2021-11-02 清华大学 Pedestrian re-identification method and device based on millimeter wave radar point cloud
US20220155432A1 (en) * 2020-11-19 2022-05-19 Xidian University Method of target feature extraction based on millimeter-wave radar echo
CN115236627A (en) * 2022-09-21 2022-10-25 深圳安智杰科技有限公司 Millimeter wave radar data clustering method based on multi-frame Doppler velocity dimension expansion

Family Cites Families (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6400996B1 (en) * 1999-02-01 2002-06-04 Steven M. Hoffberg Adaptive pattern recognition based control system and method
US8364136B2 (en) * 1999-02-01 2013-01-29 Steven M Hoffberg Mobile system, a method of operating mobile system and a non-transitory computer readable medium for a programmable control of a mobile system
US7043500B2 (en) * 2001-04-25 2006-05-09 Board Of Regents, The University Of Texas Syxtem Subtractive clustering for use in analysis of data
JP4074577B2 (en) * 2003-11-07 2008-04-09 ダイハツ工業株式会社 Vehicle detection method and vehicle detection device
US7680858B2 (en) * 2006-07-05 2010-03-16 Yahoo! Inc. Techniques for clustering structurally similar web pages
DE102008038615A1 (en) * 2007-09-18 2009-03-19 Continental Teves Ag & Co. Ohg Sensor device and method for detecting the movement of a vehicle
JP2015130041A (en) * 2014-01-07 2015-07-16 日本放送協会 Image processing apparatus and image processing program
CN109212530B (en) * 2017-07-04 2022-03-11 阿波罗智能技术(北京)有限公司 Method and apparatus for determining velocity of obstacle
US10795012B2 (en) * 2018-01-22 2020-10-06 Infineon Technologies Ag System and method for human behavior modelling and power control using a millimeter-wave radar sensor
CN108776460B (en) * 2018-05-02 2020-11-06 南京航空航天大学 Control system and control method for high-speed image detection and sorting production line based on PC
WO2020133217A1 (en) * 2018-12-28 2020-07-02 深圳市大疆创新科技有限公司 Continuous obstacle detection method, device and system, and storage medium
CN111247525A (en) * 2019-01-14 2020-06-05 深圳市大疆创新科技有限公司 Lane detection method and device, lane detection equipment and mobile platform
CN111699406B (en) * 2019-03-29 2024-04-30 深圳市大疆创新科技有限公司 Millimeter wave radar tracking detection method, millimeter wave radar and vehicle
CN110208793B (en) * 2019-04-26 2022-03-11 纵目科技(上海)股份有限公司 Auxiliary driving system, method, terminal and medium based on millimeter wave radar
CN112183157A (en) * 2019-07-02 2021-01-05 华为技术有限公司 Road geometry identification method and device
CN110488264A (en) * 2019-07-05 2019-11-22 珠海格力电器股份有限公司 Personnel's detection method, device, electronic equipment and storage medium
CN110427986B (en) * 2019-07-16 2022-02-01 浙江大学 Target classification method of kernel support vector machine based on millimeter wave radar point cloud characteristics
CN110597251B (en) * 2019-09-03 2022-10-25 三星电子(中国)研发中心 Method and device for controlling intelligent mobile equipment
CN110895333B (en) * 2019-12-05 2022-06-03 电子科技大学 Rapid 77G vehicle-mounted radar data clustering method based on Doppler frequency
CN111144015A (en) * 2019-12-30 2020-05-12 吉林大学 Method for constructing virtual scene library of automatic driving automobile
CN111045008B (en) * 2020-01-15 2023-06-09 深圳市华讯方舟微电子科技有限公司 Vehicle millimeter wave radar target identification method based on widening calculation
CN113536850B (en) * 2020-04-20 2022-09-30 长沙莫之比智能科技有限公司 Target object size testing method and device based on 77G millimeter wave radar
CN113591891A (en) * 2020-04-30 2021-11-02 华为技术有限公司 Clustering method and device
EP4141483A4 (en) * 2020-04-30 2023-06-21 Huawei Technologies Co., Ltd. Target detection method and apparatus
CN113591890A (en) * 2020-04-30 2021-11-02 华为技术有限公司 Clustering method and device
CN113743171A (en) * 2020-05-30 2021-12-03 华为技术有限公司 Target detection method and device
CN113918004A (en) * 2020-07-10 2022-01-11 华为技术有限公司 Gesture recognition method, device, medium, and system thereof
US20230341518A1 (en) * 2020-09-16 2023-10-26 Nodens Medical Ltd. Millimeterwave radar system for determining an activity record
CN114384486A (en) * 2020-10-19 2022-04-22 华为技术有限公司 Data processing method and device
CN112433203B (en) * 2020-10-29 2023-06-20 同济大学 Lane linearity detection method based on millimeter wave radar data
CN112835037B (en) * 2020-12-29 2021-12-07 清华大学 All-weather target detection method based on fusion of vision and millimeter waves
CN112712040B (en) * 2020-12-31 2023-08-22 潍柴动力股份有限公司 Method, device, equipment and storage medium for calibrating lane line information based on radar
CN112526513B (en) * 2021-02-10 2021-05-25 北方工业大学 Millimeter wave radar environment map construction method and device based on clustering algorithm
CN112949489B (en) * 2021-03-01 2023-05-12 成都安智杰科技有限公司 Road boundary identification method and device, electronic equipment and storage medium
CN113093168A (en) * 2021-04-08 2021-07-09 深圳安智杰科技有限公司 Distance and speed measuring method and device, radar and readable storage medium
CN114325682A (en) * 2021-04-29 2022-04-12 北京易航远智科技有限公司 Vehicle speed state estimation method based on vehicle-mounted 4D millimeter wave radar
CN113625266A (en) * 2021-07-20 2021-11-09 嘉兴聚速电子技术有限公司 Method, device, storage medium and equipment for detecting low-speed target by using radar
CN114114197A (en) * 2021-12-24 2022-03-01 纵目科技(上海)股份有限公司 Doppler ambiguity calculation method, Doppler velocity calculation method and device
CN114092778A (en) * 2022-01-24 2022-02-25 深圳安智杰科技有限公司 Radar camera data fusion system and method based on characterization learning
CN114609626A (en) * 2022-03-16 2022-06-10 电子科技大学 Multi-target detection method for vehicle-mounted millimeter wave radar
CN114859339B (en) * 2022-04-29 2023-06-02 电子科技大学 Multi-target tracking method based on millimeter wave radar
CN114966589A (en) * 2022-04-29 2022-08-30 电子科技大学 Multi-target detection method based on millimeter wave radar
CN115079121B (en) * 2022-07-19 2022-11-01 南京隼眼电子科技有限公司 Multipath target identification method and device for vehicle-mounted radar and storage medium
CN114998452B (en) * 2022-08-03 2022-12-02 深圳安智杰科技有限公司 Vehicle-mounted camera online calibration method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040158678A1 (en) * 2003-02-07 2004-08-12 Industrial Technology Research Institute Method and system for stack-caching method frames
JP2021034025A (en) * 2019-08-16 2021-03-01 富士通株式会社 Device and method for clustering radar reflection point and electronic apparatus
US20220155432A1 (en) * 2020-11-19 2022-05-19 Xidian University Method of target feature extraction based on millimeter-wave radar echo
CN113591695A (en) * 2021-07-30 2021-11-02 清华大学 Pedestrian re-identification method and device based on millimeter wave radar point cloud
CN115236627A (en) * 2022-09-21 2022-10-25 深圳安智杰科技有限公司 Millimeter wave radar data clustering method based on multi-frame Doppler velocity dimension expansion

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Master’s Thesis", 1 June 2021, HARBIN INSTITUTE OF TECHNOLOGY, CN, article ZHAO, JIA'NAN: "Research on Target Azimuth Estimation and Recognition Technology of Automotive Millimeter Wave Radar", pages: 1 - 92, XP009554034, DOI: 10.27061/d.cnki.ghgdu.2021.002799 *
"Master’s Thesis", 1 May 2020, HUAZHONG UNIVERSITY OF SCIENCE AND TECHNOLOGY, CN, article GONG, WEI: "Design and Implementation of the System for Human Statistics, Attitude Recognition and Tracking Based on Millimeter Wave Radar", pages: 1 - 70, XP009554035, DOI: 10.27157/d.cnki.ghzku.2020.001037 *

Also Published As

Publication number Publication date
CN115236627B (en) 2022-12-16
CN115236627A (en) 2022-10-25

Similar Documents

Publication Publication Date Title
WO2024060771A1 (en) Millimeter wave radar data clustering method based on multi-frame doppler velocity dimension expansion
Nabati et al. Rrpn: Radar region proposal network for object detection in autonomous vehicles
CN111239766B (en) Water surface multi-target rapid identification and tracking method based on laser radar
CN113506318B (en) Three-dimensional target perception method under vehicle-mounted edge scene
CN110727515B (en) Multi-path FPGA (field programmable Gate array) rapid parallel processing system and method for radar MF-TBD (Multi-frequency-Tunnel boring machine) algorithm
WO2022247137A1 (en) Robot and charging pile recognition method and apparatus therefor
CN114494287A (en) Long-distance laser radar point cloud data processing method
Li et al. A feature pyramid fusion detection algorithm based on radar and camera sensor
CN111316328A (en) Method for maintaining lane line map, electronic device and storage medium
CN111879313A (en) Multi-target continuous positioning method and system based on unmanned aerial vehicle image recognition
Chen et al. A graph-based track-before-detect algorithm for automotive radar target detection
CN114966589A (en) Multi-target detection method based on millimeter wave radar
CN111736167B (en) Method and device for obtaining laser point cloud density
CN116206359A (en) Human gait recognition method based on millimeter wave radar and dynamic sampling neural network
WO2020253764A1 (en) Method and apparatus for determining running region information
Li et al. Obstacle detection and tracking algorithm based on multi‐lidar fusion in urban environment
CN113313654B (en) Laser point cloud filtering denoising method, system, equipment and storage medium
Kim et al. Deep-learning based multi-object detection and tracking using range-angle map in automotive radar systems
CN114092778A (en) Radar camera data fusion system and method based on characterization learning
Wang et al. DBSCAN clustering algorithm of millimeter wave radar based on multi frame joint
CN115980738B (en) Multi-target tracking method based on dynamic and static separation
Xu et al. Object detection of millimeter wave radar based on computer vision
Lian et al. A real-time traffic environmental perception algorithm fusing stereo vision and deep network
Zheng (Retracted) Laser radar-based intelligent vehicle target recognition and detection system using image detection technology
WO2023173898A1 (en) Occupancy grid map generation method and apparatus

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 23867066

Country of ref document: EP

Kind code of ref document: A1