Refine Your Search

Topic

Affiliation

Search Results

Technical Paper

Coordinated Charging and Dispatching for Large-Scale Electric Taxi Fleets Based on Bi-Level Spatiotemporal Optimization

2024-04-09
2024-01-2880
The operation management of electric Taxi fleets requires cooperative optimization of Charging and Dispatching. The challenge is to make real-time decisions about which is the optimal charging station or passenger for each vehicle in the fleet. With the rapid advancement of Vehicle Internet of Things (VIOT) technologies, the aforementioned challenge can be readily addressed by leveraging big data analytics and machine learning algorithms, thereby contributing to smarter transportation systems. This study focuses on optimizing real-time decision-making for charging and dispatching in large-scale electric taxi fleets to improve their long-term benefits. To achieve this goal, a spatiotemporal decision framework using Bi-level optimization is proposed. Initially, a deep reinforcement learning-based model is built to estimate the value of charging and order dispatching under uncertainty.
Technical Paper

Simulative Assessments of Cyclic Queuing and Forwarding with Preemption in In-Vehicle Time-Sensitive Networking

2024-04-09
2024-01-1986
The current automotive industry has a growing demand for real-time transmission to support reliable communication and for key technologies. The Time-Sensitive Networking (TSN) working group introduced standards for reliable communication in time-critical systems, including shaping mechanisms for bounded transmission latency. Among these shaping mechanisms, Cyclic Queuing and Forwarding (CQF) and frame preemption provide deterministic guarantees for frame transmission. However, despite some current studies on the performance analysis of CQF and frame preemption, they also need to consider the potential effects of their combined usage on frame transmission. Furthermore, there is a need for more research that addresses the impact of parameter configuration on frame transmission under different situations and shaping mechanisms, especially in the case of mechanism combination.
Technical Paper

A Target-Speech-Feature-Aware Module for U-Net Based Speech Enhancement

2024-04-09
2024-01-2021
Speech enhancement can extract clean speech from noise interference, enhancing its perceptual quality and intelligibility. This technology has significant applications in in-car intelligent voice interaction. However, the complex noise environment inside the vehicle, especially the human voice interference is very prominent, which brings great challenges to the vehicle speech interaction system. In this paper, we propose a speech enhancement method based on target speech features, which can better extract clean speech and improve the perceptual quality and intelligibility of enhanced speech in the environment of human noise interference. To this end, we propose a design method for the middle layer of the U-Net architecture based on Long Short-Term Memory (LSTM), which can automatically extract the target speech features that are highly distinguishable from the noise signal and human voice interference features in noisy speech, and realize the targeted extraction of clean speech.
Technical Paper

Temperature Accurate Prediction Method of Electric Drive Transmission Considering Spatio-Temporal Correlation Characteristics under High Speed and Heavy Load Working Conditions

2024-04-09
2024-01-2024
Accurate prediction temperature variation of electric drive transmission (EDT) can effectively monitor its abnormal temperature rise that may occur under high speed and heavy load working conditions, so as to ensure the vehicles’ safe operation. In this paper, combined with real temperature and input/output characteristic data collected from EDT test platform under different working conditions, a spatio-temporal relationship dynamic graph convolution neural network based on least square method (OLS-DRGCN) for temperature prediction is proposed. Firstly, OLS is used to estimate the EDT’s internal temperature based on partial sensor information as the input of OLS-DRGCN. Secondly, the spatial dependence relationship of each temperature node is dynamically learned through node embedding and the dynamic thermal network topology of EDT is constructed. Meanwhile, the timing rule of each temperature node is obtained through the gated recurrent unit.
Technical Paper

Multicast Transmission in DDS Based on the Client-Server Discovery Model

2024-04-09
2024-01-2392
The functions of modern intelligent connected vehicles are becoming increasingly complex and diverse, and software plays an important role in these advanced features. In order to decouple the software and the hardware and improve the portability and reusability of code, Service-Oriented Architecture (SOA) has been introduced into the automotive industry. Data Distribution Service (DDS) is a widely used communication middleware which provides APIs for service-oriented Remote Procedure Call (RPC) and Service-Oriented Communications (SOC). By using DDS, application developers can flexibly define the data format according to their needs and transfer them more conveniently by publishing and subscribing to the corresponding topic. However, current open source DDS protocols all use unicast communication during the transmission of user data. When there are multiple data readers subscribing to the same topic, the data writer needs to send a unicast message to each data reader individually.
Technical Paper

Optimization of Cold Start Performance of Diesel Engine Under Low Temperature and High Altitude Environment

2024-04-09
2024-01-2455
The problem of keeping the stable starting performance of diesel engine under high altitude and low temperature conditions has been done a lot of research in the field of diesel engine, but there is a lack of research on extreme conditions such as above 2000 meters above sea level and below 0°C. Aiming at solving the cold start problem of diesel engine in extreme environment, a set of chamber system of cold start environment diesel engine was constructed to simulate environment of 3000m altitude and -20°C. A series of experimental research was conducted on cold start efficiency optimization strategy of a certain type of diesel engine at 3000m altitude and -20°C. In parallel, a diesel engine model was constructed through Chemkin to explore the influence of the three parameters of compression ratio, stroke length, and fuel injection advance angle on the first cold start cycle of diesel engine at 4000m altitude and -20°C.
Technical Paper

Coordinated Longitudinal and Lateral Motions Control of Automated Vehicles Based on Multi-Agent Deep Reinforcement Learning for On-Ramp Merging

2024-04-09
2024-01-2560
The on-ramp merging driving scenario is challenging for achieving the highest-level autonomous driving. Current research using reinforcement learning methods to address the on-ramp merging problem of automated vehicles (AVs) is mainly designed for a single AV, treating other vehicles as part of the environment. This paper proposes a control framework for cooperative on-ramp merging of multiple AVs based on multi-agent deep reinforcement learning (MADRL). This framework facilitates AVs on the ramp and adjacent mainline to learn a coordinate control policy for their longitudinal and lateral motions based on the environment observations. Unlike the hierarchical architecture, this paper integrates decision and control into a unified optimal control problem to solve an on-ramp merging strategy through MADRL.
Technical Paper

Risk field enhanced game theoretic model for interpretable and consistent lane-changing decision makings

2024-04-09
2024-01-2566
This paper presents an integrated modeling approach for real-time discretionary lane-changing decisions by autonomous vehicles, aiming to achieve human-like behavior. The approach incorporates a two-player normal-form game and a novel risk field method. The normal-form game represents the strategic interactions among traffic participants. It captures the trade-offs between lane-changing benefits and risks based on vehicle motion states during a lane change. By continuously determining the Nash equilibrium of the game at each time step, the model decides when it is appropriate to change the lane. A novel risk field method is integrated with the game to model risks in the game pay-offs. The risk field introduces regions along the desired target lane with different time headway ranges and risk weights, capturing traffic participants' complex risk perceptions and considerations in lane-changing scenarios.
Technical Paper

Combining Dynamic Movement Primitives and Artificial Potential Fields for Lane Change Obstacle Avoidance Trajectory Planning of Autonomous Vehicles

2024-04-09
2024-01-2567
Lane change obstacle avoidance is a common driving scenario for autonomous vehicles. However, existing methods for lane change obstacle avoidance in vehicles decouple path and velocity planning, neglecting the coupling relationship between the path and velocity. Additionally, these methods often do not sufficiently consider the lane change behaviors characteristic of human drivers. In response to these challenges, this paper innovatively applies the Dynamic Movement Primitives (DMPs) algorithm to vehicle trajectory planning and proposes a real-time trajectory planning method that integrates DMPs and Artificial Potential Fields (APFs) algorithm (DMP-Fs) for lane change obstacle avoidance, enabling rapid coordinated planning of both path and velocity. The DMPs algorithm is based on the lane change trajectories of human drivers. Therefore, this paper first collected lane change trajectory samples from on-road vehicle experiments.
Technical Paper

The Influence of Hyperparameters of a Neural Network on the Augmented RANS Model Using Field Inversion and Machine Learning

2024-04-09
2024-01-2530
In the field of vehicle aerodynamic simulation, Reynold Averaged Navier-Stokes (RANS) model is widely used due to its high efficiency. However, it has some limitations in capturing complex flow features and simulating large separated flows. In order to improve the computational accuracy within a suitable cost, the Field Inversion and Machine Learning (FIML) method, based on a data-driven approach, has received increasing attention in recent years. In this paper, the optimal coefficients of the Generalized k-ω (GEKO) model are firstly obtained by the discrete adjoint method of FIML, utilizing the results of wind tunnel experiments. Then, the mapping relationship between the flow field characteristics and the optimal coefficients is established by a neural network to augment the turbulence model.
Technical Paper

A Method of Generating a Composite Dataset for Monitoring of Non-Driving Related Tasks

2024-04-09
2024-01-2640
Recently, several datasets have become available for occupant monitoring algorithm development, including real and synthetic datasets. However, real data acquisition is expensive and labeling is complex, while virtual data may not accurately reflect actual human physiology. To address these issues and obtain high-fidelity data for training intelligent driving monitoring systems, we have constructed a hybrid dataset that combines real driving image data with corresponding virtual data generated from 3D driving scenarios. We have also taken into account individual anthropometric measures and driving postures. Our approach not only greatly enriches the dataset by using virtual data to augment the sample size, but it also saves the need for extensive annotation efforts. Besides, we can enhance the authenticity of the virtual data by applying ergonomics techniques based on RAMSIS, which is crucial in dataset construction.
Technical Paper

Vulnerability analysis of DoIP implementation based on model learning

2024-04-09
2024-01-2807
The software installed in Electronic Control Units (ECUs) has witnessed a significant scale expansion as the functionality of Intelligent Connected Vehicles (ICVs) has become more sophisticated. To seek convenient long-term functional maintenance, stakeholders want to access ECUs data or update software from anywhere via diagnostic. Accordingly, as one of the external interfaces, Diagnostics over Internet Protocol (DoIP) is inevitably prone to malicious attacks. It is essential to note that cybersecurity threats not only arise from inherent protocol defects but also consider software implementation vulnerabilities. When implementing a specification, developers have considerable freedom to decide how to proceed. Differences between protocol specifications and implementations are often unavoidable, which can result in security vulnerabilities and potential attacks exploiting them.
Technical Paper

Lane Changing Comfort Trajectory Planning of Intelligent Vehicle Based on Particle Swarm Optimization Improved Bezier Curve

2023-12-31
2023-01-7103
This paper focuses on lane-changing trajectory planning and trajectory tracking control in autonomous vehicle technology. Aiming at the lane-changing behavior of autonomous vehicles, this paper proposes a new lane-changing trajectory planning method based on particle swarm optimization (PSO) improved third-order Bezier curve path planning and polynomial curve speed planning. The position of Bezier curve control points is optimized by the particle swarm optimization algorithm, and the lane-changing trajectory is optimized to improve the comfort of lane changing process. Under the constraints of no-collision and vehicle dynamics, the proposed method can ensure that the optimal lane-changing trajectory can be found in different lane-changing scenarios. To verify the feasibility of the above planning algorithm, this paper designs the lateral and longitudinal controllers for trajectory tracking control based on the vehicle dynamic tracking error model.
Technical Paper

Critical Scenarios Based on Graded Hazard Disposal Model of Human Drivers

2023-12-20
2023-01-7054
In order to improve the efficiency of safety performance test for intelligent vehicles and construct the test case set quickly, critical scenarios based on graded hazard disposal model of human drivers are proposed, which can be used for extraction of test cases for safety performance. Based on the natural driving data in China Field Operational Test (China-FOT), the four-stage collision avoidance process of human drivers is obtained, including steady driving stage, risk judgment stage, collision reaction stage and collision avoidance stage. And there are two human driver states: general state and alert state. Then the graded hazard disposal model of human drivers is constructed.
Technical Paper

Cooperative Lane Change Control Based on Null-Space-Behavior for a Dual-Column Intelligent Vehicle Platoon

2023-12-20
2023-01-7064
With the extension of intelligent vehicles from individual intelligence to group intelligence, intelligent vehicle platoons on intercity highways are important for saving transportation costs, improving transportation efficiency and road utilization, ensuring traffic safety, and utilizing local traffic intelligence [1]. However, there are several problems associated with vehicle platoons including complicated vehicle driving conditions in or between platoon columns, a high degree of mutual influence, dynamic optimization of the platoon, and difficulty in the cooperative control of lane change. Aiming at the dual-column intelligent vehicle platoon control (where “dual-column” refers to the vehicle platoon driving mode formed by multiple vehicles traveling in parallel on two adjacent lanes), a multi-agent model as well as a cooperative control method for lane change based on null space behavior (NSB) for unmanned platoon vehicles are established in this paper.
Technical Paper

Electro-Hydraulic Composite Braking Control Optimization for Front-Wheel-Driven Electric Vehicles Equipped with Integrated Electro-Hydraulic Braking System

2023-11-05
2023-01-1864
With the development of brake-by-wire technology, electro-hydraulic composite braking technology came into being. This technology distributes the total braking force demand into motor regenerative braking force and hydraulic braking force, and can achieve a high energy recovery rate. The existing composite braking control belongs to single-channel control, i.e., the four wheel braking pressures are always the same, so the hydraulic braking force distribution relationship of the front and rear wheels does not change. For single-axle-driven electric vehicles, the additional regenerative braking force on the driven wheels will destroy the original braking force distribution relationship, resulting in reduced braking efficiency of the driven wheels, which are much easier to lock under poor road adhesion conditions.
Technical Paper

Simulation Study of the Effect of Nozzle Position and Hydrogen Injection Strategy on Hydrogen Engine Combustion Characteristic

2023-10-30
2023-01-7018
Hydrogen energy is a kind of secondary energy with an abundant source, wide application, green, and is low-carbon, which is important for building a clean, low-carbon, safe, and efficient energy system and achieving the goal of carbon peaking and being carbon neutral. In this paper, the effect of nozzle position, hydrogen injection timing, and ignition timing on the in-cylinder combustion characteristics is investigated separately with the 13E hydrogen engine as the simulation object. The test results show that when the nozzle position is set in the middle of the intake and exhaust tracts (L2 and L3), the peak in-cylinder pressure is slightly higher than that of L1, but when the nozzle position is L2, the cylinder pressure curve is the smoothest, the peak exothermic rate is the lowest, and the peak cylinder temperature is the lowest.
Technical Paper

Research on Cold Start Strategy of Vehicle Multi-Stack Fuel Cell System

2023-10-30
2023-01-7036
To study the cold start of muti-stack fuel cell system (MFCS), a novel thermal management subsystem structure and corresponding cold start strategies are proposed. Firstly, leveraging the distinctive configuration of the MFCS that can be sequentially initiated, we augmented the existing thermal management subsystem with the incorporation of two additional collection valves and two bypass diverter valves, which affords an increased degree of flexibility in the formulation of cold-start strategies. Secondly, we innovatively propose a hierarchical auxiliary heating cold start strategy and an average auxiliary heating cold start tailored for MFCS consisting of power levels of 20 kW, 70 kW, and 120 kW. Furthermore, we have developed a controller to address temperature control challenges during the start-up process.
Technical Paper

Transient Temperature Field Prediction of PMSM Based on Electromagnetic-Heat-Flow Multi-Physics Coupling and Data-Driven Fusion Modeling

2023-10-30
2023-01-7031
With the increase of motor speed and the deterioration of operating environment, it is more difficult to predict the transient temperature field (TTF). Meanwhile, it is difficult to obtain the temperature test dataset of key nodes under various complete road conditions, so the cost of bench test or real vehicle test is high. Therefore, it is of great significance to establish a high fidelity, lightweight temperature prediction model which can be applied to real vehicle thermal management for ensuring the safe and stable operation of motor. In this paper, a physical model simulating electromagnetic-heat-flow multi-physical coupling of permanent magnet synchronous motor (PMSM) in electric drive gearbox (EDG) is established, and the correctness of the model is verified by the actual EDG bench test.
X