HOME JOURNALS CONTACT

Journal of Applied Sciences

Year: 2014 | Volume: 14 | Issue: 4 | Page No.: 348-354
DOI: 10.3923/jas.2014.348.354
Study on Neural Network Automobile Fault Diagnosis Expert System
Peijiang Chen

Abstract: Because of the product variety and structure complexity of automobile, the traditional diagnosis technologies were difficult to meet the requirements of fault detection and maintenance. In order to improve the diagnosis and maintenance level of automobile faults, the application of neural network technology in expert system of automobile fault diagnosis was studied. The basic concepts and methods of fault diagnosis expert system were introduced and neutral network model and BP algorithm were analyzed. The structure of neutral network expert system was brought forward and the key technologies were discussed, including knowledge acquisition, knowledge representation and inference mechanism. Taking the case of abnormal noise of automobile engine, the typical fault phenomenon of abnormal sound were analyzed in detail, an automobile fault diagnosis expert system based on three-layer neutral network was designed and implemented. The experimental results showed that the sample output corresponded to the expected output within the error range, the system was reliable and the requirement of intelligent fault diagnosis was achieved.

Fulltext PDF Fulltext HTML

How to cite this article
Peijiang Chen , 2014. Study on Neural Network Automobile Fault Diagnosis Expert System. Journal of Applied Sciences, 14: 348-354.

Keywords: BP algorithm, neural network, expert system and Fault diagnosis

INTRODUCTION

Currently, the total number of vehicle in China is increasing very rapidly, the automobile models are complex, the types are diverse, the internal structures are complicated and the faults are various which are difficult to be found. Many automobile maintenance enterprises cannot repair the faults or meet the maintenance needs due to lack of technical guidance of experts. In order to improve the utilization rate of vehicle and reduce the economic losses, the users want to have convenient vehicle fault detection methods and understand the real-time usage states (Zhu et al., 2010).

The expert system is one of the most important and active application areas of artificial intelligence which develops from 1960s (Liao, 2005). It is an intelligent computer program based on knowledge, using expertise of expert to solve particular complex problems in certain fields (Liu and Liu, 2003). After many years of development, a variety of expert systems have been emerged around various professional fields, they have been widely used and developed further in application (Cao, 2004). It has several characteristics, including heuristic, transparency and flexibility (Zhang and Zhang, 2010; Zhang, 2011).

The expert system of automobile fault diagnosis can simulate diagnosis ideas of maintenance experts to find and remove automobile troubles (Chen et al., 2003). The system mainly uses the build-in-vehicle sensors to obtain fault information of electronics control units. It makes use of artificial intelligence algorithm to process the obtained comprehensive fault information, analyzes the causes of failures and feedbacks the analysis results to the users. The fault diagnostic objects include engine, chassis, electrical equipment and so on (Yue et al., 2011). Fault diagnosis is an important application direction of artificial intelligence in automotive industry and it is the product of collaboration of field experts and engineers.

At present, there are several models for automobile fault diagnosis expert system, including rule-based diagnosis expert system, instance-based diagnosis expert system, behavior-based diagnosis expert systems, fuzzy logic-based diagnosis expert systems and artificial neural network-based diagnosis expert system. Although the research of fault diagnosis expert system for automobiles has made some progresses but it still cannot fully replace the thought process of experts. It is necessary that the system should cooperate with experts in fault diagnosis field to obtain satisfactory diagnostic results.

The shortcoming of automobile fault diagnosis expert system is mainly focused on weak knowledge acquisition ability and insufficient system knowledge. Wherein, the former is the biggest obstacle which restricts its usefulness and development. In recent years, researchers look for other ways to address the lack of expert systems (Xi, 2009). The important development trends of automobile fault diagnosis expert system lie in networking, intelligence and integration in future (Zhang et al., 2008).

The automobile intelligent fault diagnosis expert system is the demand and inevitable trend of the rapid development of automobile industry. Introducing the neural network technology into the automobile fault diagnosis expert system in recent years is an important development direction of automobile research and technology. From the theoretical study and practical application point of view, the fault diagnosis system based on neural network has unique advantages in knowledge acquisition, knowledge representation, reasoning, learning ability, fault tolerance and so on (Men and Wang, 2007).

On the basis of analyzing the characteristics of expert system, the automobile fault diagnosis expert system based on neural network is designed and realized in this study and the intelligent fault diagnosis is implemented which can provide facility for discovering and removing the faults of automobile and the system has certain value in practice.

BP NEURAL NETWORK

Neural network is an information processing system or a computer system based on the imitation of the structure and function of human brain. Neural network has strong capabilities of learning, memorizing and various intelligent processing which has been widely used in automatic control, artificial intelligence, pattern recognition, fault diagnosis and other fields.

Structure of neural network: Neuron is the basic unit of neural network which can be regarded as a multi-input single-output nonlinear device and its internal state is determined by the weighted sum of the input signals (Li, 1999). Neural network consists of many neurons which are arranged in layers. According to their connection methods, from the functional point of view, the neural network is divided into two types, feed forward network and feedback network.

Feed forward neutral network: Feed forward network is the most common type which system structure is shown in Fig. 1. Each neuron in the network receives the inputs of previous level and output to the next level, the network has no feedback.

Fig. 1: System structure of feed forward neutral network with three layers (xi is input, yi is output and hidden layer has q nodes)

The network nodes are classified into two categories: Input unit and calculating unit. Each calculating unit may have any number of inputs but only one output. Usually, the feed forward network can be divided into different layers. The inputs of layer i are only connected with the outputs of layers i-1. The input and output nodes of system are connected to the outside, while the other intermediate layers are called hidden layers. All layers constitute a strong learning system which structure is simple and easy to be programed. From a system point of view, the feed forward network is static non-linear mapping. Most of feed forward neural networks do not pay attention to the dynamic behavior of the system. Their capabilities of classification and pattern recognition are stronger than other types of neural networks.

Feedback neutral network: Feedback neural network is also known as recursive network or regression network. In the feedback network, the input signal determines the initial state of the feedback system. After a series of state transitions, the system gradually converges to an equilibrium state. It follows that the stability of the feedback network is one of the most important issues. All nodes of feedback neural network are calculating units. They can not only receive the inputs but also output to the outside.

BP neural network: The artificial neural networks are widely used in pattern recognition and other fields and the most used one is BP neutral network (Wu et al., 2008) which is a multilayer feed forward network and can be used in fault diagnosis fields. Usually, the action function of neurons mostly is Sigmoid function. With its conductivity, the leases mean squares learning algorithm is introduced, that is, in the learning process of neural network, the error between actual network output and desired output spreads backward when correcting connected strength to minimize the mean square value of error (Jiaqiang, 2006).

Calculation of forward neural network: In the neural network shown in Fig. 1, assuming that there are M input nodes, L output nodes. There is one hidden layer which contains q neurons in the BP network. In the learning phase of training network, supposing that there are N training samples, the input Xp and output dp of the sample p are selected to train the network, the inputs and output of neuron i of the hidden layer are, respectively shown in Eq. 1 and 2 under the function of p:

(1)

(2)

where,wij the link weight; Oi the output of node i, f(.) is Sigmoid function.

The differential of output function is gotten, as shown in Eq. 3:

(3)

By the weighted coefficient, the output Oi is transmitted forward to the neuron k of the output layer, serving as one of its inputs. The inputs and output of the neuron are respectively gotten, as shown in Eq. 4 and 5:

(4)

(5)

If the output is not consistent with the desired output dk of given mode pair, then the error signal is propagated back from the output side and in the propagation process, the weighted coefficient is modified constantly until the neuron of output layer gets the desired output value (Gong and Wang, 2012). After adjusting the network weight of sample p and then another sample pattern pair is undergone a similar study process until the trainings of N samples are implemented.

Adjustment of network weighted coefficient: For each sample p, a quadratic error function is introduced, as shown in Eq. 6:

(6)

Then, the total error function of all N training samples is obtained, as shown as Eq. 7:

(7)

It is modified in the direction of error function Jp decreasing until the satisfactory weighted coefficients are obtained.

The correcting formulas of weighted coefficient of input layer and hidden layer are respectively gotten, as shown in Eq. 8 and 9:

(8)

(9)

where, η is learning rate and 0<η.

The correcting formulas of weighted coefficient of arbitrary neuron k of input layer and hidden layer are respectively shown in Eq. 10 and 11 under the function of sample p:

(10)

(11)

where, α is inertia coefficient and 0<α1.

In summary, the learning process of weighted coefficient is as follows:

All weighted coefficients are initialized and set to small random numbers
The training set is provided and the values of input vector Xn and the desired output vector dn are given
The error between the expected network output and the actual output is calculated
The modified value of weighted coefficient of output layer is computed and the weighted coefficient is adjusted
The modified value of weighted coefficient of hidden layer is computed and the weighted coefficient is adjusted
Return the step (3) and recalculate the values until the error meets the requirement of system

FAULT DIAGNOSIS EXPERT SYSTEM BASED ON NEURAL NETWORK

Expert system is based on logical reasoning, going through knowledge acquisition, knowledge representation, knowledge reasoning and other stages and it should take long time. Neural network simulates human brain to achieve artificial intelligence and respond from a large number of captured events. Expert system and artificial neural network represent two complementary ways, combining the two methods together can play their unique capabilities, construct more powerful and practical artificial intelligence application systems and solve the problems that cannot be solved by expert system or neural network alone.

Structure of neural network expert system: The basic structure of neural network expert system is shown in Fig. 2. It can automatically obtain the module input, organize and store learning examples provided by experts.

Fig. 2: Basic structure of a typed neural network expert system

Selecting neural network architecture and calling learning algorithm of neural network can acquire knowledge for knowledge base. When a new learning instance is input, the knowledge acquisition module automatically gets new distribution of network weights to update the knowledge base by studying new instances.

Knowledge acquisition based on neural network: The knowledge acquisition of neural network is to make the system output be as much as possible with the same answer given by experts in the same conditions of inputs, so that the network has similar capabilities to solve problems with the domain experts. That is, the neural network has expert knowledge and its intelligent behavior in biology is likely to show the changes of connected weights between neurons (Li, 2006).

The knowledge can be formalized as specific examples and the neural network is easy to gain access to such knowledge. Firstly, the model and the network topology are determined, according to the selected learning algorithm and then the network can learn from the samples. By learning it adjusts the weights of neural network and acquires knowledge. Multilayer feed forward neural network model is typical with supervised training. After the normalized processing, the numerical sample sets are constructed. In the learning process, according to the error between actual output value and the desired output of neural network, the network weights are adjusted. The network reaches steady until the mean square of error is less than a predetermined minimum value. In this case, the neural network has gained knowledge from the experience and stores them in the network.

Knowledge representation based on neural network: There are two main ways to express knowledge in neural network.

The first method is to translate the expert experience to rules and express expert knowledge by production rules which are stored in knowledge base. The basic form of production rule is A_B, or, IF A THEN B. The condition A is the premise of production rules, indicating that this rule is available and the result B is a set of conclusion or actions, indicating that the conclusion or operation can be gotten when the conditions indicated by A are met.

Another way is to train the neural network through historical data or experience which summarizes the new diagnostic rules, expanding the contents of knowledge base to make it have self-learning function. It is a prominent feature of fault diagnosis expert system based on neural network (Jiang and Lu, 2004).

Inference mechanism based on neural network: The inference mechanism of fault diagnosis expert system includes three kinds, namely direct reasoning, back reasoning and mixed bidirectional reasoning. The fault diagnosis expert system based on neural network generally uses direct reasoning. The neural network system relies on a trained network to compute, starting from the initial state, forward reasoning, until the target state is obtained. The essence of this reasoning method is the forward calculating process. That is, taking the known symptom vector as the input pattern, the network output mode and fault vector can be calculated through network calculation (Cui et al., 2003).

Comparing with the traditional fault diagnosis expert system, this direct reasoning process of neural network expert system has some advantages, such as rapid reasoning, overcoming conflict and so on.

DESIGN OF AUTOMOBILE FAULT DIAGNOSIS EXPERT SYSTEM BASED ON NEURAL NETWORK

The fault diagnosis expert system based on neural network can identify the fault type of device, as long as the network is trained by different types of training samples. The network can be able to monitor the new input information quickly and determine the failure type of certain equipment.

Failure mode analysis of engine abnormal sound: After long-term usage, along with the increase of mileage, the technical conditions of automobile gradually deteriorate which can be usually characterized by abnormal sound, fluid leakage, overheating, power drop, excessive fuel consumption, body vibration and so on.

Table 1: Codes and fault phenomenon of abnormal sound of automobile engine
xi (i = 1, 2,…, 17) indicates the fault phenomenon for abnormal sound of engine

The failures of automotive mechanical system are based on abnormal noise (Huang, 2008). The engine is a complex device which noise in motion has a variety of reasons. The abnormal sound can prompt that the engine may have fault which contains a wealth of meaning (Zhang et al., 2012).

This study designs an automobile fault diagnosis expert system based on neural network by making the abnormal sound of engine as an example. The noise is generated by vibration or sound waves of some parts of the engine. It means that the faults occur if the engine has abnormal sound. The common abnormal sounds of engine include piston cylinder knocking, piston pin knocking and connecting rod bearing knocking, crank bearing knocking and so on. They are identified as the codes y1, y2, y3, y4, which correspond 17 fault phenomenon (Xiao, 2001), as shown in Table 1.

Establishment of automobile fault diagnosis neural network: The size of the neural network is determined based on the abnormal sound and fault phenomenon of automobile engine. According to the previous analysis, a three-layer BP neural network is selected and there are 17 nodes in input layer and 4 nodes in output layer.

The choice of node number of hidden layer is more complex. Too few nodes cannot well train the network and recognize the previously studied samples and fault tolerance is poor; too more nodes need too long learning time and the error is not necessarily smallest. Therefore, there is an optimal node number in hidden layer (Li et al., 2001). According to experience, the node number of hidden layer is given, as shown in Eq. 12:

Table 2: Eight training samples of fault phenomenon of abnormal sound of engine for BP neural network automobile fault diagnosis expert system
xi (i = 1, 2,…, 17) indicates the fault phenomenon for abnormal sound of engine

Table 3: Eight outputs of training samples of abnormal sounds of engine for BP neural network automobile fault diagnosis expert system
yi (i = 1, 2, 3, 4) indicates the abnormal sounds of engine

Table 4: Actual output of BP neural network when training samples are input
yi (i = 1, 2, 3, 4) indicates the abnormal sounds of engine
(12)

where, n1 is node number of input layer; n3 is node number of output layer; α is adjusted value which range is [1, 10] (Wei and Zhang, 2001). By comprehensive consideration, n2 is set to 7 in this expert system.

Sample selection of neural network: Based on the situation of fault diagnosis, the training sample and the output can be gotten, as shown in Table 2 and Table 3.

Training results and analysis: In this automobile fault diagnosis expert system based on BP neural network, the training error is set to 0.001, the training samples are input into the system program and the test results can be gotten, as shown in Table 4.

As can be seen from Table 3 and 4, the actual output and the desired output values have relatively good matching degree, so that this automobile fault diagnosis method based on BP neural network has high accuracy and reliability.

Fig. 3: Relation between learning error and training epochs when inputting the training samples into the system

The relation between learning error and training step is shown in Fig. 3. It can be seen that when the training process reaches 108 steps, the error accuracy is to meet the requirement of fault diagnosis. Further, when the error requirement changes it can be found that the training step and time change correspondingly. For instance, if the required training error is smaller, the training time is longer and the training step is more. The results also show that the network has strong diagnosis functions if there are enough training samples.

CONCLUSION

On the basis of analyzing the features of automobile fault diagnosis expert system and the methods of neural network analysis, an automobile fault diagnosis expert system based on a three-layer BP neural network is designed and realized by making the abnormal noise of automobile engine as example. The experiment simulation results show that this method can automatically diagnose and reason and has strong diagnosis functions. The diagnostic results are inaccordancewiththe expectations. The system has good fault tolerance, feasibility and stability and it has certain application value.

It should also be noted that there is contradiction among the error of neural network, training time and training step. Especially in the specific applications it requires more consideration to let the fault diagnosis expert system achieve better application results. In addition, inthematterof failure modes of automobile, the system needs more expert knowledge to form a complete knowledge base. It should be continually improved in the latter practical application and finally the truly practical automobile fault diagnosis expert system can be achieved.

ACKNOWLEDGEMENTS

This study is supported by the Social Service Project of Linyi University, Shandong Province, P.R. China (No. HX09208). The author acknowledges the support of Linyi University and Taixing Haitian Electric Co., Ltd. for the study.

REFERENCES

  • Cao, X.L., 2004. Study of fault diagnosis techniques of intelligent roller hydraulic system based on expert system. Master Thesis, Chang'an University, Xi'an, China.


  • Chen, C.Y., D.S. Zhang and P.H. Ren, 2003. Present state and perspectives of automotive fault diagnosis expert system. Chin. J. Mech. Eng., 39: 1-6.


  • Cui, Y.P., B.Y. Wang, Q.F. Fu and X.W. Ge, 2003. ANN based synthetical intelligent expert system to fault diagnosis. Mechatronics, 9: 102-105.


  • Jiaqiang, E., 2006. Intelligent Fault Diagnosis Technology and its Application. Hunan University Press, Changsha, China


  • Gong, F.T. and J.Y. Wang, 2012. Research of weighted fuzzy fault diagnosis based on adaptive neural network. Int. J. Digital Content Technol. Appl., 6: 118-124.


  • Huang, M.X., 2008. BP neural network automobile failure diagnosis expert system's in automobile abnormal sound breakdown discussion. Dev. Innovat. Machinery Elect. Prod., 21: 92-93.


  • Jiang, H.F. and X.D. Lu, 2004. Electrical ejection engine fault diagnosis expert system based on artificial intelligence. J. Mach. Des., 21: 270-271.


  • Li, H.M., 2006. Study on the application of neural network expert system in vehicle fault diagnosis. Master Thesis, Northeast Forestry University, Harbin, China.


  • Li, R.H., 1999. Theory and Method of Intelligent Control. Xidian University Press, Xi'an, China


  • Li, Z.F., F.F. Han and D.Z. Zheng, 2001. Research on fault diagnosis of rotors based on BP artificial neural network. J. Hebei Univ. Sci. Technol., 22: 23-26.


  • Liao, S.H., 2005. Expert system methodologies and applications-a decade review from 1995 to 2004. Expert Syst. Appl., 28: 93-103.
    CrossRef    Direct Link    


  • Liu, S.C. and S.Y. Liu, 2003. An efficient expert system for machine fault diagnosis. Int. J. Adv. Manuf. Technol., 21: 691-698.
    CrossRef    Direct Link    


  • Men, Y.Z. and F.L. Wang, 2007. Research on neural network integration fusion method and application on the fault diagnosis of automotive engine. J. Mach. Des., 24: 64-65.


  • Wei, S.Y. and L. Zhang, 2001. Study on auto fault diagnosis expert system based on neural network. J. Highway Transp. Res. Dev., 18: 78-81.


  • Wu, J.D., P.H. Chiang, Y.W. Chang and Y.J. Shiao, 2008. An expert system for fault diagnosis in internal combustion engines using probability neural network. Exp. Syst. Appl., 34: 2704-2713.
    CrossRef    Direct Link    


  • Xi, J.H., 2009. Study on the automobile fault diagnosis expert system. Fortune World, 8: 20-20.


  • Xiao, Y.K., 2001. Automotive Fault Diagnosis. Beijing Institute of Technology Press, Beijing, China, ISBN: 781045806X


  • Yue, Y.J., X. Li and Q. Zong, 2011. Development of automobile fault diagnosis expert system based on fault Tree-neural network ensamble. Proceedings of the International Conference on Electronics, Communications and Control, September 9-11, 2011, Ningbo, China, pp: 2028-2031.


  • Zhang, L., Y.W. Shi and L.Q. Ren, 2012. Humanoid extraction of abnormal engine sounds by using ICA-R and VANC. Proceedings of the International Conference on Systems and Informatics, May 19-20, 2012, Yantai, China, pp: 1687-1692.


  • Zhang, L.L., J.W. Chu, T.G. Qiang and D.M. Han, 2008. Key technologies study and development for automobile fault diagnosis expert system. Appl. Res. Comput., 25: 1633-1638.


  • Zhang, Q.W. and Y. Zhang, 2010. The design of an expert system on diagnosing the malfunction of hydraulic excavator. China Modern Educ. Equipment, 15: 58-60.


  • Zhang, W., 2011. Based on expert systems in the automotive engine fault diagnosis application. Master Thesis, Taiyuan University of Technology, Taiyuan, China.


  • Zhu, Q., A.R. Huang and J. Bao, 2010. Design and implementation of automobile fault diagnosis expert system. J. Hubei Automotive Indus. Inst., 24: 70-74.

  • © Science Alert. All Rights Reserved