Abstract: In order to accurately describe the force mechanism of tires on agricultural roads and improve the life cycle of agricultural tires, a tire-deformable terrain model was established. The effects of tread pattern, wheel spine, tire sidewall elasticity, inflation pressure and soil deformation were considered in the model and fitted with a support vector machine (SVM) model. Hybrid particle swarm optimization (HPSO) was used to optimize the parameters of SVM prediction model, of which inertia weight and learning factor were improved. To verify the performance of the model, a tire force prediction model of agricultural vehicle with the improved SVM method was investigated, which was a complex nonlinear problem affected by many factors. Cross validation (CV) method was used to evaluate the training precision accuracy of the model, and then the improved HPSO was adopted to select parameters. Results showed that the choice randomness of specifying the parameters was avoided and the workload of the parameter selection was reduced. Compared with the dynamic tire model without considering the influence of tread pattern and wheel spine, the improved SVM model achieved a better prediction performance. The empirical results indicate that the HPSO based parameters optimization in SVM is feasible, which provides a practical guidance to tire force prediction of agricultural transport vehicles.
Keywords: agricultural vehicle, tire force prediction model, support vector machine, hybrid particle swarm optimization
(ProQuest: ... denotes formulae omitted.)
1 Introduction
As agricultural vehicle tire is one main source of the cost losses[1], it is necessary to study the mechanical coupling mechanism of the tire to improve the tire life cycle of agricultural vehicles, to provide a reliable model basis for the follow-up research of intelligent agricultural vehicles, and to prepare for the introduction of advanced electronic control system[2].
Recently, scholars from different countries have put forward tire models with different functions. The models can be divided into three categories: theoretical model, empirical model and semi-empirical model[3]. The theoretical model of the tire establishes a mathematical model describing the mechanical properties of the tire by simplifying the actual physical structure of the tire[4]. However, theoretical models often have many simplifications, and their forms are complex and computationally inefficient, so it is difficult to apply them to agricultural vehicle research[5]. The empirical model is directly fitted to the tire test data under different conditions and has a good application basis[6]. However, due to the lack of theoretical basis, the model does not have the ability to extrapolate and predict. Also, as the working conditions of agricultural tires are complex and variable, the full amount of experimental work required to fully express the mechanical properties of the tires is extremely large[7]. The semi-empirical model combines the advantages of the first two types of models, which features both high theoretical precision and good extrapolation[8]. It can describe some basic physical and structural characteristics of the tire, and also has high simulation accuracy, which is in good agreement with the experimental data[9]. But semi-empirical models typically treat the wheel as a rigid wheel, without regards to the filtering and hysteresis effects of the sidewall elasticity and inflation pressure and so on. It is mostly a steady-state model, and the tire-soil contact force cannot be calculated dynamically. Tong[10] established an dynamic computing tire-soft pavement force model, but the role of tread pattern and wheel spine were not considered, which is a significant factor affecting tire stiffness. In addition, the representation coefficients of tire sidewall elasticity and inflation pressure were statically calculated which is changing in the actual operating conditions. Therefore, the combined effects of tread pattern, wheel spine, tire sidewall elasticity, inflation pressure are dynamically considered by using SVM to improve model accuracy in the paper.
SVM is a new statistical machine learning theory which converts the original nonlinear problems into linear problems in high dimensional feature space by nonlinear transformation[11,12]. SVM theory has been developing rapidly so far[13]. It has become a new method at the field of machine learning and data mining, which is mainly used for regression[14] and classification[15]. It is very difficult for traditional SVM to accurately find the core of the parameters, and thus particle swarm optimization algorithm is applied to choosing parameters[16]. Nieto et al.[17] proposed an online support vector machine optimized by improved particle swarm optimization, and Selakov et al.[18] optimized the parameter selection of SVM by HPSO. But under larger predicting workload with dynamic condition, it couldn't keep the convergence speed and the accuracy of searching optimization. For this purpose, an improved HPSO is used to optimize parameters of SVM prediction model, and tire force prediction of agricultural vehicle based on HPSO-SVM is established considering dynamic prediction effect.
In this study, using cross-validation accuracy as the fitness function, the HPSO was used to optimize the parameters of SVM. The tire-deformable terrain model was developed based on HPSO-SVM, and the model performance was tested through simulation and experiment. A new idea for predicting tire force of agricultural vehicle was proposed.
2 Dynamic tire model based on HPSO-SVM
Considering that the working ground of agricultural vehicles is mostly soft road[19,20], where tire stiffness is much greater than soil stiffness, tire deformation is relatively not obvious. Therefore, tire modeling under soft road conditions usually assumes that tire is a rigid wheel and only considers the deformation of soil. The dynamic tire model based on HPSO-SVM is composed of two parts: the ground tire model and the deformable terrain force model, as shown in Figure 1. This paper pays close attention to the ground tire model during the deformable terrain force model has already been covered thoroughly[4,5,7,10].
According to the force of the tire, the ground tire model calculates the motion state of the tire, and transmits it to the deformable terrain force model, and then the deformable terrain force model dynamically calculates the tire-soil contact force, and finally transmits the contact force to the ground tire model. The HPSO-SVM model is used to dynamically describe tread pattern, wheel spine, tire sidewall elasticity and inflation pressure between ground tire model and deformable terrain force model.
2.1 Ground tire model
In this part, tire model is divided into three parts: rim, stiffness ring and spring damping system. The ring part represents the mass and inertia of rim and spoke in wheel, the stiffness ring represents the mass and inertia of tread part, and the spring damping system connects the rim part and the stiffness ring part to express the elasticity, inflatable pressure and tread pattern of the tire wall. The tire dynamics structure diagram is shown in Figure 2. In the above figure, A and B are the center of mass of rim and stiffness ring respectively. The x-axis is located in the horizontal plane and the z-axis is vertical to the horizontal plane.
The rim is affected by spring damping force, gravity, wheel load and driving moment. According to Newton-Euler method, the dynamic equation of rim is as follows:
...
where, mA is the rim mass; aAx and aAz, FAx and FAz, Fx and Fare the components of the acceleration, spring damping force and axle load in the X and Z directions respectively; IA, rnA and MA are the moment of inertia, angular velocity, spring damping moment of the rim to its center of mass A respectively, and M is the driving moment of the axle.
Stiffness ring is subjected to gravity, spring damping force and ground force. Its dynamic equation is as follows:
...
where, mB is the stiffness ring mass; aBx, aBz are the components of the acceleration in the X and Z direction; IB, mB are the moment of inertia and angular velocity of the stiffness ring to its center of mass B respectively; Fgx, Fgz are the components of the deformable terrain force in the X and Z direction; Mg is the moment of the deformable terrain to the stiffness ring; в, 8Ъ в2 are position angle, grounding angle and off-ground angle; Fe(e), F^(e)[10] are the components of the stress of the contact soil unit at the position angle в in the в and r direction, and R is the wheel radius.
The spring damping force FA, MA are consists of rotation angle eAB, displacement rAB, velocity VAB of stiffness ring relative to rim , and stiffness coefficient k, damping coefficient c, angular stiffness coefficient ke and angular damping coefficient ce of spring-damped system, which has strong non-linear characteristics because of the comprehensive effect of many factors. The multiple input multiple output model is established by HPSO-SVM as shown in Figure 3, and HPSO-SVM is established in section 2.2 to 2.4.
2.2 Least squares SVM model
SVM is a Machine learning method based on statistical learning theory. Its core thoughts include both sample error and structural risk minimization, and thus has strong generalization ability and breakthrough the limitation of the data dimension. Least squares support vector machine (LSSVM) changes the inequality constraints in the basic SVM for the equality constraints.
Establish training sample set ¡(A'„ Y¡), /=1,2,3,...,/} where, X¡ e Kt" is the input column vector for the ;th training sample, Y, e R" is the corresponding output values. These samples constitute model
...
where, ę(X) is a mapping; W is the high dimensional feature space power matrix.
The optimal objective function of LSSVM is
...
where, eij is the error between the model output and the sample, у is the penalty factor.
The constraint condition can be expressed as:
...
The LSSVM regression model is as follows:
...
The radial basis kernel function is used in high dimensional space.
...
where, a is the control parameter.
The model prediction effect is judged by
2.3 Hybrid particle swarm optimization algorithm
Particle swarm optimization (PSO) algorithm is a heuristic algorithm, and it reflects the biological complex behavior, such as cooperation and competition among groups of swarm intelligence1211. It has been applied to function optimization, neural network optimization, power system, combinatorial optimization etc.
Suppose in D dimension of search space, m particles are composed of a particle swarm, one of the space position of particles is X¡=[⅞ xi2, ..., xD], i=1, 2, ..., m. Put it into optimization objective function and calculate the corresponding adaptive value. According to the fitness to measure the pros and cons of Xi; the best positions of the particles is called individual historical best position, denoted as P¡=[РЛ, Pi2, ., Pan]- At the same time, each particle also has its own speed V¡=[va1, vi2, ..., viD]. All particles has the best location which is called the global historical best position, denoted as:
...
The corresponding adaptive value is the best fitness value of global history. Each particle velocity and position update according to the following equation iteration:
...
where, rx, r e [0,1] is the random numbers; the inertia weight w is given by
...
where, t is the number of iterations.
The acceleration coefficients cbc2 are as follows[22]
...
where, f (X') is the fitness of the ith iteration; f (X') is the average of f (X').
For the particles which have no choice, crossover and mutation mechanism, the algorithm will not be able to search for other areas when a particle cluster around a local extremum and shows premature phenomenon. By using parallel population optimization, a hybrid particle swarm optimization method is put forward. The basic idea is as follows:
(1) The particle swarm is divided into two groups. One group is adopted to update population with Equation (11), and another group with the compression factor method.
(2) When two groups of particles appear precocious phenomenon, two groups of particles are crossed according to probability P (P=0.5), and the maximum number of global extreme value in the two groups of particles is considered as the global extremum of the combined particle swarm.
(3) The combined population continues iterate, and update with the compression factor method. When there is precocious species, the half particles of larger fitness are maintained, and another half particles of smaller fitness are initialized again, thus algorithm convergence speed and optimization accuracy is not affected by variation of population.
2.4 HPSO-SVM model
The penalty factor y and kernel function parameter a play an important role in SVM prediction model, and the appropriate values tend to improve the prediction accuracy and reduce the workload. The improved hybrid particle swarm optimization algorithm is used to search the optimal parameters of SVM. Specific steps are as follows:
(1) Particle swarm initialization. The SVM parameters compose a particle (y, a), the particle swarm is divided into two groups, and initial position and velocity is randomly generated, respectively.
(2) Fitness evaluation. Cross-Validation (CV) is used to test the performance of SVM model. The method is divide the raw data into K groups, with each separate subset data for a cross validation, and at the same time with the rest of the subset K-1 groups as the training set. Use the average E of these K models final validation sets as the performance evaluation index.
(3) The renewal of individual optimal valuepbest and the global optimal value gbest. Two groups of particles update respectively according to the above the first step in the HPSO algorithm.
(4) Update the speed and position of particles.
(5) If both the two groups of particle swarm fitness value are less than set precision, the optimization is over and the optimal parameters is get by the smaller fitness value. If one group particle meets the accuracy requirement, the optimization is also over. Otherwise, iterate two groups of particle respectively, when 10 iterations do not change, go to the above the second step in the HPSO algorithm.
(6) Go to the third step in the HPSO algorithm, if the combined population meets the accuracy requirement, then it ends. Otherwise, continue iterating, and when 10 iterations do not change, introduce the mutation mechanism[23] and go back to step (6). The detailed flow chart is shown in Figure 4.
3 Experiment and simulation
3.1
Simulation
The effectiveness of the model is verified by simulation with MATLAB, and main steps of simulation are shown in Figure 5. The simulation data of [10] are used to validate the simulation performance, and the results are compared. The simulation parameters are set as shown in the Table 1. By simulation, the parameters in HPSO-SVM are set as follows: wmax=0.95, wmin=0.3, c 1=1.35, c2=1.45, fmax=500, у =487.81, a=0.3642.
3.2 Simulation results and analysis
Change rules of rolling resistance, drawbar pull and sinkage of wheel under different vertical loads and slip ratio are considered in the model. Figure 6 show the change rules of rolling resistance, drawbar pull under different vertical loads with fixing slip ratio 20%.
As can be seen from Figure 6 above, rolling resistance and drawbar pull increase with increasing of the vertical load, and their values in dynamic tire model based on HPSO-SVM are slightly greater than that in dynamic model. This is consistent with the effect of tread pattern and wheel spine.
The picture 7 shows change rule of sinkage of wheel under different vertical loads with fixing slip ratio 20%. The two models have the same law of change. The sinkage increases with the increase of vertical load, but the increasing range decreases gradually. The sinkage of the model in this paper is less than that of the dynamic model because of the influence of tread pattern and wheel spine.
Changing trend of rolling resistance and drawbar pull under different slip ratios with fixing vertical load 4000 N are shown in Figure 8.
It can be seen from the figure 8 that with the changing trend of rolling resistance and drawbar pull are the same between the two models. Compared with the dynamic tire model, the amplitude of variation in the HPSO-SVM tire model are larger.
3.2 Experiments
The model was verified by the experimental data in [24]. The comparison results between simulation and experiment are shown in the Figures 9-11.
Contrast results from the above figures show that although there are slight differences between the measured values and the starting point, the trends of simulation and experiment are consistent. The sinkage of the test is less than the simulation value, while the rolling resistance and the drawbar pull are slightly larger than it. This may be due to the failure to consider the tire roll deformation.
4 Conclusions
An improved HPSO was proposed, which introduces the multi population parallel optimization and cross mutation mechanism to improve the population structure, and solves the contradiction between improving the searching ability and accelerating the convergence speed in SVM model.
The improved dynamic tire model based on HPSO-SVM was investigated to predict tire power of agricultural vehicles. The tires force prediction model based on HPSO-SVM algorithm was feasible in simulated experiment verification. In contrast with dynamic tire model, the improved HPSO-SVM model had simpler modeling process and higher fitting accuracy, which could solve the nonlinear problem of tire characteristics better.
Utilizing the improved HPSO-SVM model, the future direction of the research will be further analysis of tire cornering characteristics affected by road, the tire structure, tire load, speed, lateral acceleration, and a more complex nonlinear tire cornering characteristics model will be constructed, in order to account for control system's analysis and synthesis.
Acknowledgements
We acknowledge that this project financially supported by the National Natural Science Foundation of China (Grant No. U1564201, 51605195, 51605197, 51875255), Jiangsu Provincial Natural Science Foundation of China (Grant No. BK20160524).
Citation: Chen Y X, Chen L, Huang C, Lu Y, Wang C. A dynamic tire model based on HPSO-SVM. Int J Agric & Biol Eng, 2019; 12(2): 36-41.
Received date: 2017-01-22 Accepted date: 2018-12-17
Biographies: Yuexia Chen, PhD, Lecturer, research interests: vehicles integrated chassis control of vehicle dynamics, Email: [email protected]; Chen Huang, PhD, Associate Professor, research interests: vehicles integrated chassis control of vehicle dynamics, Email: huangchen@ ujs.edu.cn; Ying Lu, PhD, Associate Professor, research interests: automatic crash notification system and rear seat cushion rotation system, Email: [email protected]; Chen Wang, MS, research interests: vehicles integrated chassis control of vehicle dynamics, Email: [email protected].
* Corresponding author: Long Chen, PhD, Professor, research interests: vehicles integrated chassis control of vehicle dynamics, School of Automotive and Traffic Engineering, Jiangsu University, 301 Xuefu Road, Zhenjiang, Jiangsu Province, China. Tel: +86-051188781835, Email: [email protected].
[References]
[1] Zou X, Wang T, Hao L. How to properly use and maintain tires for agricultural vehicles. Farm Machinery Using & Maintenance, 2015; 3: 58-58. (in Chinese)
[2] Chen Y, Chen L, Wang R, Xu X, Shen Y, Liu Y. Modeling and test on height adjustment system of electrically-controlled air suspension for agricultural vehicles. Int J Agric & Biol Eng, 2016; 9(2): 40-47.
[3] Guo K. UniTire: Unified tire model. Journal of Mechanical Engineering, 2016; 52(12): 90-99.
[4] Cueto O G, Coronel C E I, Bravo E L, Morfa C R, Suárez M H. Modelling in FEM the soil pressures distribution caused by a tyre on a Rhodic Ferralsol soil. Journal of Terramechanics, 2016; 63: 61-67.
[5] Zhao C, Zang M. Analysis of rigid tire traction performance on a sandy soil by 3D finite element-discrete element method. Journal of Terramechanics, 2014; 55(7): 29-37.
[6] Spentzas K N, Alkhazali I, Demic M. Dynamics of four-wheel-steering vehicles. Forschung Im Ingenieurwesen, 2001; 66(6): 260-266.
[7] Grisso, R, Perumpral J, Zoz F. An empirical model for tractive performance of rubber-tracks in agricultural soils. Journal of Terramechanics, 2006; 43(2): 225-236.
[8] Witzel P. The Hohenheim Tyre Model: A validated approach for the simulation of high volume tyres - Part I: Model structure and parameterisation. Journal of Terramechanics, 2017; 75: 3-14.
[9] Vu T D, Duhamel D, Abbadi Z, Yin H P, Gaudin A. A nonlinear circular ring model with rotating effects for tire vibrations. Journal of Sound & Vibration, 2017; 388: 245-271.
[10] Tong K. Study on dynamic interaction model between tire and deformable terrain, Jilin University, 2017. (in Chinese)
[11] Li D, Ju Y, Zou Q. Protein Folds Prediction with Hierarchical Structured SVM. Current Proteomics, 2016; 13(2): 79-85.
[12] Chen Y, Chen L, Xu X, Wang R, Yang X. Chaotic Motion in a Nonlinear Car Model Excited by Multi-frequency Road Surface Profile. Chinese Journal of Mechanical Engineering, 2017; 30(3): 689-697.
[13] López J, Maldonado S, Carrasco M. A novel multi-class SVM model using second-order cone constraints. Applied Intelligence, 2016; 2: 1-13.
[14] Yoon H, Hyun Y, Ha K, Lee K K, Kim G B. A method to improve the stability and accuracy of ANN- and SVM-based time series models for long-term groundwater level predictions. Computers & Geosciences, 2016; 90: 144-155.
[15] Chen Y, Chen L, Zha Q, Jing P, Xie J, Xiong X. Forecasting model of travel mode based on latent variable SVM. Journal of Southeast University, 2016; 46(6): 1314-1317.
[16] Long Y, Du Z J, Wang W D, Zhao G Y, Xu G Q, He L, et al. PSO-SVM-based online locomotion mode identification for rehabilitation robotic exoskeletons. Sensors, 2016; 16(9): 1408.
[17] García Nieto P J, García-Gonzalo E, Sánchez Lasheras F, Cos Juez F J. Hybrid PSO-SVM-based method for forecasting of the remaining useful life for aircraft engines and evaluation of its reliability. Reliability Engineering & System Safety, 2015; 138: 219-231.
[18] Selakov A, Cvijetinović D, Milović L, Mellon S, Bekut D. Hybrid PSO-SVM method for short-term load forecasting during periods with significant temperature variations in city of Burbank. Applied Soft Computing, 2014; 16(3): 80-88.
[19] Guan X, Yang P, Li L, Tan Y. Multifractal characteristic of soil pore distribution after long-term recycled water irrigation. Journal of Drainage and Irrigation Machinery Engineering, 2018; 36(11): 1163-1167. (in Chinese)
[20] Xu C, Hou S, Yao Z, Zhang F, She D. Spatial variability and scale effect of soil bulk density of farm land in South China. Journal of Drainage and Irrigation Machinery Engineering, 2017; 35(5): 424-429. (in Chinese)
[21] Ma R, Wei Z, Chen X, Ma S. Barbed labyrinth channel optimization based on constrained multi-objective particle swarm algorithm. Journal of Drainage and Irrigation Machinery Engineering, 2018; 36(12): 1330-1336. (in Chinese)
[22] Wang F Z, Shi X L. Tap-changer fault diagnosis of transformer based on improved PSO-SVM. Electronic Measurement Technology, 2016; 39(11): 190-194. (in Chinese)
[23] Frans V D B. An analysis of particle swarm optimizers. University of Pretoria, 2002.
[24] Ding L, Gao H, Deng Z, Nagatani K, Yoshida K. Experimental study and analysis on driving wheels' performance for planetary exploration rovers moving in deformable soil. Journal of Terramechanics, 2011; 48(1): 27-45.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2019. This work is published under https://creativecommons.org/licenses/by/3.0/ (the “License”). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
In order to accurately describe the force mechanism of tires on agricultural roads and improve the life cycle of agricultural tires, a tire-deformable terrain model was established. The effects of tread pattern, wheel spine, tire sidewall elasticity, inflation pressure and soil deformation were considered in the model and fitted with a support vector machine (SVM) model. Hybrid particle swarm optimization (HPSO) was used to optimize the parameters of SVM prediction model, of which inertia weight and learning factor were improved. To verify the performance of the model, a tire force prediction model of agricultural vehicle with the improved SVM method was investigated, which was a complex nonlinear problem affected by many factors. Cross validation (CV) method was used to evaluate the training precision accuracy of the model, and then the improved HPSO was adopted to select parameters. Results showed that the choice randomness of specifying the parameters was avoided and the workload of the parameter selection was reduced. Compared with the dynamic tire model without considering the influence of tread pattern and wheel spine, the improved SVM model achieved a better prediction performance. The empirical results indicate that the HPSO based parameters optimization in SVM is feasible, which provides a practical guidance to tire force prediction of agricultural transport vehicles.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer





