Open Access Paper
28 December 2022 Estimation method of vehicle lane by millimeter wave radar
Chunjie Li, Wei Lei, Ye Jin, Long Zhang, Kai Zhao
Author Affiliations +
Proceedings Volume 12506, Third International Conference on Computer Science and Communication Technology (ICCSCT 2022); 125061L (2022) https://doi.org/10.1117/12.2661838
Event: International Conference on Computer Science and Communication Technology (ICCSCT 2022), 2022, Beijing, China
Abstract
For the current smart high-speed scene, the millimeter-wave radar needs to give the lane number of the vehicle while outputting the lane-level target track information. Since the millimeter-wave radar cannot identify the lane line information, it is difficult to achieve the lane estimation without the help of other sensors. This paper proposes a method to quickly estimate the lane numbers of vehicles in different high-speed scenarios with the help of high-precision maps. First, it unifies the map and vehicle track coordinate system, converts the point set of lane line in WGS-84 format to the Cartesian coordinate system with the radar as the origin after coordinate transformation. Then, through Lagrange interpolation, the X value corresponding to the Y value of the vehicle on the left and right side of the lane line is obtained. Finally, the lane to which the vehicle belongs is estimated by the ratio method. The actual measurement results show that the method can quickly and accurately estimate the lane number of the vehicle in various high-speed scenarios without the help of other sensors.

1.

INTRODUCTION

On September 19, 2019, the Outline for Building a Strong Transportation Country issued by the Central Committee of the Communist Party of China and the State Council clearly pointed out that: strengthen the research and development of intelligent networked vehicles (smart vehicles, autonomous driving, and vehicle-road collaboration), form an independent and controllable complete industrial chain, vigorously develop smart transportation1.

Under the policy of “transportation power + new infrastructure”, the development of the intelligent transportation industry and the promotion of the intelligentization of the transportation system will reduce the traffic problems caused by the increasingly complex road traffic scenarios, improve the operation and scheduling efficiency of the transportation system and the travel experience of the people2.

End-of-road sensing system plays an irreplaceable sensing role in the whole intelligent transportation system, and is widely used in various fields of transportation. Among them, millimeter-wave radar, as the core sensing means, can effectively solve some problems faced by traditional camera data acquisition, for example, it is sensitive to the climate, and the detection effect is not ideal in the night, heavy rain and smog, so it is difficult to meet the practical application requirements. Therefore, millimeter-wave radar is a necessary means for intelligent and high-speed acquisition of all-weather traffic information3-4. It can be used to complete the whole road section target detection and road traffic incident detection.

With the in-depth implementation of China’s intelligent network technology, vehicle-road coordination is the main development trend of cities and highways in the future. Vehicle-road coordination technology puts forward higher requirements for millimeter-wave radar, which needs the radar to give the lane information of vehicles while outputting the lane-level target track, and then cooperates with the camera to realize the trigger capture function. With the lane information of vehicles, radar can also effectively count the traffic flow information of each lane, the traffic flow information of entering and leaving ramps, and detect the specific locations of abnormal events such as abnormal parking, throwing objects, congestion, etc.

However, at present, the lane determination of vehicles by highway radar is mostly realized by camera at the edge-computing node where radar and camera are fused5-6. However, only millimeter-wave radar is used to estimate the target lane. At present, there is only the intersection traffic radar7, because the intersection is a straight road. In the early stage, by calibrating the radar position and the azimuth angle, the lane to which the vehicle belongs can be determined by the relationship between the X value of the vehicle and the X value of the radar origin in the rectangular coordinate system. However, this method has great limitations and can only be applied to straight road scenes. However, the expressway scene is complex, and there are also curved high-speed, service area, ramp, emergency parking zones, etc. It is impossible to judge the lane where the target is located only by the target X value. It is difficult to independently determine the lane information of the vehicle depending on the radar’s own information.

In this paper, a brand-new method for calculating the lanes of high-speed vehicles is proposed, which is realized by means of high-precision maps of highway lane edges. Because the storage space of the radar itself is small, it only needs to select the sparse point set to go to the edge of each two lanes. The vehicle position information and lane line information detected by radar are converted into the same rectangular coordinate system, and then the X coordinates of the two-lane edges corresponding to the Y value of the vehicle position are calculated by interpolation, and the lane of the target vehicle is obtained by the relative relationship between the lane line and the X value of the vehicle. This method does not need other sensor information, but only needs the prior information of high-speed map to estimate the lane to which the vehicle belongs. Moreover, this method takes up less radar memory, is simple to implement, requires less calculation and has high reliability.

2.

LANE ESTIMATION METHOD BASED ON MAP

The target location information detected by radar is matched with the map, and then the lane where the target is located can be obtained, but the accuracy of the map is high enough. High-precision maps are usually measured by RTK, LIDAR, camera and other multi-sensors, and the accuracy can reach the level of 10 cm8, which can fully meet the vehicle position matching, so as to estimate the lane to which the vehicle belongs.

There are many coordinate system formats for high-precision maps, including WGS-84 coordinate system, GCJ-02 coordinate system, BD-09 coordinate system, etc. For radar, the target measurement is usually done in the space polar coordinate system, and the subsequent target measurement data is done in the rectangular coordinate system, that is, the target track output by radar is based on the rectangular coordinate system, which is inconsistent with the high-precision map coordinate system. Therefore, it is necessary to carry out spatial registration first, and transform them into the same coordinate system. In order to simplify the calculation, we use the rectangular coordinate system of radar.

Taking the curved high-speed as an example, as shown in Figure 1, two solid lines are two edges of the upward lane, and three dotted lines are lane edges. The target position is T point, the line AB is parallel to the X-axis, and the line CD is perpendicular to the road edge.

Figure 1.

Schematic diagram.

00078_PSISDG12506_125061L_page_2_1.jpg

If we want to calculate the lane number of the target, we need to get the distance from point C to point T. Under normal circumstances, it is very complicated to calculate the length of line CT, that is, to calculate the shortest distance from point T to the lane edge. Here, we use the triangle similarity principle to find the length of line AT. The principle is as follows:

Many detours will be designed on expressways due to terrain, anti-fatigue driving and other reasons. However, in order to keep safe driving in detours, the design of curvature radius is generally large. According to this, the detour can be divided into many segments, and it is approximately considered that the two edges of the one-way lane in the segment are approximately parallel. Therefore, we can approximately think that ∠ACT=∠BDT=90°, and because ∠ATC=∠BTD, it can be obtained from similar triangles’s judgment condition: △ACT~ΔBDT, which can be obtained from similar triangles’s theorem:

00078_PSISDG12506_125061L_page_3_1.jpg

among them, LCT is the distance from point C to point T, LAT is the distance from point A to point T, LCD is the distance from point C to point D, and LAB is the distance from point A to point B, namely:

00078_PSISDG12506_125061L_page_3_2.jpg

among them, rate is the distance ratio relationship between LCT and LCD. As the width of each lane is known and fixed, as long as rate is obtained, the lane number of the current target can be calculated through the relative distance relationship with each lane line. The specific derivation is as follows:

Assuming that the expressway has N lanes in one direction, and the width of each lane is I1, I2IN, then

00078_PSISDG12506_125061L_page_3_3.jpg

where IΣ is the total width of one-way lane.

The ratio of the distance from the right edge of each lane to the leftmost edge to the sum of the widths of all one-way lanes is:

00078_PSISDG12506_125061L_page_3_4.jpg

As shown in Figure 1, assuming that the coordinates of point T is (X0, Y0), point A is (Xleft,Y0) and point B is (Xright,Y0). Use Xleft and Xright values to calculate the proportion of lanes occupied by vehicles rate:

00078_PSISDG12506_125061L_page_3_5.jpg

According to the value of rate, determine the lane to which the vehicle belongs:

If 00078_PSISDG12506_125061L_page_3_6.jpg, it is judged as lane 1;

If 00078_PSISDG12506_125061L_page_3_7.jpg, it is judged as lane 2;

If 00078_PSISDG12506_125061L_page_4_1.jpg, it is judged as lane h,

where hN.

Specifically, when the vehicle rides over the innermost lane edge or the outermost lane edge, it may cause the filter track to deviate into the green belt or shoulder, and the following special treatment can be done:

(1) if the target falls into the green belt and rate satisfies αrate < 0, the lane to which the target belongs will be judged as lane 1, and α can be adjusted according to the actual situation.

(2) If the target falls on the shoulder of the road, that is 1< rate ≤1+β, the lane to which the target belongs is judged as the emergency lane, and β can be adjusted according to the actual situation.

(3) This method can also eliminate the targets outside the lane and pull the targets out of the lane back into the lane.

3.

SPECIFIC STEPS OF LANE ESTIMATION

3.1

Step flows

Figure 2 shows the main flow chart of calculating the lane number of the vehicle by millimeter-wave radar based on high-precision latitude and longitude map.

Figure 2.

Flow chart of lane estimation.

00078_PSISDG12506_125061L_page_4_2.jpg

3.2

Spatial registration

Taking WGS-84 coordinate system as an example, the space registration coordinate transformation equation is as follows:

For a certain point in space, the conversion relationship from WGS-84 coordinate system (L,B,H) to ECEF coordinate system (X,Y,Z) is as follows9-10:

00078_PSISDG12506_125061L_page_5_1.jpg

where N is the unitary circle curvature radius of the point, 00078_PSISDG12506_125061L_page_5_2.jpg; e is the first eccentric heart rate, e2 = (a2b2)/a2, a =6378137 m is the major axis of the earth, and b =6356755 m is the minor axis of the earth. In the ECEF coordinate system, the origin O is the center of mass of the earth, the X axis extends through the intersection of the prime meridian (0 degrees longitude) and the equator (0 degrees latitude), the Z axis extends through the North Pole (i.e. coincides with the earth’s rotation axis), and the Y axis passes through the equator and 90 degrees longitude according to the right-handed coordinate system.

The calculation equation for transforming ECEF coordinate system into ENU coordinate system on the surface is as follows:

00078_PSISDG12506_125061L_page_5_3.jpg

Where (X0, Y0, Z0) is the coordinate of the detection radar in ECEF coordinate system, and (L0, B0, H0) is the coordinate of the detection radar in WGS-84 coordinate system.

The latitude and longitude information of radar and high-precision map is converted into ENU coordinates by equations (6) and (7), and then the ENU coordinates are rotated by - φ according to azimuth angle φ of radar, and converted into radar OXYZ coordinate system. The conversion formula is as follows:

00078_PSISDG12506_125061L_page_5_4.jpg

Where, Ψ = – φ is the azimuth angle of the radar, (x, y, z) is the coordinate of the radar OXYZ coordinate system.

3.3

Lagrange interpolation

The Lagrange three-point interpolation method can be used to calculate the high-precision data to the low-precision time point. Its specific algorithm principle is described as follows:

Assuming that the measured data at the time tk-1, tk, tk+1 are Xk-1, Xk, Xk+1, the measured value at the moment of ti (tk-1< ti < tk+1) is calculated as follows:

00078_PSISDG12506_125061L_page_5_5.jpg

As shown in Figure 1, if we want to get the value of LAT and LAB, we need to get the coordinates of point A and point B. Because the lane line is a discrete point set, it needs interpolation. When the density of lane line points is high, the lane line between two adjacent points can be approximately considered as a straight line, and the coordinates of point A and point B can be obtained by linear interpolation. If the density of lane line point set is small, a big error will be generated simply by linear interpolation. It is necessary to calculate the high-precision lane line to the Y value corresponding to the target T by Lagrange three-point interpolation method, and get the X coordinate values of point A and point B.

4.

EXPERIMENTAL RESULTS AND ANALYSIS

4.1 Lane estimation of high-speed real scene

Figure 3 shows the real-time monitoring picture of a two-way 8-lane (including emergency lane) curve scene camera. At this moment, there are two vehicles in the approaching lane and one vehicle in the departing lane in the detection range. Make lane estimation for the vehicles in the radar detection range on this picture. It is stipulated that the upward lane numbers are 1-4 from the inside to the outside, and the downward lane numbers are 11-14 from the inside to the outside. As shown in Figure 4, the lane estimation results at this moment match the picture.

Figure 3.

Expressway photo information.

00078_PSISDG12506_125061L_page_6_1.jpg

Figure 4.

Radar output information.

00078_PSISDG12506_125061L_page_6_2.jpg

Under different road scenes (straight high-speed, curve high-speed, ramp and emergency parking zones) for a period of time, through data and video playback, this paper compares whether the lane number of vehicles output by radar matches the actual situation, and counts the estimated correct and wrong vehicles. Figure 5 is a straight high speed scene, Figure 6 is a curve high-speed scene, and Figure 7 is a ramp scene. Figure 8 shows the scene with emergency parking zones.

Figure 5.

Straight high-speed scene.

00078_PSISDG12506_125061L_page_6_3.jpg

Figure 6.

Curved high-speed scene.

00078_PSISDG12506_125061L_page_6_4.jpg

Figure 7.

Ramp high-speed scene.

00078_PSISDG12506_125061L_page_7_1.jpg

Figure 8.

Emergency parking zones scene.

00078_PSISDG12506_125061L_page_7_2.jpg

4.2 Results statistics

As shown in Table 1, statistics of passing vehicles in a period of time are made in the scenes of straight high-speed, curve high-speed, ramp and emergency parking zones. The lane recognition accuracy is very high. A few wrong vehicles are identified because of radar measurement errors. The experimental results fully show that this method can accurately and reliably estimate the lane number of vehicles in different lane scenes.

Table 1.

Result statistics.

SceneStatistics time (H)Number of vehiclesAccuracy rate (%)
Straight high-speed118798.93
Curve high-speed119298.96
Ramp25598.18
Emergency parking zones109100

5.

CONCLUSION

In this paper, a method of estimating vehicle lane number by millimeter-wave radar based on high-precision map is proposed, and the whole lane of high-speed vehicles is estimated. This method is used in all kinds of high-speed scenes, and has the advantages of good real-time, high accuracy and versatility.

REFERENCES

[1] 

“CPC Central Committee and State Council ‘Outline of Building a Strong Transportation Country’,” People’s Daily, 004 (2019). Google Scholar

[2] 

Zhao, G. H., “China’s traffic administration trends and countermeasures under the vision of a powerful country in traffic,” Guangxi Social Sciences, 04 97 –100 (2018). Google Scholar

[3] 

Stove, A. G., “Erratum: Linear FMCW radar techniques,” Radar & Signal Processing IEEE Proceedings, 140 (2), 343 –350 (1993). Google Scholar

[4] 

Scheiner, N., Kraus, F., Appenrodt, N., et al, “Object detection for automotive radar point clouds—A comparison,” AI Perspectives, 3 (1), 1 –23 (2021). https://doi.org/10.1186/s42467-021-00012-z Google Scholar

[5] 

Liu, J. X., “Experiment and analysis of vehicle driving state information fusion in intelligent space,” Journal of Henan University of Science and Technology (Natural Science), 38 (1), 21 –27 (2016). Google Scholar

[6] 

Yan, W. M. and Bao Z. Q., “Road real-time monitoring method and system based on lane grid and vehicle sampling,” (2018). Google Scholar

[7] 

Wu, X. B., Tong. L. F. and Wang, P., “The crossroads of intelligent transportation,” Artificial Intelligence, 05 112 –121 (2019). Google Scholar

[8] 

Paonessa, F., Virone, G., Sarri, A., et al, “UAV-mounted corner reflector for in-situ radar verification and calibration,” in 2018 IEEE Conference on Antenna Measurements & Applications (CAMA), 1 –4 (2018). Google Scholar

[9] 

Hao, Y., Xu, A., Sui, X., et al, “A modified extended Kalman filter for a two-antenna GPS/INS vehicular navigation system,” Sensors, 18 (11), 3809 (2018). https://doi.org/10.3390/s18113809 Google Scholar

[10] 

Wang, H. N., Principle and Application of GPS Navigation, 13 –28 Science Press, Shanghai (2003). Google Scholar
© (2022) COPYRIGHT Society of Photo-Optical Instrumentation Engineers (SPIE). Downloading of the abstract is permitted for personal use only.
Chunjie Li, Wei Lei, Ye Jin, Long Zhang, and Kai Zhao "Estimation method of vehicle lane by millimeter wave radar", Proc. SPIE 12506, Third International Conference on Computer Science and Communication Technology (ICCSCT 2022), 125061L (28 December 2022); https://doi.org/10.1117/12.2661838
Advertisement
Advertisement
RIGHTS & PERMISSIONS
Get copyright permission  Get copyright permission on Copyright Marketplace
KEYWORDS
Radar

Roads

Cameras

Target detection

Extremely high frequency

Sensors

Intelligence systems

Back to Top