Root cause diagnosis of plant-wide oscillations using Granger causality

Introduction

Oscillation

method

  1. Thornhill proposed a non-linearity index along with process understanding to find the root cause due to valve stiction.1
  2. Choudhury employ changes in controller gain to distinguish an internally generated oscillation from an external oscillatory disturbance.2
  3. Xia proposed multi-resolution spectral ICA to detect and isolate the sources of multiple oscillations, a significance index is utilized to indicate possible root cause.3
  4. Jiang incorporate process knowledge into a graph theoretical approach to help diagnosis of root cause. 4
  5. Bauer proposed a data-driven method to find the propagation direction of disturbance using the idea of transfer entropy. 5

main idea

method and implementation

Feature Selection

PCA: Each PC(principle component) can be decomposed into a linear combination of a set of original variable. With dimension reduced, we will get several principal components (PC) to represent the raw data sets. Some PCs will carry the plant-wide oscillation pattern and we choose those variables which make strong contribution to those oscillating PCs as features.

criteria: calculate the OSI value:$$\textbf{OSI}_i=\sum_{j \in oscpc} \lambda_j P_{ij}^2$$ $$$\lambda_j$$$ is the eigenvalue of corresponding PC which shows whole plant oscillation.Based on empirical expe- rience, variables with OSI index larger than 1/3 of the max(OSI) are selected to be features and will be included in the causality regression model to do further analysis.


  1. N.F. Thornhill, J. Cox, and M. Paulonis. Diagnosis of plant-wide oscillation through data-driven analysis and process understanding. Control Engineering Practice, 11:1481–1490, 2003.

  2. M. A. A. Shoukat Choudhury, Vinay Kariwala, Nina F. Thornhill, Hisato Douke, Sirish L. Shah, Haruo Takada, and J. Fraser Forbes. Detection and diagnosis of plant- wide oscillations. The Canadian Journal of Chemical Engineering, 85(2):208–219, 2007.

  3. Chunming Xia, John Howell, and Nina F. Thornhill. De- tecting and isolating multiple plant-wide oscillations via spectral independent component analysis. Automatica, 41(12):2067 – 2075, 2005.

  4. Hailei Jiang, Rohit Patwardhan, and Sirish L. Shah. Root cause diagnosis of plant-wide oscillations using the con- cept of adjacency matrix. Journal of Process Control, 19(8):1347 – 1354, 2009. ¡ce:title¿Special Section on Hybrid Systems: Modeling, Simulation and Optimiza- tion¡/ce:title.

  5. M. Bauer, J. W. Cox, M. H. Caveness, J. J. Downs, and N. F. Thornhill. Finding the direction of disturbance propagation in a chemical process using transfer entropy. Control Systems Technology, IEEE Transactions on, 15 (1):12 –21, jan. 2007.

  6. John Geweke. Measurement of linear dependence and feedback between multiple time series. Journal of the American Statistical Association, 77(378):pp. 304–313, 1982.