Skip to main content

Hitachi
Research & Development
Industrial AI blog

Failure prediction for multiple connected devices

29 October 2020

Huijuan Shao

Huijuan Shao
R&D Division, Hitachi America, Ltd.

Failure prediction is an important problem in industry and has been studied over decades in various areas. Generally, majority of equipment and industrial components deteriorate after running for a period of time. The failures among multiple devices, which are physically connected to each other, may propagate. When a component of a system fails, other relevant components may break down too. For example, in a mill plant, when a motor fails, the bearings, which are physically connected to it, may fail as well. To capture these relationships, model-based techniques use system equations to extract analytical redundancies between devices’ measurements [1, 2]. An alternative approach is to apply a data-driven solution that uses information from similar devices for failure prediction. Data-driven methods use system’s measurements as the features for failure prediction [3]. In order to predict multivariate responses from multiple devices simultaneously with higher accuracy, we use the correlated features from these devices. We introduced multi-Bernoulli distribution with logit transformation to learn the correlation between the predictors and multivariate responses.


Multivariate Bernoulli Log-Normal Model
The input are features from multiple devices. The output is a multivariate binary response for different devices. The output can be represented as a multivariate random variable and the binary response follows the multivariate Bernoulli distribution. Then, we use a regression to connect the relationship between the input and the output. By estimating the likelihood, we form the multivariate Bernoulli Log-Normal model.

We applied this to a simulated water tank system dataset [4] to demonstrate and validate the performance of our method. This dataset includes a network of water tanks. The measurements for each tank include tank’s pressure and tank refill mode. We ran this MBLN model on a subset of five connected tanks as shown in Figure 1. Our aim was to predict whether there are leaks for two tanks T20 and T30.

Graph structure of water tank data

Figure 1: Graph structure of water tank data


The dataset was split into two categories. The first 90% dataset is for training and the remaining 10% is for testing. The MBLN model was then applied to predict the leak information of T22 and T30 simultaneously. Other models, such as gradient boost descent, random forest, logistic regression, lasso and elastic-net regularized generalized linear models (glmnet) and kNN, were used to predict the leak information of T22 and T30 as baselines. We compared the receiver operating characteristic (ROC) curve of these six models, as illustrated in Figure 2. As can be seen, the MBLN performs the best from the view of ROC curve because its estimated parameters B and Σ reflect the correlation of 5 tanks and contribute to the tank leak prediction of two tanks T22 and T30.

Graph structure of water tank data

Figure 2: ROC curve comparison of six models


The scope of this work consists of two main points. One is that MBLN is more effective in handling at least two devices. The other is that the input data from multiple devices should have some correlation. For more detailed information, we recommend referring to our paper [5].


Acknowledgements

Many thanks to my co-authors Chi Zhang, Shuai Zheng, Hamed Khorasgani, Ahmed Farahat and Chetan Gupta with whom this research work was jointly executed.


References

[1]
Ragot, J., & Maquin, D. (2006). Fault measurement detection in an urban water supply network. Journal of Process Control, 16(9), 887–902.
[2]
Ferrari, R. M., Parisini, T., & Polycarpou, M. M. (2011). Distributed fault detection and isolation of large-scale discrete-time nonlinear systems: An adaptive approximation approach. In IEEE transactions on automatic control.
[3]
Khorasgani, H., Farahat, A., Ristovski, K., Gupta, C., & Biswas, G. (2018). A framework for unifying model- based and data-driven fault diagnosis. In PHM society conference (Vol. 10).
[4]
Khorasgani, H., Farahat, A., Hasanzade, A., & Gupta, C. (2019). Fault detection and isolation in industrial networks using graph convolutional neural networks. In IEEE PHM.
[5]
Shao, H., Deng, X., Zhang, C., Zheng, S., Khorasgani, H., Farahat, A., & Gupta, C. (2019). Multivariate Bernoulli logit-normal model for failure prediction. In Proceedings of the Annual Conference of the PHM Society (Vol. 11 No. 1)