Abstract
Dust concentration during intermittent processing of powder and granular materials is characterized by high-frequency abrupt changes, local accumulation, and complex coupling among multiple sensors. Existing forecasting models still exhibit limitations in modeling global dependencies and characterizing local trends. To address these issues, this paper proposes an iTransformer-based dust concentration forecasting model that integrates a dual-stage feed-forward network and a DLinear branch. With iTransformer as the backbone network, the proposed model captures the coupling relationships among multi-source sensing signals through variate-wise modeling. A progressive dual-stage feed-forward feature refinement mechanism is constructed to enhance the model’s representation capability for transient variations and peak fluctuations in dust concentration. In addition, a collaborative modeling framework consisting of an iTransformer main branch and a DLinear auxiliary branch is designed to jointly learn global nonlinear features and local linear trends. An adaptive gated fusion mechanism is further introduced to dynamically allocate the contribution weights of different branches according to sequential characteristics. Experiments were conducted on a public 1 Hz smoke-sensing dataset, which was used as a proxy benchmark for high-frequency multivariate PM2.5 forecasting rather than direct industrial dust data. Under the setting of a 300-step input length and a 60-step forecasting horizon, the proposed model achieves an MSE of 1.8292 × 10−3, an MAE of 0.0334, an RMSE of 0.0428, an MAPE of 0.0177, and an R2 of 0.9744, outperforming the compared baseline models in overall performance. The results indicate that the proposed method improves overall forecasting accuracy and provides a methodological reference for sensor-driven particulate concentration forecasting and early warning, while further validation using field data from actual powder and granular material processing workshops is still required before practical deployment.
1. Introduction
Intermittent processing of powder and granular materials is a common discrete manufacturing mode in industries such as the chemical industry, pharmaceuticals, and building materials. This type of production process is typically characterized by frequent batch switching, pronounced alternation between process startup and shutdown, and rapid dynamic changes in operating states, making it highly susceptible to generating transient high-concentration dust during stages such as crushing, screening, conveying, and mixing. The rapid accumulation of dust in localized spaces not only increases occupational health risks for operators, but may also lead to safety accidents such as dust explosions [1]. In accordance with GBZ 2.1-2019 Occupational Exposure Limits for Hazardous Agents in the Workplace [2] and GBZ/T 340-2025 Guideline for Prevention and Control of Dust Hazard at Workplace [3], real-time monitoring and early warning of dust concentration are of great significance for improving the intrinsic safety level of production processes.
Unlike the hourly [4] or daily [5] pollution sequences commonly observed in urban atmospheric environments, dust concentration sequences in intermittent processing scenarios typically exhibit high sampling frequency, severe nonlinear fluctuations, frequent abrupt changes, and tight multi-sensor coupling. Particularly under conditions such as equipment startup and shutdown, material impacts, localized disturbances, and operational condition switching, the concentration of fine particulate matter, represented by PM2.5, often experiences rapid surges or significant fluctuations within a short period. Traditional fixed-point monitoring primarily relies on lagging threshold-based alarms, making it difficult to promptly identify concentration evolution trends and provide an effective lead time for early warning. Furthermore, models developed for low-frequency air quality forecasting struggle to fully adapt to industrial dust monitoring scenarios characterized by high-frequency sampling, strong disturbances, and nonstationarity [6,7]. Therefore, short-term multi-step-ahead forecasting of high-frequency particulate matter concentration sequences for early warning holds clear theoretical value and engineering significance.
For PM2.5 concentration forecasting, existing studies have proposed a variety of modeling approaches, including traditional machine learning, deep learning, and self-attention-based methods. Early approaches mainly include Support Vector Regression [8], Random Forest [9], and boosting-based algorithms [10,11]. Although these methods can, to some extent, capture the nonlinear relationships between particulate matter concentration and multi-source influencing factors, they typically rely on manual feature engineering and exhibit limited capability in characterizing complex temporal dependencies and dynamic evolution patterns. Subsequently, deep learning models such as Long Short-Term Memory networks [12] and Convolutional Neural Networks [13] have been widely applied to particulate matter concentration forecasting. Compared with traditional machine learning methods, these models have achieved improvements in temporal modeling and feature extraction. However, they still face challenges such as insufficient capture of long-range dependencies and limited parallel efficiency in long-sequence forecasting tasks.
In recent years, Transformer [14] and its variants have demonstrated strong advantages in multivariate time series forecasting. Models such as Informer [15], Autoformer [16], and iTransformer [17] have enhanced the modeling of global dependencies through self-attention mechanisms. Notably, iTransformer adopts variate-wise modeling and has shown promising performance in multivariate forecasting tasks. It has been applied to gas concentration forecasting [18], PM2.5 concentration forecasting [19], and other multi-step time series forecasting tasks [20,21,22,23]. Meanwhile, linear decomposition models such as DLinear exhibit strong capability in trend extraction and have also shown competitive performance in environmental concentration forecasting [24,25,26]. Recent work has also combined DLinear with Transformer models to capture local trend information and global dependencies in nonstationary time series [27]. Different from these reconstruction or anomaly detection frameworks, this study uses DLinear as an auxiliary branch for PM2.5 forecasting and combines it with an enhanced iTransformer branch through adaptive gated fusion. Although these studies have improved the modeling of particulate matter sequences, several issues remain for PM2.5 forecasting from data sampled at a high frequency. Transformer models still have limited ability to describe local trend changes explicitly, while DLinear is not sufficient for nonlinear fluctuations and abrupt peaks. In addition, the feed-forward module in the standard Transformer can be further improved for finer nonlinear feature refinement. These limitations suggest that a single modeling mechanism is difficult to cover sensor coupling, local trend changes, and abrupt concentration variations at the same time.
The motivation of this study comes from warning of dust risk during intermittent processing of powder and granular materials. Since open datasets collected from actual powder processing workshops at a high sampling frequency are still limited, the experimental validation is conducted on a public smoke-sensing dataset sampled at 1 Hz. This dataset contains PM2.5 and other variables related to particulate matter, as well as several environmental sensor signals. Therefore, it is used in this study as a proxy benchmark for evaluating the forecasting ability of the proposed model on multivariate PM2.5 sequences. The results mainly demonstrate the methodological effectiveness of the model, while further validation with real industrial dust data is still needed before practical deployment.
To address these problems, this study proposes a hybrid forecasting model based on iTransformer. The model uses iTransformer to model relationships among sensor variables, replaces the original feed-forward module with DualStageFFN to refine nonlinear features, and introduces a DLinear branch to provide local trend and fluctuation information. The outputs of the two branches are then combined by an adaptive gate, allowing the model to adjust their contributions under different PM2.5 concentration conditions.
The main contributions of this study are summarized as follows:
- (1)
- A DualStageFFN is introduced into the iTransformer encoder to improve nonlinear feature refinement for high-frequency PM2.5 sequences. Compared with the original feed-forward module, the two stage structure provides a stronger transformation of transient fluctuations and peak-related variations.
- (2)
- A DLinear auxiliary branch is incorporated to complement the iTransformer branch. The iTransformer branch is used to model relationships among sensor variables, while the DLinear branch provides local trend and fluctuation information that is difficult to describe explicitly using attention alone.
- (3)
- An adaptive gated fusion module is designed to combine the two branches under different concentration conditions. Instead of using a fixed weight, the model learns to adjust the branch contributions according to the forecasting context, which improves the stability of forecasting over multiple future steps.
2. Methods
Considering the abrupt variations, coupling among sensor variables, and mixed trend and fluctuation patterns in PM2.5 sequences, this study constructs an iTransformer-based hybrid forecasting model integrating a dual-stage feed-forward network and a DLinear branch. The overall framework is shown in Figure 1, which primarily consists of four core functional modules operating synergistically. First, addressing the multivariate coupling characteristics of the dust data, the model adopts iTransformer as the backbone network and extracts global variable dependencies by transforming the temporal dimension into the variate dimension together with a multi-head self-attention mechanism. Second, targeting the high-frequency abrupt changes induced by intermittent processing, the model introduces a progressive dual-stage feed-forward feature refinement mechanism to achieve the hierarchical refinement and precise capture of nonlinear abrupt signals. Meanwhile, to prevent deep networks from neglecting macroscopic linear cumulative trends, a DLinear auxiliary branch is connected in parallel to provide a robust temporal baseline. Finally, an adaptive fusion gating mechanism is employed to dynamically allocate the output weights of nonlinear abrupt features and linear trend features, thereby achieving synergistic enhancement. The specific internal structures and information transmission mechanisms of each core module are elaborated in detail in the following subsections.
Figure 1.
Framework of the proposed hybrid model.
For the convenience of subsequent description, let the multivariate dust time series input to the model be denoted as where , , , and represent the batch size, input sequence length, number of variables, and prediction step length, respectively. The objective of the model is to predict the multivariate output results for the future time steps based on the historical input sequence .
2.1. Multivariate Global Temporal Modeling Based on iTransformer
Within the overall hybrid forecasting framework, the iTransformer backbone branch is used to model global variable dependencies in multivariate dust sequences. Unlike the conventional Transformer, which takes time steps as the modeling units, iTransformer adopts an inverted modeling perspective by transforming the modeling units from temporal tokens to variate tokens, enabling the multi-head self-attention mechanism to capture the correlations between dust concentration and multi-source environmental variables along the variate dimension. Based on this design, the iTransformer backbone branch is divided into three parts, namely inverted variate token embedding, improved encoder layer, and projection forecasting layer, which are responsible for variable representation construction, global dependency modeling, and branch prediction output generation, respectively.
2.1.1. Inverted Variate Token Embedding
For the input sequence defined above, after the dimension inversion it can be represented as , where the complete historical sequence of variable within the input time window is regarded as a variate token and mapped to its initial hidden representation through an embedding operation:
where denotes the historical observation sequence of variable within the input time window; represents the initial hidden feature of the variable after the embedding mapping, and denotes the hidden feature dimension after embedding.
By combining the initial hidden features of all variables, the variate token representation input to the improved encoder layer can be obtained:
where denotes the initial feature set composed of all variate tokens, with a dimension of .
Through the above inverted variate token embedding process, the original multivariate time series is transformed into a token representation along the variate dimension, enabling the subsequent encoder layers to model the global dependencies between dust concentration and multi-source environmental variables along the variate dimension.
2.1.2. Improved TrmBlock
After the inverted variate token embedding is completed, the obtained initial variate feature set is fed into the backbone network composed of stacked improved TrmBlocks. Its overall update process can be expressed as:
where denotes the improved encoder block adopted in this study, represents the number of stacked encoder blocks, and denotes the input feature representation of encoder layer .
To model the dependency relationships among different variables, the input features are first mapped into a query matrix , a key matrix , and a value matrix . Subsequently, the correlations among different variables are computed through scaled dot-product attention, and the value vectors are aggregated by weighted summation to obtain the updated feature representations, as formulated in Equation (4).
where denotes the transpose of matrix , and represents the dimensionality of the key vectors. To enhance the model’s feature extraction capability in different representation subspaces, the multi-head self-attention mechanism is adopted to perform parallel modeling of the above process, and the outputs of all heads are concatenated and then projected to obtain the final result. Through this mechanism, the model can adaptively learn the degree of correlation among different variables, thereby effectively capturing the dependency relationships in multivariate sequences.
After the multi-head self-attention mechanism completes information interaction among variables, the encoder block further enhances its representation capability through a nonlinear feature transformation module. Let denote the feature representation output by the multi-head self-attention sublayer of encoder layer after residual connection. It is first processed by layer normalization, as formulated in Equation (5).
To further enhance the model’s representation capability for complex nonlinear variation features, the conventional feed-forward network in the original iTransformer encoder block is replaced with a progressive dual-stage feed-forward feature refinement module. After the second residual connection and layer normalization, the output of improved encoder layer can be obtained as:
where denotes the output of the progressive dual-stage feed-forward feature refinement module. After layer-by-layer feature extraction through improved encoder layers, the model obtains the final variate-wise feature set . Through the multi-layer encoder, the model can fully learn the global dependencies between dust concentration and multi-source environmental variables along the variate dimension. The specific structure of the dual-stage feed-forward feature refinement module is further introduced in Section 2.2.
2.1.3. Projection Head
Based on the final variate-wise feature set output by the improved TrmBlock, a projection forecasting layer is adopted to map the final hidden representations of all variables into the forecasting space. For variable , its future forecasting sequence can be expressed as:
where denotes the final hidden representation of variable obtained after improved TrmBlocks, represents the output of the iTransformer branch for this variable within the forecasting time window, and denotes the output projection operation. Furthermore, by combining the forecasting results of all variables along the variate dimension, the overall output of the iTransformer backbone branch can be obtained as:
where denotes the multivariate forecasting result generated by the iTransformer backbone branch, with a dimension of . Through the projection forecasting layer, the global dependency features among variables learned by the encoder are further transformed into forecasting outputs over the future time window, providing the backbone branch output for the subsequent adaptive fusion.
2.2. Progressive Dual-Stage Feed-Forward Feature Refinement Mechanism
The feed-forward network in the original iTransformer encoder block typically adopts a single-stage feature transformation structure, which primarily performs nonlinear mapping for each variable token through one stage of dimension expansion and reduction. Although this structure can enhance the feature representation capability to a certain extent, its feature transformation hierarchy remains relatively limited for the complex nonlinear fluctuation patterns in dust concentration sequences. To further improve the feed-forward module’s capability to represent complex temporal patterns while preserving the computational framework of the attention sublayer, this study extends the original single-stage feed-forward network into a hierarchical dual-stage feed-forward feature refinement structure. For simplicity of notation, in the following description of the internal structure of a single improved TrmBlock, the superscript indicating the encoder layer index is omitted.
Let denote the feature representation output by the multi-head self-attention sublayer after residual connection. The normalized feature is then fed into the first-stage feed-forward transformation, which can be formulated as:
where and denote the dimension expansion mapping and dimension reduction mapping in the first stage, respectively, and represents the nonlinear activation function. According to the model settings, the hidden dimension in the first stage is set to .
Based on the output of the first stage, the feature is further subjected to nonlinear activation and then fed into the second-stage feed-forward network for another mapping. The computation process can be formulated as:
where and denote the dimension expansion mapping and dimension reduction mapping in the second stage, respectively. The hidden dimension in the second stage is set to . Corresponding to the overall mapping in Equation (6), the final output of the above progressive dual-stage transformation is given by the second-stage feature.
Finally, the output of the dual-stage feed-forward network is combined with its input feature through an outer residual connection, followed by another layer normalization operation, to obtain the final output of the current encoder block:
Compared with the original single-stage feed-forward network, this structure introduces a continuous nonlinear feature transformation process within the same encoder block, extending the feed-forward mapping from a single transformation to stage-wise feature extraction and progressive feature refinement. Through this design, the model can more fully characterize the complex nonlinear dynamic patterns in dust concentration sequences and enhance the representation capability of the feed-forward module for local fluctuation information and fine-grained variation features. Without changing the computational framework of the attention sublayer, this method achieves a structural enhancement of the feed-forward component in the original iTransformer.
The detailed configuration of the dual-stage feed-forward network used in this study is summarized in Table 1. The kernel size is set to 1 to preserve the variate token modeling structure of iTransformer. GELU is adopted following the original iTransformer encoder and provides a smooth nonlinear mapping for continuous sensor signals.
Table 1.
Architectural configuration of the dual-stage feed-forward feature module.
2.3. Primary–Secondary DLinear Auxiliary Branch for Linear Trend Modeling
Considering that the attention-based backbone network is more effective at modeling complex nonlinear dependencies, while its ability to characterize linear trend information in time series is relatively limited, this study introduces DLinear as an auxiliary branch to enhance the model’s capability to represent the linear variation patterns of the trend and seasonal components in the sequence. DLinear decomposes the input representation into a trend component and a seasonal component, performs linear forecasting on them separately, and then sums the two results to obtain the branch output.
The DLinear branch takes the same input sequence as input, and its trend component can then be formulated as:
Correspondingly, the seasonal component can be formulated as:
where represents the trend term extracted by moving average, and indicates the residual component after removing the trend. This study follows the decomposition idea of the trend and seasonal components in DLinear. However, in the scenario of high-frequency dust concentration sequences, this component mainly reflects detrended fluctuation information and local dynamic disturbances, rather than strictly referring to long-period seasonal variations in the conventional sense. On this basis, linear mappings are applied to the trend component and the seasonal component, respectively, and the forecasting process can be formulated as:
Finally, the output of the DLinear branch is formulated as:
where and denote the forecasting results of the trend and seasonal components, respectively, and represents the final output of the DLinear branch. Compared with the backbone network, this branch has a more concise structure and can directly extract linear forecasting information from the sequence decomposition results, thereby providing linear trend information and detrended fluctuation information complementary to the iTransformer backbone for subsequent fusion.
2.4. Adaptive Gated Fusion Mechanism
Based on the aforementioned two-branch modeling framework, let the forecasting results of the improved iTransformer main branch with the embedded dual-stage feed-forward network and the DLinear auxiliary branch be denoted by and , respectively, where , and denotes the forecasting horizon. To achieve the adaptive combination of the forecasting information from the two branches, the outputs of the two branches are first concatenated along the variable dimension to obtain the fused representation, which is formulated as:
where denotes the fused representation obtained by concatenating the prediction results of the two branches, with a dimensionality of .
Subsequently, is fed into the gating network to generate the adaptive gating tensor :
where and denote the weight matrices of the two fully connected mappings, respectively, and represent the bias terms, indicates the GELU activation function, and denotes the Sigmoid function. Accordingly, , and its element values lie within the range of (0, 1).
Finally, the outputs of the two branches are fused by element-wise weighted combination according to the gating weights, yielding the final forecasting result of the model:
where denotes element-wise multiplication.
The tensor shape transformations in the adaptive gated fusion module are summarized in Table 2.
Table 2.
Tensor shape transformations in the adaptive gated fusion module.
In the experimental setting, the input length, forecasting horizon, and number of variables are set to 300, 60, and 12, respectively. Therefore, the iTransformer branch and the DLinear branch generate prediction outputs with identical dimensions. After concatenation, the last dimension of the fused representation is doubled because it contains the paired prediction information from the two branches. The gating network subsequently maps this concatenated representation to the same dimension as the final prediction, so that adaptive fusion weights can be assigned to different forecasting steps and variables. In this way, the fusion process is not a fixed weighted average, but a context-dependent branch weighting mechanism that adaptively balances the nonlinear representation from the iTransformer branch and the linear trend information from the DLinear auxiliary branch.
This fusion strategy preserves, within a unified framework, the capability of the improved iTransformer main branch to characterize complex temporal dependency relationships, as well as the capability of the DLinear auxiliary branch to extract linear variation patterns and local fluctuation information. As a result, it enables collaborative modeling of nonlinear dynamic features and linear evolutionary trends in high-frequency dust concentration sequences.
3. Experiments and Analysis
3.1. Data and Preprocessing
This study conducts experiments using a publicly available high-frequency multivariate sensor dataset [28]. The original dataset contains 62,631 sensor records with a sampling frequency of 1 Hz, and each record is associated with a UTC timestamp. The dataset contains 13 sensor variables: Temperature, Humidity, TVOC, eCO2, Raw H2, Raw Ethanol, Pressure, PM1.0, NC0.5, NC1.0, NC2.5, PM2.5, and Fire Alarm. These variables collectively characterize the dynamic features of environmental states, gas variations, and particulate matter concentrations in high-frequency particulate matter monitoring scenarios. It should be clarified that the dataset used in this study is a publicly available smoke-sensing dataset, rather than data collected from an actual powder and granular material processing workshop. Therefore, this dataset is used as a proxy benchmark for evaluating the proposed model in high-frequency multivariate PM2.5 forecasting. The results mainly demonstrate the methodological effectiveness of the proposed forecasting framework on public sensor data, while its direct generalization to real industrial dust monitoring scenarios still requires further validation using field data.
It should be noted that, in terms of temporal structure, this dataset is not a single continuous sequence, but is composed of five mutually separated continuous sampling segments. The continuous segments were identified according to timestamp continuity, and a temporal gap larger than 1 s was regarded as a discontinuity. There are obvious temporal gaps among different segments, and the PM2.5 concentration levels and fluctuation ranges vary considerably across segments. Considering that multi-step-ahead time series forecasting imposes relatively high requirements on temporal continuity and distribution consistency, this study does not directly merge all segments for modeling. Instead, two continuous segments with the longest lengths were selected as the research objects to ensure sufficient samples for sliding-window forecasting, and 49,989 valid samples are ultimately retained. For the interval region between the two segments, the corresponding samples are explicitly skipped during the sample generation stage to avoid constructing sliding windows across segment boundaries. This ensures that both the input sequences and the forecasting targets are derived from the same continuous observation segment, thereby improving temporal consistency and modeling reliability.
On this basis, the retained records are divided into the training set, validation set, and test set according to a ratio of 7:1:2 in strict chronological order, and no random shuffling is performed before data splitting. To avoid information leakage caused by overlapping sliding windows near subset boundaries, a sample is assigned to a subset only when both its historical input window and future prediction window are completely located within that subset. Samples crossing the boundaries between the training, validation, and test sets are discarded. The training set is used for model parameter learning, the validation set is used for hyperparameter tuning and early stopping control, and the test set is used for final performance evaluation. In this study, the forecasting task is formulated as a multivariate time series forecasting problem. Although the model jointly predicts all 12 sensor variables, PM2.5 is selected as the primary evaluation target because it is directly related to particulate matter concentration and dust-risk warning. Considering that the Fire Alarm variable in the original dataset is mainly used for classification, it is removed from the input features. The remaining 12 variables, namely Temperature, Humidity, TVOC, eCO2, Raw H2, Raw Ethanol, Pressure, PM1.0, NC0.5, NC1.0, NC2.5, and PM2.5, are retained as model inputs, with the historical observations of PM2.5 also included in the input sequence. The normalization parameters are fitted only on the training set and then applied to the validation and test sets, so that information from the validation and test periods is not used during data scaling. The experimental setting uses an input length of 300 steps and a forecasting horizon of 60 steps, that is, the observed sequence over the past 300 s is used to forecast the PM2.5 concentration variation over the next 60 s. It should also be noted that the experimental results in this study mainly reflect the forecasting performance of the model under continuous high-frequency monitoring scenarios with relatively consistent distributions. The generalization capability under extreme high-concentration segments and more complex cross-distribution conditions still requires further investigation.
3.2. Experimental Settings
All experiments were implemented using the PyTorch deep learning framework (version 2.0.0, CUDA 11.8) and conducted on a platform equipped with an Intel Xeon Silver 4114 CPU and an NVIDIA GeForce RTX 3090 GPU. During training, the Adam optimizer was adopted for parameter updating, and the configurations of the remaining hyperparameters are listed in Table 3. To ensure a fair comparison, all compared models were evaluated using the same chronological data split, preprocessing procedure, input length, forecasting horizon, and evaluation metrics.
Table 3.
Experimental settings and hyperparameter search ranges.
Based on the search ranges listed in Table 3, the hyperparameter configuration of each model was selected according to the validation set performance. For models involving different output strategies, both Type 1 and Type 2 were evaluated on the validation set, and the better performing strategy was fixed for the final test evaluation. The selected learning rate, model dimension, dropout rate, and output strategy of each compared model are summarized in Table 4.
Table 4.
Selected hyperparameters and output strategies of compared models.
After the selected hyperparameters and output strategy were fixed, each model was independently trained and tested using three random seeds, namely 2021, 2022, and 2023. The final results are reported as mean ± standard deviation over the three runs.
3.3. Evaluation Metrics
To comprehensively evaluate the forecasting performance of the proposed model, two groups of metrics are adopted in this study. The first group is used to measure the overall prediction accuracy of PM2.5 concentration, including MSE, MAE, RMSE, MAPE and R2. MSE and RMSE reflect the magnitude of forecasting errors and are sensitive to large deviations, MAE represents the average absolute deviation between the predicted values and the true values, offering good interpretability. MAPE characterizes the relative forecasting error, and R2 is used to measure the degree to which the model fits the variation trend of the target variable, and a value closer to 1 indicates better fitting performance. These metrics are defined as follows:
where MSE denotes Mean Squared Error, MAE denotes Mean Absolute Error, RMSE denotes Root Mean Squared Error, MAPE denotes Mean Absolute Percentage Error and R2 denotes the coefficient of determination. denotes the true value, denotes the predicted value, denotes the number of samples, and denotes the mean of the true values. is a small constant used to avoid division by zero in the calculation of MAPE.
In addition to the overall prediction metrics, Warning-oriented metrics are introduced to evaluate model performance during high-concentration periods. Previous studies on extreme value forecasting have shown that average regression errors alone are insufficient to characterize the prediction performance for extreme high or low values [29]. The warning threshold θ is defined as the 90th percentile of PM2.5 values in the training set, so that the threshold is determined without using validation or test information. Five metrics are used for warning evaluation, namely High MAE, Peak Shift Error, Peak Underestimation Rate, False Alarm Rate, and Missed Alarm Rate. For clarity, they are denoted as High MAE, PSE, PUR, FAR, and MAR, respectively. Their definitions are summarized in Table 5. Since the sampling frequency is 1 Hz, one time step in PSE corresponds to one second.
Table 5.
Definitions of warning-related evaluation metrics.
3.4. Model Performance Evaluation
To verify the effectiveness of the proposed model in the high-frequency dust concentration forecasting task, this study selects DLinear, Transformer, Informer, Reformer, Flowformer, iTransformer, iInformer, iReformer, and iFlowformer as baseline models. All models are trained and tested under identical conditions in terms of the data splitting strategy, input length, forecasting horizon, and evaluation metrics to ensure the fairness and reliability of the experimental results. Taking the PM2.5 forecasting task with an input length of 300 steps and a forecasting horizon of 60 steps as an example, the forecasting results of different models are analyzed. The average results of different models on the test set are presented in Table 6.
Table 6.
Performance comparison of different models on the PM2.5 forecasting task.
As shown in Table 6, the proposed adaptive fusion model achieves the best overall forecasting performance among all compared models. It obtains the lowest MSE of (1.8292 ± 0.1353) × 10−3, MAE of 0.0334 ± 0.0010, RMSE of 0.0428 ± 0.0016, and MAPE of 0.0177 ± 0.0005, as well as the highest R2 of 0.9744 ± 0.0019. These results indicate that the proposed model achieves superior overall prediction accuracy and fitting capability under the setting of an input length of 300 and a prediction horizon of 60 steps. The relatively small standard deviations over three random seeds further suggest that the proposed model maintains stable performance under different random initializations.
Among the baseline models, the inverted structure models generally achieve better forecasting performance than the conventional Transformer-based models. In particular, iReformer shows the strongest performance among the baselines, with an MSE of (2.5258 ± 0.0499) × 10−3, an MAE of 0.0392 ± 0.0005, an RMSE of 0.0503 ± 0.0005, an MAPE of 0.0207 ± 0.0003, and an R2 of 0.9647 ± 0.0007. Based on the mean values, the proposed adaptive fusion model reduces MSE, MAE, RMSE, and MAPE by 27.58%, 14.80%, 14.91%, and 14.49%, respectively, compared with iReformer. Compared with the original iTransformer backbone, the corresponding reductions are 31.08%, 15.87%, 16.89%, and 16.11%, respectively, while R2 increases from 0.9629 ± 0.0030 to 0.9744 ± 0.0019.
The standalone DLinear model obtains an MSE of (55.5129 ± 0.0679) × 10−3, an MAE of 0.1813 ± 0.0003, and an R2 of 0.2233 ± 0.0009, indicating that a purely linear decomposition model is insufficient for this high-frequency PM2.5 forecasting task. However, when DLinear is used as an auxiliary branch in the proposed hybrid framework, it provides complementary local trend information to the nonlinear iTransformer backbone. Therefore, the improvement of the proposed model can be attributed to the coordinated modeling of multivariate dependencies, dual-stage nonlinear feature refinement, and auxiliary local trend compensation.
As shown in Table 7, the proposed adaptive fusion model exhibits favorable warning-related performance during high-concentration periods. It achieves the lowest High MAE of 0.0457 ± 0.0040 and the lowest PSE of 2.7002 ± 0.2373 among all compared models. This indicates that the proposed model not only reduces the prediction error in high-concentration regions, but also improves the temporal localization of peak events. Compared with the original iTransformer backbone, the High MAE decreases from 0.0542 ± 0.0048 to 0.0457 ± 0.0040, corresponding to a reduction of 15.68%. Meanwhile, the PSE decreases from 2.9236 ± 0.1402 to 2.7002 ± 0.2373. These results suggest that the adaptive fusion strategy enhances the model sensitivity to high-concentration variations while maintaining stable peak timing estimation.
Table 7.
Comparison of warning-related metrics for different models.
The FAR of the proposed model is 29.2778 ± 3.7516 × 10−4, which is lower than those of iTransformer, iInformer, iReformer, and iFlowformer. This suggests that the improvement in high-concentration prediction is not obtained by simply increasing the number of warning predictions. In contrast, although the conventional Transformer model obtains an extremely low FAR, its MAR reaches 0.7644 ± 0.0292, indicating that most true high-concentration points are not detected. Therefore, a low FAR alone does not necessarily indicate reliable warning performance. Informer, Reformer, Flowformer, and DLinear also show substantially larger High MAE, PSE, and MAR values, reflecting their limited ability to capture abrupt high-concentration changes. It should be noted that the PUR of the proposed model is not the lowest among all models, suggesting that peak underestimation still exists in some cases. Nevertheless, considering its lowest High MAE and PSE together with relatively low FAR and MAR, the proposed adaptive fusion model achieves a more balanced performance in high-concentration warning evaluation.
To further examine the above warning-related behavior visually, a multi-case forecasting comparison is provided in Figure 2, including low concentration, local peak, abrupt transition, and failure cases. For clarity, only the proposed model, iTransformer, and DLinear are shown. The proposed model generally follows the ground truth more closely than the compared models under stable, local peak, and abrupt transition conditions. In the stable period, the proposed model maintains a smooth prediction and avoids the obvious overestimation observed in DLinear. In the local peak and abrupt transition cases, it better captures the main rising and falling trends, indicating improved adaptability to high-concentration variations. However, the failure case shows that the proposed model still underestimates the amplitude of some sharp peaks. This observation is consistent with the warning-related results and indicates that peak amplitude preservation remains a limitation of the current model.
Figure 2.
Warning-oriented performance of different models under high-PM2.5 conditions. The dashed horizontal line indicates the warning threshold θ.
3.5. Performance Under Different Forecasting Horizons
To further evaluate the performance of the proposed model under different forecasting horizons, this study fixes the input sequence length at 300 steps and sets the forecasting horizons to 30, 60, 96, 180, and 300 steps, respectively, thereby constructing five forecasting tasks: 300-30, 300-60, 300-96, 300-180, and 300-300. Except for the forecasting horizon, the data partitioning strategy, model architecture, and major hyperparameter settings remain identical across all experimental groups to ensure the comparability of different forecasting tasks. The experimental results are presented in Table 8 and Table 9.
Table 8.
Forecasting performance under different prediction horizons.
Table 9.
Warning-related performance under different prediction horizons.
As shown in Table 8 and Table 9, the forecasting and warning performance of the proposed model changes regularly with the increase in the forecasting horizon. For the forecasting metrics, MSE increases from 1.4467 × 10−3 to 5.7816 × 10−3, MAE increases from 0.0294 to 0.0593, and R2 decreases from 0.9797 to 0.9197 as the forecasting horizon increases from 30 to 300 steps. This indicates that longer horizon forecasting introduces greater uncertainty and increases the difficulty of accurately modeling future PM2.5 variations. A similar trend can also be observed in the warning-related metrics. High MAE increases from 0.0372 to 0.0942, PSE increases from 1.6023 to 10.1461, and MAR increases from 0.1134 to 0.3428, indicating that peak value estimation, peak timing localization, and high-concentration detection become more challenging under longer forecasting horizons. Nevertheless, the model maintains relatively low errors and high R2 values under short and medium forecasting horizons, suggesting that the proposed method has stable forecasting and warning capability within a moderate prediction range.
3.6. Ablation and Interpretability Analysis
To verify the contribution of each proposed improvement module to the enhancement of model performance, this study conducts ablation experiments based on the iTransformer backbone framework. Specifically, six models are constructed, including the original iTransformer, the iTransformer with the dual-stage feed-forward network, the iTransformer with the DLinear branch and fixed weight fusion, the iTransformer with the DLinear branch and adaptive gated fusion, the model simultaneously introducing the dual-stage feed-forward network and the DLinear branch with fixed-weight fusion, and the complete model with the adaptive gated fusion mechanism. All models are trained and tested under identical conditions regarding the data partitioning strategy, input–output settings, and evaluation metrics. The experimental results are presented in Table 10.
Table 10.
Ablation study of overall forecasting performance.
As shown in Table 10, the proposed model achieves the best overall forecasting performance among all ablation variants. Compared with the original iTransformer, the proposed model reduces the MSE from 2.6539 × 10−3 to 1.8292 × 10−3, while the MAE, RMSE, and MAPE are also reduced from 0.0397, 0.0515, and 0.0211 to 0.0334, 0.0428, and 0.0177, respectively. Meanwhile, R2 increases from 0.9629 to 0.9744. These results indicate that the proposed hybrid structure effectively improves the overall PM2.5 forecasting accuracy.
The contribution of each module can be further observed from the intermediate variants. After replacing the original feed-forward network with the DualStageFFN, the MSE decreases from 2.6539 × 10−3 to 2.0363 × 10−3, indicating that the dual-stage nonlinear feature refinement enhances the representation capability of the iTransformer backbone. When only the DLinear branch is introduced, the MSE decreases to 2.5250 × 10−3 under fixed fusion and to 2.3775 × 10−3 under adaptive fusion. This suggests that the DLinear branch can provide complementary trend information, but its independent contribution is relatively limited compared with the DualStageFFN. When both DualStageFFN and DLinear are used, the fixed fusion variant obtains an MSE of 1.9033 × 10−3, and the complete adaptive fusion model further reduces it to 1.8292 × 10−3. Therefore, the final improvement is not caused by a single module, but by the combined effect of nonlinear feature refinement, auxiliary linear trend modeling, and adaptive branch weighting.
Table 11 further compares the ablation variants from the perspective of warning-oriented forecasting performance. The results show that different modules have different effects on high-concentration prediction and threshold-based warning reliability. Compared with the original iTransformer, the DualStageFFN variant reduces High MAE from 0.0542 to 0.0444 and decreases MAR from 0.2014 to 0.1430, indicating that the enhanced nonlinear backbone improves the fitting ability for high-concentration periods and helps reduce missed alarms. However, its FAR increases from 36.5785 × 10−4 to 41.0063 × 10−4, suggesting that stronger sensitivity to high-concentration points may also introduce more false alarms.
Table 11.
Ablation study of warning-oriented forecasting performance.
The variants with only the DLinear branch do not consistently improve the warning-oriented metrics. In particular, the fixed fusion variant without DualStageFFN increases High MAE and FAR, while the adaptive fusion variant shows higher PUR and MAR than the original iTransformer. This indicates that linear trend compensation alone is insufficient for reliable high-concentration warning. After combining DualStageFFN and DLinear, the fixed fusion variant achieves the lowest High MAE, whereas the proposed adaptive fusion model achieves the lowest FAR. These results suggest that fixed fusion is more conservative in fitting high-concentration points, while adaptive fusion provides better control of false alarms. Overall, the proposed model achieves the best overall forecasting accuracy and a more balanced warning performance, although peak underestimation and missed alarms remain limitations that require further improvement.
To further explain the internal mechanism behind the ablation results, feature representation visualization and adaptive gate weight analysis are conducted in the following part. The feature map comparison is used to examine how the DualStageFFN changes the representation of particulate-related variables, while the gate weight distribution is used to analyze how the model balances the iTransformer branch and the DLinear branch under different PM2.5 regimes.
Figure 3 presents the feature representations extracted by the conventional FFN and the two stages of the proposed DualStageFFN. The complete feature map includes all sensor variables, while the analysis focuses on particulate related variables because PM2.5 is the primary forecasting target in this study. Compared with the conventional FFN, Stage 1 produces broader activation responses across feature dimensions, indicating that the expanded hidden representation enhances the feature extraction capacity of the backbone network. Stage 2 further refines these responses and makes the representation more concentrated on particulate-related features. The peak to stable activation ratio increases from 1.17 after Stage 1 to 1.64 after Stage 2, suggesting that the second stage further strengthens the representation of peak-related features rather than simply repeating the first transformation. This explains why the DualStageFFN improves the overall forecasting performance and the high-concentration prediction performance in the ablation results.
Figure 3.
Dual-stage FFN feature visualization.
Figure 4 shows the distribution of adaptive gate weights under different PM2.5 conditions. In the proposed fusion formulation, a larger gate value indicates a higher contribution from the iTransformer branch, whereas a smaller gate value indicates a higher contribution from the DLinear branch. The PM2.5 gate has a mean value of 0.4619, a standard deviation of 0.0233, and a range of 0.3458 to 0.6315, indicating that the fusion weight does not collapse to a fixed coefficient. The mean gate decreases from 0.4694 in stable windows to 0.4533 in transition windows, and from 0.4650 in normal concentration windows to 0.4416 in local peak windows. This indicates that the model assigns relatively more weight to the DLinear auxiliary branch during high-concentration and high-variation periods. Therefore, the adaptive gate works as a context-dependent branch balancing mechanism, which helps the model combine nonlinear dependency modeling and local trend compensation.
Figure 4.
Adaptive gate distribution.
3.7. Inference Time
To further verify the real-time applicability of the proposed model in high-frequency dust concentration early warning scenarios, the inference time of the optimal model is evaluated in this study. Under the setting of an input length of 300, a forecasting horizon of 60, and 9938 test samples, the total inference time on the test set is recorded, and the average forward inference time for each sample window is calculated. The experiments are conducted on an NVIDIA GeForce RTX 3090 GPU and an Intel Xeon Silver 4114 CPU, and the results are presented in Table 12.
Table 12.
Inference time of the proposed model.
As shown in Table 5, the proposed model achieves an average inference time of 6.2947 ms per sample in the GPU environment, with a total forward inference time of 66.0959 s for 9938 test samples. In the CPU environment, the average inference time per sample is 17.2599 ms, and the total forward inference time is 171.9905 s. Since the sampling frequency of the data used in this study is 1 Hz, the interval between two consecutive data updates is 1 s. The time required by the model to complete one forecasting process with 300 input steps and 60 output steps in both the CPU and GPU environments is significantly shorter than 1 s. This indicates that, while maintaining high forecasting accuracy, the proposed model also possesses strong real-time inference capability and can satisfy the timeliness requirements of high-frequency dust concentration monitoring and early warning. In addition, a single forecasting task can still be completed within the millisecond range in the CPU environment, indicating that the proposed model is suitable not only for high-performance GPU computing platforms, but also has potential for edge deployment and industrial field applications.
4. Conclusions
Focusing on high-frequency particulate concentration forecasting with abrupt fluctuations, local accumulation, and tight multivariate sensor coupling, this study proposes an iTransformer-based dust concentration forecasting model integrating a dual-stage feed-forward network and a DLinear branch. The proposed model adopts iTransformer as the backbone network and captures the coupling relationships among multi-source sensing variables through variate-wise modeling. A progressive dual-stage feed-forward network structure is introduced to enhance the model’s representation capability for complex nonlinear features, local abrupt changes, and peak fluctuations. In addition, a collaborative modeling framework consisting of an iTransformer main branch and a DLinear auxiliary branch is constructed to achieve the joint learning of global nonlinear patterns and local linear trends. Furthermore, an adaptive gated fusion mechanism is employed to dynamically allocate the contribution weights of different branches according to sequence variation characteristics, thereby improving the forecasting adaptability of the model in high-frequency, strongly disturbed dust concentration sequences.
The experimental results demonstrate that the proposed model achieves superior overall forecasting performance compared with the baseline models and ablation variants. With an input length of 300 time steps and a forecasting horizon of 60 time steps, the proposed model obtains an MSE of 1.8292 × 10−3, an MAE of 0.0334, an RMSE of 0.0428, an MAPE of 0.0177, and an R2 of 0.9744. The ablation results indicate that the performance improvement is not attributable to a single component, but results from the combined effect of progressive nonlinear feature refinement, auxiliary linear trend modeling, and adaptive branch weighting. In addition to conventional regression metrics, warning-oriented indicators were introduced to evaluate forecasting behavior during high-concentration periods. The proposed model achieves the lowest false alarm rate among the ablation variants, suggesting that the adaptive fusion mechanism contributes to reducing unnecessary alarms in threshold-based monitoring. Nevertheless, the model does not achieve the optimum value for all warning-oriented metrics, and peak underestimation and missed alarms are still observed in some high-concentration windows, indicating that further improvement is required for peak sensitive forecasting and warning reliability.
From an application perspective, the proposed method can provide a methodological reference for sensor-driven short-term particulate concentration forecasting and early warning. In practical industrial monitoring, such a forecasting module has the potential to be integrated with ventilation control, dust removal equipment, personal protection reminders, or low-energy environmental intervention systems to support proactive risk management [30]. Nevertheless, the experiments in this study were conducted on a public high-frequency smoke-sensing dataset, which was used as a proxy benchmark rather than direct industrial dust data. Therefore, the results cannot be directly generalized to actual powder and granular material processing workshops without further validation.
Author Contributions
Conceptualization, M.W. and Z.L.; methodology, M.W. and Z.L.; validation, Z.L., C.L. and Z.H.; formal analysis, Y.W. and Z.H.; investigation, M.W. and Z.L.; resources, X.S.; data curation, Y.W. and Z.H.; writing—original draft preparation, Z.L.; writing—review and editing, M.W. and X.S.; visualization, C.L.; supervision, X.S.; project administration, M.W.; funding acquisition, M.W. and X.S. All authors have read and agreed to the published version of the manuscript.
Funding
This research was funded by the Hebei Provincial Major Science and Technology Support Program (Grant no. 252Y1801D).
Institutional Review Board Statement
Not applicable.
Informed Consent Statement
Not applicable.
Data Availability Statement
The dataset used in this study is publicly available as cited in Ref. [28]. Further inquiries can be directed to the corresponding author.
Conflicts of Interest
The authors declare no conflicts of interest.
References
- Amoatey, P.; Khaniabadi, Y.O.; Sicard, P.; Siddiqi, S.A.; De Marco, A.; Sulaiman, H. Temporal Incidence and Prevalence of Bronchitis and Morbidities from Exposure to Ambient PM2.5 and PM10. Environ. Justice 2021, 14, 267–276. [Google Scholar] [CrossRef]
- GBZ 2.1-2019; Occupational Exposure Limits for Hazardous Agents in the Workplace Part 1: Chemical Hazardous Agents. National Health Commission of the People’s Republic of China: Beijing, China, 2019.
- GBZ/T 340-2025; Guideline for Prevention and Control of Dust Hazard at Workplace. National Health Commission of the People’s Republic of China: Beijing, China, 2025.
- Xu, J.; Chen, L.; Lv, M.; Zhan, C.; Chen, S.; Chang, J. HighAir: A Hierarchical Graph Neural Network-Based Air Quality Forecasting Method. arXiv 2021, arXiv:2101.04264. [Google Scholar]
- Wei, Q.; Chen, Y.; Zhang, H.; Jia, Z.; Yang, J.; Niu, B. Simulation and Prediction of PM2.5 Concentrations and Analysis of Driving Factors Using Interpretable Tree-Based Models in Shanghai, China. Environ. Res. 2025, 270, 121003. [Google Scholar] [CrossRef] [PubMed]
- Dehghan, A.; Khanjani, N.; Bahrampour, A.; Goudarzi, G.; Yunesian, M.; Hopke, P.K.; Jafarnezhad, A. Forecasting Ambient Air Pollutants in Tehran, Iran. Environ. Justice 2020, 13, 193–201. [Google Scholar] [CrossRef]
- Dai, Z.; Ren, G.; Jin, Y.; Zhang, J. Research on PM2.5 Concentration Prediction Based on Transformer. J. Phys. Conf. Ser. 2024, 2813, 012023. [Google Scholar] [CrossRef]
- Liu, Z.; Huang, X.; Wang, X. PM2.5 Prediction Based on Modified Whale Optimization Algorithm and Support Vector Regression. Sci. Rep. 2024, 14, 23296. [Google Scholar] [CrossRef] [PubMed]
- Xu, C.; Xu, D.; Liu, Z.; Li, Y.; Li, N.; Chartier, R.; Chang, J.; Wang, Q.; Wu, Y.; Li, N. Estimating Hourly Average Indoor PM2.5 Using the Random Forest Approach in Two Megacities, China. Build. Environ. 2020, 180, 107025. [Google Scholar] [CrossRef]
- Jiang, P.; Gao, C.; Zhao, J.; Li, F.; Ou, C.; Zhang, T.; Huang, S. An Exploration of Urban Air Health Navigation System Based on Dynamic Exposure Risk Forecast of Ambient PM2.5. Environ. Int. 2024, 190, 108793. [Google Scholar] [CrossRef] [PubMed]
- Shahriar, S.A.; Kayes, I.; Hasan, K.; Hasan, M.; Islam, R.; Awang, N.R.; Hamzah, Z.; Rak, A.E.; Salam, M.A. Potential of ARIMA-ANN, ARIMA-SVM, DT and CatBoost for Atmospheric PM2.5 Forecasting in Bangladesh. Atmosphere 2021, 12, 100. [Google Scholar] [CrossRef]
- Wang, H.; Li, M.; Yue, X. IncLSTM: Incremental Ensemble LSTM Model towards Time Series Data. Comput. Electr. Eng. 2021, 92, 107156. [Google Scholar] [CrossRef]
- Xia, S.; Zhang, R.; Zhang, L.; Wang, T.; Wang, W. Multi-Dimensional Distribution Prediction of PM2.5 Concentration in Urban Residential Areas Based on CNN. Build. Environ. 2025, 267, 112167. [Google Scholar] [CrossRef]
- Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, L.; Polosukhin, I. Attention Is All You Need. arXiv 2023, arXiv:1706.03762v7. [Google Scholar]
- Zhou, H.; Zhang, S.; Peng, J.; Zhang, S.; Li, J.; Xiong, H.; Zhang, W. Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting. Proc. AAAI Conf. Artif. Intell. 2021, 35, 11106–11115. [Google Scholar] [CrossRef]
- Wu, H.; Xu, J.; Wang, J.; Long, M. Autoformer: Decomposition Transformers with Auto-Correlation for Long-Term Series Forecasting. arXiv 2022, arXiv:2106.13008. [Google Scholar]
- Liu, Y.; Hu, T.; Zhang, H.; Wu, H.; Wang, S.; Ma, L.; Long, M. iTransformer: Inverted Transformers Are Effective for Time Series Forecasting. arXiv 2024, arXiv:2310.06625. [Google Scholar]
- An, L.; Kong, S.; Li, K. Research on Intelligent Early Warning and Emergency Response Mechanism for Tunneling Face Gas Concentration Based on an Improved KAN-iTransformer. Processes 2025, 13, 3748. [Google Scholar] [CrossRef]
- Jia, W.; Guan, S.; Liu, W. Environmental Forecasting of Particulate Matter (PM2.5) Using Seasonal-Trend Decomposition and iTransformer: A Multivariate Learning Framework. Environ. Eng. Sci. 2026, 43, 13–26. [Google Scholar] [CrossRef]
- Tang, Y.; Cai, Z. iTransformer-FFC: A Frequency-Aware Transformer Framework for Multi-Scale Time Series Forecasting. Electronics 2025, 14, 2378. [Google Scholar] [CrossRef]
- Liu, J.; Yang, F.; Yan, K.; Jiang, L. Household Energy Consumption Forecasting Based on Adaptive Signal Decomposition Enhanced iTransformer Network. Energy Build. 2024, 324, 114894. [Google Scholar] [CrossRef]
- Liu, J.; Chen, Y.; Li, Y.; Yu, F. LTiT: A Deep Learning Model for Subway Section Passenger Flow Prediction Based on LSTM-TSSA-iTransformer. Sensors 2026, 26, 2584. [Google Scholar] [CrossRef] [PubMed]
- Hu, X.; Feng, Y.; Liu, J.; Xu, Y.; Song, S. Long-Term Prediction of Mesoscale Sea Surface Temperature and Latent Heat Flux Coupling Using the iTransformer Model. Sensors 2025, 25, 985. [Google Scholar] [CrossRef] [PubMed]
- Zeng, A.; Chen, M.; Zhang, L.; Xu, Q. Are Transformers Effective for Time Series Forecasting? arXiv 2022, arXiv:2205.13504. [Google Scholar]
- Guo, Y.; Wang, B.; Zhao, Z. A Hybrid EMD-ICA-DLinear Multi-View Representation Model for Accurate Satellite Orbit Prediction in Space. Aerospace 2025, 12, 204. [Google Scholar] [CrossRef]
- Liu, J.; Gong, C.; Chen, S.; Zhou, N. Multi-Step-Ahead Wind Speed Forecast Method Based on Outlier Correction, Optimized Decomposition, and DLinear Model. Mathematics 2023, 11, 2746. [Google Scholar] [CrossRef]
- Zou, Z.; Chen, G.; Xie, L.; Wang, J.; Yang, Z. Thermo-Mechanical Fault Diagnosis for Marine Steam Turbines: A Hybrid DLinear–Transformer Anomaly Detection Framework. J. Mar. Sci. Eng. 2025, 13, 2050. [Google Scholar] [CrossRef]
- Stefan, B. Smoke Detection Dataset. 2022. Available online: https://www.kaggle.com/datasets/deepcontractor/smoke-detection-dataset (accessed on 12 May 2026).
- Wang, Z.; Mae, M.; Yamane, T.; Ajisaka, M.; Nakata, T.; Matsuhashi, R. Novel Custom Loss Functions and Metrics for Reinforced Forecasting of High and Low Day-Ahead Electricity Prices Using Convolutional Neural Network–Long Short-Term Memory (CNN-LSTM) and Ensemble Learning. Energies 2024, 17, 4885. [Google Scholar] [CrossRef]
- Wang, Z.; Matsuhashi, R. Low-Energy Miniature Wearable Air-Conditioner with Direct Cold-Air Delivery: A Novel Water–Electricity Hybrid Energy System. Build. Environ. 2026, 297, 114590. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2026 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license.



