1. Introduction
Throughout the past several years, the automobile industry has seen vigorous innovation. Against this backdrop, vehicle driving safety has gained prominence as a key industry focus. Within the electronic hydraulic braking (EHB) system, the anti-lock braking system (ABS) plays a pivotal role. It stops wheels from locking during braking, preserving higher tire–ground adhesion. This helps to ensure that the vehicle remains secure and manageable.
Current investigations into braking systems are primarily divided into two key areas. The first area focuses on determining the peak road surface adhesion coefficient [
1,
2,
3,
4], which largely hinges on the frictional properties between the road and the tire. Usually, a tire model can be established based on this characteristic, and the maximum adhesion coefficient of the road surface can be estimated based on the tire model. Common tire models include the Burckhardt model [
5], the Pacejka model [
6], and the Kiencke model [
7]. Among them, the Burckhardt model is more common and can precisely describe the adhesion characteristics at the tire–road contact area. The second part involves creating the brake system’s controller [
8,
9,
10,
11]. According to the tire model, when the tire–road adhesion coefficient peaks, the corresponding wheel slip ratio is the optimal one. Once the wheel slip ratio matches this optimal value, the vehicle can slow down effectively and stop in the shortest possible distance. So, during braking, designing a robust controller that keeps the wheel slip ratio around the ideal level is crucial.
In the road recognition process, the peak coefficient of road surface adhesion can be obtained via visual recognition methods, mathematical modeling methods, and similarity calculation methods. Visual recognition methods primarily depend on image features and analyze road surface features online to assess the optimal road surface adhesion coefficient. Yanan Shen and others [
12] utilized the VGG-16 convolutional neural network to extract image features and analyze the ideal slip ratio on the road surface. The mathematical model approach primarily employs vehicle tire models to forecast the optimal slip ratio for the vehicle at the moment. Hsin Guan and others [
13] designed an optimal slip ratio identification estimator based on the Kiencke model using an improved forgetting factor recursive least squares algorithm. Shi Luo and others [
14] developed an extended state observer to monitor the real speed of the vehicle and determine the wheel slip ratio’s adhesion coefficient under standard road conditions. They computed the current wheel’s adhesion coefficient using the vehicle’s physical model, then identified the road condition with the closest match to this adhesion coefficient under typical circumstances, deeming it the current road condition. Zejia He and others [
15] fitted a ground slip map through a large number of data on the optimal slip ratio and peak adhesion coefficient of typical roads, and estimated the optimal slip ratio value based on the ground slip map and the adhesion coefficient of the existing road surface. The similarity calculation method primarily depends on the likeness of the typical road surface and the road surface beneath the vehicle to obtain the maximum adhesion coefficient. Houzhong Zhang and others [
16] proposed a method following the principles of fuzzy rules. According to the typical road conditions, a fuzzy rule table is constructed, and then the similarity under the current road surface is assessed, and, finally, the maximum adhesion coefficient of the road is estimated. However, the visual recognition method relies on the real-time image transmission of the camera and the accuracy of the camera, and there are problems of camera data loss and image distortion. The road surface recognition calculation of the mathematical model method is too complicated, and, to a certain extent, it consumes most of the computing resources. Although the similarity calculation method reduces the amount of calculation to a certain extent, it contains certain human experience and relies on typical road condition estimation, so the estimation accuracy is not high.
In wheel slip ratio control, the design of controllers is primarily categorized into those utilizing physical models and those not relying on physical models. Controllers that do not rely on physical models include PID, fuzzy PID, adaptive PID, and anti-disturbance control. Controllers that rely on physical models include sliding mode control (SMC), model predictive control, etc. Abhas Kanungo and others [
17] combined fuzzy control with PID to effectively shorten the braking distance. The ABS controller designed by Shi Luo and others [
14] based on anti-disturbance control has good adaptability and stability. Haiqing Zhou and others [
18] validated integral sliding mode control for wheel slip ratio management via experiments and simulations. Zejia He and others [
15] proposed a model predictive control-based slip ratio strategy for good braking stability and safety. However, PID and fuzzy PID, relying on tuned parameters and experience, respectively, show poor dynamic and anti-interference performance during braking. Anti-interference control offers strong immunity but weak dynamics. Traditional sliding mode control has good dynamics but poor adaptability to complex conditions. Model predictive control is model-dependent and computationally intensive.
To tackle the previously mentioned challenges, this paper describes a CDOA-SENet-CNN neural network for estimating the peak road adhesion coefficient and employs SNISMC control to facilitate the wheel slip ratio rapidly reaching the optimal slip ratio. In terms of implementing deep learning models, this paper uses the MATLAB R2024b, whose deep learning toolbox supports the construction, training, and optimization of neural networks and features built-in network layer design, automatic differentiation, and GPU acceleration capabilities. The key innovations and contributions are as follows: it uses a convolutional neural network with SENet for road adhesion coefficient estimation, then uses the optimal slip ratio curve to precisely ascertain the optimal slip ratio; it designs a single-neuron integral sliding mode control strategy with a forgetting factor to effectively control the wheel slip ratio during braking.
This paper is structured as follows:
Section 2 develops the vehicle dynamics model, streamlines it, scrutinizes the tire model, and plots the optimal slip ratio curve;
Section 3 constructs the CDOA-SENet-CNN neural network;
Section 4 presents SNISMC control;
Section 5 carries out simulation experiments;
Section 7 encapsulates the entire paper.
4. Design of Brake Controller
4.1. Design of Integral Sliding Mode with Forgetting Factor
Using the CDOA-SENet-CNN algorithm, we estimate the peak road adhesion coefficient. Then, leveraging the optimal slip ratio curve for this coefficient, we calculate the ideal slip ratio for current road conditions. Finally, a suitable controller needs to be created to hold the wheel slip ratio adjacent to this optimal value.
Sliding mode control [
26] has the characteristics of fast response and strong robustness. It achieves control by forcing the system to slide along a predetermined trajectory, but the traditional form is easily affected by integral saturation and historical errors. This paper proposes a new method for designing an integral sliding mode controller that incorporates a forgetting factor. By introducing the forgetting factor, the controller can effectively circumvent integral saturation and notably reduce historical error interference, ensuring control stability and speed, and enhancing overall control effectiveness.
By taking the derivative of Equation (5), the slip ratio change equation can be obtained as follows:
The slip ratio error is identified as follows:
Therefore, the integral synovial surface with forgetting factor is as follows:
In the equation,
is the forgetting function, and its equation is as follows:
where
is the memory stability coefficient. When
is smaller, the integral error has less influence on the current control, and more attention is paid to the vehicle slip ratio error at the current moment; when
is larger, the integral error has a greater influence on the current control, and it is believed that the error in the previous period has a certain degree of influence on the current vehicle operation.
By taking the derivative of Equation (24), the following result can be obtained:
Substituting Equation (23) into Equation (26) yields the following:
This introduces the exponential approach rate as follows:
Substituting
obtained from Equation (4) into Equation (23), we obtain the following:
Substituting Equation (30) into Equation (28), we obtain the following:
From Equations (28) and (31), the formulation for the slip ratio controller is as follows:
where
is the estimated optimal slip ratio.
So as to further analyze the stability of the controller, Lyapunov’s second method is applied to verification. Lyapunov’s second method is defined as: if a positive definite Lyapunov function is present and its derivative is either definitively or semi-definitively negative, the system is considered to be asymptotically stable.
Define the Lyapunov function as follows:
By differentiating Equation (29) as follows:
From the conditions of Equation (27), we can see that, since and are both positive numbers, the system exhibits asymptotic stability based on the Lyapunov criterion, and the system error converges to zero.
4.2. Design of Single Neuron Structure
In an integral sliding mode control with a forgetting factor, when the system approaches a stable state, the presence of the switching function in the convergence law still causes a certain degree of chattering in the system. To further reduce chattering, a single neuron is used to adjust the coefficient of the approach rate. The single-neuron integral sliding mode control (SNISMC) formed at this point is adaptive.
Figure 9 below illustrates the structure of an individual neuron.
As shown in the figure above,
and
are the information received by the neuron,
and
are the connection strength or weight, and the linear weighted sum of the input information of a single neuron is obtained to obtain
, which is expressed as follows:
Then the update equation of
is as follows:
Based on the
learning rule, the weight update formula is as follows:
where
is the error criterion function;
is the
ith weight at time k;
is the learning rate.
The definition is as follows:
When , increases and the state quickly approaches the sliding surface; when , decreases and the chattering is reduced. Similarly, when the system is , the state at the moment on the sliding surface quickly approaches the stable origin; when , the system overshoot is reduced and the chattering at the moment close to the steady state is weakened.
6. Discussion
In terms of identifying peak road adhesion coefficients, the CDOA-SENet-CNN method has advantages such as fast identification speed, high accuracy, and strong ability to explore unknown roads compared with Elman neural network estimation, fuzzy algorithm estimation, and online model identification. In terms of optimal slip ratio control, the SISMC control strategy designed in this paper has certain advantages over existing slip ratio control strategies (such as SMC, STSMC, and FSMC) in terms of response speed, vibration reduction, and overshoot reduction. In theory, the CDOA-SENet-CNN fusion model enriches the intelligent estimation system of road adhesion coefficient; the SNISMC strategy uses a single neuron to adaptively adjust the sliding mode approach law, providing a new solution with low jitter and strong anti-disturbance for anti-skid control. In practice, this method can shorten the vehicle braking distance and improve driving safety.
Based on the above discussion, for vehicle manufacturers, CDOA-SENet-CNN can be embedded in the vehicle control unit (VCU) to achieve online peak adhesion coefficient estimation through offline training and utilize SNISMC to adjust the brake cylinder pressure in real time, thereby shortening the braking distance and meeting ASIL-C functional safety requirements. For brake system suppliers, SNISMC can replace existing PID controllers after testing to improve system robustness under complex road conditions.
In addition, since sensors are susceptible to interference in actual applications, the collected data may contain noise, which may affect the estimation results. Future research can explore the use of noise reduction methods or data processing algorithms to reduce the impact of noise on the estimation. At the same time, this study will continue to consider the braking conditions under vehicle deviation conditions in the future.