Abstract
In the context of electric arc furnace (EAF) steelmaking, a typical process industry scenario, the conventional model-centric artificial intelligence (MCAI) paradigm faces a critical bottleneck caused by low-quality raw industrial data. Specifically, the low quality of raw industrial data results in prediction models for specific energy consumption (SEC, i.e. energy consumption per ton of steel) exhibiting both low accuracy and high volatility (i.e. poor robustness). To address this challenge, this study embraces the data-centric artificial intelligence (DCAI) paradigm and proposes an innovative four-stage multi-stage collaborative filtering (MCF) framework. This framework serves as a practical implementation of the DCAI philosophy, systematically refining the EAF SEC dataset to construct a ‘golden dataset’ through four progressive and synergistic stages: preliminary feature pruning, global instance denoising, collaborative feature selection, and boundary instance condensation (removal of ambiguous samples near decision boundaries). A core design principle of the framework is its adherence to a collaborative logic: stabilising the feature space prior to refining the instance distribution. Rigorous evaluation based on the resultant ‘golden dataset’ demonstrates that the MCF framework not only significantly enhances model prediction accuracy, as evidenced by metrics such as the hit rate under critical error tolerances and root mean square error (RMSE), but also substantially reduces the volatility of this accuracy, measured by the standard deviation (std.) of these metrics. Consequently, industrial-grade robustness is achieved. A decisive finding of this study is that a fundamental Lasso model, when applied to the ‘golden dataset’, comprehensively surpasses the overall performance (encompassing both accuracy and robustness) of a complex, hyperparameter-tuned XGBoost model trained on the original, unrefined data. This research demonstrates that the MCF framework, by concurrently improving prediction accuracy and ensuring prediction stability, offers an effective technical solution for implementing the DCAI paradigm in process industries such as EAF steelmaking. Furthermore, it strategically validates that investing in data quality is a higher-leverage, high-value pathway than complex model tuning.
Keywords
Introduction
As a key process in the modern steel industry, the energy consumption per ton of steel in electric arc furnace (EAF) steelmaking is a core indicator determining production costs and carbon emission efficiency. Consequently, accurate prediction of this metric is of significant strategic importance for process optimisation and energy conservation.1–3 A review of the field's history reveals that EAF energy consumption prediction methods have evolved from mechanistic analysis to data-driven approaches, and from simple statistics to complex intelligent models. This evolution reflects the industry's persistent pursuit of prediction accuracy and robustness, while highlighting the persistent disconnect between academic research and industrial practice.
Evolution of EAF energy consumption prediction methods and paradigm shifts
Period of mechanistic and statistical empirical models (approx. 1990s–early 2000s)
Early research primarily relied on integrating thermodynamic mechanism models with statistical regression methods. In 1992, based on production data from 14 AC EAF, Köhle 4 pioneered the establishment of an empirical formula for electrical energy consumption using multiple linear regression (MLR), laying the foundation for data-driven modelling in this field. He later systematically summarised the latest progress in EAF energy consumption modelling at the 7th European Electric Steelmaking Conference (EEC) in 2002. 5 Concurrently, at the same conference, Pfeifer and Kirschen 6 proposed a research framework contrasting thermodynamic analysis with statistical models, exploring the differences and complementarities between energy balance and statistical prediction. Targeting specific furnace types, Conejo and Cárdenas 7 presented a statistical model study on the energy consumption characteristics of a 100% direct reduced iron EAF at AISTech 2006. Furthermore, Sandberg et al. 8 optimised EAF energy efficiency through statistical process evaluation, while Czapla et al. 9 utilised multiple regression combined with process parameters to optimise power consumption. Research during this period was characterised by the selection of 5 to 10 key process variables (e.g., scrap weight, power-on time, oxygen injection volume) based on expert experience to establish linear or polynomial regression models with clear physical meaning. The advantage of these models lies in their high interpretability, but they struggle to handle complex non-linear interactions and high-dimensional data.
Period of traditional machine learning adoption (approx. mid-to-late 2000s–2010s)
With increased computational power and data accumulation, researchers began introducing machine learning methods such as support vector machines (SVM), random forests (RF), and artificial neural networks (ANN). Notably, international researchers, including Chinese scholars, explored the application of neural networks and chaos theory in EAF modelling during this period. 10 Carlsson et al. 11 systematically reviewed the application of statistical models and machine learning methods (including ANN, deep learning, and RF) in EAF energy consumption prediction. Logar et al. 12 developed region-based mathematical models for scrap melting process control and energy optimisation. Tomažič et al. 13 employed methods such as SVM, k-nearest neighbors (k-NN), and Gaussian Processes to predict energy consumption per heat, combining fuzzy logic to enhance model adaptability. Research in this stage began to demonstrate the advantages of non-linear modelling yet still relied heavily on manual feature engineering and domain knowledge, without forming a systematic data quality engineering system. Notably, a substantial gap persisted between the complexity of academic research and the simple statistical models actually applied in industry during this period.
Period of model-centric AI arms race (approx. 2016–2022)
In recent years, the industry has widely attempted to adopt the Model-Centric Artificial Intelligence (MCAI) paradigm, seeking to improve prediction accuracy by constructing increasingly complex models. Gradient Boosting Decision Tree models such as XGBoost and LightGBM, as well as deep neural networks (DNNs),14,15 have been widely applied to modelling EAF operational parameters. This paradigm centres research and development on the continuous iteration of models, aiming to overcome data-related challenges through model complexity.16,17 However, in complex industrial environments like EAF steelmaking, the inherent characteristics of raw industrial data – namely, high noise, high redundancy, and low quality – pose a major bottleneck that MCAI approaches cannot easily overcome.18,19 High noise levels and abnormal operating conditions cause models to learn erroneous patterns; high redundancy and feature collinearity increase the risk of overfitting; and low-quality data prevents even the most advanced MCAI models from learning true physical laws, ultimately leading to unstable performance and poor reliability.20,21
Rise of the data-centric paradigm (2019–present)
To break through the limitations of MCAI, the AI field has advocated a paradigm shift towards data-centric AI (DCAI).22,23 This paradigm proposes redirecting the focus from the endless iteration of model algorithms to the systematic and engineered improvement of data quality.24,25 DCAI's core tenet is that high-quality data outweighs model complexity; optimising data to enhance model performance and robustness is a higher-leverage strategy.26,27 Zha et al. 24 systematically elucidated the three main steps of DCAI: training data development, inference data development, and data maintenance. In the industrial sector, DCAI has already demonstrated potential in scenarios such as predictive maintenance and quality control, significantly improving model robustness through data cleaning, denoising and label correction.28,29 However, in complex process industry scenarios like EAF steelmaking, a concrete and systematic methodology for effectively implementing the DCAI philosophy is still lacking. Existing literature often focuses on the application of single cleaning techniques (e.g. anomaly detection via Isolation Forest 30 or feature selection via Lasso 31 ), overlooking the necessity of multi-stage collaboration. 32
Research motivation and core contributions
To address this gap, this study proposes an innovative four-stage multi-stage collaborative filtering (MCF) framework as a specific technical vehicle for the DCAI philosophy in process industries. The core contributions of this framework are as follows:
Technical innovation: The MCF framework successfully constructs a ‘golden dataset’ suitable for EAF energy consumption prediction through four progressive and collaborative stages: preliminary feature pruning, global instance denoising, collaborative feature selection, and boundary instance condensation. The core design follows the collaborative logic of ‘stabilising the feature space first, then purifying the instance distribution’, ensuring a systematic and effective data purification process. Performance enhancement: Rigorous evaluations based on the ‘golden dataset’ demonstrate that the MCF framework not only significantly increases the prediction hit rate within critical error tolerances but also substantially reduces the volatility of prediction accuracy (as measured by the standard deviation of root mean squared error (RMSE)), achieving a fundamental transformation from ‘unstable average accuracy’ to ‘industrial-grade robustness’. Strategic value: Through a decisive asymmetric comparative experiment, this study compellingly demonstrates the core strategic value of the DCAI paradigm: a basic Lasso model applied to the ‘golden dataset’ comprehensively outperforms a complex, hyperparameter-tuned XGBoost model trained on the original data in terms of both accuracy and robustness. This confirms that investing in data quality is a higher-leverage pathway than investing in model tuning.
Research limitations and paper structure
It implies that the MCF framework constructed in this study and the verification experiments rely strictly on production data collected from two specific 130-ton DC EAFs. While the design philosophy is generalisable, its direct applicability and optimal parameter configuration in other EAF types (such as AC EAFs) or other process industries (such as chemicals and cement production) require further verification. This article does not claim that the model possesses universal cross-equipment transferability, but rather aims to provide a reliable technical solution and empirical benchmark for DCAI applications in EAF scenarios.
The rest of this article is structured as follows: the second section elucidates the background of the dataset used in this study and systematically analyses the quality challenges faced by raw industrial data. The third section provides a detailed exposition of the MCF framework. The fourth section presents a series of rigorous, progressive experimental designs. The fifth section systematically presents and discusses the results of these experiments, while also addressing the limitations of the current study and suggesting directions for future research. Finally, the sixth section provides a conclusion to the article.
Data foundation and quality challenges
This chapter elucidates the background of the industrial dataset utilised in this study and systematically analyses its inherent, unrefined quality challenges. This analysis not only serves as the direct motivation for introducing the MCF framework but also forms the logical cornerstone of the entire research design.
Dataset overview
The dataset used in this study was sourced from a steel enterprise in China, collected over a 6-month period from two similar 130-ton direct current (DC) EAFs. It comprises production records from 2000 valid smelting heats, each with 130 features. This dataset represents the production of approximately 120 different steel grades during this period, thereby exhibiting broad operational diversity and representativeness. The feature set is comprehensive, covering five key process dimensions of EAF steelmaking: initial charge characteristics, electrical energy input parameters, blowing and chemical characteristics, auxiliary material addition features, and in-process monitoring features. The core target variable for this research is the specific energy consumption (SEC, i.e. energy consumption per ton of steel) (kWh/t), a key performance indicator for EAF energy efficiency and economic viability.
To ensure the objectivity and rigour of all subsequent data purification effect assessments, a baseline strategy of ‘minimal preprocessing’ was intentionally adopted before the formal introduction of the MCF framework. Only a single, essential baseline operation was performed on the raw data: rows with a feature missing rate exceeding 50% were removed. Based on this criterion, a total of 46 records were excluded, accounting for only 2.3% of the total raw data. Preliminary statistical analysis indicated that the distribution of the removed samples across key process parameters (e.g. heat type and scrap addition) showed no significant difference from that of the retained samples, suggesting that the missingness primarily originated from sporadic cross-sensor data acquisition failures rather than systematic absence under specific operating conditions. Consequently, this operation maximally mitigates the risk of introducing selection bias while cleaning invalid data. The sole purpose of this step was to ensure that any subsequent machine learning models could run without input errors, rather than to perform any substantive intervention on the data quality. This design deliberately avoids common preprocessing steps such as feature pre-selection based on expert domain knowledge, complex outlier smoothing or data standardisation.
The core rationale for this strategic choice is to strictly adhere to the principle of controlled variables in scientific experimentation, aiming to establish a fair and highly challenging ‘raw baseline’. Consequently, any improvements in model performance observed in subsequent sections can be uniquely and unequivocally attributed to the systematic effects of the proposed MCF framework, thereby unambiguously quantifying its independent contribution. This design is intended to demonstrate that a well-engineered, systematic DCAI framework like MCF should inherently possess the capability to automatically identify and handle redundancy, anomalies and noise from highly complex raw data, without relying on prior, domain-specific human intervention.
Quality challenges of raw industrial data
Under the aforementioned ‘minimal preprocessing’ strategy, the raw industrial data exhibits typical quality deficiencies, including high noise, redundancy and low quality. Its inherent, multi-dimensional quality issues pose severe constraints on the performance of any data-driven model. These challenges, which are the specific targets the MCF framework is designed to systematically address, are concentrated on the following three levels:
High-dimensional redundancy and the collinearity trap: The original feature set contains significant multicollinearity (i.e. high linear correlation between features) and informational overlap.33,34 This not only unnecessarily increases the computational burden of the model but, more critically, can lead to overfitting to noise during the training process, thereby severely compromising the model's generalisation ability and the reliability of its predictions. Interference from abnormal operating conditions and outliers: Transient sensor failures, data transmission errors or sporadic, highly atypical operating conditions in the industrial setting generate anomalous samples and strong outliers within the dataset.35,36 This ‘bad data’ can severely distort the true distribution of the data; it poses strong interference to the model's learning process and deflecting it from an accurate understanding of the core physical principles. Pervasive noise and blurred decision boundaries: The combination of pervasive measurement noise, process fluctuations and the inherent distribution of samples in the feature space leads to blurred decision boundaries between different ranges of the target variable (SEC).
37
This ambiguity makes it difficult for the model to learn clear and robust decision rules, which directly impacts its prediction accuracy and generalisation capability in critical application scenarios.
Multi-stage collaborative filtering framework: a systematic implementation of the DCAI paradigm
This chapter provides a detailed exposition of the MCF framework, which underpins the core of this research. As the principal technical vehicle for the DCAI paradigm in the context of EAF steelmaking, MCF is designed to progressively purify an initial dataset,

Architectural diagram of the multi-stage collaborative filtering (MCF) framework.
Stage 1: preliminary feature pruning
The objective of this stage is to perform a rapid initial purification of the original feature set X, eliminating features with minimal contribution and high informational redundancy. This process yields a more streamlined and robust intermediate feature set,
Subsequently, to address the problem of linear dependency among features, the variance inflation factor (VIF) is introduced for multicollinearity diagnosis. As formulated in equation (2), the VIF of a feature
This dual serial filtering mechanism operates exclusively on the feature dimension, purifying the initial feature set X into the more streamlined and robust intermediate set
Stage 2: global instance denoising
Following the preliminary purification of the feature space in stage 1, which yielded a more reliable feature subset
To accomplish this, the isolation forest (IF) algorithm is employed. The core hyperparameter of this algorithm is the ‘contamination rate’ (denoted as
This process operates exclusively on the instance dimension, purifying the instance set from S to
Stage 3: collaborative feature selection
After addressing feature redundancy and global instance noise in the preceding stages, the statistical relationships between the features and the target variable have become more distinct. Building on this foundation, the focus of this stage reverts to the feature space, aiming to distil a core feature subset,
The first engine employs the LassoCV, which integrates the Lasso model with a cross-validation. As a form of regularised linear regression, the efficacy of Lasso's feature selection capability lies in its unique objective function, presented in equation (4). This function minimises the traditional sum of squared errors term,
Concurrently, the second engine utilises a high-performance LightGBM model, which excels at capturing non-linear and complex interaction effects among features. This engine ranks feature importance based on information gain (IG), calculated as shown in equation (5). In this formula, D represents the dataset, a a specific feature and
The decision logic epitomises the essence of ‘collaboration’: priority is given to the intersection of features identified by both engines. If the size of this intersection,
Stage 4: boundary instance condensation
With the low-dimensional and high-information-density core feature subset
To this end, the edited nearest neighbors (ENN) algorithm is innovatively adapted for this regression task. First, through an equal-frequency binning strategy, the continuous target variable (energy consumption per ton of steel) is discretized into M ordered intervals. In this study, we set
Configuration of core methods and hyperparameters for each stage of the MCF framework.
MCF: multi-stage collaborative filtering.
Experimental design
This chapter details the series of progressive experiments designed for the systematic evaluation of the DCAI paradigm and its core technical vehicle, the MCF framework. The structure of this chapter follows a logical progression: demonstration of core advantages, validation of internal mechanisms, assessment of subsequent benefits, and finally, elucidation of its strategic value. This approach is intended to clearly present how each experiment is executed through specific, reproducible steps, thereby ensuring the rigour and transparency of the research.
Evaluation protocol
To ensure the fairness and comparability of all subsequent experiments, we first defined an evaluation baseline that was consistently applied throughout the study. This baseline includes a model library and a metric system, which together form the foundation for all experimental assessments.
To comprehensively and impartially evaluate the generalizability of the MCF framework across algorithms of varying complexity, this study constructed a benchmark model library covering three major paradigms: ‘classical statistical regression’, ‘traditional machine learning’, and ‘modern ensemble learning’. The selection basis is grounded in a deep analysis of data characteristics and industrial application scenarios:
Data modality adaptability: The input data for this study consists of static tabular data from discrete smelting heats, where each record represents a summary of process parameters for an independent heat. During modelling, heats are treated as independent and identically distributed (i.i.d.) samples. Since the data itself does not contain temporal dependencies requiring modelling, deep learning models specialised in capturing long-range sequential information (such as long short-term memory and recurrent neural network) are ill-suited for this task and were therefore excluded from the model library. Performance advantage on tabular data: Although DNNs possess powerful fitting capabilities, Gradient Boosting Decision Tree (GBDT) models, represented by XGBoost and LightGBM, typically exhibit superior robustness, faster training efficiency and stronger interpretability compared to standard DNNs when applied to medium-scale (2000 samples) high-dimensional industrial tabular data.
41
Consequently, this study selected XGBoost and LightGBM as representatives of ‘high-performance black-box models’. Historical baseline comparison: To address the field's interest in traditional methods, ridge regression and lasso regression were specifically introduced. These two models represent the ‘simple statistical regression models’ widely used in early research, serving as a foundational baseline to quantify the magnitude of the performance leap the DCAI paradigm can deliver relative to the traditional linear fitting paradigm.
Ultimately, the benchmark model library comprises six models of varying complexity: Ridge, Lasso, support vector regression, RF, XGBoost, and LightGBM. In all experiments, unless explicitly stated otherwise in the hyperparameter tuning comparison in the ‘Strategic value assessment: comparative efficacy of the DCAI and MCAI paradigms’ section, the hyperparameters of these models remained strictly fixed. This ensures that data quality is the sole variable influencing changes in model performance.
To quantify model performance multidimensionally, a comprehensive evaluation metric system was established, encompassing three primary aspects: prediction accuracy, prediction hit rate and model robustness. Prediction accuracy is measured using standard statistical metrics, including RMSE, mean squared error (MSE), mean absolute error (MAE), and the coefficient of determination (
Core advantage assessment: Enhancement of prediction hit rate
This study is designed to directly and robustly quantify the core value of the MCF framework from a perspective of paramount importance to industrial applications. The primary scientific objective is to systematically validate whether the ‘golden dataset’, refined through the MCF framework, significantly enhances the prediction hit rate of various models under different error tolerances compared to the original raw data. To achieve this objective, the experiment contrasts two core datasets representing extreme states of data quality:
Internal mechanism validation: Framework efficacy and synergy
Following the demonstration of the MCF framework's significant external efficacy via the hit rate metric, this section delves into its internal mechanisms to investigate the scientific validity and inherent rationale behind its success. This experiment encompasses two progressive scientific objectives. First, a ‘progressive efficacy’ assessment is conducted to quantify the positive and cumulative contribution of each processing stage within the MCF framework to the enhancement of data quality. Second, through “synergistic necessity” ablation studies, it aims to demonstrate that the framework's stages are not merely a simple stack of filters but rather exhibit indispensable, sequence-dependent synergistic interactions. To this end, a specialised hierarchical dataset system was constructed to precisely mirror the MCF processing pipeline. This system originates from the raw data
Table of progressive dataset construction for ablation experiments.
MCF: multi-stage collaborative filtering.
The evaluation procedure for this experiment is detailed as follows: to validate ‘progressive efficacy’, all six models from the benchmark library are sequentially trained and evaluated on the hierarchical dataset series (
To verify ‘synergistic necessity’, we conduct an ablation study utilising all six models from the benchmark library. The core of this procedure involves two sets of direct performance comparisons, with RMSE and
Subsequent benefit assessment (I): Enhancement of model robustness
This experiment is designed to quantify and substantiate a core value transformation introduced by the DCAI paradigm: a strategic shift in the objective of machine learning applications from the conventional pursuit of ‘unstable average accuracy’ to ensuring the ‘high degree of robustness’ essential for industrial-grade applications. The central hypothesis is that a model trained on a dataset systematically purified by the MCF framework will exhibit significantly lower volatility in its predictive performance compared to its performance when trained on the noisy, original dataset. To validate the universality of this hypothesis, all six models from the benchmark library were utilised, with two evaluation configurations established for each model based on the
Subsequent benefit assessment (II): Comparative evaluation of data cleaning strategies
This experiment is designed to objectively establish the technical superiority of the MCF framework by conducting a fair and comprehensive comparative performance analysis against benchmark methods widely utilised in academia and industry. For this purpose, the MCF framework is treated as an integrated, synergistic data cleaning strategy. Three representative benchmark strategies were designed for comparison: strategy A, a purely feature-centric approach, performs feature selection based solely on mutual information; strategy B, an instance-centric method, utilises the classic local outlier factor (LOF) algorithm to identify and remove outliers and strategy C simulates a simple, non-synergistic multi-step process by first executing strategy A and then strategy B. These three strategies were respectively applied to the original dataset
Strategic value assessment: Comparative efficacy of the DCAI and MCAI paradigms
This experiment is designed to elevate the research perspective to a strategic level by addressing a long-standing, fundamental question in the field of AI research and development through a direct comparative experiment: For a given industrial problem, should limited R&D resources – including computational power, time and personnel – be preferentially allocated to the systematic enhancement of data quality (the DCAI paradigm), or to the exhaustive optimisation of model architectures and hyperparameter tuning (the MCAI paradigm)? To address this question equitably, two experimental groups with distinct but equivalently evaluated protocols were established. The DCAI group represents the ‘invest-in-data’ strategy, focusing on assessing the performance of baseline models with fixed, default hyperparameters on the high-quality ‘golden dataset’
The evaluation procedure is structured to ensure absolute fairness in the final performance comparison between the two paradigms. To this end, corresponding DCAI and MCAI comparison configurations were constructed for both the Lasso and XGBoost models. The preparation for the MCAI configurations involved an intensive grid search on the
Baseline comparison setup with traditional statistical regression models
To address the discussion within the field regarding model complexity versus data quality, and to verify the superiority of the DCAI paradigm over early empirical statistical methods, this study introduces a dedicated set of baseline comparison experiments. These experiments simulate the classic statistical modelling workflow for EAF energy consumption per ton prediction from the 2000s, constructing a ‘Traditional Statistical Baseline’ that represents typical practices from early works such as Köhle and Conejo.4–9
The baseline workflow comprises the following steps:
Domain knowledge-based feature selection: In contrast to the automated collaborative mechanism of MCF, this baseline exclusively selects eight core variables recognised in the literature as input features: total scrap weight, pig iron addition, power-on time, oxygen blowing volume, carbon injection amount, smelting interval time, average voltage and average current. This selection directly references the variable sets used in classic studies by Köhle and Conejo. Simple statistical regression modeling: MLR and ridge regression are employed as predictors. These methods possess high interpretability and were mainstream choices in early research.
The performance of the aforementioned traditional baseline on the raw dataset will be compared against the same model type processed by the MCF framework (MCF + Ridge) and a high-performance model (MCF + XGBoost). All experiments adhere to the evaluation protocol detailed in the ‘Evaluation protocol’ section (10 repetitions of 10-fold cross-validation) to quantify the independent contribution of data quality engineering to prediction performance.
Results and discussion
This chapter aims to systematically present and thoroughly discuss the experimental results derived from the designs detailed in chapter 4. In a progressive manner, it validates the core value, internal mechanisms and strategic position of the DCAI paradigm within the complex industrial scenario of EAF energy consumption prediction. The discussion strictly adheres to the logical sequence established in chapter 4: commencing with an empirical demonstration of core advantages, proceeding to a scientific analysis of internal mechanisms, followed by a quantitative assessment of multi-dimensional benefits, and culminating in a strategic reflection on R&D paradigms. Finally, through a comparative benchmarking against traditional statistical regression baselines, this chapter confirms the superiority of the proposed DCAI framework over both existing and historical methods.
Core advantage validation: Significant leap in prediction hit rate
The primary finding of this research, which also serves as the most direct and compelling evidence for the data-centric philosophy, is manifested in the fundamental improvement of model prediction hit rates. As detailed in Table 3, all benchmark models, when trained on the ‘golden dataset’ (
Comparison table of prediction hit rates between datasets.
RF: random forests; SVR: support vector regression.
Internal mechanisms of performance enhancement: analysis of framework efficacy and synergy
Following the direct observation of the substantial enhancement in prediction hit rates, this study delves further into the internal mechanisms of the MCF framework to elucidate its scientific validity. As illustrated by the ‘progressive efficacy’ evaluation in Figure 2, the key performance metrics of all models exhibited a clear and consistent trend of improvement as the processing stages of the MCF framework advanced (from

Evaluation chart of framework stage effectiveness: (a) MSE, (b) RMSE, (c) MAE and (d)
Performance comparison table for ablation experiments.
RMSE: root mean squared error; SVR: support vector regression.
Subsequent benefit I: A paradigm shift from pursuing accuracy to ensuring robustness
High-quality data not only yields superior average prediction accuracy but, more importantly, facilitates a paradigm shift in model reliability, transitioning from quantitative improvement to a qualitative leap. As illustrated by the robustness evaluation in Figure 3, models trained on the original dataset,

Comparison chart of model robustness metrics.
Subsequent benefit II: Comprehensive performance superiority of the MCF strategy
To objectively evaluate the comprehensive performance of MCF as a holistic data cleansing strategy, a comparative analysis was conducted against benchmark strategies commonly employed in academia and industry. As illustrated by the experimental results in Figure 4, the MCF framework (strategy D) demonstrated overwhelming technical superiority. Compared to the baseline performance of strategy E (utilising the original data,

Performance comparison chart of data cleaning strategies: (a) RMSE and (b)
Strategic value proposition: The cost-effectiveness of the DCAI paradigm
The most transformative and practically significant finding of this research, illustrated in Figure 5, emerges from the cross-paradigm cost-effectiveness analysis. This quantitative comparison reveals two pivotal discoveries. First, from the perspective of comparing analogous models, data quality constitutes the definitive factor for achieving superior performance and robustness. Specifically, in direct comparisons of MCAI-Lasso versus DCAI-Lasso and MCAI-XGBoost versus DCAI-XGBoost, the DCAI groups (employing default parameters with ‘golden data’) consistently exhibited substantially lower error metrics than the MCAI groups (utilising fine-tuned parameters with raw data). Concurrently, a drastic reduction in the standard deviation of performance was observed. This provides direct evidence that high-quality data serves as the core lever for achieving a quantum leap in model performance and ensuring industrial-grade robustness. Second, when comparing simple versus complex models across these paradigms, the DCAI framework demonstrates an overwhelming strategic advantage. The most compelling experimental result is that the ‘foundational DCAI’ approach, represented by DCAI-Lasso (a basic model trained on ‘golden data’), surpassed the ‘advanced MCAI’ approach, represented by MCAI-XGBoost (a complex model trained on raw data), in terms of both prediction accuracy and robustness. This asymmetric comparison compellingly demonstrates the immense strategic value of the DCAI paradigm: investing in systematic data quality enhancement is a more highly leveraged strategy than engaging in the perpetual ‘arms race’ of model architecture optimisation and hyperparameter tuning. Consequently, this study provides a clear roadmap for the research and development of industrial intelligent systems, establishing that a return to fundamentals – solidifying the data foundation – is the strategic cornerstone for the large-scale, high-value deployment of data-driven intelligent technologies.

Benefit comparison chart between DCAI and MCAI paradigms: (a) MSE, (b) RMSE, (c) MAE and (d)
Comparative analysis with traditional statistical regression models
Table 5 presents the comparative results on predictive performance between the Traditional Statistical Baseline (limited domain knowledge-based features + raw data) and MCF-enhanced models. This baseline reflects the typical performance of the early statistical paradigm.
Performance comparison between traditional statistical baselines and MCF-enhanced models.
MCF: multi-stage collaborative filtering; MLR: multiple linear regression; RMSE: root mean squared error.
The results indicate that traditional statistical regression models exhibited poor performance under raw data and limited features (
In contrast, models empowered by the MCF framework achieved significant improvements in the same metrics: the RMSE of the Ridge model decreased to 9.21 kWh/t, with
Limitations and future outlook
While this research provides robust empirical evidence for the application of the DCAI paradigm in process industries and validates the effectiveness of the MCF framework, it is imperative to objectively acknowledge its limitations and delineate directions for future research.
First, the scope of validation in this study is subject to certain constraints. The construction of the MCF framework and the verification experiments rely strictly on production data collected from two specific 130-ton DC EAFs. Consequently, the features and patterns learned by the models are intrinsically tied to the specific equipment parameters, raw material structures and operational habits of these furnaces. This study has not verified the direct applicability of the model to other types of EAFs (such as AC EAFs) or other process industries (such as chemical and cement production). Direct transfer to new scenarios without adaptation may limit model performance.
Second, regarding hyperparameter configuration, certain critical hyperparameters within the current MCF framework (e.g. the contamination rate of the Isolation Forest and the VIF threshold) depend on preliminary statistical analysis of the specific dataset and domain expertise. Although these settings are effective in the current scenario, the framework currently lacks a fully automated mechanism for hyperparameter optimisation. Consequently, manual recalibration may be required when facing new scenarios with significantly different data distributions.
Finally, the application scenario and data modality are relatively limited. This study focuses primarily on discrete tabular statistical data from individual heats, without incorporating the rich high-frequency time-series signals (such as current and voltage waveforms) or unstructured data available in industrial settings. To some extent, this limits the potential for leveraging deep learning models to mine finer-grained dynamic features.
Looking ahead, based on the aforementioned limitations, we will focus on the following research directions: (1) cross-domain generalisation and transfer learning, aiming to verify the framework's adaptability across different equipment and industries to enhance universality; (2) automated hyperparameter optimisation, exploring the introduction of AutoML or meta-learning mechanisms to reduce the cost of manual intervention and (3) multi-modal data fusion, integrating time-series and image data to construct a more holistic and intelligent industrial prediction system.
Conclusion
Addressing the data quality bottleneck in the prediction of energy consumption per ton of steel for EAF steelmaking, this study proposed and systematically validated a DC MCF framework. The primary conclusions are as follows:
This study successfully designed and validated an innovative four-stage MCF framework. Ablation experiments decisively demonstrated the synergistic necessity of its internal stages: without first removing outliers via global instance denoising ( Furthermore, the DCAI paradigm achieves a fundamental shift in the reliability of data-driven applications. Quantitative results show that training models on the ‘golden dataset’ refined by the MCF framework leads to a substantial reduction in the standard deviation of prediction performance. This marks a pivotal transition in the value proposition of data-driven models, moving from the pursuit of potentially unstable average accuracy to the assurance of high robustness and reliability, which are indispensable for industrial production. Finally, the DCAI paradigm establishes a core strategic value for the research and development of intelligent systems. The central finding from our cross-paradigm comparison is that a basic, untuned Lasso model trained on the ‘golden dataset’ comprehensively surpasses a complex XGBoost model – which was meticulously optimised on raw data at significant computational cost – in both robustness and prediction accuracy. This asymmetric outcome provides compelling evidence that investing in systematic data quality enhancement is a more highly leveraged strategy than model tuning and represents an indispensable pathway for the high-value implementation of industrial intelligent applications. Limitations and future research directions: While this study confirms the effectiveness of the MCF framework on specific EAF datasets, future research will focus on three strategically significant directions to broaden its industrial applicability: (1) cross-domain generalization and transfer learning: To address the limitations of single-source validation on DC EAFs, we aim to collect datasets from diverse furnace types (e.g. AC EAFs) and other process industries (e.g. cement and chemicals), exploring transfer learning techniques to verify cross-scenario adaptability; (2) multi-modal data fusion: We plan to integrate high-frequency time-series sensor data (e.g. current and voltage waveforms) to enable deep learning models, such as long short-term memories or transformers, to capture finer-grained dynamic process features; (3) adaptive hyperparameter optimisation: We will develop AutoML modules based on meta-learning or Bayesian optimisation to reduce the framework's reliance on domain expertise, thereby achieving adaptive configuration across different industrial scenarios.
Footnotes
Funding
The authors received no financial support for the research, authorship, and/or publication of this article.
Declaration of conflicting interests
The authors declared no potential conflicts of interest with respect to the research, authorship, and/or publication of this article.
