Abstract

In order to accurately simulate the performance changes of asphalt pavement in the hot rainy days, laboratory water-temperature-radiation cycle test is designed and carried out for the damage simulation of asphalt mixture under the environmental effect of rain, high temperatures, and sunshine. Ultrasonic detection method is used to determine the ultrasonic velocity of asphalt mixture specimen under different temperatures and water contents in the process of water-temperature-radiation cycles. Thus, we get the preliminary damage assessment. Splitting strength attenuation is defined as the damage parameter. In addition, the regression prediction models of the ultrasonic velocity and damage coefficient of asphalt mixture are constructed using the grey theory, neural network method, and support vector machine theory, respectively. We compare the prediction results of the three different models. It can be concluded that the model derived from the support vector machine possesses higher accuracy and stability, which can more satisfactorily reflect the relationship between ultrasonic velocity and damage coefficient. Therefore, the damage degree of the asphalt mixture can be obtained.

1. Introduction

The strength of asphalt mixture is critical to the performance of asphalt pavement in the hot rainy days in summer [1, 2]. Under the combined effects of the external factors, such as the frequent alternated changes of rain, high temperatures as well as sunshine, and the traffic load, serious premature damage of asphalt pavement will appear. The premature damage not only affects the road performance, but also increases the cost of road maintenance. At present, studies have been done on the effect of only single or dual factors of rain, temperature, and sunshine on asphalt mixture. Tan et al. [3] made a series of tests on low temperature performance of asphalt mixture under the action of moving water and found that moving water had more effect on the asphalt mixture with larger porosity and asphalt viscosity; Li and Tong [4] studied the aging effects of the asphalt mixture under the action of ultraviolet rays in the desert regions. The results showed that the impact of ultraviolet aging manifested longer time than that of thermal aging for asphalt. Jiang et al. [5] studied the performance changes of asphalt mixture under the dual effects of 60°C and hydrodynamic erosion; the results revealed that the viscosity of asphalt mastic reduced and aggregate adhesion decreased as well, resulting in the failure by shear. As can be seen from the current research status, the effects of rain, temperature, and sunshine on asphalt mixture are considered just from single or dual factors. Therefore, it is very necessary to study the performance attenuation law of asphalt mixture under the combined action of water, temperature and sunshine for its durability design.

At present, the ultrasonic nondestructive testing method has been widely used in the field of civil engineering, especially in the concrete detection. In addition, ultrasonic testing technology has been involved in test specification by certain countries [6]. However, performance evaluation method of asphalt mixture is still based on specimen destructive testing, and the application of ultrasonic in the damage identification for asphalt mixture is just at the initial stage. Tigdemir et al. [7] successfully estimated the fatigue life of asphalt mixture by using the changes of ultrasonic velocity. Yi et al. [8] introduced ultrasonic test method to the freeze-thaw test of the asphalt mixture, and ultrasonic velocity was applied to characterize its freeze-thaw splitting strength. These researches establish the mathematical relationship between velocity and testing indicators based on the least squares method, so as to obtain the appropriate mechanical indicators. However, the least squares regression modeling method is simple, low precise, and cannot analyze the random effect variables. Although this method may have a good effect in some particular regions, its generalization ability is unsatisfactory [9].

In this paper, the water-temperature-radiation (W-T-R) cycle test in the laboratory is introduced to simulate the damage of asphalt pavement under the effect of rainfall, high temperature and sunshine in summer. The damage degree in internal structure of asphalt mixture is achieved by comparing the changes of ultrasonic parameters. The methods of grey theory, neural network, and support vector machine are used to establish the damage regression models for prediction of asphalt mixture under the action of W-T-R cycles. The results reveal that the ultrasonic detection method based on support vector machine can more quickly and effectively evaluate the damage state of asphalt mixture under the actions of W-T-R cycles.

2. Experimental Procedures and Modeling Principles

2.1. Experimental Procedures
2.1.1. W-T-R Cycle Test

The asphalt tested is Pan Jin-AH90# heavy traffic asphalt. The asphalt parameters, such as penetration, softening point, ductility, flash point, and density, are tested in accordance with the specified method, as listed in Table 1. Test gradation is SMA-16, which is often used for highway upper layer. Grading curve is shown in Figure 1. In order to control the asphalt film thickness and porosity, the specimens are divided into five groups, that is, A, B, C, D, and E, according to different asphalt-aggregate ratio and striking times; the molding process of each group is shown in Table 2.

The rainfall simulation system is installed in constant temperature room at 20°C for simulating hydrodynamic erosion to pavement, as shown in Figure 2. This system is made up of water pump, tank, pipeline, and precipitation nozzle. It can simulate rainfall with 30 mm/d, which is equal to the heavy rainfall (25 mm/d~50 mm/d).

The ultraviolet lamp tubes are installed in the insulation box under 60°C for simulating the action of high temperature as well as sunshine to asphalt pavement. There are totally 6 ultraviolet lamps, and the power of each ultraviolet lamp is 20 W. The surface area of heat preservation box is about 6 m2. Thus, the radiant quantity can reach 2000 mW/m2, which is 5.3 times more than the maximum radiant amount of natural light. In this case, this system can effectively simulate the radiant interactions of strong sunshine.

The treatment of W-T-R cycle test is as follows. First, the specimen is washed by simulant rainfall for 12 h at 20°C (as shown in Figure 3(a)). Then, it is put in 60°C incubator with high radiation for 12 h (as shown in Figure 3(b)). Each specimen is subjected to 12 cycles.

2.1.2. Ultrasonic Detection of Asphalt Mixture

Nonmetallic ultrasonic monitor (ZBL-U520/510, Beijing ZBL Science & Technology Co., Ltd., China) is used for the detection of asphalt mixture specimen. In order to reduce the acoustic energy loss, vaseline is smeared on the contact surface of specimen and the probe as couplant. Considering the nonuniformity of the asphalt mixture, five ultrasonic measuring points are uniformly arranged on each specimen, as shown in Figure 4.

2.2. Modeling Principles
2.2.1. Support Vector Machine Theory

Support Vector Machine (SVM) is a new learning theory built on VC dimension theory and structural risk minimization principle [1012]. SVM has many unique advantages in solving the problems of small samples, nonlinear, and high-dimensional pattern recognition. Its result is a global optimal solution with strong generalization ability [13]. The basic idea of SVM theory focuses on defining the optimal linear hyperplane, and the algorithm of finding the optimal linear hyperplane is attributed to the solution of a convex programming problem. And then, based on Mercer expansion theorem, the sample space is mapping into a high dimensional feature space (Hilbert space) by using nonlinear mapping. Therefore, the method of linear learning machine in the feature space can be used to solve the problems of high nonlinear classification and regression in sample space [14, 15].

For the linear regression problems, the data samples are -dimensional vector, and the -sample set in given area is where is input variable; is output value.

Linear regression function is as follows: where is innerproduct; is threshold value.

The weight vector can be obtained by introducing Lagrange’ multipliers and the use of duality principle for optimization: where , are Lagrange’ multipliers.

According to the KKT conditions of optimal problems, we can get the threshold value :

So the linear regression function is

For nonlinear regression problems, the basic idea is that the data is mapped into a high-dimensional feature space via nonlinear mapping, so as to accomplish the linear regression in this space. Its realization is mainly completed through kernel function with the optimization problem as follows: where is the kernel function conforming the Mercer conditions.

So the nonlinear regression function can be expressed by where the sample set in accordance with is support vector.

2.2.2. BP Neural Network

BP neural network is a multilayer feed forward neural network in one-way transmission. Any non-linear mapping from input to output can be achieved by establishing the relationship between the input and output transfer function [1618]. The core of BP neural network algorithm is the forward transfer of information and backpropagation of training error. The use of the steepest descent method is adopted to constantly revise each node’s weight value and threshold value by error backpropagation [19]. The typical structure of neural network is shown in Figure 5.

2.2.3. Grey Theory

Grey theory is used to solve the problems of analysis, modeling, forecasting, decision making, and control in the grey system [20]. The grey prediction model is an effective tool for dealing with small sample prediction due to its advantages of less modeling information, convenient operation, and high modeling accuracy [21, 22]. In this paper, GM model is used to establish the damage regression model for prediction of asphalt mixture. The modeling process is as follows.

Accumulating the original data sequence to generate 1-AGO sequence and given , then the neighbor-generated sequence is

According to the GM model theory, the grey differential equation is where is the developed grey number and is endogenetic control grey number.

If are parameters column, assuming that then the least-square-estimation parameters column of the grey differential equation will satisfy

Taking , then the solution of the winterization equation is

Therefore, the restored value is

3. Results and Discussions

3.1. W-T-R Cycle Test and Ultrasonic Detection of Asphalt Mixture

The air void () of specimens in different cycles is measured at 20°C using surface-dry method. The indirect tensile tests are conducted with the help of MTS multifunctional test machine in order to obtain the splitting strength (). The results of , and the number of cycles () are shown in Figure 6.

In the process of W-T-R cycles, five groups of the specimen are subjected to ultrasonic test. The typical waveform and spectrum before and after damage are shown in Figure 7.

From Figure 6, the following can be seen: (1) With the increase of asphalt-aggregate ratio and striking times, the initial void ratio of specimen reduces. The specimen will be more closed as the asphalt-aggregate ratio and striking times increase. (2) The initial strength of test specimen will reduce no matter the asphalt-aggregate ratio increases or reduces. However, the increase of striking times will enhance it. Excessive asphalt on the surface of aggregates will play the role of lubrication, and inadequate asphalt cannot provide a sufficient cohesive force. Thus, both too much and too little asphalt will reduce the initial strength of the test specimen. Besides, the increase of striking times will strengthen the overall stability of the test specimen and improve its initial strength. (3) In the process of water-temperature-radiation cycles, the varied amplitude of void ratio reduces as the asphalt-aggregate ratio and striking times increase. As the asphalt-aggregate ratio and striking times increase, the void ratio will reduce, the integrity will enhance, and the infiltration moving water will reduce. Thus, the interdeformation of specimen will be constrained when the temperature changes. Therefore, the changes of void ratio will be restricted. (4) In the process of water-temperature-radiation cycles, increase of the asphalt-aggregate ratio will slow down the damage of test specimen. However, the damage of test specimen increases as the striking times increase. The higher asphalt content would make the asphalt mastic fully contact with the surface of aggregate and retain the bonding capacity and toughness to effectively resist the hydrodynamic erosion. Thus, the strength of asphalt mixture attenuation is more slowly. If there are too many striking times on the specimen, the edge of aggregate will fragment and the aggregates cannot fully interlock with each other. Thus, the strength of specimen will reduce.

From Figure 7, the ultrasonic parameters of test specimen vary after W-T-R cycle tests: (1) Waveform Distortion. The waveform after damage appears disorganized, accompanied with multipeak phenomenon and obvious amplitude attenuation. This is due to the increase of specimen porosity after W-T-R cycles. When the ultrasonic wave is propagating in the damaged specimen, the different actions, for example, diffraction, reflection, and refraction will appear in the injury interface. Since the ultrasonic signal is superimposed, the waveform becomes distorted. The more severe the waveform distortion is, the more serious the extent and scope of damage is. (2) Frequency Reduction. When ultrasonic wave is propagating in the damaged specimen, the acoustic energy attenuation occurs, and different frequency components have different attenuation degrees. Compared to the lower frequency portion, the attenuation degree of the high-frequency portion is more severe. Thus, the main frequency of the received wave drifts to the low frequency. (3) Velocity Decrease. Integrity of the specimen is destructed because of the action of W-T-R cycles. A large number of voids occur in the interior of specimen. Since the acoustic impedance ratio of the air in the voids is much smaller than that of the aggregate and asphalt film, the ultrasonic pulse wave has to spread around the voids. Thus, with the propagation distance increasing, the measured acoustic time increases as well.

The characteristic changes of ultrasonic waveform, spectrum, and velocity can be used to make a preliminary judgment on asphalt mixture damage after the action of W-T-R cycles and construct the prediction models.

3.2. Damage Model of Asphalt Mixture under the Action of W-T-R Cycle

In order to distinguish the influence of different temperatures and water content on the ultrasonic velocity, ultrasonic tests are conducted under the conditions of 20°C, 0°C, −20°C, and water saturated. The saturation process is as follows. Firstly, the specimen is saturated in the vacuum saturation instrument (LCD-2, Hebei Rongda Co., Ltd., China) under 98 KPa for 15 min. Then, the specimen stayed in the water under constant pressure for 0.5 h.

We assume the splitting tensile strength as the damage index, and the damage parameter is defined as follows: where, and are the splitting tensile strength without and with W-T-R cycles, respectively, is the W-T-R cycle times.

The scatter diagrams of the relationship between ultrasonic velocity and damage coefficient under different conditions are shown in Figure 8.

The ultrasonic velocity is selected as independent variable and the damage coefficient as dependent variable. Then, they can be normalized by the following equation: where is the original data; is the normalized data; and are the mapped range parameters. In this paper, , .

Twelve groups of testing data under W-T-R cycles are treated as training samples, and the radial basis function is selected as kernel function. -ford cross validation (-CV) algorithm is used for cross-validation of original data. The optimal values of penalty factor and kernel-function parameter are determined by controlling the mean square error. The calculated optimum parameters are used to train SVM for establishing the regression model of predicting.

Neural network includes three layers. The input vectors are the times of W-T-R cycles and ultrasonic velocity, while the output vector is damage coefficient. Therefore, the number of input-layer node is 2 and output-layer node number is 1. The hidden-layer node number should be determined through trial-and-error method. After several-time tests, it is fixed on 5 in the final. Momentum BP algorithm is used to train the sample data until the learning error below 0.001 or the training times higher than 10000 times.

The original data will be equal-interval treated by Lagrange’s interpolation. For filtering the random fluctuation of the data, moving average method is introduced to treat the original sequence. And then, the gray GM model is built.

Another two samples of W-T-R cycle tests are used for validating and comparing the performance of three models derived from SVM, neural network, and grey theory. The mean square error of fitting and predication are listed in Table 3, and measured values are compare with predictive values in Figure 9.

From the fitting and prediction performance of each of the three models, it can be concluded as follows.(1)The fitting results by SVM method are better than BP neural network and grey theory. The maximum mean square error by SVM, BP neural network, and grey theory is 0.013, 0.048, and 0.103, respectively, while the minimum mean square error by the three methods is 0.004, 0.011, and 0.032, respectively. Besides, SVM method is able to overcome the problem of aimless trial calculation by selecting different penalty factor and kernel-function parameter by the method of cross-validation. Thus, the operation efficiency is largely improved. In conclusion, SVM method can consider all data and has lower jumping process and higher fitting precision. It is able to avoid over fitting or under fitting, and effectively reflects the relationship between ultrasonic velocity and damage coefficient.(2)Comparing with actual data, the forecasting precision of SVM is also higher than BP neural network and grey theory. The maximum forecasting relative error of SVM is 9.63%, but the minimum forecasting relative error is 0.04%. For BP neural network, the largest forecasting relative error is 23.8% but the smallest is 0. For grey method, the maximum forecasting relative error is 25.98% while the minimum is 7.10%, the forecasting precision of which is obviously lower than the first two methods. From this, we can conclude that SVM method has higher precision and better stability. It is an ideal method for solving non-linear problems of simple sample, and has stronger generalization ability.

4. Conclusions

Based on the results of experimental work and the discussion in this study, the following conclusions can be drawn.(1)W-T-R cycle simulation system can accurately simulate the environmental effects of heavy rain, high temperatures and intense radiation, which can comprehensively reflect the asphalt mixture damage in practice.(2)With the increase of asphalt amount and striking times, the initial void ratio and varied amplitude reduce. The initial strength of test specimen will reduce no matter the asphalt-aggregate ratio increases or reduces. However, the increase of striking times will enhance it. Increase of the asphalt-aggregate ratio will slow down the damage of test specimen.(3)Ultrasonic detection method can quickly evaluate the damage state of asphalt mixture after the action of W-T-R cycles and effectively predict the damage degree. Firstly, the characteristic changes of ultrasonic waveform, spectrum, and velocity can be used to make a preliminary judgment on asphalt mixture damage after the action of W-T-R cycles. Then, the regression models for prediction between ultrasonic velocity and damage coefficient are established for specifically evaluating the damage degree of the specimen.(4)SVM regression prediction method possesses more favorable accuracy and stability as well as strong generalization ability, and it can accurately reflect the relationship between ultrasonic velocity and damage coefficient. Therefore, this method can rapidly evaluate the damage state of asphalt mixture with strong practical significance.

Acknowledgment

The authors gratefully acknowledge the support of the National Natural Science Foundation of China (Project nos. 51278222 and 51378236).