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

Research on Garbage Recognition of Road Cleaning Vehicle Based on Improved YOLOv5 Algorithm

2024-04-09
2024-01-2003
As a key tool to maintain urban cleanliness and improve the road environment, road cleaning vehicles play an important role in improving the quality of life of residents. However, the traditional road cleaning vehicle requires the driver to monitor the situation of road garbage at all times and manually operate the cleaning process, resulting in an increase in the driver 's work intensity. To solve this problem, this paper proposes a road garbage recognition algorithm based on improved YOLOv5, which aims to reduce labor consumption and improve the efficiency of road cleaning. Firstly, the lightweight network MobileNet-V3 is used to replace the backbone feature extraction network of the YOLOv5 model. The number of parameters and computational complexity of the model are greatly reduced by replacing the standard convolution with the deep separable convolution, which enabled the model to have faster reasoning speed while maintaining higher accuracy.
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

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

Thermal Management Design and Simulation of Symmetric Air-Cooled System for Lithium Battery

2023-04-11
2023-01-0517
Good heat dissipation of Lithium battery can prevent the battery from shortening its life due to rapid aging or thermal runaway. In this paper, an air-cooled structure of 5 series and 3 parallel battery packs is designed, which combines the advantages of series and parallel air ducts and optimizes the heat dissipation effect and the space ratio of air ducts. First, the heat generation model of NCR18650PF lithium battery is established, and the heat generation rate and time under different discharge rates are calculated. Combined with the working conditions of the battery itself, the necessity of battery pack heat dissipation was found.
Technical Paper

Path Planning and Tracking Control of Car-like Robot Based on Improved NSGA-III and Fuzzy Sliding Mode Control

2023-04-11
2023-01-0681
In recent years, research on car-like robots has received more attention due to the rapid development of artificial intelligence from diverse disciplines. As essential parts, path planning and lateral path tracking control are the basis for car-like robots to complete automation tasks. Based on the two-degree-of-freedom vehicle dynamic model, this study profoundly analyzes the car-like robots’ path planning and lateral path tracking control. Three objectives: path length, path smoothness, and path safety, are defined and used to construct a multi-objective path planning model. By introducing an adaptive factor, redefining the selection of reference points, and using the cubic spline interpolation for path determination, an improved NGSA-III is proposed, which is mostly adapted in solving the multi-objective path planning problem.
Technical Paper

MPC Based Car-Following Control for Electric Vehicles Considering Comfort

2023-04-11
2023-01-0683
This paper proposed a model predictive control(MPC) based car-following control strategy for electric vehicles considering comfort, in order to improve the comfort of the car-following control system of electric vehicles. The MPC algorithm is improved in the following three aspects to improve the comfort: Firstly, a five-state longitudinal car-following model is adopted, so that the MPC algorithm can optimize the acceleration and acceleration change rate of the ego vehicle. Secondly, for the weight coefficients of the output vector and the input vector of the objective function, the fixed weight coefficients are changed into variable weight coefficients by the way of Nash equilibrium game, so that the control system can improve the weight of the parameters used to control the comfort under suitable driving conditions.
Technical Paper

Research on Cooperative Adaptive Cruise Control (CACC) Based on Fuzzy PID Algorithm

2023-04-11
2023-01-0682
For cooperative adaptive cruise control (CACC) system, a robust following control algorithm based on fuzzy PID principle is adopted in this paper. Firstly, a nonlinear vehicle dynamics model considering the lag of driving force and acceleration constraints was established. Then, with the vehicle’s control hierarchic, the upper controller takes the relative speed between vehicles and the spacing error as inputs to output the following vehicle's target acceleration, while the lower controller takes the target acceleration as inputs and the throttle opening and brake master cylinder pressure as outputs. For the setting of target spacing, this paper additionally considers the relative speed between vehicles and the acceleration of the front vehicle. Through testing, compared with the traditional variable safety distance model, the average distance reduces by 5.43% when leading vehicle is accelerating, while increases by 2.74% in deceleration.
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

Topology Optimization Design on Cooling-Plate for Lithium-ion Battery Based on Electro-Thermal Model

2023-04-11
2023-01-0506
A flow channel design of the battery liquid cooling plate is carried out through the variable density topology optimization method according to the heat dissipation requirements of lithium-ion power batteries under actual working conditions. Firstly, given the non-uniform heat generation of lithium battery cells, the heat generation mechanism is studied so that the battery electro-thermal model is established, then the distribution regularity of heat generation rate in the cell at different discharge rates is obtained. Subsequently, through COMSOL Multiphysics simulation software, the multi-objective topology optimization of the primary configuration radiator is conducted. The weights of the optimization objectives minimum temperature and minimum flow resistance are determined by practical engineering application. Finally, an optimized model with a volume fraction of 50% was obtained.
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

Stackelberg-Game-Based Vehicle Lane-Changing Model Considering Driving Style

2022-12-22
2022-01-7078
At present, most of the game decision lane-changing models only consider the state data of the vehicle at the current moment. However, the driving style has a significant impact on the vehicle trajectories, which should be taken into account in the lane-changing process. Moreover, most of the game models are static and do not take into account the sequence of the vehicle lane-changing. This paper proposed a Stackelberg-game-based vehicle lane-changing model considering driving style. Firstly, the NGSIM public dataset is selected for this research and the data screen flow is processed. The K-means algorithm is applied to exchange data clustering. Based on the analysis of vehicle lane changing features under different driving style, the characteristics of the corresponding data under different style are extracted. The quantic-polynomial programming algorithm is used to generate a vehicle lane changing trajectory under different driving styles.
Technical Paper

Pressure Drop and Heat Transfer Analysis of Power Battery Liquid Cooling System

2022-12-16
2022-01-7122
The battery liquid cooling system can ensure that the battery works within a suitable temperature range, improve the safety performance of the battery system, and ensure the cruising range. This paper introduces a design scheme of a stamped double-parallel liquid cooling plate. Based on the STAR-CCM+ simulation software, a thermal simulation model of the battery management system is established to analyze the thermal behavior of the battery system and to study the effect of the inlet mass flow rate on the temperature of the top surface of the batteries. At the same time, with the analysis of the proportion of pressure drop of each component in the liquid cooling plate, an optimization of inserted part in the liquid cooling plate is proposed. The numerical analysis results are compared with the experimental results of the pressure drop to improve the effectiveness of the optimization scheme.
Technical Paper

Research on Vehicle Speed Estimation Algorithm with Traffic Camera

2022-09-23
2022-01-5074
Dangerous driving behavior will cause serious traffic accidents, which will not only threaten life and property but also cause traffic congestion and reduce road capacity. Speed detection is an important detection method to identify whether a driver is driving dangerously. Traditional speed detection methods need additional sensors, which will increase the cost of speed measurement. This paper proposes a vehicle speed estimation algorithm based on the imaginary projection plane (IPP). The IPP will be established according to the height, field angle, and vertical tilt angle of the camera and will be used to establish the mapping relationship between the world coordinates and image coordinates of the vehicle. By combining YOLOv4 and DeepSORT, the vehicle license plate is detected and tracked, and the center point of the vehicle license plate is taken as the feature point of vehicle speed estimation. The vehicle speed is estimated according to the IPP.
Technical Paper

A Layered Active Balance System for Lithium-ion Power Battery Based on Auxiliary Power

2022-08-30
2022-01-1132
In this paper, a high-efficiency and low-cost lithium-ion battery pack active balance system is designed. It adopts a distributed structure and consists of three parts: auxiliary power module, one-way isolated DC/DC conversion module, and a battery group. The battery single cells in the battery pack are layered and divided into m battery groups in total, and each battery group is composed of n battery single cells. Each battery group is connected to an isolated DC/DC conversion module, and all the conversion modules are connected in parallel with the auxiliary power. Taking the SOC average value of the all-single cells in one battery group as the balancing variable, the auxiliary power is controlled to charge the battery group with the lower SOC average value, so that the difference of the SOC average value of all battery groups is within the set threshold range, so as to realize the active balance of each battery group.
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

Remaining Useful Life Prediction of Lithium-ion Battery Based on Data-Driven and Multi-Model Fusion

2022-03-29
2022-01-0717
With the rapid development of new energy vehicles, the echelon utilization of retired power battery has become an important factor to promote the healthy development of this industry, while the Remaining Useful Life (RUL), as the key reference factor for the echelon utilization of retired power battery, has attracted the attention and research of many scholars in recent years. At present, most prediction methods are based on off-line data, which cannot process real-time data in time, so it is difficult to realize online prediction of RUL. In order to realize the real-time online monitoring and high-precision calculation of lithium-ion battery RUL, this paper proposes a lithium-ion battery RUL prediction method based on data-driven and multi-model fusion. The one-dimensional Convolutional Neural Network (1D_CNN) is used for fast online feature extraction of one-dimensional battery capacity time series data to mine potential hidden information.
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.
Technical Paper

Humanized Steering Wheel Quality Design and Upgrade Model Construction

2022-03-29
2022-01-0340
Automotive interior is a complex system of multi-element integration. The feeling quality and design of automobile interior embody automobile quality. The steering wheel is the main control mechanism of the car. Therefore, the feeling quality and design of the steering wheel are very important. The steering wheel will profoundly impact the user’s psychological experience. The steering wheel sizes of several models are collected in this paper. Then it performs a more thorough analysis of all aspects of the steering wheel. The steering wheel is a multi-element carrier. Combine the ergonomics theory with the steering wheel design procedure. The steering wheel’s feel quality while driving can be improved using this strategy. It can not only suit the human body’s needs when driving but also increase the comfort of the driver. The shape of the steering wheel, the layout design, and the color design of the keys, for example, are all design aspects.
X