Delay-Compensated Lane-Coordinate Vehicle State Estimation Using Low-Cost Sensors
Minsu Kim, Weonmo Kang, Changsun Ahn

TL;DR
This paper introduces a new vehicle state estimator that uses low-cost sensors and compensates for signal delays to improve accuracy in autonomous driving systems.
Contribution
A novel delay-compensated vehicle state estimator combining a bicycle model, EKF, and signal delay compensation for lane-coordinate systems.
Findings
The estimator achieves high-accuracy lateral position, velocity, and heading angle estimation in real time.
Compared to camera-only methods, it significantly reduces estimation errors and phase lag.
Validation on real driving data shows reliable performance on both straight and curved roads.
Abstract
Accurate vehicle state estimation in a lane coordinate system is essential for safe and reliable operation of Advanced Driver Assistance Systems (ADASs) and autonomous driving. However, achieving robust lane-based state estimation using only low-cost sensors, such as a camera, an IMU, and a steering angle sensor, remains challenging due to the complexity of vehicle dynamics and the inherent signal delays in vision systems. This paper presents a lane-coordinate-based vehicle state estimator that addresses these challenges by combining a vehicle dynamics-based bicycle model with an Extended Kalman Filter (EKF) and a signal delay compensation algorithm. The estimator performs real-time estimation of lateral position, lateral velocity, and heading angle, including the unmeasurable lateral velocity about the lane, by predicting the vehicle’s state evolution during camera processing delays. A…
Genes, proteins, chemicals, diseases, species, mutations and cell lines named across the full text — each resolved to its canonical identifier and authoritative record.
Click any figure to enlarge with its caption.
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6
Figure 7
Figure 8
Figure 9
Figure 10Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutonomous Vehicle Technology and Safety · Traffic control and management · Vehicle Dynamics and Control Systems
1. Introduction
Advancements in Advanced Driver Assistance Systems (ADASs) and fully autonomous driving (AD) are critical for safe and efficient future transportation systems [1,2]. Functions such as Lane Keeping Assist (LKA), Adaptive Cruise Control (ACC), and urban autonomous driving rely heavily on accurate and robust perception of the vehicle’s state within its environment [3]. For stable operation, it is essential to estimate not only the vehicle’s absolute position in a global coordinate system but also its relative state with respect to the lane. In particular, lateral position, lateral velocity, and heading angle in a lane coordinate system (curvilinear coordinates) provide more intuitive and useful information for path planning and control algorithms [4,5,6]. Among these, lateral velocity relative to the lane is a critical state for motion prediction but cannot be directly measured with typical onboard sensors.
Current state-of-the-art approaches achieve centimeter-level accuracy by fusing high-cost sensors such as HD maps, LiDAR, radar, and GPS [2,7,8,9]. For example, Bersani et al. proposed a framework that integrates pre-built road maps with multi-sensor data to estimate the vehicle and surrounding obstacles in the lane coordinate system [4]. However, these methods are costly and lack scalability for general-purpose vehicles. Consequently, there is an urgent need for map-less state estimation methods that utilize only low-cost sensors, such as cameras and IMUs [10].
Low-cost sensor-based approaches face two main challenges. First, many existing methods rely on simple kinematic models, such as the Constant Turn Rate and Acceleration (CTRA) model [11,12,13]. While sufficient for stable driving, these models fail to capture real vehicle behavior during sudden steering or evasive maneuvers, where vehicle dynamics—including tire lateral forces and slip—dominate. This limitation can severely degrade estimation performance. Recent studies emphasize the importance of dynamic models that accurately reflect a vehicle’s physical characteristics for precise estimation, particularly of lateral velocity [4,9,14,15].
The second challenge is the inherent delay of vision-based sensors. Cameras and other perception sensors have slow and variable data acquisition rates due to the large amount of data processing, leading to unevenly delayed measurements [16,17]. Such delays can degrade perception performance and destabilize control loops [18]. Various attempts have been made to solve the problems caused by such delays. For example, to fundamentally reduce the delay itself, a wide range of methods have been explored [19,20], from traditional computer vision techniques for fast lane detection to modern approaches that use deep learning with lightweight models [21] or fusing different feature extraction methods [22]. However, even with these efforts to reduce processing time, a slight time delay can still lead to a significant performance degradation in vehicle control systems.
Another approach involves compensating for signal delays that are unavoidable due to heavy computational loads or communication processes. Currently, a widely used method for signal delay compensation is to modify the timestamp of the input signal by the amount of the delay [23,24,25]. However, most research on vehicle state estimation using signal delay compensation has not yet incorporated the vehicle’s dynamic characteristics [26,27]. Although there was a study by Wang et al. that considered vehicle dynamics and vision sensor signal delay to estimate the in-lane lateral position and angle [16], it did not estimate the lane-based lateral velocity, which still leaves a limitation in fully explaining the vehicle’s in-lane behavior.
To address these challenges, this study makes a significant contribution by proposing a novel lane-coordinate-based state estimator that operates using only low-cost sensors (a camera, IMU, and steering angle sensor) without relying on HD maps. The core of our approach is the tight integration of a vehicle dynamics-based bicycle model within an Extended Kalman Filter (EKF). This foundation overcomes the limitations of traditional kinematic models, and its most critical achievement is the accurate, real-time estimation of the vehicle’s lateral velocity relative to the lane—a key state for motion prediction that cannot be directly measured with typical onboard sensors. By robustly estimating this crucial, unmeasurable state alongside lateral position and heading angle, our method provides a comprehensive understanding of the vehicle’s dynamic behavior within the lane, which is essential for advanced vehicle control. Furthermore, by using the dynamics model to propagate the state forward during sensor processing periods, the estimator effectively compensates for the signal delay from the vision system, ensuring the final output remains timely and accurate. To support practical implementation, a computationally efficient camera processing pipeline is also introduced, including lane segmentation using a pre-trained network and lane-based state extraction. The overall structure of the proposed estimator is illustrated in Figure 1, which highlights the integration of signals from low-cost sensors, the proposed estimator contains adaptive delay compensation and an asynchronous compensation structure, and estimation results include lateral velocity about the lane.
The proposed estimator provides continuous, accurate, and delay-free lane-coordinate-based vehicle states, including the unmeasurable lateral velocity, which are directly applicable to ADAS and autonomous driving. Validation with real vehicle data on straight and curved roads demonstrates the estimator’s effectiveness under realistic driving conditions and confirms its real-time performance.
2. Vehicle Model for Estimator
2.1. Road-Following Vehicle Model in Vehicle Coordinates
A reliable vehicle model is essential for state estimation. A commonly used representation is the road-following vehicle model, which assumes small variations in lateral deviations and heading angle, ensuring the validity of linear approximations [28,29]. This model describes the lateral behavior of a vehicle based on a given steering angle. It is particularly suitable for explaining a vehicle’s lane-based state while considering its dynamic characteristics, as it defines the state in terms of lateral error relative to a given path or lane. The model is expressed as:
where d is lateral displacement relative to the lane centerline, v is the lateral velocity, r is the yaw rate, ψ is the vehicle heading angle, ψ_d_ is the desired heading angle, u is the longitudinal velocity, C_αf_ and C_αr_ are the front and rear tire cornering stiffness, m is the vehicle mass, a and b are the distances from the front and rear axles to the center of gravity(CG), I_z_ is the yaw moment of inertia, δ_f_ is the front steering angle, r_d_ is the desired yaw rate along the lane center, and the longitudinal velocity u is assumed constant. These variables are also summarized in Table 1.
This formulation is expressed in the vehicle coordinate system and will serve as the basis for its representation in the lane coordinate system, described next.
2.2. Vehicle Model in Lane Coordinates
To represent the vehicle model in the lane coordinate system, as shown in Figure 2, additional states must be introduced: the lateral displacement from the lane center and the corresponding lateral velocity. These are expressed as:
where Δψ = ψ − ψ_d_ is the heading angle offset between the vehicle and the lane center. Assuming constant longitudinal velocity, the derivative of the vehicle’s lateral velocity relative to the lane center is:
For small Δψ, Equation (4) can be simplified using the relation from (1).
Because the lane curvature κ changes gradually, it is assumed constant over short intervals, yielding the relation between desired yaw rate, curvature, and longitudinal velocity:
Substituting into (5) gives:
The heading angle offset relative to the lane center is expressed as:
Combining the above, the nonlinear vehicle model in lane coordinates is expressed as:
Therefore, in addition to v and r, curvature κ must also be included as a state. While κ can be directly extracted from camera images, such measurements suffer from delays and low update rates, making them unsuitable as direct model inputs. Moreover, assuming a zero-curvature rate of change prevents accurate estimation using the system model alone. Therefore, curvature is incorporated through a measurement model, with its implications addressed in the estimator design section.
The derivation above establishes a vehicle model expressed in lane coordinates, where lateral dynamics and road curvature are explicitly incorporated. Since curvature cannot be accurately predicted from the system model alone, reliable lane information is required. The following section introduces the lane detection framework, which provides the curvature and heading references necessary for the estimator design.
3. Vehicle State Estimator in Lane Coordinates
3.1. Lane Detection Algorithm
To provide the lane information required for curvature and heading references in the estimator, we employ a camera-based detection method. Unlike other sensors, a camera does not directly measure lane geometry; instead, image data must be processed to extract relevant lane features. Since the system operates on a moving vehicle, real-time performance is critical, and, therefore, the computational efficiency of the detection algorithm is a key concern.
We employ a method that balances robustness and efficiency, comprising three main steps: lane segmentation, coordinate transformation, and lane shape extraction. The overall procedure is illustrated in Figure 3.
First, lane segmentation is performed using a pre-trained Fully Convolutional Network (FCN) with ResNet50 as the backbone. This network is a highly accessible model commonly used for image classification and segmentation [19,21]. Given these characteristics, we adopted this segmentation-based methodology as a representative example of a lane detection method that introduces signal delay. Specifically, we chose FCN as the base architecture and used a pre-trained ResNet50 provided by PyTorch v1.12 as the backbone. This model was then fine-tuned on a lane recognition dataset [30,31] and subsequently utilized as a lane segmentation network. The network is trained to segment lane components from input road images, and the output retains only the pixels corresponding to lane markings:
Because the segmented image is expressed in a distorted camera coordinate system, it is transformed into the vehicle’s local coordinate system. Using info., the camera’s installation parameters, orientation, and distortion characteristics, the image portion between the vanishing point and the vehicle’s position is projected onto the horizontal plane:
Even after projection, lanes may not be distinctly separated. An adjacent-point searching and clustering method is therefore applied to distinguish the left and right lanes:
Finally, a third-order polynomial is fitted to the lane shape. With an appropriate meter-to-pixel ratio, the lane geometry is obtained in the vehicle’s local coordinate system:
This polynomial representation directly yields the required lane-based states: lateral offset d, heading angle Δψ, and curvature κ. Under the small-angle assumption for Δψ, these states are computed as:
Alternatively, they can be expressed in terms of the polynomial coefficients, with improved accuracy obtained by using the midpoint between the left and right lanes:
In summary, the algorithm provides accurate lane-based states, but the processing introduces non-negligible delays due to its computational complexity. These delays lead to errors in estimating the vehicle’s instantaneous state relative to the lane. Therefore, it is necessary to design an estimator that can accurately estimate the current state by properly accounting for this delay. For accurate estimation, the exact amount of delay must be considered. To precisely measure this delay, we included a function to measure the image processing time when implementing the algorithm described above. The following section presents a methodology to compensate for this delay through estimator design.
3.2. Vehicle State Estimator
To achieve robust estimation in the presence of sensor delays and signal faults, careful estimator design is required. As derived in Equation (9), the vehicle states of interest are governed by nonlinear dynamics. At the same time, real-time performance is essential for vehicle applications, necessitating an estimation framework that balances accuracy with computational efficiency.
In this study, the Extended Kalman Filter (EKF) is adopted. The EKF is particularly well suited to this problem because it can accommodate nonlinear system models while maintaining relatively low computational cost, avoiding the need for sigma-point propagation as in the Unscented Kalman Filter [32]. The EKF operates through prediction and correction steps based on local linearization of the nonlinear model.
The state vector x is defined to include the target lane-coordinate-based states and their auxiliary dynamics, rearranged from the relationships derived in Section 2:
The measurable outputs Z, obtained from the IMU and camera sensors, are related to the state vector as:
By introducing the process noise covariance Q and measurement noise covariance R, with respective noise terms w_k_ and v_k_, the EKF problem formulation can be expressed as:
Accordingly, the EKF proceeds with prediction and measurement update steps [33]. First, during the prediction step, the nonlinear system is linearized for state propagation:
The predicted state and covariance are then updated as:
Next, during the measurement update step, the state and covariance are corrected using the measurement information:
A key challenge arises from the fact that the sensors operate at different update rates. In particular, camera-based measurements incur a significant delay due to image processing. To overcome these issues, the proposed framework incorporates two dedicated strategies, which will be described in the following subsection.
3.3. Compensation for Asynchronous Measurements
In conventional approaches, when a sensor such as a camera operates at a slower update frequency than other sensors, two options are typically used: (1) generating virtual measurements through zero-order hold or extrapolation, or (2) forcing the entire estimator to operate at the slower frequency. Both approaches have notable drawbacks. Virtual measurements may accumulate errors over time, while slowing the estimator prevents effective use of higher-frequency sensor information and may hinder downstream applications, such as control systems, that require fast updates.
To overcome this limitation, the proposed methodology omits the measurement update whenever a new camera measurement is unavailable and performs only the model-based prediction step of the EKF, as expressed in Equation (26):
This approach eliminates the errors introduced by virtual measurements while still enabling continuous estimation of vehicle states using high-frequency inputs from the IMU and steering angle sensors.
Naturally, the absence of measurements introduces concerns about observability. However, since this study assumes that no signal loss persists beyond a single measurement period, periodic observability is sufficient for reliable estimation. Observability was verified by conducting a rank test on the observability matrix O, defined using the linearized system matrix F and measurement matrix H, as given in Equation (27):
3.4. Compensation for Delayed Measurements
As discussed earlier, the processing of camera images to extract lane information introduces an inherent signal delay. This delay, combined with errors caused by the limited field of view, can significantly reduce the accuracy of vehicle state estimation relative to the lane. Accordingly, proper delay compensation is essential.
In the proposed framework, delay compensation is achieved by correcting the timestamp of the delayed measurement and performing a re-estimation of the state from the corrected timestamp to the current. Specifically, if the processing delay of the camera is denoted as τ, the corrected measurement timestamp is given by Equation (28):
In this study, only the processing delay of the camera is considered, as transmission delays are negligible. Since the image processing time required to extract lane information is known, the exact delay τ can be determined for each incoming measurement. By correcting the timestamp, the lane measurement can be aligned with the actual time at which it was captured.
To incorporate this corrected measurement into the current state estimate, the system performs a re-estimation over the interval t = [t_cur_ − τ, t_cur_], as illustrated in Figure 4 and expressed in Equation (29):
During this re-estimation process, measurement updates are applied whenever new measurements are available. However, since only the camera signal is delay-compensated in this study, the procedure consists primarily of time updates using steering angle and IMU measurements, except for the initial step that incorporates the delay-corrected camera measurement.
4. Validation
4.1. Experiment Configuration
The proposed estimator was validated using data collected in real-world driving environments. This approach ensures that robustness is evaluated against actual signal faults encountered in practice, rather than against artificially generated signal errors.
For the experimental setup, a medium-sized sedan was equipped with the necessary sensors and devices. An OxTS RTK-GNSS (RT-K) system and a high-definition (HD) lane map were used to obtain ground-truth vehicle states, as shown in Figure 5. All validation data—including RT-K, IMU, and steering angle sensor signals—were logged via a dSPACE AutoBox using high-speed CAN. The AutoBox is a platform developed to support real-time Hardware-in-the-Loop (HIL) testing for vehicle Electronic Control Units (ECUs). Signals input into this device are recorded along with the device’s internal time, allowing the recorded data to be processed based on the precise time of input. Furthermore, in this study, it was assumed that the time taken for signals from each sensor, including the camera, to be transmitted via wired communication is very small and can therefore be considered negligible. This means that the estimator can process all sensor signals based on their generation time. The only signal delay that needs to be considered in this research is the processing delay that occurs during the extraction of the vehicle’s lane-based state from the camera image. The camera was connected to a laptop interfaced with the AutoBox, ensuring that all measurements were synchronized. The RT-K system provides highly accurate position and state information, which, when combined with the HD lane map, enables precise determination of the vehicle’s true states in the lane coordinate system. In addition, the estimator implementation required vehicle parameters (e.g., mass, inertia, tire stiffness). For this, vehicle parameters identified from prior dynamic behavior test data were used, as presented in Table 2.
Validation experiments were conducted on public roads featuring both straight and curved sections. To ensure sufficiently rich excitation of lateral dynamics, the vehicle was driven with maneuvers such as sine-wave steering within the lane and a Double-Lane Change (DLC), such as overtaking a preceding vehicle. Driving speeds ranged between 30 and 60 kph. Consequently, each scenario was composed of driving data lasting between 10 and 18 s and a trajectory length of 100 to 250 m. The data for each scenario was of sufficient length to fully exhibit the characteristics of the corresponding maneuver, making it suitable for providing meaningful validation results for lateral velocity estimation.
Because this study introduces a new lane-based vehicle state estimator with delay compensation, the vehicle states directly extracted from the camera (without estimation) were used as the first baseline for comparison. However, the lateral velocity v_n_ in the lane coordinate system cannot be directly measured by any onboard sensor. Therefore, it was assumed that the vehicle’s lateral slip velocity v was sufficiently small to be neglected. Under this assumption, the baseline v_n_ was computed using the vehicle’s longitudinal velocity u and the camera-measured heading angle deviation Δψ, as shown in Equation (30):
Additionally, to evaluate the effect of the proposed delay compensation, estimation results obtained without applying delay compensation were used as a second baseline. This allowed direct assessment of the performance improvements achieved by the proposed methodology in reducing phase lag.
4.2. Experiment Result and Analysis
4.2.1. Computing Efficiency Analysis
Before presenting the validation results, we first analyzed the processing time of the camera image-to-vehicle state extraction process and the proposed estimator. As mentioned earlier, despite the use of a pre-trained network for computational efficiency, the camera image processing required approximately 0.3 s per frame, as shown in Figure 6. This represents a considerable computational burden, even when executed on a high-performance laptop (AMD Ryzen 9 7845HX with NVIDIA RTX 4070). Such latency can critically impair the accuracy of vehicle state estimation. In contrast, the proposed estimator with signal delay compensation accurately estimates the current vehicle state regardless of the delay magnitude. Moreover, as illustrated in the second graph of Figure 6, the estimator itself operates at very high speed, ensuring real-time estimation without performance issues.
4.2.2. Sine Wave Driving Scenario
The first experiment was conducted at 60 km/h on a straight road during a one m-amplitude sine wave maneuver, as shown in Figure 7. The results (right plot of Figure 7) show that the raw camera measurement is significantly delayed. Without delay compensation, this delay propagates into the estimation results, as seen in the blue trace. However, with the proposed delay-compensated estimator, the results align closely with the ground truth and are free from phase lag. In addition, by accounting for signal characteristics, the estimator achieves a substantially lower error than the raw measurement.
The second experiment (Figure 8) was performed at 30 km/h on a curved road with a 150 m radius. Although the maneuver was similar, the lower speed required larger and faster steering inputs, producing a larger Δψ while lateral offset and v_n_ remained similar. Again, the proposed estimator accurately tracked the vehicle’s state, effectively compensating for delay even under large lateral motions at low speed. Due to the shorter time axis, it is particularly evident that the camera-only signals appear as sparse, delayed points. In contrast, the proposed estimator provided smooth, continuous estimates at 100 Hz without phase lag. The non-compensated estimator still lagged and failed to capture the vehicle’s motion fully.
4.2.3. Double-Lane-Change Scenario
The third and fourth scenarios (Figure 9 and Figure 10) involve Double-Lane-Change (DLC) maneuvers at approximately 40 km/h. Scenario 3 was conducted on a straight road, while scenario 4 was performed on a curved road with a 100 m radius.
In these cases, the lateral displacement was about 3 m (the width of a lane), resulting in lateral velocities roughly twice those of the sine wave experiments. The results again confirm that camera-only measurements and estimators without delay compensation suffer significant delays. In contrast, the proposed estimator closely tracks the ground truth without delay, even during large and rapid lateral movements.
4.2.4. Overall Validation Analysis
For a comprehensive quantitative analysis of the four driving scenarios (sine wave maneuvers on a straight and a curved road, and double-lane changes), we calculated the Root Mean Square Error (RMSE) and Peak Error for each state variable. We summarized them in Table 3. The baseline was established using values directly measured from the camera and using the proposed estimator without delay compensation, and its performance was compared and analyzed against the proposed estimator.
The numerical results in Table 3 clearly demonstrate the superiority of the proposed methodology. The proposed estimator provides substantial quantitative improvements over the camera-only approach. In terms of RMSE, the proposed method reduced the error for d from a range of 0.121–0.201 m to 0.055–0.090 m, for Δψ from 0.486–2.040° to 0.269–0.821°, and for v_n_ from 0.166–0.271 m/s to 0.068–0.117 m/s. Furthermore, the Peak Error also showed significant reductions for most states. The error for d decreased from 0.273–0.454 m to 0.122–0.233 m, and for v_n_ from 0.357–0.475 m/s to 0.162–0.288 m/s. For Δψ, the Peak Error was generally reduced from 1.224–3.565° to 0.671–1.724°, with the exception of Scenario 3, where a slight increase from 1.522° to 1.811° was observed. Notably, the estimator that does not incorporate delay compensation shows performance that is either similar to or even worse than simply calculating the target state using only camera information. This is because the non-compensated estimator acts as a type of low-pass filter, causing the state to be estimated with a slight but persistent delay relative to the camera measurements.
This performance improvement can be attributed to two key elements of our research. First, the adaptive signal delay compensation algorithm effectively eliminates the substantial delay from camera image processing, allowing for accurate and real-time estimation of the vehicle’s current states. The significant error reduction, particularly in the high lateral velocity Double-Lane-Change (DLC) scenarios, proves the critical importance of delay compensation during dynamic maneuvers. Second, by fusing the vehicle dynamics model with IMU and steering angle sensor data, we were able to physically and logically estimate the intervals between the discontinuous and noisy camera measurements and effectively filter out noise by considering signal characteristics.
To validate the estimator’s performance while considering real-world driving scenarios, we selected sinusoidal driving and double-lane-change driving, which generate significant lateral motion on straight and curved roads, respectively, as validation scenarios. Since the proposed methodology consistently demonstrated performance across all these scenarios, we expect it to perform appropriately in most similar real-world driving situations. However, more complex driving conditions, such as rapid acceleration/deceleration or inclement weather, were not included in the scope of this study. Therefore, its performance in these typical driving environments requires further validation through future research.
In summary, the proposed estimator demonstrated robust and reliable performance across dynamic maneuvers and diverse road conditions. These results confirm that our methodology overcomes fundamental limitations of camera-based sensing, providing highly accurate real-time state information essential for ADAS and autonomous driving applications.
5. Conclusions
This paper presented a robust, real-time state estimator capable of determining a vehicle’s complete lateral state within the lane coordinate system. The primary contribution lies in the successful estimation of the lane-based lateral velocity—a critical yet unmeasurable state for motion prediction—using only a camera, IMU, and steering angle sensor, without reliance on high-cost sensors or HD maps. This was achieved by implementing a vehicle dynamics-based bicycle model within an Extended Kalman Filter (EKF), which proved superior to conventional kinematic approaches in capturing actual vehicle behavior, especially during dynamic maneuvers.
Furthermore, this dynamics-based framework inherently addresses the challenge of vision sensor latency. By predicting the vehicle’s state evolution during measurement delays, the proposed method effectively reduces estimation errors and phase lag. Validation with real driving data demonstrated that the estimator provides continuous and accurate state estimates across diverse scenarios, including lane changes and sine-wave maneuvers, confirming its reliability and real-time performance for practical applications.
Future work will focus on integrating the estimator with lateral controllers for closed-loop validation, testing robustness under adverse weather, and extending the approach to estimate the lane-coordinate-based states of surrounding vehicles through multi-sensor fusion.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Fayyad J. Jaradat M.A. Gruyer D. Najjaran H. Deep Learning Sensor Fusion for Autonomous Vehicle Perception and Localization: A Review Sensors 202020422010.3390/s 2015422032751275 PMC 7436174 · doi ↗ · pubmed ↗
- 2Yurtsever E. Lambert J. Carballo A. Takeda K. A Survey of Autonomous Driving: Common Practices and Emerging Technologies IEEE Access 20208584435846910.1109/ACCESS.2020.2983149 · doi ↗
- 3Ghorai P. Eskandarian A. Kim Y.K. Mehr G. State Estimation and Motion Prediction of Vehicles and Vulnerable Road Users for Cooperative Autonomous Driving: A Survey IEEE Trans. Intell. Transp. Syst.202223169831700210.1109/TITS.2022.3160932 · doi ↗
- 4Bersani M. Mentasti S. Dahal P. Arrigoni S. Vignati M. Cheli F. Matteucci M. An integrated algorithm for ego-vehicle and obstacles state estimation for autonomous driving Robot. Auton. Syst.202113910366210.1016/j.robot.2020.103662 · doi ↗
- 5Jo K. Lee M. Kim J. Sunwoo M. Tracking and Behavior Reasoning of Moving Vehicles Based on Roadway Geometry Constraints IEEE Trans. Intell. Transp. Syst.20171846047610.1109/TITS.2016.2605163 · doi ↗
- 6Kim J. Jo K. Lim W. Lee M. Sunwoo M. Curvilinear-Coordinate-Based Object and Situation Assessment for Highly Automated Vehicles IEEE Trans. Intell. Transp. Syst.2015161559157510.1109/TITS.2014.2369737 · doi ↗
- 7Levinson J. Askeland J. Becker J. Dolson J. Held D. Kammel S. Kolter J.Z. Langer D. Pink O. Pratt V. Towards fully autonomous driving: Systems and algorithms Proceedings of the 2011 IEEE Intelligent Vehicles Symposium (IV)Baden-Baden, Germany 5–9 June 2011163168
- 8Ghallabi F. El-Haj-Shhade G. Mittet M.A. Nashashibi F. LIDAR-Based road signs detection For Vehicle Localization in an HD Map Proceedings of the 2019 IEEE Intelligent Vehicles Symposium (IV)Paris, France 9–12 June 201914841490
