Refine Your Search

Topic

Search Results

Technical Paper

Federated Learning Enable Training of Perception Model for Autonomous Driving

2024-04-09
2024-01-2873
For intelligent vehicles, a robust perception system relies on training datasets with a large variety of scenes. The architecture of federated learning allows for efficient collaborative model iteration while ensuring privacy and security by leveraging data from multiple parties. However, the local data from different participants is often not independent and identically distributed, significantly affecting the training effectiveness of autonomous driving perception models in the context of federated learning. Unlike the well-studied issues of label distribution discrepancies in previous work, we focus on the challenges posed by scene heterogeneity in the context of federated learning for intelligent vehicles and the inadequacy of a single scene for training multi-task perception models. In this paper, we propose a federated learning-based perception model training system.
Technical Paper

Fuzzy Control of Regenerative Braking on Pure Electric Garbage Truck Based on Particle Swarm Optimization

2024-04-09
2024-01-2145
To improve the braking energy recovery rate of pure electric garbage removal vehicles and ensure the braking effect of garbage removal vehicles, a strategy using particle swarm algorithm to optimize the regenerative braking fuzzy control of garbage removal vehicles is proposed. A multi-section front and rear wheel braking force distribution curve is designed considering the braking effect and braking energy recovery. A hierarchical regenerative braking fuzzy control strategy is established based on the braking force and braking intensity required by the vehicle. The first layer is based on the braking force required by the vehicle, based on the front and rear axle braking force distribution plan, and uses fuzzy controllers.
Technical Paper

Vehicle Trajectory Planning and Control Based on Bi-Level Model Predictive Control Algorithm

2024-04-09
2024-01-2561
Autonomous driving technology represents a significant direction for future transportation, encompassing four key aspects: perception, planning, decision-making, and control. Among these aspects, vehicle trajectory planning and control are crucial for achieving safe and efficient autonomous driving. This paper introduces a Combined Model Predictive Control algorithm aimed at ensuring collision-free and comfortable driving while adhering to appropriate lane trajectories. Due to the algorithm is divided into two layers, it is also called the Bi-Level Model Predictive Control algorithm (BLMPC). The BLMPC algorithm comprises two layers. The upper-level trajectory planner, to reduce planning time, employs a point mass model that neglects the vehicle's physical dimensions as the planning model. Additionally, obstacle avoidance cost functions are integrated into the planning process.
Technical Paper

Research on Trajectory Tracking of Autonomous Vehicle Based on Lateral and Longitudinal Cooperative Control

2024-03-29
2024-01-5039
Autonomous vehicles require the collaborative operation of multiple modules during their journey, and enhancing tracking performance is a key focus in the field of planning and control. To address this challenge, we propose a cooperative control strategy, which is designed based on the integration of model predictive control (MPC) and a dual proportional–integral–derivative approach, referred to as collaborative control of MPC and double PID (CMDP for short in this article).The CMDP controller accomplishes the execution of actions based on information from perception and planning modules. For lateral control, the MPC algorithm is employed, transforming the MPC’s optimal problem into a standard quadratic programming problem. Simultaneously, a fuzzy control is designed to achieve adaptive changes in the constraint values for steering angles.
Technical Paper

TD3 Tuned PID Controller for Autonomous Vehicle Platooning

2023-12-31
2023-01-7108
The main objective of platoon control is coordinated motion of autonomous vehicle platooning with small intervehicle spacing while maintaining the same speed and acceleration as the leading vehicle, which can save energy consumption and improve traffic throughput. The conventional platoon control methods are confronted with the problem of manual parameter tuning. In order to addres this isue, a novel bifold platoon control approach leveraging a deep reinforcement learning-based model is proposed, which enables the platoon adapt to the complex traffic environment, and guarantees the safety of platoon. The upper layer controller based on the TD3 tuned PID algorithm outputs the desired acceleration. This integration mitigates the inconvenience of frequent manual parameter tuning asociated with the conventional PID algorithm. The lower layer controller tracks the desired acceleration based on the inverse vehicle dynamics model and feedback control.
Technical Paper

Vehicle Trajectory Prediction in Highway Merging Area Using Interactive Graph Attention Mechanism

2023-12-31
2023-01-7110
Accurately predicting the future trajectories of surrounding traffic agents is important for ensuring the safety of autonomous vehicles. To address the scenario of frequent interactions among traffic agents in the highway merging area, this paper proposes a trajectory prediction method based on interactive graph attention mechanism. Our approach integrates an interactive graph model to capture the complex interactions among traffic agents as well as the interactions between these agents and the contextual map of the highway merging area. By leveraging this interactive graph model, we establish an agent-agent interactive graph and an agent-map interactive graph. Moreover, we employ Graph Attention Network (GAT) to extract spatial interactions among trajectories, enhancing our predictions. To capture temporal dependencies within trajectories, we employ a Transformer-based multi-head self-attention mechanism.
Technical Paper

Game Theory-Based Lane Change Decision-Making Considering Vehicle’s Social Value Orientation

2023-12-31
2023-01-7109
Decision-making of lane-change for autonomous vehicles faces challenges due to the behavioral differences among human drivers in dynamic traffic environments. To enhance the performances of autonomous vehicles, this paper proposes a game theoretic decision-making method that considers the diverse Social Value Orientations (SVO) of drivers. To begin with, trajectory features are extracted from the NGSIM dataset, followed by the application of Inverse Reinforcement Learning (IRL) to determine the reward preferences exhibited by drivers with distinct Social Value Orientation (SVO) during their decision-making process. Subsequently, a reward function is formulated, considering the factors of safety, efficiency, and comfort. To tackle the challenges associated with interaction, a Stackelberg game model is employed.
Technical Paper

A Sparse Spatiotemporal Transformer for Detecting Driver Distracted Behaviors

2023-04-11
2023-01-0835
At present, the development of autonomous driving technology is still immature, and there is still a long way until fully driverless vehicles. Therefore, the state of the driver is still an important factor affecting traffic safety, and it is of great significance to detect the driver’s distracted behavior. In the task of driver distracted behavior detection, some characteristics of driver behavior in the cockpit can be further utilized to improve the detection performance. Compared with general human behaviors, driving behaviors are confined to enclosed space and are far less diverse. With this in mind, we propose a sparse spatiotemporal transformer which extracts local spatiotemporal features by segmenting the video at the low level of the model, and filters out local key spatiotemporal information associated with larger attention values based on the attention map in the middle layer, so as to enhance the high-level global semantic features.
Technical Paper

A Semantic Segmentation Algorithm for Intelligent Sweeper Vehicle Garbage Recognition Based on Improved U-net

2023-04-11
2023-01-0745
Intelligent sweeper vehicle is gradually applied to human life, in which the accuracy of garbage identification and classification can improve cleaning efficiency and save labor cost. Although Deep Learning has made significant progress in computer vision and the application of semantic network segmentation can improve waste identification rate and classification accuracy. Due to the loss of some spatial information during the convolution process, coupled with the lack of specific datasets for garbage identification, the training of the network and the improvement of recognition and classification accuracy are affected. Based on the Unet algorithm, in this paper we adjust the number of input and output channels in the convolutional layer to improve the speed during the feature extraction part. In addition, manually generated datasets are used to greatly improve the robustness of the model.
Technical Paper

Intention-Aware Dual Attention Based Network for Vehicle Trajectory Prediction

2022-12-22
2022-01-7098
Accurate surrounding vehicle motion prediction is critical for enabling safe, high quality autonomous driving decision-making and motion planning. Aiming at the problem that the current deep learning-based trajectory prediction methods are not accurate and effective for extracting the interaction between vehicles and the road environment information, we design a target vehicle intention-aware dual attention network (IDAN), which establishes a multi-task learning framework combining intention network and trajectory prediction network, imposing dual constraints. The intention network generates an intention encoding representing the driver’s intention information. It inputs it into the attention module of the trajectory prediction network to assist the trajectory prediction network to achieve better prediction accuracy.
Technical Paper

LSTM-Based Trajectory Tracking Control for Autonomous Vehicles

2022-12-22
2022-01-7079
With the improvement of sensor accuracy, sensor data plays an increasingly important role in intelligent vehicle motion control. Good use of sensor data can improve the control of vehicles. However, data-based end-to-end control has the disadvantages of poorly interpreted control models and high time costs; model-based control methods often have difficulties designing high-fidelity vehicle controllers because of model errors and uncertainties in building vehicle dynamics models. In the face of high-speed steering conditions, vehicle control is difficult to ensure stability and safety. Therefore, this paper proposes a hybrid model and data-driven control method. Based on the vehicle state data and road information data provided by vehicle sensors, the method constructs a deep neural network based on LSTM and Attention, which is used as a compensator to solve the performance degradation of the LQR controller due to modeling errors.
Technical Paper

Research on the Dual-Motor Coupling Power System Strategy of Electric Sweeping Vehicle

2022-03-29
2022-01-0673
The sweeping vehicle has made a great contribution to the cleaning of urban roads. The traditional electric sweeping vehicle uses the main and auxiliary motors to drive the driving system and the operating system respectively. However, because the sweeper is in a low-speed working condition for a long time, and the drive motor must meet the demand for high power, there exist problems of low motor utilization and high cost. Aiming at this phenomenon, a dual-motor power coupling system based on planetary gears is proposed. First, analyze the driving mode of the dual-motor coupling power system according to the actual working scheme of the sweeper, and match the parameters of the motor based on this. Second, on the premise of meeting the power requirements, analyze and divide the working range of each drive mode based on the principle of minimum energy consumption, and then obtain the best drive mode switching control and speed and torque distribution strategy.
Technical Paper

Measurement and Evaluation of the Conversion of Thermal Energy Generated on the Contact Surface of the Brake Disc into Electrical Energy Using a Thermoelectric Generator

2022-03-29
2022-01-0188
Heat generated by friction between the brake discs and the brake pad causes the disc temperature to rise, which affects the braking performance. This flux generated from the contact surface of the vehicle brake disc not only affects the braking performance but also tends to be wasted and pollutes the environment. However, an accurate system is needed to make efficient use of this generated heat flux, which is usually wasted. Thermoelectric generators (TEGs) are solid-state gadgets utilized in the conversion of heat to electricity. Hence, the aim of this study is to convert the heat flux generated at the disc contact surface into electrical energy by employing a thermoelectric generator. In Addition, the energy harvested energy to power the battery, which in turn charges the temperature monitoring systems. Thermoelectric generators were positioned at different geometrical points of the brake discs to achieve optimal efficiency and energy storage possibilities.
Journal Article

Road Adhesion Coefficient Identification Method Based on Vehicle Dynamics Model and Multi-Algorithm Fusion

2022-03-29
2022-01-0908
As an important input parameter of intelligent vehicle active safety technology, road adhesion coefficient is of great significance in autonomous collision avoidance, emergency braking and collision avoidance, and variable adhesion road motion control. Traditional recognition methods based on vehicle dynamics require large data volume and low solution accuracy. This paper proposes an adhesion coefficient recognition method based on Elman neural network and Kalman filter. By establishing a seven-degree-of-freedom vehicle dynamics model, dynamic parameters such as yaw angular velocity, longitudinal velocity, lateral velocity, and angular velocity of each wheel, which are easy to measure and strongly related to the road adhesion coefficient, are analyzed as the input of the neural network model.
Technical Paper

Analysis of Alcohol-Impaired Driving on Vehicle Dynamic Control of Steering, Braking and Acceleration Behaviors in Female Drivers

2021-04-06
2021-01-0859
Road traffic accidents resulting from alcohol-impaired driving are increasing globally despite several measures, currently in place, to curb the trend. For this reason, recent research aims at integrating alcohol early-detection systems and driving simulator experiments to identify intoxicated drivers. However, driving simulator experiments on drunk driving have focused mostly on male participants than female drivers whose characteristics have scarcely been explored. Hence in this paper, vehicle dynamic control inputs on steering, braking, and acceleration performance of 75 licensed female drivers with an upshot of alcohol at four different blood alcohol concentration (BAC) levels (0%, 0.03%, 0.05%, and 0.08%) were investigated. The participants completed simulated driving in a fixed-based simulator experiment coupled with real-time ecological scenarios to extract discrete responses.
Technical Paper

Research on Vehicle Lane Change Based on Vehicle Speed Planning

2021-04-06
2021-01-0162
Lane changing manoeuvers is an essential rudiment in vehicle driving and has a significant impact on the characteristics of traffic flow. In the case of traditional cars, the driver operates the vehicle to complete the lane change whilst for autonomous vehicles, completing the lane change requires planning the lane change trajectory and controlling the vehicle speed during the lane change. Unreasonable lane change trajectory and vehicle speed may cause the vehicle to lose stability, threaten driving safety, increase energy consumption and waste energy. This paper considers the safety and economy of the lane changing process, and proposes a new lane changing method for vehicles.
Technical Paper

Experimental Study on Drivability of Passenger Car with DCT Based on the Data-Driven Objective Evaluation Model

2021-04-06
2021-01-0691
In order to improve the drivability of passenger cars with dual clutch transmission (DCT) and reveal the criteria for objective evaluation criteria and characteristic index and feature index division of vehicles under specific working conditions, a drivability evaluation system that integrates data-driven and the consistency between subjective and objective is proposed. At first, combined with the control principle and dynamics theory of specific working conditions, a quantitative index system of vehicle drivability is constructed, including three modules: data source, evaluation working conditions and objective indicators. Then, a novel intelligent drivability objective evaluation tools (I-DOET) is designed, including data acquisition, de-noising, working condition recognition, feature extraction and automatic scoring.
Technical Paper

Evaluation Index System and Empire Analysis of Drivability for Passenger Car Powertrain

2021-04-06
2021-01-0710
In order to improve the driving experience of drivers and the efficiency of vehicle development, a method of objective drivability for passenger car powertrain is proposed, which is based on prior knowledge, principal component analysis (PCA) and SMART principle. First, drivability parameters of powertrain for passenger cars are determined according to working principle of powertrain, including engine torque, engine speed, gearbox position, accelerate pedal, brake pedal, steering wheel angle, longitudinal acceleration and lateral acceleration, etc. The drivability quantitative index system is designed based on field test data, prior knowledge and SMART principles. Then, D-S evidence theory and sliding window method are applied to identify objective drivability evaluation conditions of powertrain for passenger cars, including static gearshift conditions, starting conditions, creep conditions, tip-in, tip out, upshift conditions, acceleration, downshift conditions and de-acceleration.
Technical Paper

Decision Making and Trajectory Planning of Intelligent Vehicle’ s Lane-Changing Behavior on Highways under Multi-Objective Constrains

2020-04-14
2020-01-0124
Discretionary lane changing is commonly seen in highway driving. Intelligent vehicles are expected to change lanes discretionarily for better driving experience and higher traffic efficiency. This study proposed to optimize the decision-making and trajectory-planning process so that intelligent vehicles made lane changes not only with driving safety taken into account, but also with the goal to improve driving comfort as well as to meet the driver’ s expectation. The mechanism of how various factors contribute to the driver’s intention to change lanes was studied by carrying out a series of driving simulation experiments, and a Lane-Changing Intention Generation (LCIG) model based on Bi-directional Long Short-Term Memory (Bi-LSTM) was proposed.
Technical Paper

Research on Objective Drivability Evaluation with Multi-Source Information Fusion for Passenger Car

2020-04-14
2020-01-1044
The drivability plays an important role for marketability and competitiveness of passenger car in meeting some customer requirements, which directly affects the driving experience and the desire of purchasing. In this paper, a framework of objective drivability evaluation with multi-source information fusion for passenger car is proposed. At first, according to vehicle powertrain system and optimization theory, certain vehicle performances, which are closely related to objective drivability are analyzed, including vehicle longitudinal acceleration, vehicle speed, engine torque, engine speed, gear position, accelerator pedal, brake signal and voltage signal. Then, combined with the evaluation criterion of signal-to-noise ratio (SNR), mean error (ME), root mean squared error (RMSE) and signal smoothness (SS), a de-noising method is developed for the drivability evaluation information.
X