CIPCaD-Bench: Continuous Industrial Process datasets for benchmarking Causal Discovery methods
Introduces two industrial process datasets for benchmarking causal discovery algorithms, evaluated with metrics like TP, FDR, and SHD.
Key Findings
Methodology
This work presents two publicly available datasets: one from Tennessee Eastman simulation and another from an actual food manufacturing plant. Multiple causal discovery algorithms (e.g., LiNGAM, GES, PC, NOTEARS) are systematically evaluated using metrics such as True Positives, False Discovery Rate, and Structural Hamming Distance. Data preprocessing includes normalization, variable filtering, and sliding window techniques to ensure data quality. The evaluation framework compares algorithm performance across simulated and real-world datasets, providing insights into their robustness, speed, and accuracy in industrial contexts.
Key Results
- LiNGAM and GIES achieved over 85% true positive detection with minimal SHD on the TE dataset, indicating high structural accuracy. In the real food plant data, graph-based algorithms like PC and FCI demonstrated robustness with FDR below 0.2, confirming their suitability for complex environments.
- Algorithm performance varied significantly in speed and precision, with some methods excelling in simulation but struggling with real data complexity. The comprehensive metrics allowed for a nuanced comparison, guiding algorithm selection based on industrial needs.
- Overall, the study highlights the trade-offs between accuracy, computational cost, and robustness, providing a practical benchmark for future industrial causal discovery research.
Significance
This research addresses the critical gap of standardized, real-world industrial datasets for causal discovery benchmarking. By combining simulated and actual process data, it enables rigorous evaluation of algorithms under realistic conditions, facilitating their deployment in fault diagnosis, process optimization, and decision-making. The multi-metric assessment framework enhances comparability, promoting the development of more reliable and scalable causal inference tools tailored for industry. The datasets and methodology serve as a foundation for advancing Industry 4.0 initiatives, fostering smarter, autonomous manufacturing systems.
Technical Contribution
The work introduces two novel datasets representing continuous industrial processes, along with a comprehensive benchmarking protocol involving multiple causal discovery algorithms and evaluation metrics. It establishes a standardized platform for performance comparison, incorporating ground truth causal structures for simulation data and plausible causal models for real data. The systematic analysis reveals strengths and limitations of state-of-the-art methods, guiding future algorithm development and industrial application. The integration of diverse metrics ensures a holistic assessment of algorithm capabilities, including accuracy, speed, and robustness.
Novelty
This is the first study to provide publicly accessible, real-world industrial continuous process datasets specifically designed for causal discovery benchmarking. Unlike prior synthetic datasets, these datasets incorporate complex dynamics, external influences, and process-specific causal structures, making them highly representative of actual industrial scenarios. The multi-metric evaluation framework and ground truth designs further distinguish this work, setting a new standard for industrial causal inference research.
Limitations
- While the datasets are comprehensive, they are limited by sampling frequency and variable scope, which may affect the completeness of causal structure recovery.
- High computational costs of some algorithms in high-dimensional settings pose challenges for real-time industrial deployment.
- Causal directionality in complex systems remains uncertain without intervention data; future work should incorporate experimental validation to confirm inferred relationships.
Future Work
Future efforts will focus on expanding datasets across different industries and process types, integrating intervention data for causal validation, and developing real-time causal discovery tools. Combining deep learning with causal inference methods could further enhance accuracy and scalability. Additionally, exploring active learning and reinforcement learning approaches may enable adaptive, autonomous process monitoring and control, accelerating Industry 4.0 adoption.
AI Executive Summary
Understanding causal relationships in industrial processes is vital for optimizing operations, diagnosing faults, and making strategic decisions. Traditional approaches rely heavily on expert knowledge and manual analysis, which are often subjective and limited in scope. With the advent of Industry 4.0, vast amounts of sensor data have become available, enabling data-driven causal discovery. However, the lack of standardized, real-world datasets hampers the development and benchmarking of effective algorithms. This study introduces CIPCaD-Bench, a benchmark platform comprising two extensive datasets: one simulated via the Tennessee Eastman process and another from an actual ultra-processed food manufacturing plant. These datasets encompass diverse process variables and ground truths, facilitating comprehensive evaluation of multiple causal discovery algorithms such as LiNGAM, GES, PC, and NOTEARS. The evaluation employs multiple metrics—TP, FDR, SHD, among others—to assess structural accuracy, robustness, and computational efficiency. Results demonstrate that while methods like LiNGAM excel in simulated environments, graph-based algorithms such as PC and FCI show superior performance in real-world data, especially under complex conditions. This work provides a critical foundation for industrial causal inference, enabling researchers and practitioners to select suitable algorithms based on specific operational needs. The comprehensive benchmarking framework bridges the gap between theoretical development and practical deployment, fostering advancements toward autonomous, intelligent manufacturing systems. Looking ahead, expanding datasets, integrating intervention data, and developing real-time causal inference tools will further accelerate Industry 4.0 transformations, making industrial processes smarter, safer, and more efficient.
Deep Analysis
Background
Industrial process optimization and fault diagnosis have long depended on expert-driven models and heuristic analysis. Traditional methods, such as root cause analysis and control charts, often lack scalability and adaptability to complex, high-dimensional data. Recent advances in causal discovery algorithms—like LiNGAM, GES, PC, and NOTEARS—offer promising avenues for automating causal inference from observational data. However, their validation has been limited by the scarcity of publicly available, realistic datasets. Synthetic datasets, while controlled, do not fully capture the dynamics of real industrial environments. Conversely, real datasets are often proprietary, making benchmarking difficult. This gap impedes progress in deploying causal inference tools in industry, where accurate, scalable, and interpretable models are crucial for safety, efficiency, and regulatory compliance.
Core Problem
The core challenge lies in establishing reliable causal relationships within complex, noisy, and high-dimensional industrial data. Existing datasets are either synthetic or proprietary, lacking standard benchmarks for algorithm comparison. Moreover, real-world data contain confounders, external influences, and measurement uncertainties, complicating causal inference. Without standardized benchmarks, it is difficult to objectively evaluate and improve algorithms for industrial applications. The problem is further exacerbated by the need for algorithms to balance accuracy, computational efficiency, and robustness in operational settings. Addressing these issues requires publicly accessible, representative datasets and a comprehensive evaluation framework.
Innovation
This work introduces two innovative datasets: one simulated via Tennessee Eastman, capturing process mechanics with known ground truth, and one from a real food manufacturing plant, reflecting authentic process variability. The datasets include multiple ground truths to evaluate different aspects of causal discovery. A multi-metric benchmarking protocol assesses algorithms on accuracy (TP, FDR), structural similarity (SHD), and computational efficiency, providing a holistic performance view. The systematic comparison of algorithms—LiNGAM, GIES, PC, FCI, NOTEARS—across these datasets reveals their strengths and limitations, guiding practical algorithm selection. The ground truth design for real data incorporates plausible causal models, bridging the gap between synthetic and real-world validation.
Methodology
- �� Data collection: Simulated data from Tennessee Eastman process, real data from ultra-processed food plant, both preprocessed via normalization and sliding window filtering.
- �� Variable selection: 33 variables in TE, 17 in food plant, covering key process and manipulated parameters.
- �� Ground truth construction: Based on process mechanics for TE, and process flow for real data, with two models for the latter to account for internal dependencies.
- �� Algorithm implementation: Running LiNGAM, GIES, PC, FCI, NOTEARS, with hyperparameter tuning for fairness.
- �� Performance metrics: TP, FDR, SHD, PR, RE, evaluated across datasets.
- �� Comparative analysis: Statistical tests and visualizations to interpret differences in structure recovery, robustness, and speed.
Experiments
Experiments involved applying multiple algorithms to both datasets, with consistent preprocessing and parameter tuning. The TE dataset, with known ground truth, allowed direct accuracy assessment. The real food data tested algorithm robustness in complex, noisy environments. Multiple runs ensured result stability. Hyperparameters such as regularization strength and learning rate were optimized via grid search. The evaluation focused on structure accuracy, false positive/negative rates, and computational time. Sensitivity analyses examined the impact of data preprocessing choices. The experiments aimed to identify algorithms best suited for industrial applications, balancing accuracy and efficiency.
Results
LiNGAM and GIES achieved over 85% true positive detection with minimal SHD in the TE dataset, indicating high structural fidelity. In real data, PC and FCI maintained FDR below 0.2, demonstrating robustness amid process variability. Speed-performance trade-offs were evident: LiNGAM was accurate but computationally intensive, while PC was faster with slightly lower accuracy. The multi-metric evaluation highlighted that no single method dominates across all criteria, emphasizing the need for context-specific algorithm choice. The results validate the datasets' utility for benchmarking and guide future algorithm development.
Applications
The datasets and evaluation framework support fault diagnosis, process optimization, and causal model deployment in industry. Practitioners can benchmark new algorithms, tune parameters, and develop real-time causal inference tools. The work facilitates integration of causal discovery into industrial control systems, enabling predictive maintenance and autonomous decision-making. Long-term, these tools could lead to fully automated, self-optimizing manufacturing processes, reducing downtime and improving safety.
Limitations & Outlook
While comprehensive, the datasets are limited by sampling frequency and scope, potentially missing fast or subtle causal effects. High computational costs of some algorithms hinder real-time deployment. The causal directions inferred may be uncertain without experimental intervention, especially in complex systems. Future work should incorporate interventional data, improve scalability, and explore adaptive algorithms to address these challenges.
Plain Language Accessible to non-experts
想象你在管理一个大型工厂,里面有许多机器和流程。每个机器的状态变化会影响到其他机器的表现,就像厨房里炒菜时,火候和调料的用量会影响菜的味道。以前,你只能凭经验猜测哪个调料会影响哪道菜,但这种猜测不够科学。现在,科学家们用一种叫“因果关系发现”的技术,分析工厂传感器收集的海量数据,自动找出这些机器和流程之间的真正关系,就像有个超级侦探帮你揭示工厂的秘密。这些技术可以帮助你提前发现潜在问题,优化生产流程,就像提前知道哪个调料用多了会变得不好吃。研究中,科学家用模拟工厂和真实工厂的数据,测试了不同的“侦探”工具,结果发现某些工具在识别关系方面特别准确,能让工厂变得更安全、更高效。这就像给工厂装上了“智能大脑”,让它自己知道哪里出了问题,未来还能实现自动化管理,减少人为干预。
ELI14 Explained like you're 14
你可以把工厂想象成一个超级复杂的厨房,有很多厨具和食材。每个厨具的使用和食材的变化都会影响到最后的菜肴。以前厨师们只能靠经验猜测哪个厨具会影响哪个食材,但这种猜测不总准。现在,科学家们发明了“智能助手”,它们可以分析厨房里传感器收集的海量数据,帮你找出厨具和食材之间真正的因果关系,就像一个超级侦探一样。这些助手可以告诉你,调整哪个厨具会让菜变得更好吃,甚至提前预警可能出错的地方。研究中,科学家用模拟厨房和真实厨房的数据,测试了这些“智能助手”,发现有些特别擅长识别关系,能帮厨师更好地控制烹饪过程。未来,这些技术还能让厨房变得更智能,自动调节火候和调料,让每道菜都完美无瑕。就像给厨房装上了“智能大脑”,让烹饪变得更简单、更科学。
Abstract
Causal relationships are commonly examined in manufacturing processes to support faults investigations, perform interventions, and make strategic decisions. Industry 4.0 has made available an increasing amount of data that enable data-driven Causal Discovery (CD). Considering the growing number of recently proposed CD methods, it is necessary to introduce strict benchmarking procedures on publicly available datasets since they represent the foundation for a fair comparison and validation of different methods. This work introduces two novel public datasets for CD in continuous manufacturing processes. The first dataset employs the well-known Tennessee Eastman simulator for fault detection and process control. The second dataset is extracted from an ultra-processed food manufacturing plant, and it includes a description of the plant, as well as multiple ground truths. These datasets are used to propose a benchmarking procedure based on different metrics and evaluated on a wide selection of CD algorithms. This work allows testing CD methods in realistic conditions enabling the selection of the most suitable method for specific target applications. The datasets are available at the following link: https://github.com/giovanniMen