$$\rightleftharpoonup{xx}$$
$$\longleftharp{xx}$$,
$$\longrightharp{xx}$$,
Coal still plays a dominant role in China's energy structure. However, during storage, transportation, and mining, spontaneous heating can occur, leading to spontaneous combustion. This often causes mine fires, seriously threatening mine safety and workers' lives1,2,3,4. Hence, accurate prediction of coal mine fire risks and their temperature variations is essential for early warning and disaster mitigation. The prediction methods for coal spontaneous combustion temperature have evolved from early empirical formulas to analysis approaches based on actual monitoring data5,6,7. Early studies mainly relied on physical models and chemical kinetics equations to model the coal oxidation heat release mechanism. However, owing to the complexity of model parameters and limited applicability, these models face significant limitations in practical use8,9,10. With the development of intelligent algorithms, methods such as Random Forest (RF)11 and Artificial Neural Networks (ANN)12 have been gradually introduced to enhance prediction capabilities by constructing nonlinear mappings. In recent years, advances in deep learning have offered new approaches for predicting coal spontaneous combustion temperature. Wang et al.13 proposed a detection method based on acoustic temperature measurement technology, analyzing gas emissions under various conditions to establish preliminary thresholds and an early warning system. It developed a refined mathematical model for measuring the temperature of loose coal. Graph Neural Networks (GNN) and Transformer architectures have also been introduced. Pan et al.3 presented a coal spontaneous combustion temperature prediction model based on Graph Convolutional Networks (GCN), which incorporates the interactions among gas indicators to achieve higher prediction accuracy.
However, existing methods still face limitations in hyperparameter selection and model generalization. To improve performance, researchers have introduced intelligent optimization algorithms such as the Sparrow Search Algorithm (SSA) to tune hyperparameters like learning rate and batch size. Wang et al.14 proposed the SSA-CNN model, which, for the first time, integrates a swarm intelligence algorithm with a convolutional neural network structure. This approach not only improves parameter optimization efficiency but also effectively captures the spatial structural features in coal spontaneous combustion data. Long et al.15 and Zou et al.16, respectively, proposed coal spontaneous combustion prediction models based on BO-Light Gradient-Boosting Machine (GBM) and particle swarm optimization-XGBoost (PSO-XGB). Both models improved convergence and accuracy by optimizing the search strategy, providing new approaches for the optimization of coal spontaneous combustion prediction models.
Although existing studies have advanced the intelligent prediction of coal spontaneous combustion temperature, most efforts have been limited to optimizing model parameters without improvements at the network architecture level. Consequently, current models commonly exhibit the following limitations: First, most adopt static structures, where the network architecture (e.g., number of convolutional layers, LSTM layers) and key training parameters (e.g., learning rate, batch size) are manually set or proportionally decayed during initial model construction and remain unchanged throughout training and prediction, lacking the ability to dynamically adapt to data complexity. Second, the models generally lack adaptive mechanisms to adjust for varying conditions such as different time periods, temperature ranges, and gas concentration scales, making it difficult to meet the demands of multi-condition prediction. Third, their generalization and transferability remain inadequate, resulting in unstable and inaccurate predictions across different regional datasets. Although some improvements have been achieved at the parameter level, the network structure itself remains static without joint dynamic optimization of structure and parameters, limiting overall performance gains.
Therefore, this study aims to develop a flexible and high-precision model for coal spontaneous combustion temperature prediction to address the above challenges. Through comparative experiments, the CNN-LSTM-Attention architecture was selected as the base model. To accommodate varying network depth requirements for different coal seams, the traditional static structure is replaced with a "structural optimization" approach. In this approach, the number of convolutional (CNN) and recurrent (LSTM) layers, along with key training parameters, is not fixed but is dynamically adjusted according to the strength of spatial and temporal features in the data.