Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (273)

Search Parameters:
Keywords = advanced driver-assistance system (ADAS)

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
33 pages, 2750 KB  
Article
Real-Time Detection of Rear Car Signals for Advanced Driver Assistance Systems Using Meta-Learning and Geometric Post-Processing
by Vasu Tammisetti, Georg Stettinger, Manuel Pegalajar Cuellar and Miguel Molina-Solana
Appl. Sci. 2025, 15(22), 11964; https://doi.org/10.3390/app152211964 - 11 Nov 2025
Abstract
Accurate identification of rear light signals in preceding vehicles is pivotal for Advanced Driver Assistance Systems (ADAS), enabling early detection of driver intentions and thereby improving road safety. In this work, we present a novel approach that leverages a meta-learning-enhanced YOLOv8 model to [...] Read more.
Accurate identification of rear light signals in preceding vehicles is pivotal for Advanced Driver Assistance Systems (ADAS), enabling early detection of driver intentions and thereby improving road safety. In this work, we present a novel approach that leverages a meta-learning-enhanced YOLOv8 model to detect left and right turn indicators, as well as brake signals. Traditional radar and LiDAR provide robust geometry, range, and motion cues that can indirectly suggest driver intent (e.g., deceleration or lane drift). However, they do not directly interpret color-coded rear signals, which limits early intent recognition from the taillights. We therefore focus on a camera-based approach that complements ranging sensors by decoding color and spatial patterns in rear lights. This approach to detecting vehicle signals poses additional challenges due to factors such as high reflectivity and the subtle visual differences between directional indicators. We address these by training a YOLOv8 model with a meta-learning strategy, thus enhancing its capability to learn from minimal data and rapidly adapt to new scenarios. Furthermore, we developed a post-processing layer that classifies signals by the geometric properties of detected objects, employing mathematical principles such as distance, area calculation, and Intersection over Union (IoU) metrics. Our approach increases adaptability and performance compared to traditional deep learning techniques, supporting the conclusion that integrating meta-learning into real-time object detection frameworks provides a scalable and robust solution for intelligent vehicle perception, significantly enhancing situational awareness and road safety through reliable prediction of vehicular behavior. Full article
(This article belongs to the Special Issue Convolutional Neural Networks and Computer Vision)
Show Figures

Figure 1

36 pages, 2782 KB  
Systematic Review
Framework, Implementation, and User Experience Aspects of Driver Monitoring: A Systematic Review
by Luis A. Salazar-Calderón, Sergio Alberto Navarro-Tuch and Javier Izquierdo-Reyes
Appl. Sci. 2025, 15(21), 11638; https://doi.org/10.3390/app152111638 - 31 Oct 2025
Viewed by 285
Abstract
Driver monitoring systems (DMS), advanced driver assistance ssystems (ADAs), and technologies for autonomous driving, along with other upcoming innovations, have been developed as possible solutions to minimize accidents resulting from human error. This paper presents a thorough review of DMSs and user experience [...] Read more.
Driver monitoring systems (DMS), advanced driver assistance ssystems (ADAs), and technologies for autonomous driving, along with other upcoming innovations, have been developed as possible solutions to minimize accidents resulting from human error. This paper presents a thorough review of DMSs and user experience (UX). The objective is to investigate, combine, and evaluate the key elements involved in the development and application of DMSs, as well as the UX factors relevant to the current landscape of the field, serving as a reference for future investigations. The review encompasses a bibliographic analysis performed at different stages, offering valuable insights into the evolution of the topic. It examines the processes of development and implementation of driver monitoring systems. Furthermore, this work facilitates future research by consolidating and presenting a valuable collection of identified datasets, both public and private, for various research purposes. From this evaluation, critical components for DMSs can be identified, establishing a foundation for future research by providing a framework for the adoption and integration of these systems. Full article
(This article belongs to the Special Issue Advanced Technologies and Applications of Emotion Recognition)
Show Figures

Figure 1

17 pages, 1373 KB  
Article
TOXOS: Spinning Up Nonlinearity in On-Vehicle Inference with a RISC-V CORDIC Coprocessor
by Luigi Giuffrida, Guido Masera and Maurizio Martina
Technologies 2025, 13(10), 479; https://doi.org/10.3390/technologies13100479 - 21 Oct 2025
Viewed by 346
Abstract
The rapid advancement of artificial intelligence in automotive applications, particularly in Advanced Driver-Assistance Systems (ADAS) and smart battery management on electric vehicles, increases the demand for efficient near-sensor processing. While the problem of linear algebra in machine learning is well-addressed by existing accelerators, [...] Read more.
The rapid advancement of artificial intelligence in automotive applications, particularly in Advanced Driver-Assistance Systems (ADAS) and smart battery management on electric vehicles, increases the demand for efficient near-sensor processing. While the problem of linear algebra in machine learning is well-addressed by existing accelerators, the computation of nonlinear activation functions is usually delegated to the host CPU, resulting in energy inefficiency and high computational costs. This paper introduces TOXOS, a RISC-V-compliant coprocessor designed to address this challenge. TOXOS implements the COordinateRotation DIgital Computer (CORDIC) algorithm to efficiently compute nonlinear functions. Taking advantage of RISC-V modularity and extendability, TOXOS seamlessly integrates with existing computing architectures. The coprocessor’s configurability enables fine-tuning of the area-performance tradeoff by adjusting the internal parallelism, the CORDIC iteration count, and the overall latency. Our implementation on a 65nm technology demonstrates a significant improvement over CPU-based solutions, showcasing a considerable speedup compared to the glibc implementation of nonlinear functions. To validate TOXOS’s real-world impact, we integrated TOXOS in an actual RISC-V microcontroller targeting the on-vehicle execution of machine learning models. This work addresses a critical gap in transcendental function computation for AI, enabling real-time decision-making for autonomous driving systems, maintaining the power efficiency crucial for electric vehicles. Full article
(This article belongs to the Section Manufacturing Technology)
Show Figures

Figure 1

16 pages, 3235 KB  
Article
Delay-Compensated Lane-Coordinate Vehicle State Estimation Using Low-Cost Sensors
by Minsu Kim, Weonmo Kang and Changsun Ahn
Sensors 2025, 25(19), 6251; https://doi.org/10.3390/s25196251 - 9 Oct 2025
Viewed by 562
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 [...] Read more.
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 computationally efficient camera processing pipeline, incorporating lane segmentation via a pre-trained network and lane-based state extraction, is implemented to support practical applications. Validation using real vehicle driving data on straight and curved roads demonstrates that the proposed estimator provides continuous, high-accuracy, and delay-compensated lane-coordinate-based vehicle states. Compared to conventional camera-only methods and estimators without delay compensation, the proposed approach significantly reduces estimation errors and phase lag, enabling the reliable and real-time acquisition of vehicle-state information critical for ADAS and autonomous driving applications. Full article
(This article belongs to the Special Issue Applications of Machine Learning in Automotive Engineering)
Show Figures

Figure 1

18 pages, 3251 KB  
Article
Classifying Advanced Driver Assistance System (ADAS) Activation from Multimodal Driving Data: A Real-World Study
by Gihun Lee, Kahyun Lee and Jong-Uk Hou
Sensors 2025, 25(19), 6139; https://doi.org/10.3390/s25196139 - 4 Oct 2025
Viewed by 735
Abstract
Identifying the activation status of advanced driver assistance systems (ADAS) in real-world driving environments is crucial for safety, responsibility attribution, and accident forensics. Unlike prior studies that primarily rely on simulation-based settings or unsynchronized data, we collected a multimodal dataset comprising synchronized controller [...] Read more.
Identifying the activation status of advanced driver assistance systems (ADAS) in real-world driving environments is crucial for safety, responsibility attribution, and accident forensics. Unlike prior studies that primarily rely on simulation-based settings or unsynchronized data, we collected a multimodal dataset comprising synchronized controller area network (CAN)-bus and smartphone-based inertial measurement unit (IMU) signals from drivers on consistent highway sections under both ADAS-enabled and manual modes. Using these data, we developed lightweight classification pipelines based on statistical and deep learning approaches to explore the feasibility of distinguishing ADAS operation. Our analyses revealed systematic behavioral differences between modes, particularly in speed regulation and steering stability, highlighting how ADAS reduces steering variability and stabilizes speed control. Although classification accuracy was moderate, this study provides one of the first data-driven demonstrations of ADAS status detection under naturalistic conditions. Beyond classification, the released dataset enables systematic behavioral analysis and offers a valuable resource for advancing research on driver monitoring, adaptive ADAS algorithms, and accident forensics. Full article
(This article belongs to the Special Issue Applications of Machine Learning in Automotive Engineering)
Show Figures

Figure 1

22 pages, 5876 KB  
Article
Development of a Methodology Used to Predict the Wheel–Surface Friction Coefficient in Challenging Climatic Conditions
by Viktor V. Petin, Andrey V. Keller, Sergey S. Shadrin, Daria A. Makarova and Yury M. Furletov
Future Transp. 2025, 5(4), 129; https://doi.org/10.3390/futuretransp5040129 - 23 Sep 2025
Viewed by 491
Abstract
This paper presents a novel methodology for predicting the tire–road friction coefficient in real-time under challenging climatic conditions based on a fuzzy logic inference system. The core innovation of the proposed approach lies in the integration and probabilistic weighting of a diverse set [...] Read more.
This paper presents a novel methodology for predicting the tire–road friction coefficient in real-time under challenging climatic conditions based on a fuzzy logic inference system. The core innovation of the proposed approach lies in the integration and probabilistic weighting of a diverse set of input data, which includes signals from ambient temperature and precipitation intensity sensors, activation events of the anti-lock braking system (ABS) and electronic stability control (ESP), windshield wiper operation modes, and road marking recognition via a front-facing camera. This multi-sensor data fusion strategy significantly enhances prediction accuracy compared to traditional methods that rely on limited data sources (e.g., temperature and precipitation alone), especially in transient or non-uniform road conditions such as compacted snow or shortly after rainfall. The reliability of the fuzzy-logic-based predictor was experimentally validated through extensive road tests on dry asphalt, wet asphalt, and wet basalt (simulating packed snow). The results demonstrate a high degree of convergence between predicted and actual values, with a maximum modeling error of less than 10% across all tested scenarios. The developed methodology provides a robust and adaptive solution for enhancing the performance of Advanced Driver Assistance Systems (ADASs), particularly Automatic Emergency Braking (AEB), by enabling more accurate braking distance calculations. Full article
Show Figures

Figure 1

14 pages, 1839 KB  
Article
An Empirical Study on the Impact of Key Technology Configurations on Sales of Battery Electric Vehicles: Evidence from the Chinese Market
by Shufang Huang, Yunpeng Li and Zhen Xi
World Electr. Veh. J. 2025, 16(9), 522; https://doi.org/10.3390/wevj16090522 - 16 Sep 2025
Viewed by 708
Abstract
In the global automotive industry’s transition towards electrification and intelligence, the influence of key technology configurations of battery electric vehicles (BEVs) on consumer purchasing decisions and market sales has become increasingly prominent. This paper empirically investigates the impact of BEVs’ key technology features—specifically, [...] Read more.
In the global automotive industry’s transition towards electrification and intelligence, the influence of key technology configurations of battery electric vehicles (BEVs) on consumer purchasing decisions and market sales has become increasingly prominent. This paper empirically investigates the impact of BEVs’ key technology features—specifically, driving range, Advanced Driver-Assistance Systems (ADASs), and intelligent cockpits—on sales, with a particular focus on the interaction effect between ADAS score and price. Employing panel data from the Chinese market spanning January 2023 to March 2025, this study analyzes 783 observations across 29 models and 13 brands using a multilevel mixed-effects model (MEM). The results indicate that driving range and intelligent cockpit score (ICS) are significantly and positively associated with sales growth, whereas price has a significant negative effect. More importantly, a significant interaction effect exists between the ADAS score and price, which implies that the impact of ADASs on sales varies across different price levels. Specifically, in lower-priced models, a high ADAS score corresponds to a decrease in sales, while its effect trends toward positive in higher-priced models. Furthermore, a high ADAS score significantly reduces consumers’ price sensitivity.Compared with prior macro-level studies, our contribution is jointly quantifying (i) the main effects of range and ICS and (ii) a price-contingent ADAS effect within a model-within-brand MEM, revealing that higher ADAS scores attenuate price sensitivity in premium segments. These findings offer actionable guidance for configuration bundling and pricing across market segments. Full article
(This article belongs to the Section Marketing, Promotion and Socio Economics)
Show Figures

Figure 1

26 pages, 24376 KB  
Article
Enhancing Traffic Safety and Efficiency with GOLC: A Global Optimal Lane-Changing Model Integrating Real-Time Impact Prediction
by Jia He, Yanlei Hu, Wen Zhang, Zhengfei Zheng, Wenqi Lu and Tao Wang
Technologies 2025, 13(9), 410; https://doi.org/10.3390/technologies13090410 - 10 Sep 2025
Viewed by 504
Abstract
Lane-changing maneuvers critically influence traffic flow and safety. This study introduces the Global Optimal Lane-Changing (GOLC) model, a framework that optimizes decisions by quantitatively predicting their systemic effects on surrounding traffic. Unlike traditional models that focus on immediate neighbors, the GOLC model integrates [...] Read more.
Lane-changing maneuvers critically influence traffic flow and safety. This study introduces the Global Optimal Lane-Changing (GOLC) model, a framework that optimizes decisions by quantitatively predicting their systemic effects on surrounding traffic. Unlike traditional models that focus on immediate neighbors, the GOLC model integrates a kinematic wave model to precisely quantify the spatiotemporal impacts on the entire affected platoon, striking a balance between local vehicle actions and global traffic efficiency. Implemented in the Simulation of Urban Mobility (SUMO) environment, the GOLC model is evaluated against benchmark models Minimizing Overall Braking Induced by Lane Changes (MOBIL) and SUMO LC2013. Comparative evaluations demonstrate the GOLC model’s superior performance. In a three-lane scenario, the GOLC model significantly enhances traffic efficiency, reducing average delay by 3.4% to 46.8% compared to MOBIL under medium- to high-flow conditions. It also fosters a safer environment by reducing unnecessary lane changes by 1.1 times compared to the LC2013 model. In incident scenarios, the GOLC model shows greater adaptability, achieving higher average speeds and lower travel times while minimizing speed dispersion and deceleration. These findings validate the effectiveness of embedding macroscopic traffic theory into microscopic driving decisions. The model’s unique strength lies in its ability to predict and minimize the collective negative impact on all affected vehicles, representing a significant step towards real-world implementation in Advanced Driver-Assistance Systems (ADAS) and enhancing safety in next-generation intelligent transportation systems. Full article
(This article belongs to the Special Issue Advanced Intelligent Driving Technology)
Show Figures

Figure 1

28 pages, 5366 KB  
Article
Interpretable Quantification of Scene-Induced Driver Visual Load: Linking Eye-Tracking Behavior to Road Scene Features via SHAP Analysis
by Jie Ni, Yifu Shao, Yiwen Guo and Yongqi Gu
J. Eye Mov. Res. 2025, 18(5), 40; https://doi.org/10.3390/jemr18050040 - 9 Sep 2025
Viewed by 584
Abstract
Road traffic accidents remain a major global public health concern, where complex urban driving environments significantly elevate drivers’ visual load and accident risks. Unlike existing research that adopts a macro perspective by considering multiple factors such as the driver, vehicle, and road, this [...] Read more.
Road traffic accidents remain a major global public health concern, where complex urban driving environments significantly elevate drivers’ visual load and accident risks. Unlike existing research that adopts a macro perspective by considering multiple factors such as the driver, vehicle, and road, this study focuses on the driver’s visual load, a key safety factor, and its direct source—the driver’s visual environment. We have developed an interpretable framework combining computer vision and machine learning to quantify how road scene features influence oculomotor behavior and scene-induced visual load, establishing a complete and interpretable link between scene features, eye movement behavior, and visual load. Using the DR(eye)VE dataset, visual attention demand is established through occlusion experiments and confirmed to correlate with eye-tracking metrics. K-means clustering is applied to classify visual load levels based on discriminative oculomotor features, while semantic segmentation extracts quantifiable road scene features such as the Green Visibility Index, Sky Visibility Index and Street Canyon Enclosure. Among multiple machine learning models (Random Forest, Ada-Boost, XGBoost, and SVM), XGBoost demonstrates optimal performance in visual load detection. SHAP analysis reveals critical thresholds: the probability of high visual load increases when pole density exceeds 0.08%, signage surpasses 0.55%, or buildings account for more than 14%; while blink duration/rate decrease when street enclosure exceeds 38% or road congestion goes beyond 25%, indicating elevated visual load. The proposed framework provides actionable insights for urban design and driver assistance systems, advancing traffic safety through data-driven optimization of road environments. Full article
Show Figures

Figure 1

26 pages, 2107 KB  
Article
TSRACE-AI: Traffic Sign Recognition Accelerated with Co-Designed Edge AI Based on Hybrid FPGA Architecture for ADAS
by Abderrahmane Smaali, Said Ben Alla and Abdellah Touhafi
Information 2025, 16(8), 703; https://doi.org/10.3390/info16080703 - 18 Aug 2025
Viewed by 708
Abstract
The need for efficient and real-time traffic sign recognition has become increasingly important as autonomous vehicles and Advanced Driver Assistance Systems (ADASs) continue to evolve. This study introduces TSRACE-AI, a system that accelerates traffic sign recognition by combining hardware and software in a [...] Read more.
The need for efficient and real-time traffic sign recognition has become increasingly important as autonomous vehicles and Advanced Driver Assistance Systems (ADASs) continue to evolve. This study introduces TSRACE-AI, a system that accelerates traffic sign recognition by combining hardware and software in a hybrid architecture deployed on the PYNQ-Z2 FPGA platform. The design employs the Deep Learning Processing Unit (DPU) for hardware acceleration and incorporates 8-bit fixed-point quantization to enhance the performance of the CNN model. The proposed system achieves a 98.85% reduction in latency and a 200.28% increase in throughput compared to similar works, with a trade-off of a 90.35% decrease in power efficiency. Despite this trade-off, the system excels in latency-sensitive applications, demonstrating its suitability for real-time decision-making. By balancing speed and power efficiency, TSRACE-AI offers a compelling solution for integrating traffic sign recognition into ADAS, paving the way for enhanced autonomous driving capabilities. Full article
Show Figures

Figure 1

22 pages, 1904 KB  
Article
FPGA–STM32-Embedded Vision and Control Platform for ADAS Development on a 1:5 Scale Vehicle
by Karen Roa-Tort, Diego A. Fabila-Bustos, Macaria Hernández-Chávez, Daniel León-Martínez, Adrián Apolonio-Vera, Elizama B. Ortega-Gutiérrez, Luis Cadena-Martínez, Carlos D. Hernández-Lozano, César Torres-Pérez, David A. Cano-Ibarra, J. Alejandro Aguirre-Anaya and Josué D. Rivera-Fernández
Vehicles 2025, 7(3), 84; https://doi.org/10.3390/vehicles7030084 - 17 Aug 2025
Viewed by 1513
Abstract
This paper presents the design, development, and experimental validation of a low-cost, modular, and scalable Advanced Driver Assistance System (ADAS) platform intended for research and educational purposes. The system integrates embedded computer vision and electronic control using an FPGA for accelerated real-time image [...] Read more.
This paper presents the design, development, and experimental validation of a low-cost, modular, and scalable Advanced Driver Assistance System (ADAS) platform intended for research and educational purposes. The system integrates embedded computer vision and electronic control using an FPGA for accelerated real-time image processing and an STM32 microcontroller for sensor data acquisition and actuator management. The YOLOv3-Tiny model is implemented to enable efficient pedestrian and vehicle detection under hardware constraints, while additional vision algorithms are used for lane line detection, ensuring a favorable trade-off between accuracy and processing speed. The platform is deployed on a 1:5 scale gasoline-powered vehicle, offering a safe and cost-effective testbed for validating ADAS functionalities, such as lane tracking, pedestrian and vehicle identification, and semi-autonomous navigation. The methodology includes the integration of a CMOS camera, an FPGA development board, and various sensors (LiDAR, ultrasonic, and Hall-effect), along with synchronized communication protocols to ensure real-time data exchange between vision and control modules. A wireless graphical user interface (GUI) enables remote monitoring and teleoperation. Experimental results show competitive detection accuracy—exceeding 94% in structured environments—and processing latencies below 70 ms per frame, demonstrating the platform’s effectiveness for rapid prototyping and applied training. Its modularity and affordability position it as a powerful tool for advancing ADAS research and education, with high potential for future expansion to full-scale autonomous vehicle applications. Full article
(This article belongs to the Special Issue Design and Control of Autonomous Driving Systems)
Show Figures

Figure 1

36 pages, 13404 KB  
Article
A Multi-Task Deep Learning Framework for Road Quality Analysis with Scene Mapping via Sim-to-Real Adaptation
by Rahul Soans, Ryuichi Masuda and Yohei Fukumizu
Appl. Sci. 2025, 15(16), 8849; https://doi.org/10.3390/app15168849 - 11 Aug 2025
Viewed by 890
Abstract
Robust perception of road surface conditions is a critical challenge for the safe deployment of autonomous vehicles and the efficient management of transportation infrastructure. This paper introduces a synthetic data-driven deep learning framework designed to address this challenge. We present a large-scale, procedurally [...] Read more.
Robust perception of road surface conditions is a critical challenge for the safe deployment of autonomous vehicles and the efficient management of transportation infrastructure. This paper introduces a synthetic data-driven deep learning framework designed to address this challenge. We present a large-scale, procedurally generated 3D synthetic dataset created in Blender, featuring a diverse range of road defects—including cracks, potholes, and puddles—alongside crucial road features like manhole covers and patches. Crucially, our dataset provides dense, pixel-perfect annotations for segmentation masks, depth maps, and camera parameters (intrinsic and extrinsic). Our proposed model leverages these rich annotations in a multi-task learning framework that jointly performs road defect segmentation and depth estimation, enabling a comprehensive geometric and semantic understanding of the road environment. A core contribution is a two-stage domain adaptation strategy to bridge the synthetic-to-real gap. First, we employ a modified CycleGAN with a segmentation-aware loss to translate synthetic images into a realistic domain while preserving defect fidelity. Second, during model training, we utilize a dual-discriminator adversarial approach, applying alignment at both the feature and output levels to minimize domain shift. Benchmarking experiments validate our approach, demonstrating high accuracy and computational efficiency. Our model excels in detecting subtle or occluded defects, attributed to an occlusion-aware loss formulation. The proposed system shows significant promise for real-time deployment in autonomous navigation, automated infrastructure assessment and Advanced Driver-Assistance Systems (ADAS). Full article
Show Figures

Figure 1

23 pages, 5983 KB  
Article
Fuzzy Logic Control for Adaptive Braking Systems in Proximity Sensor Applications
by Adnan Shaout and Luis Castaneda-Trejo
Electronics 2025, 14(14), 2858; https://doi.org/10.3390/electronics14142858 - 17 Jul 2025
Cited by 1 | Viewed by 936
Abstract
This paper details the design and implementation of a fuzzy logic control system for an advanced driver-assistance system (ADAS) that adjusts brake force based on proximity sensing, vehicle speed, and road conditions. By employing a cost-effective ultrasonic sensor (HC-SR04) and an STM32 microcontroller, [...] Read more.
This paper details the design and implementation of a fuzzy logic control system for an advanced driver-assistance system (ADAS) that adjusts brake force based on proximity sensing, vehicle speed, and road conditions. By employing a cost-effective ultrasonic sensor (HC-SR04) and an STM32 microcontroller, the system facilitates real-time adjustments to braking force, enhancing both vehicle safety and driver comfort. The fuzzy logic controller processes three inputs to deliver a smooth and adaptive brake response, thus addressing the shortcomings of traditional binary systems that can lead to abrupt and unsafe braking actions. The effectiveness of the system is validated through several test cases, demonstrating improved responsiveness and safety across various driving scenarios. This paper presents a cost-effective model for a straightforward braking system using fuzzy logic, laying the groundwork for the development of more advanced systems in emerging technologies. Full article
Show Figures

Figure 1

19 pages, 1145 KB  
Article
Speed Prediction Models for Tangent Segments Between Horizontal Curves Using Floating Car Data
by Giulia Del Serrone and Giuseppe Cantisani
Vehicles 2025, 7(3), 68; https://doi.org/10.3390/vehicles7030068 - 5 Jul 2025
Cited by 1 | Viewed by 949
Abstract
The integration of connected autonomous vehicles (CAVs), advanced driver assistance systems (ADAS), and conventional vehicles necessitates the development of robust methodologies to enhance traffic efficiency and ensure safety across heterogeneous traffic streams. A comprehensive understanding of vehicle interactions and operating speed variability is [...] Read more.
The integration of connected autonomous vehicles (CAVs), advanced driver assistance systems (ADAS), and conventional vehicles necessitates the development of robust methodologies to enhance traffic efficiency and ensure safety across heterogeneous traffic streams. A comprehensive understanding of vehicle interactions and operating speed variability is essential to support informed decision-making in traffic management and infrastructure design. This study presents operating speed models aimed at estimating the 85th percentile speed (V85) on straight road segments, utilizing floating car data (FCD) for both calibration and validation purposes. The dataset encompasses approximately 2000 km of the Italian road network, characterized by diverse geometric features. Speed observations were analyzed under three traffic conditions: general traffic, free-flow, and free-flow with dry pavement. Results indicate that free-flow conditions improve the model’s explanatory power, while dry pavement conditions introduce greater speed variability. Initial models based exclusively on geometric parameters exhibited limited predictive accuracy. However, the inclusion of posted speed limits significantly enhanced model performance. The most influential predictors identified were the V85 on the preceding curve and the length of the straight segment. These findings provide empirical evidence to inform road safety evaluations and geometric design practices, offering insights into driver behavior in mixed-traffic environments. The proposed model supports the development of data-driven strategies for the seamless integration of automated and non-automated vehicles. Full article
Show Figures

Figure 1

28 pages, 898 KB  
Article
ADAS Technologies and User Trust: An Area-Based Study with a Sociodemographic Focus
by Salvatore Leonardi and Natalia Distefano
Vehicles 2025, 7(3), 67; https://doi.org/10.3390/vehicles7030067 - 4 Jul 2025
Viewed by 1003
Abstract
This study investigates the knowledge, perception and trust in Advanced Driver Assistance Systems (ADAS) among drivers in Eastern Sicily, a Mediterranean region characterized by infrastructural and socio-economic differences. A structured survey (N = 961) was conducted to assess user attitudes towards eight key [...] Read more.
This study investigates the knowledge, perception and trust in Advanced Driver Assistance Systems (ADAS) among drivers in Eastern Sicily, a Mediterranean region characterized by infrastructural and socio-economic differences. A structured survey (N = 961) was conducted to assess user attitudes towards eight key ADAS technologies using two validated indices: the Knowledge Index (KI) and the Importance Index (II). To capture user consistency, a normalized product (z(KI) × z(II)) was calculated for each technology. This composite metric enabled the identification of three latent dimensions through exploratory factor analysis: Emergency-Triggered Systems, Adaptive and Reactive Systems and Driver Vigilance and Stability Systems. The results show a clear discrepancy between perceived importance (56.6%) and actual knowledge (35.1%). Multivariate analyses show that direct experience with ADAS-equipped vehicles significantly increases both awareness and confidence. Age is inversely correlated with knowledge, while gender has only a marginal influence. The results are consistent with established acceptance models such as TAM and UTAUT, which emphasize the role of perceived usefulness and trust. The study presents an innovative integration of psychometric metrics and behavioral theory that provides a robust and scalable framework for assessing user readiness in evolving mobility contexts, particularly in regions facing infrastructural heterogeneity and cultural changes in travel behavior. Full article
Show Figures

Figure 1

Back to TopTop