ProMix-DGNet: A Process-Aware Spatiotemporal Network for Sintering System Prediction
Zhili Zhang, Yuxin Wan, Liya Wang, Jie Li

TL;DR
This paper introduces ProMix-DGNet, a new spatiotemporal network that improves predictions in the iron ore sintering process by handling delays and complex interactions.
Contribution
ProMix-DGNet introduces a novel process-aware architecture combining dynamic graphs and global mixers for robust sintering system prediction.
Findings
ProMix-DGNet outperforms existing models on real-world datasets Sinter-A and Sinter-B.
The model achieves lower Mean Absolute Error (MAE) and Root Mean Square Error (RMSE) in multistep-ahead predictions.
The architecture effectively captures long-range coupling and aligns future control setpoints with spatial topology.
Abstract
Multistep-ahead prediction of critical states in the iron ore sintering process is essential for maintaining production stability, enhancing energy efficiency, and reducing industrial emissions. However, large time delays, strong coupling, and condition drifts challenge existing spatiotemporal graph neural networks (STGNNs). This paper proposes Process-aware Mixed Dynamic Graph Network (ProMix-DGNet), which integrates a Decoupled Two-Stream Topology Learning mechanism—fusing Adaptive Static Graph with a Radial Basis Function (RBF)-driven Dynamic Graph Constructor—to ensure robust spatial modeling under high-noise conditions. Furthermore, Process-View Global Mixer explicitly captures long-range process coupling across the entire sintering strand, overcoming the receptive field limitations of traditional graph convolutions. In the decoding phase, a future control-informed module utilizes…
Genes, proteins, chemicals, diseases, species, mutations and cell lines named across the full text — each resolved to its canonical identifier and authoritative record.
Click any figure to enlarge with its caption.
Figure 1
Figure 2
Figure 3
Figure 4
Figure 5
Figure 6- —Enterprise Entrusted Horizontal Project
- —Project of Yanzhao Iron and Steel Laboratory
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIron and Steelmaking Processes · Mineral Processing and Grinding · Coal Properties and Utilization
1. Introduction
Iron ore sintering is the primary raw material supply process for blast furnace ironmaking. The yield and quality of the finished sinter directly determine the production efficiency and energy consumption of the subsequent ironmaking stages [1]. Simultaneously, sintering is one of the most significant sources of energy consumption and pollutant emissions in the steel industry [2]. Therefore, achieving precise, multistep-ahead prediction of the sensor network—which serves as the data foundation for deriving key state variables such as wind box temperature distribution, exhaust gas composition, and the burn-through point (BTP)—is essential for process stability. By accurately forecasting the spatiotemporal evolution of these process variables, the model provides the necessary high-fidelity inputs for building closed-loop intelligent control systems and reducing industrial emissions. However, the sintering environment is characterized by harsh on-site conditions, highly coupled process parameters, and significant non-linearity and time-varying dynamics [3]. These factors make traditional modeling methods based on thermodynamics or chemical reaction mechanisms difficult to adapt to fluctuating production conditions. To address these issues, deep learning, which integrate massive operational data and possess strong nonlinear fitting capabilities, have emerged as a research hotspot for achieving intelligent perception and coordinated control in sintering [4].
Early predictions of the sintering process primarily relied on time series analysis methods (such as ARIMA) or traditional Recurrent Neural Networks (RNN, LSTM). Although these methods can capture the temporal dependencies of individual sensors [5], they ignore the topological relationships between different spatial locations on the sintering machine, such as the wind box and flues distributed along the length of the sintering strand. In recent years, Spatiotemporal Graph Neural Networks (STGNN) has achieved significant success in domains like traffic flow prediction [6], environmental monitoring [7], energy management [8], and brain network analysis [9], and are now being introduced into industrial process modeling. By modeling sensors as graph nodes and employing Graph Convolutional Network (GCN) to capture spatial dependencies combined with Temporal Convolutional Network (TCN) or Recurrent Neural Network (RNN) for temporal features, these models effectively extract spatiotemporal correlations. For instance, Graph WaveNet [10] and MTGNN [11] have addressed the issue of missing predefined graph structures through adaptive adjacency matrices, which can be further enhanced by incorporating semantic knowledge [12] or physics-informed constraints [13] to improve the modeling of complex dynamic systems.
Despite their potential, applying existing STGNN methods to complex sintering processes faces three critical challenges that limit prediction accuracy.
First, the robustness of dynamic graph learning against industrial stochastic noise is insufficient. The sintering process operates under harsh environments that generate highly non-stationary and high-amplitude noise, necessitating a graph structure capable of stable evolution. However, recent authoritative studies highlight that dynamic spatiotemporal models are intrinsically vulnerable to structural perturbations and such noise [14,15]. This stochastic noise frequently triggers a “dual noise effect” in industrial datasets, leading to severe topology degradation, sample indistinguishability, and feature collapse [16]. Although existing methods utilize attention mechanisms [17,18] or recursive structures [19,20] to capture dynamics, they often struggle here: attention models are highly susceptible to outliers, while recursive approaches suffer from temporal inertia that excessively smooths historical states and suppresses the detection of abrupt transient changes [21]. Furthermore, methods relying on discrete Top-K selection introduce non-differentiability and potential numerical oscillations during training [22]. Achieving a stable yet sensitive dynamic graph under high-variance industrial conditions remains a challenge in spatiotemporal modeling.
Second, the constrained local receptive field of traditional GCN severely limits their ability to capture macroscopic spatial coupling and large time delays. Iron ore sintering is a continuous, long-distance pipeline process where thermal state changes in the ignition section at the head significantly affect the discharge quality at the tail with massive transport delays. However, traditional GCN primarily extract local features by aggregating information from immediate neighbors, which inherently fails to capture such complex macroscopic spatiotemporal coupling [23]. While stacking multiple GCN layers can theoretically expand this local vision, it frequently triggers the over-smoothing problem, where node representations become indistinguishable and lose their task-specific utility [10,24]. Furthermore, attempting to capture global dependencies by generating dense adaptive adjacency matrices fundamentally incurs computational complexity, severely restricting its scalability over extended physical networks [25].
Finally, future control variables are underutilized. In industrial control systems, future setpoints—such as strand speed and main exhaust fan frequency—are often known a priori as deterministic feedforward signals. Existing spatiotemporal models typically treat these variables by simple concatenation with historical features. This approach fails to account for the dynamic driving effect exerted by temporal evolution of control signals, ignoring how these trends actively steer the future state of the system over time [26].
To address these challenges, this paper proposes the Process-aware Mixed Dynamic Graph Network (ProMix-DGNet). Architecturally, it integrates a decoupled two-stream topology learning mechanism with a Process-View Global Mixer to harmonize localized diffusion with macroscopic process constraints. Specifically, the Global Mixer works in tandem with graph convolutions to refine localized spatial representations, while a bidirectional Long Short-Term Memory (BiLSTM)-based decoding module further aligns these patterns with predetermined future operational signals. This integrated design enables the model to maintain predictive stability under high-variance industrial conditions while remaining responsive to active control interventions.
The main contributions of this paper are summarized as follows:
- Unlike mainstream adaptive STGNN, we propose a dynamic graph constructor driven by a Radial Basis Function (RBF) kernel. By using absolute Euclidean distance, this design provides an exponential decay effect that truncates extreme industrial outliers, providing a robust topological inductive bias against non-stationary condition drifts. To ground this data-driven process, we introduce a static graph based on physical process lags, preventing the topological collapse often seen in unconstrained adaptive networks.
- To handle the large time delays of the sintering strand, we introduce the Process-View Global Mixer as a vital complement to traditional GCN. This module establishes a high-speed information channel that processes the localized features extracted by graph convolutions, effectively bypassing their inherent receptive field limitations. By anchoring global interactions to the machine’s physical layout with linear computational complexity (O(N)), it captures long-range thermodynamic couplings across the entire strand without the over-smoothing issues of deep GCN stacks.
- We bridge the gap between predictive modeling and industrial feedforward control by designing a Future Control-Informed Decoding Mechanism. Instead of simple feature concatenation, it formulates the prediction as a condition-modulated process. This allows the network to proactively translate known future control matrices into system-level responses, ensuring rapid adaptation to regime switches under harsh operational transitions.
- Extensive experimental validation on real-world datasets demonstrates that ProMix-DGNet consistently achieves superior performance across the vast majority of error metrics compared to recent state-of-the-art baselines. Notably, on the highly volatile Sinter-B dataset, the model reduces the Root Mean Square Error (RMSE) by 2.39% (from 976.166 to 952.832) compared to the currently strongest baseline, Towards Expressive Spectral–Temporal Graph Neural Networks (TGGC). Paired t-tests confirming high statistical significance (p < 0.001) verify that these improvements are driven by our architectural design.
2. Related Work
2.1. Evolution of Sintering Process Modeling
Research on sintering process modeling has undergone a significant paradigm shift from mechanism-based analysis to data-driven intelligence. Early approaches primarily relied on physicochemical equations or Computational Fluid Dynamics (CFD) simulations to describe thermal states [27]. However, the prohibitive computational costs and complex boundary conditions of these methods often fail to meet the real-time monitoring requirements of modern industry. As industrial data collection has expanded, the focus shifted toward data-driven paradigms, initially utilizing statistical methods (e.g., PCA) or traditional machine learning (e.g., SVM, XGBoost) for soft sensing [28]. Subsequently, deep learning models like LSTMs and CNNs were introduced to capture long-range temporal dependencies and grid-based local spatial features, respectively. Unlike Long-term Time Series Forecasting (LTSF), which focuses on single-dimensional temporal patterns, Spatiotemporal Forecasting (STF) offers a higher-dimensional paradigm that simultaneously deconstructs the crisscross spatial dependencies and physical transmission between sensor nodes while modeling nonlinear temporal dynamics.
2.2. Spatiotemporal Modeling in Industrial IoT and Limitations of STGNNs
In modern industrial IoT ecosystems, the data pipeline is divided into perception and application layers. At the perception layer, advancements in Wireless Sensor Network (WSN) integrate deep learning for reliable data collection. Protocols such as DL-HEED [29] and QPSODRL [30] employ graph neural networks and reinforcement learning to optimize node clustering and dynamic routing. Continuous monitoring within these systems generates large volumes of coupled spatiotemporal data. The challenge at the application layer is mining this network data for process optimization.
STGNNs serve as a primary architecture for this task. However, existing STGNNs exhibit limitations when applied to industrial processes such as sintering. Early models, such as STGCN [31] and DCRNN [19], typically relied on predefined graph structures based on physical distance or prior knowledge. However, these models were originally designed for traffic networks with fixed physical topology. In contrast, the sintering process involves invisible, time-varying thermochemical couplings that cannot be predefined by a static Euclidean graph, making these methods susceptible to concept drift.
While recent advancements like MTGNN [11] and AGCRN [32] introduced graph self-learning mechanisms to automatically mine latent variable associations from data, these standard adaptive STGNN primarily rely on dot-product or cosine similarity between unconstrained node embeddings. In highly volatile industrial environments, such magnitude-invariant metrics are highly sensitive to high-amplitude stochastic noise and extreme outliers, frequently leading to dynamic topology collapse. Furthermore, purely data-driven adaptive graphs lack physical constraints, making them prone to overfitting transient perturbations rather than preserving the sequential causality of the continuous manufacturing process.
2.3. Global Dependency Modeling and Feedforward Control Fusion
Despite these improvements, most state-of-the-art STGNNs remain fundamentally based on GCN operators. Consequently, they are constrained by a local receptive field, leading to insufficient perception capabilities when modeling the global dependencies of device nodes spanning large-scale time-delays. In a typical sintering strand, the raw mix on the pallets travels from the ignition hood to the discharge end over 45–60 min. This temporal delay is coupled with complex wind box pressure fluctuations and the downward migration of the combustion zone. The shallow propagation of local GCN operators struggles to capture the long-range spatial correlations inherent in such sequential manufacturing processes.
To overcome the limitations of local GCN, researchers have drawn inspiration from recent advances in the LTSF domain. Studies such as LTSF-Linear [33] and iTransformer [34] have questioned the robustness of self-attention mechanisms in high-noise industrial environments, noting that their permutation-invariant nature may lead to the loss of critical temporal information under stochastic disturbances. In contrast, MLP-based architectures, such as TS-Mixer [35], have demonstrated that global features can be efficiently extracted through fully connected Token-mixing or Channel-mixing layers without relying on attention, offering structural robustness for fixed sensor topologies. Furthermore, existing spatiotemporal models often overlook control causality, focusing primarily on historical data backtracking. Recent research emphasizes that integrating feedforward features—future control setpoints—can reflect system dynamics more proactively [26]. For instance, the temperature distribution across wind box is not just a result of local reactions, but a cumulative effect of the material layer’s permeability and the suction pressure established earlier in the process. Therefore, deeply integrating these global feedforward characteristics into a spatiotemporal framework to overcome large time delays remains a critical unresolved issue in current research.
3. Problem Definition
The underlying topology of the sintering system is modeled as a directed graph , where represents the set of variable nodes with , is the set of edges, and is the adjacency matrix. Let denote the predefined set of exogenous control nodes, and denote the set of endogenous target nodes, such that with sizes and .
Let denote the historical observation matrix; is the look-back window, and is the input feature dimension comprising the historical states of all nodes. Let denote the future control matrix over the prediction horizon . This matrix serves as the known exogenous input, embedding the predetermined trajectories of the control nodes , while the unobserved features of other nodes are mathematically masked.
Given the historical observations , the future exogenous conditions , and the graph topology , the objective is to learn a spatiotemporal mapping function to forecast the future trajectories exclusively for the target nodes :
4. Method
4.1. Overall Architecture
The proposed model, Process-aware Mixed Dynamic Graph Network (ProMix-DGNet), utilizes an encoder–decoder architecture designed to integrate multiscale temporal patterns with decoupled spatial dependencies. The architecture is organized into three main components: an Input Projection Layer, Stacked Process-Aware Spatiotemporal Encoders, and a Future Control-Informed Decoder. The integrated structure and its internal modules are illustrated in Figure 1. Specifically, Figure 1a outlines the overall pipeline, while Figure 1b and Figure 1c provide detailed views of the Process-View Global Mixer and the Dynamic Graph Constructor, respectively.
To address the dimensional ( ) discrepancies in historical observations across different factory datasets, the model first employs an Input Projection Layer to map the raw input into a unified high-dimensional hidden space. Given the historical observation matrix , we apply a convolutional layer over the feature channel dimension:
where the Permute operation realigns the data to a channel-first format to facilitate the subsequent stacked encoding operations. The symbol denotes the channel-wise convolution operation. and represent the learnable weight and bias parameters, respectively. This linear mapping ensures that heterogeneous physical signals are standardized into a cohesive representation for the subsequent encoding stages.
The core of ProMix-DGNet consists of L stacked blocks, each partitioned into two functional stages that mirror the physical spatiotemporal propagation of the sintering strand. The first stage establishes the structural foundation through temporal trend and topology learning. Within each block, a gated TCN condenses the historical observation matrix into a macro-dynamic snapshot. Utilizing these layer-specific temporal features, a two-stream graph topology learning module generates a hybrid graph fusing static physical anchors with data-driven dynamic metrics. The second stage facilitates information exchange through spatial interaction and global mixing. Building upon the learned topology, it performs localized spatial diffusion via GCN to capture fine-grained sensor couplings. Subsequently, the Process-View Global Mixer overcomes physical distance limitations by aggregating localized features into a system-level representation, which reflects the global operational state of the entire sintering machine.
In the output stage, the model uses a multi-scale skip connection architecture to converge representations from different depths and introduces a Future Control-Informed Decoding Mechanism. This employs BiLSTM to extract temporal dependencies from future control setpoints. The process-view global mixer aligns these signals with the propagation laws of the physical topology. These future contexts are dynamically integrated with historical representations via a gated residual mechanism, ensuring rapid adaptation to regime switches under non-stationary conditions.
4.2. Stage I: Temporal Trend Encoding and Topology Learning
4.2.1. Gated Temporal Convolutional Network
To capture the temporal evolution of the sintering process, we use gated TCN as the frontend encoder. The gating mechanism handles the non-stationary and noisy nature of industrial sensor data by prioritizing salient thermodynamic trends over high-frequency fluctuations.
Within each encoder layer l ( ), the input hidden state is denoted as (with the initial projection specifically defined as ). This state is transformed into a localized temporal representation via a dual-branch dilated causal convolution:
Here, denotes the convolution operation, while are learnable parameters. The distinct activation functions for the two branches, denoted as TCN-a and TCN-b, are designed to handle the non-stationary and noisy nature of industrial sintering data. The TCN-a branch ( ) acts as the primary feature extractor utilizing the activation function, bounding the output within . The TCN-b branch ( ) functions as a dynamic information filter using the sigmoid activation function ( ), constraining its output to the range . Through element-wise multiplication, this gating mechanism determines the proportion of the extracted features allowed to pass to the next layer.
To map the physical observation window into a representative macro-dynamic snapshot, we implement a temporal squeezing strategy. Configuring the dilation factors as with a kernel size and applying initial zero-padding aligns the input with the network’s receptive field. Cascading four encoder blocks progressively shrinks the sequence length via , collapsing the temporal dimension to . The temporally filtered tensor then feeds into the subsequent graph-based modules for dynamic graph constructor, spatial diffusion and global interaction.
4.2.2. Decoupled Two-Stream Topology Learning
Spatial dependencies in sintering systems involve both physically fixed equipment topologies that establish long-term stable correlations and transient thermodynamic states driven by continuous operational fluctuations. To decouple and capture these distinct patterns, we propose a two-stream topology learning architecture featuring a dynamic graph constructor (Figure 1c). The first stream constructs an adaptive static graph ( ) initialized by the predefined physical prior to model stable mechanical connections. The second stream dynamically generates a soft dynamic graph ( ) driven by real-time temporal convolutional features ( ) to capture transient correlations. These two streams are adaptively fused to form the comprehensive spatial topology.
To embed deterministic physical mechanisms into the network, we initialize the node embedding dictionaries of using truncated singular value decomposition (SVD) on the pre-calculated physical prior matrix (detailed in Section 5.1.3):
We initialize the embeddings as and . We formulate the adaptive graph as:
The ReLU activation acts as a hard filter to eliminate physically meaningless negative weights, and the SoftMax function normalizes the spatial connections. During training, backpropagation updates and . This ensures the topology is initially grounded in industrial mechanisms while remaining adaptive.
While the static stream captures long-term stability, the second stream infers a dynamic graph to model transient dependencies. We derive this graph from the intermediate temporal features produced by the gated TCN in Section 4.2.1. To extract salient spatial representations while handling the temporal dimension , we apply a temporal max-pooling operation followed by a convolution to project the features into a lower-dimensional embedding space :
where aggregates the most significant activations across the temporal dimension , and is the learnable projection weight. The activation function ensures that the node embeddings are centered and bounded within , providing a stable basis for similarity measurement. We then compute pairwise spatial similarities using an RBF kernel with a learnable temperature :
This formulation introduces a distance-decay inductive bias that aligns with the physical reality of industrial sintering, where sensors operating under similar thermodynamic conditions aggregate into functional clusters. By mapping latent proximity to structural connectivity, this kernel generates a topology that reflects the thermodynamic homophily of transient spatial correlations. The learnable temperature parameter acts as an adaptive regulator for the dynamic receptive field. During continuous operational fluctuations, dynamically scales the sensitivity of the Euclidean distance metric. It tightens to capture fine-grained local similarities during stable phases and relaxes to maintain fundamental topological connectivity during high-variance condition drifts. This data-driven scaling mechanism ensures stable convergence under varying industrial noise levels.
To mitigate background noise and reduce interaction complexity from to , we apply a sparsification strategy. An indicator mask retains the strongest connections for each node , thresholded by its largest similarity value :
We then row-normalize the masked similarity matrix to yield the dynamic adjacency matrix :
where denotes element-wise multiplication and . We integrate the global physical prior and local real-time dynamics using an adaptive gated fusion layer:
where the learnable parameter balances the mechanism-driven prior with data-driven perturbations. We initialize to provide an unbiased prior, allowing the network to optimize the balance between physical consistency and transient adaptability through end-to-end backpropagation. The resulting fused graph provides the structural basis for the subsequent spatial diffusion convolution.
4.3. Stage II: Spatial Interaction and Process-View Global Mixing
4.3.1. Graph Diffusion Convolution
Following the temporal snapshots and fused topology derived in Stage I, this module aggregates spatial features to capture localized node interactions. Modeling spatial dependencies as a stochastic diffusion process translates the sequential material flow and thermodynamic evolution into a directed message-passing mechanism on the graph.
To account for asymmetric spatial dependencies in the sensor network, we define three transition matrices to support the convolution. The forward transition matrix , defined as , represents downstream transmission of features along the primary operational direction. The backward transition matrix , defined as , captures reverse structural feedback loops within the network. The dynamic matrix , derived from the fused graph , provides data-driven support to capture transient correlations under fluctuating conditions.
Given the temporal representation at the layer, the spatial diffusion convolution is computed as:
where S denotes the diffusion step, and represents the power of the transition matrix, simulating the multi-hop propagation of features. The variables denote the input and output spatiotemporal representations. The parameters and are learnable filter weights and bias vectors.
This multi-hop message-passing mechanism allows each sensor node to aggregate information from its physically and operationally connected neighborhood. Integrating directional structural priors with dynamic metrics extracts localized spatiotemporal features, providing a base for the subsequent system-level global interaction.
4.3.2. Process-View Global Mixer
While GCN captures localized features, the sintering process is equally governed by macroscopic thermodynamic dependencies across the entire strand. To capture these long-range constraints and the absolute positional semantics of the fixed pipeline, we propose Process-View Global Mixer (Figure 1b). By tokenizing the spatial dimension, this module treats each sensor’s full time series as a distinct process node. This node-centric mixing allows the model to learn the functional roles of specific process points via direct linear mappings, effectively anchoring global interactions to the machine’s physical layout.
Given the localized spatiotemporal features , we apply layer normalization and perform dimension transposition to prepare for global interaction:
where represents the collection of N process-node tokens. In this node-centric latent space, each token encapsulates the complete temporal evolution and hidden feature channels of an individual physical sensor.
The core of the global interaction is a dual-layer feed-forward network operating directly on the spatial node dimension N:
where and are learnable weight matrices, and r is a configurable expansion ratio. This expansion ratio projects the features into a higher-dimensional latent space, enhancing the model’s non-linear capacity to capture complex global dependencies. This spatial multilayer perceptron implicitly establishes a fully connected topological view. It grants each sensor a global receptive field and models the inherent stability of the sintering thermodynamic field. The final permutation restores the tensor to its original shape .
To ensure stable integration, an adaptive gated mechanism fuses the mixed features with the original localized features:
where denotes the sigmoid activation function, and represents channel concatenation. This gated structure balances the mechanism-driven local diffusion of heat and material flow with the data-driven global perturbations governed by macroscopic thermodynamic constraints. Using the physical prior of a fixed node quantity across the sensor network, Process-View Global Mixer formulates global interactions with a linear computational complexity of . This design enhances inference efficiency, providing a scalable solution for capturing long-range dependencies in industrial systems characterized by transport delays.
4.4. Future Control-Informed Decoding Mechanism
Industrial sintering is an intervention-driven process where the future thermodynamic state depends heavily on predetermined operational control signals, such as adjustments to strand speed or ignition temperature. To translate these future operational intents into system-level thermodynamic responses, we introduce a future control-informed decoding mechanism that formulates multi-step prediction as a condition-modulated generative process.
To preserve multi-scale spatiotemporal representations and facilitate stable gradient propagation across the deep architecture, we aggregate the intermediate latent states from all L spatiotemporal blocks. These skip-connections are extracted immediately after gated TCN, denoted as . This specific extraction point preserves the unadulterated multi-resolution temporal momentum captured by the dilated convolutions, ranging from short-term localized fluctuations to long-term macroscopic trends. It also prevents spatial over-smoothing and retains fine-grained, node-specific features. A pointwise convolution standardizes the channel dimensions of these temporal features before aggregating them via a skip-connection framework:
Causal dilated convolutions effectively summarize the historical receptive field into a compact temporal state. To project this aggregated representation into the target forecasting horizon Q, a non-linear prediction head composed of a two-layer pointwise ( ) convolution network with intermediate ReLU activations is employed. The first pointwise convolution transforms the hidden features, and the second convolution maps them to the future time steps. This process is defined as:
where denotes the pointwise convolution operation, and represent the learnable weight matrices, and are the corresponding bias vectors. The resulting tensor serves as the unconditioned historical baseline prediction, representing the expected system evolution assuming zero future external interventions.
Concurrently, the network is conditioned on the exogenous future control matrix . As defined in Section 3 and pre-processed via zero-masking during dataset construction (Section 5.1.3), this matrix encapsulates the predetermined future trajectories strictly for the control nodes while maintaining global topological consistency. To extract the operational intent, BiLSTM processes the condition tensor independently across the N physical nodes:
where represents the temporally encoded control features. Industrial control commands possess strict temporal continuity and local momentum. The recurrent formulation of the BiLSTM preserves this sequential order and avoids the quadratic computational overhead over short-horizon localized trajectories (Q steps), serving as a lightweight localized temporal extractor. Given the strong thermodynamic coupling in sintering, localized actuator perturbations inevitably induce global state transitions. To model this spatial propagation, we apply Process-View Global Mixer to , translating localized temporal commands into global state perturbations and yielding the spatiotemporal-aware control embedding .
To impose future operational controls onto the predictions derived from historical data, we formulate the integration as a conditional feature modulation process. An adaptive gated residual mechanism dynamically modulates the historical baseline based on the spatiotemporal control embeddings. The control embedding generates a temporal–spatial gate mask and a bias correction term :
where represent the dynamic gate mask and bias correction tensor, respectively. The final predictive output modulates the historical baseline with these control-derived parameters:
This element-wise gating functions as a localized amplifier or attenuator, where determines the sensitivity of a sensor node’s reaction to the control signal based on its current state, and provides a direct magnitude shift. By coupling future setpoints with historical momentum through spatial propagation and gated modulation, this mechanism translates discrete operational commands into continuous system-level thermodynamic responses, bridging predictive modeling and proactive process optimization.
4.5. Loss Function
To ensure high numerical precision while effectively tracking unsteady dynamic trends, we design a composite objective function. This approach aims to simultaneously ensure robustness against industrial noise and mitigate the phase lag and over-smoothing issues inherent in forecasting non-stationary processes. Specifically, Mean Absolute Error (MAE) is selected as the primary loss. Complementing this, we introduce a temporal gradient regularization term that explicitly penalizes the error of first-order temporal differences, effectively mitigating phase lag and enhancing the model’s response to rapid regime switches. The global optimization objective is defined as:
Here, indexes the sensor nodes, ensuring the model optimizes the global state of the entire sintering system. denotes the temporal difference operator, and is a hyperparameter used to trade-off between value fidelity and trend consistency.
5. Experiment
5.1. Datasets and Preprocessing
5.1.1. Dataset Description
The real-world datasets were acquired from the DCS of two distinct sintering production lines, designated as Machine #1 and Machine #2, at a large-scale steel enterprise. These datasets, denoted as Sinter-A and Sinter-B, cover the full process workflow spanning from raw material batching, mixing, sintering, and flue gas circulation. They encompass a comprehensive set of critical process variables, including material feed rates, water addition flow, ignition information, wind box temperatures, and exhaust gas composition, along with relevant control parameters. Table 1 summarizes the basic statistics.
To connect the mathematical framework in Section 3 with the industrial environment, graph nodes are partitioned according to the physical workflow of the DCS. Table 2 summarizes the variable categories across five primary subsystems: material proportioning, mixing and moisture control, ignition and gas supply, the strand and bellows, and the exhaust and circulation system. Although the two plants differ in scale and instrumentation, variables in both datasets are organized within a uniform functional framework. The set of exogenous control setpoints, , comprises input variables adjusted directly by operators, such as proportioning ratios, valve commands, and fan speeds. Since these setpoints are pre-scheduled, their future values are deterministic and known beforehand. Target state variables, , consist of endogenous outputs that require continuous monitoring but cannot be directly manipulated. These indicators span a wide range of process parameters, including moisture content, ignition temperatures, wind box thermal and pressure states, and flue gas compositions, as well as various flow and temperature measurements across the circulation branches. Accurately forecasting these variables is fundamental to process control, as they serve as proxies for sinter quality and fuel consumption. Other auxiliary measurements, primarily mechanical feedback signals designated as Process Value (PV) in the DCS, serve as contextual state nodes to provide spatial context during graph message passing, though they are masked during loss calculation.
While both production lines generally operate under stable conditions, they exhibit significant differences in scale, sensor layout, and data distribution, providing two distinct testing environments. Sinter-A (Standard Scenario) was collected from Machine #1 with 183 nodes. The sensor layout is basic, primarily monitoring temperature and pressure at key locations with limited flow monitoring. Due to the concentrated numerical distribution and relatively stable operating conditions, this dataset serves as a benchmark for evaluating prediction accuracy in standard industrial scenarios; Sinter-B (High-Variance Scenario) was collected from the larger-scale Machine #2 with 221 nodes. Compared to Sinter-A, this dataset includes dense flow monitoring in the return air branch and multiple CO concentration detection nodes. Due to the physical characteristics of the return air system, these sensors exhibit high flow rates and high fluctuations. This introduces significant variance and local high-amplitude noise into the dataset, imposing higher requirements on the model’s robustness and noise tolerance.
5.1.2. Data Preprocessing
To address multivariable coupling and inherent transport delays in the sintering process, we constructed the train samples using the following strategies:
Sliding Window Generation. We set both the historical observation horizon P and the future prediction horizon to 12 time steps. With a five-minute sampling interval, this corresponds to one hour, which covers a complete cycle of the primary gas–solid coupling thermal reactions in the sintering strand. To separate past states from future control intentions, we represent a data sample as two matrices.
The historical raw input captures sensor states over the past steps. The feature dimension is formed by concatenating the one-dimensional local node state, globally broadcasted driving factors, and a one-dimensional temporal encoding. The future control matrix . provides known exogenous inputs for the next steps. To keep a consistent node graph structure matching historical observations, we zero-pad the unobserved features of non-control nodes. Here, consists of known local exogenous control setpoints ( ) or masked values, the global factors, and future temporal encodings.
Global Feature Broadcasting: Since key global variables govern the macroscopic dynamics of the sintering strand, we replicate them across the spatial dimension to match the nodes and concatenate them with local features. Based on the specific physical layouts and control systems, the global variable sets ( ) are defined as follows:
- For Sinter-A ( ): Strand speed command, circulation fan speed command, ignition gas valve command, combustion air valve command, primary and secondary mixing water valve command, and dynamically calculated total feed rate.
- For Sinter-B ( ): Strand speed command, circulation fan frequency command, ignition gas valve command, combustion air valve command, and the dynamically calculated total feed rate.
To prevent data leakage, we compute the total feed rate dynamically by aggregating deterministic bin scale commands instead of using physical weighbridge measurements. As all global variables are scheduled exogenous commands within the DCS, their future trajectories over horizon are fully predetermined before inference.
Temporal Encodings: To capture periodic operational patterns, we apply a normalized diurnal time encoding ( ) to both historical and future matrices. Each timestamp is mapped linearly into the interval based on its fractional elapsed time within a 24 h cycle. This continuous scalar representation enables the network to recognize daily production cycles and shift-change patterns.
The prediction objective is defined as the actual process values of selectively target nodes over the future steps. This ensures the model focuses entirely on the critical endogenous indicators required for process stability analysis.
5.1.3. Process-Based Physical Prior Graph
To explicitly represent material flow and transmission delays, we pre-calculate the physical prior adjacency matrix for model initialization using a Gaussian kernel. This kernel relies on the equivalent process lag between nodes and , empirically derived from stage-wise transit times and domain knowledge:
The attenuation coefficient acts as a macroscopic thermodynamic time constant. Given the plant’s nominal strand speed of 1.5 to 2.5 m per minute, we set . Physically, this ensures the correlation weight between variables separated by a primary heat transfer delay of 250 s (approximately 4.1 min) decays to . To prevent spurious noise propagation from weakly related remote sensors, we apply a sparsity threshold of . This truncates edges with a process lag exceeding roughly 11 min ( ), effectively decoupling them. We also enforce self-loops to preserve the historical feature evolution of each node.
5.2. Experimental Setup
Normalization Strategy: To address the dimensional heterogeneity and non-stationary characteristics of sintering data, a two-stage normalization approach was implemented. Node-wise Z-Score normalization was applied to the input data. To ensure a fair comparison and mitigate distribution drifts under unsteady conditions, the Reversible Instance Normalization (RevIN) [36] module was uniformly integrated into all models. This module dynamically removes non-stationarity during forward propagation and restores the original physical distribution via learnable affine transformations at the output.
Data Splitting and Statistics: To prevent temporal data leakage, the datasets were partitioned chronologically into training, validation, and testing sets with a ratio of 7:1:2. Table 3 summarizes the detailed statistical properties across these splits for both production lines. The statistical metrics, such as the mean and standard deviation of temperatures and gas concentrations, exhibit noticeable variations across the splits. These variations highlight the inherent distribution shifts and non-stationary characteristics across different operational periods of the sintering process, validating the necessity of our integrated normalization strategies.
Training Strategy: The model is optimized using AdamW with a weight decay of to enhance regularization in the noisy sintering environment. Following the established strategy of spatiotemporal benchmarks ([10,32]), we set the batch size to 32 and the initial learning rate to , which optimally balances gradient stability and hardware efficiency. To prevent overfitting, a 15-epoch early stopping mechanism is employed to tolerate transient validation loss fluctuations. All reported results represent the average of five independent runs with random initializations to ensure statistical reliability.
Parameters Setup: In the experiments conducted on all datasets, the parameters listed in Table 4 are used.
Evaluation Metrics: To comprehensively quantify model performance, RMSE and MAE were used to measure the absolute deviation of predictions. Additionally, Mean Absolute Percentage Error (MAPE) and Weighted Mean Absolute Percentage Error (WAPE) were employed to evaluate relative errors. In addition, WAPE was adopted to address the significant magnitude differences inherent in industrial data. Unlike MAPE, which computes the simple average of percentage errors, WAPE weights the error by the actual value summation, preventing the overall evaluation from being skewed or diluted by sensors with vastly different scales.
5.3. Performance Evaluation
To rigorously evaluate the performance of ProMix-DGNet, we compared it against three categories of baseline methods, ranging from traditional statistical approaches to state-of-the-art spatiotemporal neural networks:
- Statistical Baselines: Historical Average (HA) and Historical Inertia (HI).
- Basic Deep Learning Baselines: LSTM, Transformer [37], DLinear [33], iTransformer [34], and MLP.
- STGNNs: AGCRN [32], DGCRN [38], Graph WaveNet [10], DST-SGNN [39] and TGGC [40].
To ensure a fair comparison regarding the utilization of future control information, all baseline models were equipped with a linear projection layer to process the future control matrix , forming a standardized benchmark against the Future Control-Informed Mechanism explicitly designed in our model. Table 5 summarizes the performance metrics, and Table 6 presents the statistical significance tests across five independent runs.
Overall, ProMix-DGNet achieves the lowest prediction errors on most absolute evaluation metrics. When evaluated against recent spatiotemporal baselines, the model outperforms DST-SGNN across all metrics on both datasets. The comparison with TGGC presents a more nuanced picture. On the relatively stable Sinter-A dataset, TGGC holds a marginal edge in RMSE and MAPE, while ProMix-DGNet leads in MAE and WAPE. On the highly volatile Sinter-B dataset, however, our model outperforms TGGC by over 2.3% in both MAE and RMSE, and leads in WAPE. This indicates that while TGGC is optimized for capturing stable periodic trends, our architecture is more resilient to severe operational fluctuations and large-scale outliers. To verify that these performance divergences are not artifacts of random initialization, paired t-tests confirm the statistical distinctiveness between the models. The improvements over strong baselines on Sinter-B yield , indicating that the resilience to extreme industrial noise is driven by the architectural design rather than stochastic variance.
Although deep learning models consistently outperform statistical methods, recent attention-based models such as iTransformer show suboptimal performance. This discrepancy stems from two factors. Modern transformers are predominantly optimized for long-term forecasting by extracting macroscopic periodicities, whereas this short-horizon task ( ) requires immediate responsiveness to localized thermodynamic perturbations and operational commands. Furthermore, without spatial prior constraints, unconstrained global attention mechanisms struggle to preserve the strict sequentiality of the sintering strand. They are susceptible to capturing spurious correlations from high-frequency sensor noise, which supports the necessity of a structured process-view global mixer and physical graph anchoring.
The Sinter-B dataset reveals an evaluation discrepancy in industrial forecasting where the HI method, defined as , yields a low MAPE of 9.31% alongside a high RMSE of 1093.17. This difference arises from a scale bias, where the large numerical magnitudes of industrial variables dilute continuous one-step lag errors into small percentage deviations. The outlier-sensitive RMSE, however, penalizes these substantial absolute deviations, indicating the inability of heuristic methods to anticipate system dynamics. Unlike naive heuristics, deep learning models learn non-linear transitions to predict future states. ProMix-DGNet achieves the lowest overall RMSE of 952.83. By filtering noise through the decoupled two-stream topology, the model proactively anticipates dynamic evolution and mitigates the lagging effects inherent in simpler methods.
5.4. Ablation Study
5.4.1. Analysis of Core Modules
We constructed three variants by removing key components: w/o Mixer (removing Process-View Global Mixer), w/o BiLSTM (removing future control guidance), and w/o Dynamic (removing dynamic graph constructor). The results are summarized in Table 7.
Process-View Global Mixer is the primary driver for performance under high-volatility conditions. On the Sinter-B dataset, removing this module leads to a sharp increase in RMSE, from 952.83 to 985.78 (+32.95). This confirms that for large-scale, fluctuating industrial data, local graph convolutions alone are insufficient to capture the macroscopic thermodynamic field. Conversely, on the stable Sinter-A dataset, the impact is negligible, with an RMSE of 59.59 compared to 59.47 for the variant. This suggests that local dependencies suffice for steady-state prediction, whereas the mixer’s expansive receptive field becomes critical only when the system deviates from equilibrium.
Dynamic Graph Constructor enhances precision in stationary scenarios. On Sinter-A, its removal causes the RMSE to increase from 59.59 to 61.47. In stable regimes, the model relies on precise topological drifts to capture subtle operational variations. On the noisy Sinter-B dataset, the gain is less pronounced (952.83 vs. 954.72), as environmental noise can partially mask the benefits of dynamic edge evolution.
Future control guidance provides consistent, albeit auxiliary, performance gains across both datasets. In Sinter-B, the inclusion of this module reduces RMSE by approximately 2.82. Integrating the future control matrix allows the model to leverage known setpoints as constraints to account for physical control lags and suppress extreme prediction outliers.
5.4.2. Analysis of Component Variants
As shown in Table 8, we evaluate different implementations for the three core functional layers, where the Decoding Encoder column refers to the BiLSTM-based future control guidance component described in Section 4.4.
To address architectural choices compared to models like TSMixer, the spatial-dimension MLP (Process-View Global Mixer) was evaluated against a channel-mixing MLP and a spatial self-attention variant. The channel-mixing variant, which processes the internal features of each sensor independently, exhibits significant degradation on the Sinter-B dataset, with the RMSE increasing to 985.67. Standard channel mixers are spatially blind, failing to model cross-sensor thermodynamic propagation across the sintering strand. The temporal mixer commonly used in TSMixer is not adopted here because temporal dependencies are already modeled by the Gated TCN.
A spatial MLP is more process-aware than standard attention mechanisms in industrial contexts. As evidenced by the spatial attention variant, which yields an RMSE of 981.43 on Sinter-B, attention-based models are sensitive to high-frequency industrial noise. Attention mechanisms rely on data-driven, dynamic weight allocation that transient sensor anomalies can easily bias, leading to unstable representations. In contrast, the spatial MLP learns a structured, global transformation matrix that functions as a stable parametric prior of the entire sintering process. By enabling deterministic all-to-all interactions through a shared parameter matrix, the spatial MLP anchors the global thermodynamic field, making it more robust against localized sensor noise than the dynamic weight reassignment of self-attention.
Comparing the RBF kernel with dot-product attention highlights the robustness of the topological modeling. On Sinter-A, the RBF-based graph and dot-product attention yield nearly identical results, with RMSE values of 59.59 and 59.37. On the high-variance Sinter-B dataset, the RBF kernel achieves a lower RMSE of 952.83 compared to 957.77 for dot-product attention. Dot-product attention computes unbounded similarity weights sensitive to magnitude outliers, whereas the RBF kernel evaluates absolute Euclidean distances. This introduces an exponential decay effect that provides a robust representation by truncating the influence of abnormal spatial deviations under extreme conditions.
To evaluate the decoding mechanism, the BiLSTM-based module for future control guidance was replaced with a standard Transformer encoder. As shown in Table 8, the Transformer yields a slight RMSE increase on the Sinter-B dataset (953.76 vs. 952.83) and offers no informational advantage for this auxiliary task. Within our architecture, this decoding step serves as a targeted feature-processing link rather than the primary backbone. Embedding a Transformer, which possesses a quadratic computational complexity of , introduces structural redundancy without performance gains. Thus, the BiLSTM-based design provides an efficient trade-off for real-time industrial deployment.
5.5. Parameter Sensitivity Analysis
To assess the robustness of ProMix-DGNet, we conducted a sensitivity analysis on three hyperparameters: the sparsity threshold of the dynamic graph (k), the node embedding dimension of the adaptive static graph ( ), and the expansion ratio of the process-view global mixer (r).
5.5.1. Impact of Dynamic Sparsity Threshold
The sparsity threshold k determines the receptive field size during the dynamic graph learning process. As illustrated in Figure 2, evaluating the top-k neighbors within a continuous range of reveals distinct behaviors across datasets. On the stable Sinter-A dataset (Figure 2a), the model benefits from a broader neighborhood, with the error curves reaching a minimum RMSE of 59.13 and an MAE of 15.29 at . When the threshold is restricted to , the model lacks sufficient topological information, causing the RMSE to rise to 59.32. In environments with lower noise interference, aggregating broader contextual information enables the detection of subtle, global flow field dynamics.
For the high-variance Sinter-B dataset (Figure 2b), the model achieves optimal performance with a sparser topology, reaching an RMSE of 954.08 at . Expanding the neighborhood size to deteriorates the RMSE to 960.73. A large dynamic neighborhood introduces spurious connections, propagating high-amplitude, localized noise across the network. A smaller threshold, such as , truncates these noisy connections to balance structural information aggregation and noise suppression.
5.5.2. Impact of Static Graph Embedding Dimension
The node embedding dimension determines the rank and feature capacity of the learnable static adjacency matrix, affecting the encoding of time-invariant structural priors. Figure 3 illustrates performance variations across different embedding dimensions. On the stable Sinter-A dataset (Figure 3a), the model favors compact representations, with the error curves reaching a minimum at , achieving an RMSE of 59.11 and an MAE of 15.28. Restricting the dimension to provides insufficient capacity to reconstruct the physical topology, increasing the RMSE to 59.36. Increasing the embedding dimension beyond 16 on Sinter-A degrades performance, with the RMSE rising to 59.58 at . For processes with stable thermodynamic conditions, high-dimensional embeddings introduce parameter redundancy, causing the adaptive graph to memorize transient noise rather than structural dependencies.
For the Sinter-B dataset (Figure 3b), an evaluation trade-off emerges. The RMSE is lowest at , while the MAE reaches its optimum at . Because reduces the parameter count by approximately 62.5% compared to while maintaining competitive accuracy, a moderately compact embedding is sufficient to capture stable physical connections in high-variance scenarios without introducing computational redundancy.
5.5.3. Impact of Expansion Ratio in Process-View Global Mixer
The expansion ratio r controls the hidden layer dimensionality within the spatial MLP of Process-View Global Mixer, dictating the trade-off between non-linear representation capacity and the risk of overfitting. Figure 4 illustrates performance variations across a range of . On the stable Sinter-A dataset (Figure 4a), the error curves reach a minimum at a bottleneck configuration of , achieving an RMSE of 59.17 and an MAE of 15.32. Increasing the expansion ratio beyond this point degrades performance, with the RMSE rising to 59.99 at . Under stable thermodynamic conditions, compressing the spatial dimension allows the global mixer to function as a spatial filter, forcing the network to discard redundant localized noise and retain macroscopic physical constraints.
Conversely, the Sinter-B dataset requires a higher representation capacity. As shown in Figure 4b, the optimal RMSE shifts to (952.79), with an MAE of 134.09. Given the denser sensor layout and localized fluctuations in Sinter-B, a dimension-preserving latent space maps long-range variable couplings without information loss. Expanding the network capacity diminishes performance across both datasets; for example, the RMSE on Sinter-B peaks at 960.85 when . High model complexity provides degrees of freedom that cause the spatial MLP to overfit high-frequency industrial noise rather than learning the heat and mass transfer laws.
5.6. Practicality and Interpretability Analysis
5.6.1. Robustness Under Distinct Noise Regimes
To validate the resilience of ProMix-DGNet against real-world industrial anomalies, we conducted stress tests on the Sinter-A and Sinter-B datasets. We compared the pre-trained model with TGGC and DST-SGNN by applying perturbations strictly to the test set during inference. As illustrated in Figure 5, we simulated two industrial scenarios: random feature dropout, masking a fraction of historical sensor inputs to zero to simulate sensor malfunctions and data transmission loss; and Gaussian noise injection, adding a noise distribution where into normalized inputs to simulate high-frequency measurement fluctuations in dusty or high-temperature environments.
As shown in Figure 5b,d, ProMix-DGNet demonstrates resilience to sensor dropout. On the high-variance Sinter-B dataset, even at an extreme 25% dropout rate, the model maintains a lower RMSE of 1259.02 compared to 1271.49 for TGGC and 1298.17 for DST-SGNN. This performance stems from structural redundancy and decoding anchors. The learnable static physical graph and the process-view global mixer compensate for degraded dynamic topologies by incorporating macroscopic process context. When individual sensor data is lost, the global mixer leverages correlations from the entire sintering strand. Furthermore, the scheduled future control variables act as noise-free deterministic anchors during the decoding stage. These variables prevent forecasting divergence when historical observations are corrupted, ensuring the model remains aligned with the intended operational trajectory.
Under typical industrial Gaussian noise ranges ( ), the model maintains a lower error rate. As shown in Figure 5a,c, under extreme theoretical noise ( ), the degradation slope steepens, and the model is eventually surpassed by cosine-similarity-based baselines such as TGGC. This phenomenon highlights a mathematical boundary of the dynamic graph driven by RBF. Extreme high-amplitude white noise distorts multi-dimensional Euclidean distances, which form the basis of the RBF-driven topological construction, causing the learned topology to collapse under extreme variance. Models based on cosine similarity are less sensitive to pure magnitude distortions because they focus on the orientation of feature vectors. Despite this theoretical boundary, extreme independent noise where rarely occurs in practical DCS without triggering safety alarms or signal isolation. The performance of ProMix-DGNet within realistic anomaly boundaries ( ) confirms its practical robustness for industrial deployment.
5.6.2. Case Study and Error Diagnosis
To complement aggregate metrics with interpretable evidence, two representative regimes commonly observed in industrial sintering systems are analyzed: dynamic thermal transitions and impulse-like measurement corruption.
Figure 6a illustrates a temperature node undergoing a rapid thermal transition. In this scenario, TGGC generates a sharp transient spike in the highlighted region, peaking at 74.66 °C, which exceeds the local variation envelope and deviates from the underlying trend. This phenomenon represents a typical long-horizon extrapolation artifact when handling high-gradient shifts. In contrast, ProMix-DGNet remains closely aligned with the true physical trajectory, anchoring at 69.35 °C, and attenuates the overshoot magnitude. This stability under dynamic transitions is consistent with the future control-informed decoding design, indicating a reduced tendency to produce non-physical extremes under multi-step error propagation.
Figure 6b presents a pressure signal characterized by severe impulse-like spikes in the raw observed readings. These anomalies are independently verified using a Hampel/Median Absolute Deviation (MAD) rule with ±3 MAD bounds. Around and following these anomaly bursts, TGGC exhibits stronger oscillatory responses and delayed echo behaviors, where historical noise propagates into future horizons. Conversely, ProMix-DGNet avoids tracking isolated impulses and maintains a trajectory closer to the nominal regime, achieving an 18.7% MAE reduction in the post-anomaly window. This mitigation of delayed artifacts benefits from the spatial-view MLP, providing improved robustness to localized measurement corruption without propagating historical noise into future predictions.
5.6.3. Computational Complexity and Real-Time Inference Feasibility
To evaluate the integration of ProMix-DGNet into existing DCS, its computational complexity and execution latency were profiled. Profiled using the thop library, ProMix-DGNet requires 0.41 million parameters and 8.12 GFLOPs for the Sinter-A configuration with 183 nodes. For the larger Sinter-B configuration with 221 nodes, it scales to 0.69 million parameters and 12.51 GFLOPs. This demonstrates the linear scalability of the process-view global mixer, avoiding the parameter explosion typical of standard spatial self-attention networks.
In real-world sintering plants, macro-control loops typically operate with an update frequency of 1 to 5 min. The end-to-end execution latency was evaluated under a standard rolling-horizon operation with a batch size of 32. The GPU inference latency is 264.28 ms for Sinter-A and 337.87 ms for Sinter-B. Even when accounting for data I/O overheads, such as fetching approximately 2200 float values via Open Platform Communications Unified Architecture (OPC UA) protocols and performing local normalization (typically taking < 200 ms), the entire execution completes in under one second.
This sub-second latency enables decentralized edge deployment, demonstrating a cloud-training and edge-inference asymmetric hardware requirement. Training the spatiotemporal network from scratch requires high-performance GPUs due to backpropagation across dynamic graphs, but the inference phase is efficient. The architecture can be compiled via Open Neural Network Exchange (ONNX) and deployed onto industrial ARM-based edge SoCs equipped with Neural Processing Units (NPU), such as the Rockchip RK3588S providing 6 TOPS. In a DCS topology, low-power edge gateways can be installed alongside Programmable Logic Controllers (PLCs). By retrieving high-frequency data via the OPC-UA protocol and executing millisecond-level inference locally, this decentralized edge-deployment paradigm eliminates the communication latency and privacy risks associated with cloud-based inference, satisfying the real-time computing requirements of industrial closed-loop control.
6. Conclusions
This study proposes a Process-aware Mixed Dynamic Graph Network (ProMix-DGNet) for sintering system prediction. By leveraging global feature broadcasting and input projection, the model explicitly encodes the multivariable coupling between process-level boundary conditions and local sensor data. We effectively capture the spatiotemporal correlations through a Decoupled Two-Stream Topology Learning mechanism and a Process-View Global Mixer, which are designed to model both adaptive dynamic dependencies and long-range process coupling. Furthermore, we introduce a Future Control-Informed Module to dynamically integrate known future control setpoints, enhancing the model’s ability to adapt to non-stationary condition drifts. Extensive experiments on two real-world industrial datasets (Sinter-A and Sinter-B) demonstrate the competitive performance of ProMix-DGNet. Moving forward, we plan to explore the use of generative models to infer potential control intentions when signals are missing. we aim to embed this model into reinforcement learning frameworks to achieve closed-loop intelligent regulation of the sintering process.
The reference list from the paper itself. Each links out to its DOI / PubMed record.
- 1Wang Y.-Z. Zhang J.-L. Liu Z.-J. Du C.-B. Recent Advances and Research Status in Energy Conservation of Iron Ore Sintering in China JOM 2017692404241110.1007/s 11837-017-2587-0 · doi ↗
- 2Wen W. Deng Z. Ma X. Xing Y. Pan C. Liu Y. Zhang H. Tharaka W.A.N.D. Hua T. Shen L. Analysis of the Synergistic Benefits of Typical Technologies for Pollution Reduction and Carbon Reduction in the Iron and Steel Industry in the Beijing–Tianjin–Hebei Region Sci. Rep.2024141241310.1038/s 41598-024-63338-838816563 PMC 11139909 · doi ↗ · pubmed ↗
- 3Gong Y. Wang C. Li J. Mahyuddin M.N. Seman M.T.A. Application of Deep Learning in Iron Ore Sintering Process: A Review J. Iron Steel Res. Int.2024311033104910.1007/s 42243-024-01197-3 · doi ↗
- 4Du S. Ma X. Fan H. Hu J. Cao W. Wu M. Pedrycz W. Intelligent Prediction and Soft-Sensing of Comprehensive Production Indicators for Iron Ore Sintering: A Review Comput. Ind.202516510421510.1016/j.compind.2024.104215 · doi ↗
- 5Zhao Z. Feng W. Liu S. Xiong Z. Zhao Y. Zhang H. Wang W. Sinter Quality Prediction Based on Multi-Features CNN + LSTM Arabian J. Sci. Eng.2024494271428610.1007/s 13369-023-08343-1 · doi ↗
- 6Jiang M. Liu Z. Traffic Flow Prediction Based on Dynamic Graph Spatial-Temporal Neural Network Mathematics 202311252810.3390/math 11112528 · doi ↗
- 7Qi Y. Li Q. Karimian H. Liu D. A Hybrid Model for Spatiotemporal Forecasting of PM 2. 5 Based on Graph Convolutional Neural Network and Long Short-Term Memory Sci. Total Environ.201966411010.1016/j.scitotenv.2019.01.33330743109 · doi ↗ · pubmed ↗
- 8Xu N. Kosma C. Vazirgiannis M. Time GNN: Temporal Dynamic Graph Learning for Time Series Forecasting Complex Networks & Their Applications XII Cherifi H. Rocha L.M. Cherifi C. Donduran M. Studies in Computational Intelligence Springer Nature Cham, Switzerland 2024 Volume 11418799978-3-031-53467-6
