sensors-logo

Journal Browser

Journal Browser

Smart Sensors for Real-Time Mining Hazard Detection

A special issue of Sensors (ISSN 1424-8220). This special issue belongs to the section "Intelligent Sensors".

Deadline for manuscript submissions: 10 June 2026 | Viewed by 1628

Special Issue Editor


E-Mail Website
Guest Editor
Mining Science Center, China University of Mining and Technology, Nanhu Campus, Xuzhou 221116, China
Interests: mining hazard detection; real-time monitoring; disaster early warning; gas early warning; sensing materials; multi-parameter fusion; harsh environment adaptation; safe mining production

Special Issue Information

Dear Colleagues,

Mining operations have long been threatened by sudden hazards like gas outbursts and roof collapses. Traditional detection technologies, with delayed responses and single-dimensional monitoring, can hardly meet real-time prevention and control needs. Smart sensors, leveraging advantages of high sensitivity, real-time data interaction, and multi-parameter collaborative analysis, have become key to solving this problem. Focusing on "Smart Sensors for Real-Time Mining Hazard Detection", this Special Issue invites scholars to share achievements in sensing material innovation, algorithm optimization, and harsh environment adaptation to promote technology transformation.

This theme aligns well with Sensors: it falls under the journal’s key focus on "sensing technology innovation in specific scenarios", and its research on multi-parameter fusion and engineering applications responds directly to the journal’s coverage of "sensing system integration and cross-field applications", providing readers with cutting-edge references in the mining field.

Dr. Chenghao Wang
Guest Editor

Manuscript Submission Information

Manuscripts should be submitted online at www.mdpi.com by registering and logging in to this website. Once you are registered, click here to go to the submission form. Manuscripts can be submitted until the deadline. All submissions that pass pre-check are peer-reviewed. Accepted papers will be published continuously in the journal (as soon as accepted) and will be listed together on the special issue website. Research articles, review articles as well as short communications are invited. For planned papers, a title and short abstract (about 250 words) can be sent to the Editorial Office for assessment.

Submitted manuscripts should not have been published previously, nor be under consideration for publication elsewhere (except conference proceedings papers). All manuscripts are thoroughly refereed through a single-blind peer-review process. A guide for authors and other relevant information for submission of manuscripts is available on the Instructions for Authors page. Sensors is an international peer-reviewed open access semimonthly journal published by MDPI.

Please visit the Instructions for Authors page before submitting a manuscript. The Article Processing Charge (APC) for publication in this open access journal is 2600 CHF (Swiss Francs). Submitted papers should be well formatted and use good English. Authors may use MDPI's English editing service prior to publication or during author revisions.

Keywords

  • smart sensors
  • mining hazard detection
  • real-time monitoring
  • disaster early warning
  • gas early warning
  • sensing materials
  • multi-parameter fusion
  • harsh environment adaptation
  • safe mining production

Benefits of Publishing in a Special Issue

  • Ease of navigation: Grouping papers by topic helps scholars navigate broad scope journals more efficiently.
  • Greater discoverability: Special Issues support the reach and impact of scientific research. Articles in Special Issues are more discoverable and cited more frequently.
  • Expansion of research network: Special Issues facilitate connections among authors, fostering scientific collaborations.
  • External promotion: Articles in Special Issues are often promoted through the journal's social media, increasing their visibility.
  • Reprint: MDPI Books provides the opportunity to republish successful Special Issues in book format, both online and in print.

Further information on MDPI's Special Issue policies can be found here.

Published Papers (3 papers)

Order results
Result details
Select all
Export citation of selected articles as:

Research

22 pages, 1555 KB  
Article
Physics-Informed Modified Kolmogorov–Arnold Network for CO Concentration Prediction in Gob Areas of Coal Spontaneous Combustion
by Zhuoqing Li, Jie Hou, Longqiang Han and Xiaodong Wang
Sensors 2026, 26(11), 3292; https://doi.org/10.3390/s26113292 - 22 May 2026
Abstract
Coal spontaneous combustion in gob areas is a major disaster endangering safe production in underground coal mines, and accurate prediction of carbon monoxide (CO), the core signature gas of coal oxidation, is critical for early warning and targeted prevention of mine fire disasters. [...] Read more.
Coal spontaneous combustion in gob areas is a major disaster endangering safe production in underground coal mines, and accurate prediction of carbon monoxide (CO), the core signature gas of coal oxidation, is critical for early warning and targeted prevention of mine fire disasters. However, CO concentration in gob areas is governed by complex gas–solid thermal–chemical multi-field coupling, presenting strong nonlinear characteristics. Traditional numerical methods suffer from prohibitive computational cost, purely data-driven models have inherent black-box defects, and conventional Physics-Informed Neural Networks (PINNs) require explicit full governing equations, which are hard to establish for such complex systems. This paper first proposes a Physics-Informed Modified Kolmogorov–Arnold Network (PIM-KAN), which deeply integrates domain physical knowledge with KAN architecture via a physics encoding layer, a residual-modified KAN layer, a multi-physics attention mechanism, and a multi-term physical consistency constraint framework. Experiments on 3125 real coal mine field samples show that the PIM-KAN achieves R2 = 0.9965 and RMSE = 0.9290 ppm, reducing RMSE by 19.5% compared with MLP, and outperforming all baseline models. Ablation studies confirm the significant contribution of each innovation module, and attention weight analysis is highly consistent with Arrhenius reaction kinetics, verifying its superior prediction accuracy, physical consistency and intrinsic interpretability. Full article
(This article belongs to the Special Issue Smart Sensors for Real-Time Mining Hazard Detection)
17 pages, 2294 KB  
Article
A Missing Data Imputation Method for Gas Time Series Based on Spatio-Temporal Graph Attention Network—Echo State Network
by Jian Yang, Kai Qin, Jinjiao Ye, Yan Zhao and Longyong Shu
Sensors 2026, 26(10), 3016; https://doi.org/10.3390/s26103016 - 11 May 2026
Viewed by 450
Abstract
Coal-mine-gas-monitoring data exhibits missing phenomena due to the harsh underground operating environment. Accurate imputation of missing values in gas-monitoring sequences serves as a key data foundation for guaranteeing the continuity of gas data, enhancing the reliability of disaster early warning, and improving the [...] Read more.
Coal-mine-gas-monitoring data exhibits missing phenomena due to the harsh underground operating environment. Accurate imputation of missing values in gas-monitoring sequences serves as a key data foundation for guaranteeing the continuity of gas data, enhancing the reliability of disaster early warning, and improving the accuracy of mine safety situation analysis and judgment. Aiming at the prevalent random and segmented missing issues in coal-mine-gas-monitoring time-series data, and the limitation that existing imputation methods struggle to accurately capture the nonlinear spatiotemporal correlations and long-range temporal dependencies of such data, this study proposes a missing data imputation method for coal mine gas time-series data based on the Spatio-Temporal Graph Attention Network—Echo State Network (ST-GAT-ESN). Firstly, this method extracts temporal features of the gas concentration sequence using a Gated Recurrent Unit (GRU). Subsequently, it models multiple monitoring points as graph nodes through a Graph Attention Network (GAT), constructs an adjacency matrix based on airflow propagation relationships, and adaptively learns the spatial dependency weights between monitoring points to realize the deep fusion of spatiotemporal features. Finally, it designs a dual-channel Echo State Network (ESN), synchronously inputs the spatiotemporal fusion features of the missing regions before and after, efficiently fits the nonlinear evolutionary trend of the data by virtue of the echo state property of the reservoir, and solves the output layer weights through ridge regression to achieve accurate imputation of missing values. Experimental results demonstrate that, compared with the single-ST-GAT-ESN, ESN, and ARIMA models, the proposed method achieves the optimal imputation performance in both random and segmented missing scenarios within the missing rate range of 5–50%. The three evaluation metrics—Mean Absolute Error (MAE), Root Mean Square Error (RMSE), and Mean Absolute Percentage Error (MAPE)—are reduced by 30–80% compared with the benchmark models. Moreover, the imputation curve achieves the best fitting performance with the ground-truth curve at a 50% segmented missing rate. This study confirms that the ST-GAT-ESN model effectively enhances the adaptability and robustness to complex missing patterns via spatiotemporal collaborative modeling and a dual-channel fusion mechanism, providing a high-precision and highly stable technical solution for ensuring the integrity of coal-mine-gas-monitoring data, and also provides theoretical references and engineering insights for the missing-value processing of industrial time-series monitoring data. Full article
(This article belongs to the Special Issue Smart Sensors for Real-Time Mining Hazard Detection)
Show Figures

Figure 1

27 pages, 3368 KB  
Article
Abnormal Pressure Event Recognition and Dynamic Prediction Method for Fully Mechanized Mining Working Face Based on GRU-AM
by Kai Qin, Longyong Shu, Zhidang Chen, Yan Zhao and Yunpeng Li
Sensors 2025, 25(23), 7336; https://doi.org/10.3390/s25237336 - 2 Dec 2025
Viewed by 698
Abstract
Accurate identification and prediction of abnormal strata pressure in intelligent longwall mining faces are essential for ensuring mine safety and production efficiency. Although machine learning has been increasingly applied to hydraulic support resistance prediction, challenges remain in capturing the strong temporal dependency and [...] Read more.
Accurate identification and prediction of abnormal strata pressure in intelligent longwall mining faces are essential for ensuring mine safety and production efficiency. Although machine learning has been increasingly applied to hydraulic support resistance prediction, challenges remain in capturing the strong temporal dependency and periodic pressure characteristics associated with strata behavior. In this study, a novel abnormal strata pressure identification and prediction framework based on the Gated Recurrent Unit (GRU) integrated with an attention mechanism (AM) is proposed for fully mechanized coal mining faces. The model is designed to capture both short-term fluctuations and long-term cyclic characteristics of support resistance, thereby enhancing its sensitivity to dynamic loading conditions and precursory abnormal pressure signals. Results indicate that the proposed GRU-AM model achieves high prediction accuracy for both single-support and multi-support scenarios, with the predicted resistance closely matching the measured values. Compared with conventional LSTM and CNN models, GRU-AM demonstrates consistently improved performance across multiple evaluation metrics, including RMSE, MAE, MAPE, and Pearson correlation coefficient (R), in both short-step and long-step prediction tasks. At a 1 min step length, the model achieves an overall Accuracy of 0.9741 for abnormal pressure identification, and maintains a high Accuracy of 0.9195 at a 10 min step length. Field application across different mining conditions further confirms the robustness, computational efficiency, and practical reliability of the proposed method. These results demonstrate that the GRU-AM framework provides an effective and scalable solution for real-time abnormal strata pressure recognition and early warning in intelligent coal mining environments. Full article
(This article belongs to the Special Issue Smart Sensors for Real-Time Mining Hazard Detection)
Show Figures

Figure 1

Back to TopTop