Refine Your Search

Topic

Author

Affiliation

Search Results

Technical Paper

Analysis of human driving behavior with focus on vehicle lateral control

2024-07-02
2024-01-2997
The optimization and further development of automated driving functions offers great potential to relieve the driver in various driving situations and increase road safety. Simulative testing in particular is an indispensable tool in this process, allowing conclusions to be drawn about the design of automated driving functions at a very early stage of development. In this context, the use of driving simulators provides support so that the driving functions of tomorrow can be experienced in a very safe and reproducible environment. The focus of the acceptance and optimization of automated driving functions is particularly on vehicle lateral control functions. As part of this paper, a test person study was carried out regarding manual vehicle lateral control on the dynamic vehicle road simulator at the Institute of Automotive Engineering.
Technical Paper

Set-up of an in-car system for investigating driving style on the basis of the 3D-method

2024-07-02
2024-01-3001
Investigating human driver behavior enhances the acceptance of the autonomous driving and increases road safety in heterogeneous environments with human-operated and autonomous vehicles. The previously established driver fingerprint model, focuses on the classification of driving style based on CAN bus signals. However, driving styles are inherently complex and influenced by multiple factors, including changing driving environments and driver states. To comprehensively create a driver profile, an in-car measurement system based on the Driver-Driven vehicle-Driving environment (3D) framework is developed. The measurement system records emotional and physiological signals from the driver, including ECG signal and heart rate. A Raspberry Pi camera is utilized on the dashboard to capture the driver's facial expressions and a trained convolutional neural network (CNN) recognizes emotion. To conduct unobtrusive ECG measurements, an ECG sensor is integrated into the steering wheel.
Technical Paper

A Novel Approach for the Safety Validation of Emergency Intervention Functions using Extreme Value Estimation

2024-07-02
2024-01-2993
As part of the safety validation of advanced driver assistance systems (ADAS) and automated driving (AD) functions, it is necessary to demonstrate that the frequency at which the system exhibits hazardous behavior (HB) in the field is below an acceptable threshold. This is typically tested by observation of the system behavior in a field operational test (FOT). For situations in which the system under test (SUT) actively intervenes in the dynamic driving behavior of the vehicle, it is assessed whether the SUT exhibits HB. Since the accepted threshold values are generally small, the amount of data required for this strategy is usually very large. This publication proposes an approach to reduce the amount of data required for the evaluation of emergency intervention systems with a state machine based intervention logic by including the time periods between intervention events in the validation process.
Technical Paper

Making modal analysis easy and more reliable – Reference points identification by experimental prestudy

2024-06-12
2024-01-2931
Though modal analysis is a common tool to evaluate the dynamic properties of a structure, there are still many individual decisions to be made during the process which are often based on experience and make it difficult for occasional users to gain reliable and correct results. One of those experience-based choices is the correct number and placement of reference points. This decision is especially important, because it must be made right in the beginning of the process and a wrong choice is only noticeable in the very end of the process. Picking the wrong reference points could result in incomplete modal analysis outcomes, as it might make certain modes undetectable, compounded by the user's lack of awareness about these missing modes. In the paper an innovative approach will be presented to choose the minimal number of mandatory reference points and their placement.
Technical Paper

Multi-Scale Modeling of Selective Laser Melting Process

2024-06-01
2024-26-0415
The Selective Laser Melting (SLM) process is employed in high-precision layer-by-layer Additive Manufacturing (AM) on powder bed and aims to fabricate high-quality structural components. To gain a comprehensive understanding of the process and its optimization, both modeling and simulation in conjunction with extensive experimental studies along with laser calibration studies have been attempted. Multiscale and multi-physics-based simulations have the potential to bring out a new level of insight into the complex interaction of laser melting, solidification, and defect formation in the SLM parts. SLM process encompasses various physical phenomena during the formation of metal parts, starting with laser beam incidence and heat generation, heat transfer, melt/fluid flow, phase transition, and microstructure solidification. To effectively model this Multiphysics problem, it is imperative to consider different scales and compatible boundary conditions in the simulations.
Technical Paper

Generating Reduced-Order Image Data and Detecting Defect Map on Structural Components using Ultrasonic Guided Wave Scan

2024-06-01
2024-26-0416
The paper presents a theoretical framework for the detection and first-level preliminary identification of potential defects on aero-structure components while employing ultrasonic guided wave based structural health monitoring strategies, systems and tools. In particular, we focus our study on ground inspection using laser-Doppler scan of surface velocity field, which can also be partly reconstructed or monitored using point sensors and actuators on-board structurally integrated. Using direct wave field data, we first question the detectability of potential defects of unknown location, size, and detailed features. Defects could be manufacturing defects or variations, which may be acceptable from design and qualification standpoint; however, those may cause significant background signal artifacts in differentiating structure progressive damage or sudden failure like impact-induced damage and fracture.
Journal Article

Driving Behavior during Left-Turn Maneuvers at Intersections on Left-Hand Traffic Roads

2024-04-17
2023-22-0007
Understanding left-turn vehicle-pedestrian accident mechanisms is critical for developing accident-prevention systems. This study aims to clarify the features of driver behavior focusing on drivers’ gaze, vehicle speed, and time to collision (TTC) during left turns at intersections on left-hand traffic roads. Herein, experiments with a sedan and light-duty truck (< 7.5 tons GVW) are conducted under four conditions: no pedestrian dummy (No-P), near-side pedestrian dummy (Near-P), far-side pedestrian dummy (Far-P) and near-and-far side pedestrian dummies (NF-P). For NF-P, sedans have a significantly shorter gaze time for left-side mirrors compared with light-duty trucks. The light-duty truck’s average speed at the initial line to the intersection (L1) and pedestrian crossing line (L0) is significantly lower than the sedan’s under No-P, Near-P, and NF-P conditions, without any significant difference between any two conditions.
Technical Paper

AI-based EV Range Prediction with Personalization in the Vast Vehicle Data

2024-04-09
2024-01-2868
It is an important factor in electric vehicles to show customers how much they can drive with the energy of the remaining battery. If the remaining mileage is not accurate, electric vehicle drivers will have no choice but have to feel anxious about the mileage. Additionally, the potential customers have range anxiety when they consider Electric Vehicles. If the remaining mileage to drive is wrong, drivers may not be able to get to the charging station and may not be able to drive because the battery runs out. It is important to show the remaining available driving range exactly for drivers. The previous study proposed an advanced model by predicting the remaining mileage based on actual driving data and based on reflecting the pattern of customers who drive regularly. The Bayesian linear regression model was right model in previous study.
Technical Paper

A data driven approach for real-world vehicle energy consumption prediction

2024-04-09
2024-01-2870
Accurately predicting real-world vehicle energy consumption is essential for optimizing vehicle designs, enhancing energy efficiency, and developing effective energy management strategies. This paper presents a data-driven approach that utilizes machine learning techniques and a comprehensive dataset of vehicle parameters and environmental factors to create precise energy consumption prediction models. The methodology involves recording real-world vehicle data using data loggers to extract information from the CAN bus systems for ICE and hybrid electric, as well as hydrogen and battery fuel cell vehicles. Data cleaning and cycle-based analysis are employed to process the dataset for accurate energy consumption prediction. This includes cycle detection and analysis using methods from statistics and signal processing, and then pattern recognition based on these metrics.
Technical Paper

Implementing Ordinary Differential Equation Solvers in Rust Programming Language for Modeling Vehicle Powertrain Systems

2024-04-09
2024-01-2148
Efficient and accurate ordinary differential equation (ODE) solvers are necessary for powertrain and vehicle dynamics modeling. However, current commercial ODE solvers can be financially prohibitive, leading to a need for accessible, effective, open-source ODE solvers designed for powertrain modeling. Rust is a compiled programming language that has the potential to be used for fast and easy-to-use powertrain models, given its exceptional computational performance, robust package ecosystem, and short time required for modelers to become proficient. However, of the three commonly used (>3,000 downloads) packages in Rust with ODE solver capabilities, only one has more than four numerical methods implemented, and none are designed specifically for modeling physical systems. Therefore, the goal of the Differential Equation System Solver (DESS) was to implement accurate ODE solvers in Rust designed for the component-based problems often seen in powertrain modeling.
Technical Paper

A Systematic Approach for Creation of SOTIF’s Unknown Unsafe Scenarios: An Optimization based Method

2024-04-09
2024-01-1966
Verification and validation (V&V) of autonomous vehicles (AVs) is a challenging task. AVs must be thoroughly tested, to ensure their safe functionality in complex traffic situations including rare but safety-relevant events. Furthermore, AVs must mitigate risks and hazards that result from functional insufficiencies, as described in the Safety of the Intended Functionality (SOTIF) standard. SOTIF analysis includes iterative identification of driving scenarios that are not only unsafe, but also unknown. However, identifying SOTIF’s unknown-unsafe scenarios is an open challenge. In this paper we proposed a systematic optimization-based approach for identification of unknown-unsafe scenarios. The proposed approach consists of three main steps including data collection, feature extraction and optimization towards unknown unsafe scenarios.
Technical Paper

Enhanced Safety of Heavy-Duty Vehicles on Highways through Automatic Speed Enforcement – A Simulation Study

2024-04-09
2024-01-1964
Highway safety remains a significant concern, especially in mixed traffic scenarios involving heavy-duty vehicles (HDV) and smaller passenger cars. The vulnerability of HDVs following closely behind smaller cars is evident in incidents involving the lead vehicle, potentially leading to catastrophic rear-end collisions. This paper explores how automatic speed enforcement systems, using speed cameras, can mitigate risks for HDVs in such critical situations. While historical crash data consistently demonstrates the reduction of accidents near speed cameras, this paper goes beyond the conventional notion of crash occurrence reduction. Instead, it investigates the profound impact of driver behavior changes within desired travel speed distribution, especially around speed cameras, and their contribution to the safety of trailing vehicles, with a specific focus on heavy-duty trucks in accident-prone scenarios.
X