Refine Your Search

Topic

Search Results

Technical Paper

Research on Vehicle Type Recognition Based on Improved YOLOv5 Algorithm

2024-04-09
2024-01-1992
As a key technology of intelligent transportation system, vehicle type recognition plays an important role in ensuring traffic safety,optimizing traffic management and improving traffic efficiency, which provides strong support for the development of modern society and the intelligent construction of traffic system. Aiming at the problems of large number of parameters, low detection efficiency and poor real-time performance in existing vehicle type recognition algorithms, this paper proposes an improved vehicle type recognition algorithm based on YOLOv5. Firstly, the lightweight network model MobileNet-V3 is used to replace the backbone feature extraction network CSPDarknet53 of the YOLOv5 model. The parameter quantity and computational complexity of the model are greatly reduced by replacing the standard convolution with the depthwise separable convolution, and enabled the model to maintain higher accuracy while having faster reasoning speed.
Technical Paper

Digital Twin Based Multi-Vehicle Cooperative Warning System on Mountain Roads

2024-04-09
2024-01-1999
Compared with urban areas, the road surface in mountainous areas generally has a larger slope, larger curvature and narrower width, and the vehicle may roll over and other dangers on such a road. In the case of limited driver information, if the two cars on the mountain road approach fast, it is very likely to occur road blockage or even collision. Multi-vehicle cooperative control technology can integrate the driving data of nearby vehicles, expand the perception range of vehicles, assist driving through multi-objective optimization algorithm, and improve the driving safety and traffic system reliability. Most existing studies on cooperative control of multiple vehicles is mainly focused on urban areas with stable environment, while ignoring complex conditions in mountainous areas and the influence of driver status. In this study, a digital twin based multi-vehicle cooperative warning system was proposed to improve the safety of multiple vehicles on mountain roads.
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

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

Assisted Steering Control for Distributed Drive Electric Vehicles Based on Combination of Driving and Braking

2023-10-30
2023-01-7012
This paper presents a low-speed assisted steering control approach for distributed drive electric vehicles. When the vehicle is driven at low speed, the braking of the inner-rear wheel is combined with differential drive to reduce the turning radius. A hierarchical control structure has been designed to achieve comprehensive control. The upper-level controller tracks the expected yaw rate and vehicle side-slip angle through a Linear Quadratic Regulator (LQR) algorithm. The desired yaw rate and vehicle side-slip angle are obtained according to the reference vehicle model, which can be regulated by the driver through the accelerator pedal. The lower-level controller uses a quadratic programming algorithm to distribute the yaw moment and driving moment to each wheel, aiming to minimize tire load rate variance.
Technical Paper

MPC Based Car-Following Control Considering Uphill and Downhill

2023-04-11
2023-01-0691
At present, most of the longitudinal car-following control algorithms based on model predictive control (MPC) do not consider the influence of the presence of the sloping road on the inter-vehicle distance, resulting in poor tracking capability under ramp conditions. In order to reduce the inter-vehicle distance error under ramp conditions and improve the tracking capability of longitudinal car-following control algorithm. The car-following control algorithm based on MPC considering uphill and downhill is proposed. This algorithm is based on the vehicle structure of fuel passenger cars, and adds a slope angle reconstruction module for implementing slope angle measurement and reducing the complexity of slope angle calculation based on the framework of conventional hierarchical control structure.
Technical Paper

Anti-Skid System for Ice-Snow Curve Road Surface Based on Visual Recognition and Vehicle Dynamics

2023-04-11
2023-01-0058
Preventing skidding is essential for studying the safety of driving in curves. However, the adhesion of the vehicle during the driving process on the wet and slippery road will be significantly reduced, resulting in lateral slippage due to the low adhesion coefficient of the road surface, the speed exceeding the turning critical, and the turning radius being too small when passing through the corner. Therefore, to reduce the incidence of traffic accidents of passenger cars driving in curves on rainy and snowy days and achieve the purpose of planning safe driving speed, this paper proposes a curve active safety system based on a deep learning algorithm and vehicle dynamics model. First,we a convolutional neural network (CNN) model is constructed to extract and judge the characteristics of snow and ice adhesion on roads.
Technical Paper

Research on Regenerative Braking Control Strategy of Commercial Vehicles Considering Battery Power Status

2023-04-11
2023-01-0536
Regenerative braking is an effective way to increase the cruising range of vehicles. In commercial vehicles with large vehicle mass, regenerative braking can be maintained in a high-power working state for a long time theoretically because of the large braking torque and long braking time. But in fact, it is often impossible to run at full power because of battery safety problems. In this paper, a control strategy is designed to maintain the maximum power operation of regenerative braking as much as possible. The maximum charging power of the battery is obtained through the battery model, and it is set as the battery limiting parameter. The regenerative braking torque and power are obtained by using the motor model. The eddy current retarder is used to absorb the excess power that the battery can't bear, and the braking torque of the eddy current retarder is calculated. Finally, mechanical braking is used to make up the insufficient braking torque.
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

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 Multi-Axle and Multi-Type Truck Load Identification System for Dynamic Load Identification

2022-03-29
2022-01-0137
Overloading of trucks can easily cause damage to roads, bridges and other transportation facilities, and accelerate the fatigue loss of the vehicles themselves, and accidents are prone to occur under overload conditions. In recent years, various countries have formulated a series of management methods and governance measures for truck overloading. However, the detection method for overload behavior is not efficient and accurate enough. At present, the method of dynamic load identification is not perfect. No matter whether it is the dynamic weight measurement method of reconstructing the road surface or the non-contact dynamic weight measurement method, little attention is paid to the difference of different vehicles. Especially for different vehicles, there should be different load limits, and the current devices are not smart enough.
Technical Paper

Vehicle Feature Recognition Method Based on Image Semantic Segmentation

2022-03-29
2022-01-0144
In the process of truck overload and over-limit detection, it is necessary to detect the characteristics of the vehicle's size, type, and wheel number. In addition, in some vehicle vision-based load recognition systems, the vehicle load can be calculated by detecting the vibration frequency of specific parts of the vehicle or the change in the length of the suspension during the vehicle's forward process. Therefore, it is essential to quickly and accurately identify vehicle features through the camera. This paper proposes a vehicle feature recognition method based on image semantic segmentation and Python, which can identify the length, height, number of wheels and vibration frequency at specific parts of the vehicle based on the vehicle driving video captured by the roadside camera.
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

Vehicle Accelerator and Brake Pedal On-Off State Judgment by Using Speed Recognition

2021-04-16
2021-01-5038
The development of intelligent transportation improves road efficiency, reduces automobile energy consumption, and improves driving safety. The core of intelligent transportation is the two-way information interaction between vehicles and the road environment. At present, road environmental information can flow to the vehicle, while the vehicle’s information rarely flows to the outside world. The electronic throttle and electronic braking systems of some vehicles use sensors to get the state of the accelerator and brake pedal, which can be transmitted to the outside environment through technologies such as the Internet of Vehicles. But the Internet of Vehicles technology has not been widely used, and it relies on signal sources, which is a passive way of information acquisition. In this paper, an active identification method is proposed to get the vehicle pedal on-off state as well as the driver’s operation behavior through existing traffic facilities.
Technical Paper

Research on Braking Safety of Parallel Hybrid Electric Buses on Long Downhill Based on Gradient and Speed Change

2021-04-06
2021-01-0973
When driving in mountainous areas, vehicles often encounter long downhill sections. Due to the large mass of bus and the drum brake with poor heat dissipation effect, it is easy for bus to produce braking thermal decay in long downhill section, which makes the vehicle out of control and causes safety accidents. The braking methods of parallel hybrid electric bus include drum braking, engine braking and regenerative braking, whose torque models are established in this paper. The coasting test in Trucksim is used to verify the correctness of the engine braking torque model. Based on coupling braking torque curve with vehicle speed in different gradient, the stable speed is determined and the shift strategy is proposed. The temperature rise model of brake drum is established to analyze the temperature change of brake drum during long downhill. Then, according to the ramp data of G22 freeway, the above models are simulated.
Technical Paper

Prediction of Road Slope Ahead of Vehicles Based on Data Fusion and Data Mining

2021-04-06
2021-01-0910
Heavy commercial vehicle drivers may frequently shift gears when they are running on long and downhill roads in mountainous area. In order to improve driving safety and fuel economy, it is necessary to predict the slope of the road ahead in real time and correct the driver's shift strategy in time. At present, the road slope estimation is mainly based on the real-time estimation of the road slope at the current position of the vehicle based on the vehicle driving information obtained by the sensors, but the road slope of the road section that the vehicle is about to reach has not been predicted. In this paper, based on the road slope information of the road section that the driver has driven through, combined with Geographic Information System (GIS) information and road design standards, the slope of the road section ahead is predicted.
Technical Paper

Safety Speed Warning System for Tank Truck against Rollover

2021-04-06
2021-01-0978
The tank truck has a wide range of application. When the liquid in the tank is not fully loaded, the lateral movement of the liquid in the tank will shift the center of gravity of the tank truck and make the vehicle less safe. It is easy to roll over when the tank truck is turning. This study combines the vehicle dynamic characteristics and geographic information, which gives the driver safe speed and safe braking distance tips before turning, to reduce the traffic accidents caused by driver's misjudgment. The dynamic model of the tank truck is established, through collecting the real-time information of the vehicle, the vehicle load and braking torque are calculated by the relevant dynamic model. The system needs to measure the deviation of the center of gravity in the tank truck movement process, and the deviation of the center of gravity has a great influence on the safety speed.
Technical Paper

The Driving Planning of Pure Electric Commercial Vehicles on Curved Slope Road in Mountainous Area Based on Vehicle-Road Collaboration

2021-04-06
2021-01-0174
The mountain roads are curved and complicated, with undulating terrain and large distance between charging stations. Compared with traditional powered vehicles, in addition to safety issues, pure electric vehicles also need to deal with the driving range issue. At present, the relevant researches on automobile driving in mountainous areas mainly focus on the driving safety of traditional fuel oil vehicles when going uphill and downhill, while there are few researches on the driving planning of pure electric commercial vehicles on curved slope road. This paper presents a speed planning method for pure electric commercial vehicles based on vehicle-road collaboration technology. First, establish the vehicle dynamics model, analyze the vehicle dynamics characteristics when passing the downhill curve, calculate the safe speed range of the vehicle when passing the downhill curve, and establish the safe speed model of the downhill curve.
Technical Paper

Collision Avoidance Strategy of High-Speed AEB System Based on Minimum Safety Distance

2021-04-06
2021-01-0335
The automatic emergency braking (AEB) system is an important part of automobile active safety, which can effectively reduce rear-end collision accidents and protect drivers' safety through active braking. AEB system has been included in many countries' new car assessment programme as the test content of active safety. In view of obviously deficiencies of the existing AEB control algorithm in avoiding longitudinal collision at high speed, it is proposed to an optimized model of the minimum safe distance for rear-end collision prevention on high-speed road in order to improve the accuracy of AEB system. Considering the influence of road adhesion coefficient and human comfort on the maximum braking deceleration, it is established to a more accurate and reasonable AEB system to avoid collision for expressway. The collision avoidance strategy is verified by simulation software.
X