Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (4,014)

Search Parameters:
Keywords = recurrent neural network

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
21 pages, 2185 KB  
Article
Unobtrusive Human Activity Recognition Using Multivariate Indoor Air Quality Sensing and Hierarchical Event Detection
by Grigoriοs Protopsaltis, Christos Mountzouris, Gerasimos Theodorou and John Gialelis
Sensors 2026, 26(9), 2857; https://doi.org/10.3390/s26092857 (registering DOI) - 2 May 2026
Abstract
Recent studies have shown that common household activities produce characteristic patterns in indoor air pollutants, enabling activity inference using environmental measurements alone. However, pollutant-based approaches are usually formulated as flat multi-class classification problems, even though indoor environments are dominated by long baseline periods [...] Read more.
Recent studies have shown that common household activities produce characteristic patterns in indoor air pollutants, enabling activity inference using environmental measurements alone. However, pollutant-based approaches are usually formulated as flat multi-class classification problems, even though indoor environments are dominated by long baseline periods with no emission-generating activity, leading to false alarms and unstable predictions. This work proposes a gated hierarchical inference framework for recognizing activities from indoor air quality data. A first-stage gate detects whether a time window contains activity-induced pollutant dynamics, while a second-stage classifier conditionally identifies the specific activity only when activity relevance is detected. Multivariate time-series measurements of particulate matter, volatile organic compounds, nitrogen oxides, carbon dioxide, temperature and relative humidity were collected using a portable monitoring system during controlled household cooking and cleaning experiments. Temporal windows were processed using recurrent neural network models in both stages. By separating activity detection from activity identification, the proposed method aligns inference with the physical generation of indoor pollutant signals and improves robustness in baseline-dominated monitoring scenarios while maintaining reliable discrimination among activities. The framework supports unobtrusive activity recognition and enables applications in exposure-aware monitoring and intelligent indoor environmental management. Full article
(This article belongs to the Special Issue Sensors for Human Activity Recognition: 3rd Edition)
Show Figures

Figure 1

20 pages, 4185 KB  
Article
A Deep Learning Method Integrating Meteorological Data for Heavy Precipitation Nowcasting in the Alps Region
by Yilin Mu, Jiahe Liu, Yang Li and Ruidong Zhang
Appl. Sci. 2026, 16(9), 4481; https://doi.org/10.3390/app16094481 (registering DOI) - 2 May 2026
Abstract
Forecasting short-term heavy precipitation is crucial for the early warning of disasters such as flash floods, landslides, and urban flooding. However, under complex topographic conditions, traditional numerical forecasts still fall short in capturing high-resolution heavy precipitation events, and conventional radar extrapolation methods struggle [...] Read more.
Forecasting short-term heavy precipitation is crucial for the early warning of disasters such as flash floods, landslides, and urban flooding. However, under complex topographic conditions, traditional numerical forecasts still fall short in capturing high-resolution heavy precipitation events, and conventional radar extrapolation methods struggle to accurately characterize the nonlinear evolution of weather systems during advection, deformation, and intensity adjustment processes. To address the challenge of short-term heavy rainfall forecasting in high-altitude, complex terrain, this paper proposes Nowcast with Flow-Net (Nwf-Net), a short-term precipitation forecasting framework that integrates deep learning with multi-source meteorological data. This framework consists of a Morphological Evolution Track Module (MET) and a Rainfall Intensity Correction Module (RIC) connected in series: the former combines upper-air wind fields with traditional optical flow algorithms to jointly characterize the displacement of and morphological changes in radar echoes; the latter utilizes a deep recurrent neural network to correct the intensity of forecast results, thereby enhancing the model’s ability to characterize the evolution of strong convective echoes. Experiments in the Alpine region demonstrate that Nwf-Net achieves CSI, HSS, and F1 scores of 0.392, 0.506, and 0.546, respectively, at 32 dBz. These results outperform those of traditional numerical models and some mainstream models, indicating that Nwf-Net can accurately capture multiscale severe convective information and consistently generate precise forecasts. Full article
(This article belongs to the Section Earth Sciences)
33 pages, 1208 KB  
Article
Hybrid Model-Based Framework for Real-Time Adaptive Traffic Signal Control
by Bratislav Lukić, Goran Petrović, Žarko Ćojbašić, Dragan Marinković and Srđan Dimić
Future Transp. 2026, 6(3), 100; https://doi.org/10.3390/futuretransp6030100 - 1 May 2026
Abstract
Real-time traffic signal control represents a key challenge in modern intelligent transportation systems, particularly under highly variable traffic flows and the presence of priority vehicles. This study proposes a hybrid framework for adaptive signal plan control at a signalized intersection. The framework integrates [...] Read more.
Real-time traffic signal control represents a key challenge in modern intelligent transportation systems, particularly under highly variable traffic flows and the presence of priority vehicles. This study proposes a hybrid framework for adaptive signal plan control at a signalized intersection. The framework integrates deep learning-based traffic prediction, surrogate-based performance evaluation, and reinforcement learning-based adaptive control. Short-term traffic flow is predicted using recurrent neural networks, providing anticipatory information for traffic control decisions. Based on predicted flows and generated candidate signal plans, a machine learning surrogate model enables fast estimation of key performance indicators, including average vehicle delay and queue length. Adaptive control is implemented using the Proximal Policy Optimization algorithm within the SUMO environment via TraCI, which enables real-time fine-tuning of signal phases. A dedicated priority and stability module ensures effective emergency vehicle preemption and adaptive public transport priority while preserving intersection stability. Simulation results show that the proposed framework reduces average vehicle delay by up to 35% compared with FT and by up to 15% compared with standalone RL, while also improving traffic flow efficiency and priority vehicle performance. Full article
(This article belongs to the Special Issue Intelligent Vision Technologies in Traffic Surveillance Systems)
43 pages, 33682 KB  
Article
Network State Aware Dual-Graph Spatiotemporal Fusion Prediction Model for SDN Dynamic Routing Optimization
by Jiaxian Zhu, Jialing Zhao, Weihua Bai, Chuanbin Zhang, Zhizhe Lin and Teng Zhou
Electronics 2026, 15(9), 1909; https://doi.org/10.3390/electronics15091909 - 1 May 2026
Abstract
Software-defined networking (SDN) provides a flexible solution to manage complex networks on demand by centralized control and programmability. However, efficiently optimizing network configurations to achieve load balance and improve service quality remains challenging. In this paper, we propose a novel SDN network state [...] Read more.
Software-defined networking (SDN) provides a flexible solution to manage complex networks on demand by centralized control and programmability. However, efficiently optimizing network configurations to achieve load balance and improve service quality remains challenging. In this paper, we propose a novel SDN network state awareness and dynamic routing optimization method, termed DGSFN-DR. Hereby, we leverage a Graph Attention Network (GAT) to model the spatial dependencies of the network topology for its link graph. Then, we employ a Recurrent Neural Network (RNN) to capture the temporal dependencies of link states, including the lagged temporal features induced by routing algorithms, to improve the prediction accuracy of future link states. Our algorithm dynamically adjusts routing strategies to optimize network performance according to the predicted link weights with the dual graph spatiotemporal fusion prediction network (DG-SFN). Experimental results demonstrate that our DGSFN-DR outperforms other methods in various network traffic intensities and topologies. Specifically, it achieves improvements of 4% to 15% in latency, jitter, packet loss, and available bandwidth. In particular, the DGSFN-DR exhibits superior adaptability and optimization potential under high traffic loads and complex network topologies. This work expands dynamic routing optimization theory for SDN and new insights for practical network management. Full article
22 pages, 3221 KB  
Article
A Hybrid PSO-GWO-BP Predictive Model for Demand-Driven Scheduling and Energy-Efficient Operation of Building Secondary Water Supply Systems
by Shu-Guang Zhu, Jing-Wen Yu, Xing-Zhao Wang, Bang-Wu Deng, Shuai Jiang, Qi-Lin Wu and Wei Wei
Buildings 2026, 16(9), 1785; https://doi.org/10.3390/buildings16091785 - 30 Apr 2026
Viewed by 61
Abstract
Accurate forecasting of water demand enables optimized peak-load management, alleviating pressure during high-demand periods and improving the operational efficiency of urban secondary water supply systems—a critical component in the energy-efficient and sustainable operation of buildings. However, existing water demand prediction methods in some [...] Read more.
Accurate forecasting of water demand enables optimized peak-load management, alleviating pressure during high-demand periods and improving the operational efficiency of urban secondary water supply systems—a critical component in the energy-efficient and sustainable operation of buildings. However, existing water demand prediction methods in some regions suffer from low accuracy and excessively long prediction cycles, posing challenges for real-time water scheduling in building-scale systems. To address these challenges, this study develops a hybrid predictive framework that integrates a BP neural network with the Gray Wolf Optimizer (GWO) and Particle Swarm Optimization (PSO) algorithms for enhanced parameter optimization. Using hourly water consumption data from a representative residential district, the proposed model is compared against standalone machine learning models—Extreme Learning Machines (ELM), Support Vector Machines (SVM), Long Short-Term Memory (LSTM), and Gated Recurrent Unit (GRU). Model performance is rigorously evaluated using the coefficient of determination, mean absolute error (MAE), mean squared error (MSE), mean absolute percentage error (MAPE), root mean square error (RMSE), and Nash–Sutcliffe efficiency coefficient (NSE). The PSO-GWO-BP hybrid model achieves a predictive accuracy of 97.06%, yielding the lowest MAE, MSE, RMSE, and MAPE, as well as the highest R among all models considered, thereby significantly outperforming the benchmark standalone models. Furthermore, the high-precision short-term prediction outputs enable dynamic regulation of secondary water tank refill thresholds, facilitating refined water allocation and enhanced operational management of building water supply systems. These findings demonstrate the considerable application potential of the proposed hybrid model in enhancing both water resource efficiency and energy utilization performance in the daily operation of green buildings, providing reliable technical support for intelligent and low-carbon building water supply management. Full article
Show Figures

Figure 1

36 pages, 14306 KB  
Article
Enhancing SDN Intrusion Detection via Multi-Hybrid Deep Learning Fusion and Explainable AI
by Usman Ahmed and Muhammad Tariq Sadiq
Mathematics 2026, 14(9), 1498; https://doi.org/10.3390/math14091498 - 29 Apr 2026
Viewed by 78
Abstract
Software-defined networking (SDN) represents a paradigm shift in network management, but its centralized control plane introduces new and severe security vulnerabilities. Conventional intrusion detection systems, including signature- and rule-based methods, lack adaptability and interpretability in the face of evolving threats. This paper proposes [...] Read more.
Software-defined networking (SDN) represents a paradigm shift in network management, but its centralized control plane introduces new and severe security vulnerabilities. Conventional intrusion detection systems, including signature- and rule-based methods, lack adaptability and interpretability in the face of evolving threats. This paper proposes a multi-hybrid deep learning fusion ensemble (MHDLFE) to enhance intrusion detection in SDN environments. The framework integrates Deep Neural Networks (DNNs), Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs), and Long Short-Term Memory (LSTM) models via feature fusion and a meta-classifier, thereby improving both detection performance and robustness. To address the critical need for transparency in security systems, the proposed approach incorporates Explainable AI techniques, specifically Shapley Additive Explanations (SHAP) and Local Interpretable Model-agnostic Explanations (LIME), providing interpretable insights into model decisions. The proposed model achieves strong performance on the NSL-KDD and CIC-IDS2017 datasets, attaining near-perfect binary classification scores of 97.91% and 93.30%, and multiclass accuracies of 98.61% and 97.91%, respectively. These results demonstrate that the proposed framework delivers an effective and trustworthy SDN intrusion detection system by combining deep learning, ensemble fusion, and explainable AI to support accurate, transparent, and reliable cybersecurity decision-making. Full article
21 pages, 2154 KB  
Article
Enhanced Energy Harvesting in Photovoltaic Systems with FPGA-Based 2QGRU Controllers
by Miguel Molina Fernandez, Juan Cruz-Cozar, Jorge Perez-Martinez, Alfredo Medina-Garcia, Diego P. Morales Santos and Manuel Pegalajar Cuellar
Electronics 2026, 15(9), 1876; https://doi.org/10.3390/electronics15091876 - 29 Apr 2026
Viewed by 94
Abstract
Conventional Maximum Power Point Tracking (MPPT) algorithms, such as Perturb and Observe (P&O), suffer from steady-state oscillations and slow convergence under rapidly varying environmental conditions, leading to suboptimal energy extraction and unnecessary switching activity. To address these limitations, we propose a predictive control [...] Read more.
Conventional Maximum Power Point Tracking (MPPT) algorithms, such as Perturb and Observe (P&O), suffer from steady-state oscillations and slow convergence under rapidly varying environmental conditions, leading to suboptimal energy extraction and unnecessary switching activity. To address these limitations, we propose a predictive control strategy in which the DC–DC converter control signal is adaptively updated only when significant deviations are detected between measured and model-predicted voltage and current values. The approach leverages power-of-two quantized Artificial Neural Networks (2QANNs), enabling highly accurate inference with extreme weight quantization (2–3 bits) while remaining suitable for MPPT. A dataset-driven evaluation using year-long climatic records from geographically distinct locations indicates annual energy yields of up to 99.90% of the ideal maximum under the adopted modeling assumptions. Under the adopted fixed-condition evaluation protocol, compared with conventional P&O implementations, the proposed method requires 20–40× fewer internal control updates to approach the same efficiency region. Additionally, a robustness experiment with perturbed voltage and current measurements further shows that the recurrent 2QANN controllers remain above 98% aggregated efficiency even under the strongest tested sensing-noise condition, without retraining. Finally, post-place-and-route FPGA implementation estimates on a highly resource-constrained device indicate that the resulting architecture supports low-resource edge-oriented implementation. Full article
Show Figures

Figure 1

23 pages, 3967 KB  
Article
PULSE-KAN: Price-Aware Unified Linear-Attention and Smoothed-Trend Encoder with Kolmogorov–Arnold Network Head for Stock Movement Prediction
by Xingwang Zhang and Jiabo Li
Mathematics 2026, 14(9), 1494; https://doi.org/10.3390/math14091494 - 29 Apr 2026
Viewed by 151
Abstract
Accurate prediction of binary stock price movements remains a challenging task due to the coexistence of short-term noise and medium-term trend dynamics in financial time series. Existing recurrent models typically encode raw price sequences within a single representation stream and aggregate temporal information [...] Read more.
Accurate prediction of binary stock price movements remains a challenging task due to the coexistence of short-term noise and medium-term trend dynamics in financial time series. Existing recurrent models typically encode raw price sequences within a single representation stream and aggregate temporal information using softmax-based attention, which often entangles noisy fluctuations with underlying trends and limits nonlinear expressiveness in the final classification stage. In this paper, we propose PULSE-KAN (Price-aware Unified Linear-attention and Smoothed-trend Encoder with Kolmogorov–Arnold Network Head), a modular neural architecture designed to enhance binary stock movement prediction. The proposed framework introduces three plug-and-play components designed for LSTM-based pipelines as demonstrated here within the Adv-ALSTM framework. First, the P-EMA Trend Bridge constructs an explicit smoothed trend representation via a parameterized exponential moving average and fuses it with the raw price stream to improve trend awareness. Second, the Pola Pulse Router performs efficient temporal aggregation using linear-complexity polarized attention combined with local convolutional priors, enabling better capture of multi-scale temporal dependencies. Third, the KAN Signal Refiner replaces the conventional linear prediction head with learnable Chebyshev-polynomial activations, providing enhanced nonlinear modeling capacity for decision boundaries. Extensive experiments on two public benchmark datasets demonstrate that PULSE-KAN consistently outperforms strong recurrent and attention-based baselines in terms of both classification accuracy and the Matthews Correlation Coefficient. Further ablation studies verify that each proposed component contributes independently and significantly to the overall performance improvement. Full article
Show Figures

Figure 1

16 pages, 4498 KB  
Article
Decoding Mandarin Action Verbs from EEG Using a Dual-LSTM Network: Towards Practical Assistive Brain–Computer Interfaces
by Binshuo Liu, Gengbiao Chen, Lairong Yin and Jing Liu
Sensors 2026, 26(9), 2749; https://doi.org/10.3390/s26092749 - 29 Apr 2026
Viewed by 159
Abstract
Electroencephalogram (EEG)-based brain–computer interfaces (BCIs) offer a promising pathway for restoring communication. Decoding tonal languages like Mandarin from EEG remains challenging due to homophones and complex temporal dynamics. This study investigates the decoding of six high-frequency Mandarin action verbs—Chi (eat), He (drink), Chuan [...] Read more.
Electroencephalogram (EEG)-based brain–computer interfaces (BCIs) offer a promising pathway for restoring communication. Decoding tonal languages like Mandarin from EEG remains challenging due to homophones and complex temporal dynamics. This study investigates the decoding of six high-frequency Mandarin action verbs—Chi (eat), He (drink), Chuan (wear), Na (take), Kan (look), and Dai (put on)—from EEG signals. We designed a visual-cue-based overt speech production experiment and collected EEG data from 30 participants during visually guided verb reading aloud. A recurrent neural network framework incorporating dual Long Short-Term Memory (LSTM) layers was implemented to model the long-range temporal dependencies in EEG patterns. The proposed model was compared against a traditional Common Spatial Pattern combined with Support Vector Machine (CSP-SVM) baseline. Our LSTM-based model achieved an average classification accuracy of 69.93% ± 3.07% for the six-class task, significantly outperforming the CSP-SVM baseline (36.53% ± 3.17%). Accuracy exceeded 75% under specific training conditions, including more than 15 training repetitions and a training-data proportion of 38%. Furthermore, the model attained this performance level utilizing approximately 38% of the available trial data for training, demonstrating data efficiency. The results indicate that the LSTM architecture can effectively capture the neural signatures associated with Mandarin verb processing, providing a foundation for developing practical EEG-based assistive communication technologies. The inference latency of the trained model, quantified as the post-training per-trial testing time, was under 2 s, supporting near-real-time applications. Full article
Show Figures

Figure 1

45 pages, 9294 KB  
Review
A Systematic Review of Deep Learning-Based Methods for Ship Trajectory Prediction
by Siyuan Guo and Wenyao Ma
J. Mar. Sci. Eng. 2026, 14(9), 810; https://doi.org/10.3390/jmse14090810 - 28 Apr 2026
Viewed by 132
Abstract
With the rapid growth of the global shipping industry and the increasing availability of Automatic Identification System (AIS) data, accurate vessel trajectory prediction has become crucial for ensuring navigational safety and optimizing maritime traffic management. This paper presents a systematic review of recent [...] Read more.
With the rapid growth of the global shipping industry and the increasing availability of Automatic Identification System (AIS) data, accurate vessel trajectory prediction has become crucial for ensuring navigational safety and optimizing maritime traffic management. This paper presents a systematic review of recent advances in deep learning-based methods for vessel trajectory prediction. We provide a comprehensive analysis of mainstream models, including Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs) such as Long Short-Term Memory (LSTM) and Gated Recurrent Unit (GRU) networks, Sequence-to-Sequence (Seq2Seq) models, and the Transformer architecture. Their performance is compared in terms of spatio-temporal data processing capability, prediction accuracy, and computational efficiency. Furthermore, this review examines practical applications of these methods in scenarios such as collision avoidance and route optimization. Despite notable progress, several challenges remain, including data quality issues, real-time prediction capability, and model interpretability. Future research directions may focus on multi-source data fusion and the development of lightweight model designs to further improve prediction performance. This survey aims to serve as a valuable reference for researchers and contribute to ongoing innovation in vessel trajectory prediction technology. Full article
(This article belongs to the Section Ocean Engineering)
27 pages, 2005 KB  
Article
A Short-Term Wind Power Prediction Method Based on Multi-Model Fusion with an Improved Gray Wolf Optimization Algorithm
by Zaijiang Yu, He Jiang and Yan Zhao
Algorithms 2026, 19(5), 339; https://doi.org/10.3390/a19050339 - 28 Apr 2026
Viewed by 95
Abstract
In the current energy context, enhancing the precision of wind power prediction serves as a key enabler for the stable development of the power grid. In the existing wind power prediction models, there are often problems of modal aliasing and noise residue, or [...] Read more.
In the current energy context, enhancing the precision of wind power prediction serves as a key enabler for the stable development of the power grid. In the existing wind power prediction models, there are often problems of modal aliasing and noise residue, or the prediction accuracy of the model is not high. In an effort to solve the problem of short-term wind power forecasting, a wind power series decomposition and reconstruction method based on improved complete ensemble empirical mode decomposition with adaptive noise-variational modal decomposition (ICEEMDAN-VMD) secondary decomposition is proposed. Using ICEEMDAN, wind power data (wind direction, wind speed, temperature, humidity, air pressure, etc.) is decomposed into several IMF sub-series, and these IMF sub-series are categorized into three different frequency components by combining sample entropy, Q statistics and sequence frequency. Secondly, the gray wolf optimization (GWO) is improved by using the empirical exchange strategy (EES), and the optimization performance of the EES-GWO proposed in this paper is verified by using 10 test functions. Finally, the EES-GWO-convolutional neural network–bidirectional gated recurrent unit–global attention (EES-GWO-CNN-BiGRU–Global attention) high-frequency component prediction model is constructed. Finally, we employ the XGBoost model to forecast the mid- and low-frequency components, thereby generating the corresponding forecasting results. The support vector machine (SVM) model nonlinearly integrates all the forecasting results to produce the final forecasting results. Through example analysis and comparison, the performance of the proposed model is verified from two perspectives. Full article
(This article belongs to the Section Algorithms for Multidisciplinary Applications)
16 pages, 1648 KB  
Article
Application of Recurrent Neural Networks for Time-Series Analysis of Low-Frequency Signals Generated by Power Transformers
by Daniel Jancarczyk, Marcin Bernas and Tomasz Boczar
Appl. Sci. 2026, 16(9), 4295; https://doi.org/10.3390/app16094295 - 28 Apr 2026
Viewed by 121
Abstract
Traditional diagnostics of power transformers heavily rely on signal transformations, such as Welch’s method, to analyze low-frequency noise signals. This study proposes a novel approach using Recurrent Neural Networks (RNNs), specifically Long Short-Term Memory (LSTM) networks, for direct time-series analysis of raw low-frequency [...] Read more.
Traditional diagnostics of power transformers heavily rely on signal transformations, such as Welch’s method, to analyze low-frequency noise signals. This study proposes a novel approach using Recurrent Neural Networks (RNNs), specifically Long Short-Term Memory (LSTM) networks, for direct time-series analysis of raw low-frequency signals without frequency-domain transformation. By training and testing multiple LSTM architectures on transformer vibroacoustic data, the proposed approach achieved approximately 86% accuracy in the fine-grained multi-class benchmark and up to 95.54% in the broader grouped categorization scenario. The model further demonstrated near-perfect classification accuracy in distinguishing transformer types (normal vs. overload) using a simplified RNN architecture. These findings illustrate that RNN-based models can streamline transformer diagnostics and improve accuracy in identifying operational states and types, potentially advancing non-invasive monitoring techniques in power system infrastructure. Full article
47 pages, 1732 KB  
Review
Multi-Temporal InSAR and Machine Learning for Geohazard Monitoring: A Systematic Review with Emphasis on Noise Mitigation and Model Transferability
by Alex Alonso-Díaz, Miguel Fontes, Ana Cláudia Teixeira, Shimon Wdowinski and Joaquim J. Sousa
Remote Sens. 2026, 18(9), 1356; https://doi.org/10.3390/rs18091356 - 28 Apr 2026
Viewed by 138
Abstract
Interferometric Synthetic Aperture Radar (InSAR) enables regional monitoring of ground deformation, but operational geohazard analysis remains challenged by atmospheric artefacts, temporal decorrelation, and the need for scalable interpretation of multi-temporal products. A systematic review was conducted through searches in Scopus and Web of [...] Read more.
Interferometric Synthetic Aperture Radar (InSAR) enables regional monitoring of ground deformation, but operational geohazard analysis remains challenged by atmospheric artefacts, temporal decorrelation, and the need for scalable interpretation of multi-temporal products. A systematic review was conducted through searches in Scopus and Web of Science, resulting in 135 peer-reviewed scientific articles on the integration of Machine Learning (ML) and Deep Learning (DL) with multi-temporal InSAR (MT-InSAR). The literature is dominated by applications to landslides and land subsidence, with additional studies addressing volcanic unrest and other deformation-related hazards. Persistent Scatterer (PS) and Small-Baseline Subset (SBAS) approaches are frequently used to derive deformation time series, which are then coupled with ML/DL for the detection and mapping of active phenomena and for short-horizon forecasting. Convolutional architectures, such as Convolutional Neural Networks (CNNs), are commonly reported for spatial recognition tasks, while recurrent models like Long Short-Term Memory (LSTM) networks are often applied to time-series prediction. Reported benefits include improved automation and predictive performance, although sensitivity to noise sources remains a challenge. Overall, the evidence supports AI-enabled InSAR workflows for scalable geohazard monitoring, while highlighting the need for standardized benchmarks and systematic transferability assessment. This review provides a roadmap for transitioning from research prototypes to operational early-warning systems. Full article
16 pages, 919 KB  
Article
A Comparative Performance Study of Host-Based Intrusion Detection Using TextRank-Based System Call Preprocessing and Deep Learning Models
by Hyunwook You, Chulgyun Park, Dongkyoo Shin and Dongil Shin
Electronics 2026, 15(9), 1856; https://doi.org/10.3390/electronics15091856 - 27 Apr 2026
Viewed by 240
Abstract
Host-based intrusion detection systems (HIDSs) can address the limitations of network-based detection by analyzing system calls and other low-level events. Many existing benchmark datasets remain inadequate for evaluating modern attacks because they were built in outdated environments and cover only a limited set [...] Read more.
Host-based intrusion detection systems (HIDSs) can address the limitations of network-based detection by analyzing system calls and other low-level events. Many existing benchmark datasets remain inadequate for evaluating modern attacks because they were built in outdated environments and cover only a limited set of attack behaviors. To address this gap, this study builds a TextRank-based preprocessing pipeline on the LID-DS 2021 dataset and compares five end-to-end pipelines: Random Forest (RF), Long Short-Term Memory (LSTM), Convolutional Neural Network(CNN) + LSTM, LSTM, Bidirectional LSTM (BiLSTM), and CNN + Bidirectional Gated Recurrent Unit (BiGRU). Of the 15 scenarios in the dataset, six multi-stage attacks were excluded, and three representative scenarios were selected based on attack-category coverage and suitability for single-chunk host-level detection. Within these three selected scenarios and same-scenario file-level splits, the deep learning pipelines achieved F1-scores of 0.90–0.94, whereas RF ranged from 0.55 to 0.63. Among the evaluated pipelines, CNN + BiGRU produced the strongest overall results. These findings indicate that, under this constrained evaluation setting, sequential deep learning pipelines can be effective for scenario-specific system-call-based HIDS; however, broader generalization to unseen attacks or to the full LID-DS 2021 scenario set remains unverified. Full article
Show Figures

Figure 1

20 pages, 4451 KB  
Article
MSF-PhyDRNN: A Physics-Driven Multi-Source Fusion Recurrent Neural Network for Short-Term Thunderstorm Gale Nowcasting
by Huantong Geng, Shaoqiang Ma, Kefei Ma, Xiaoran Zhuang, Hualong Zhang and Yu Lan
Remote Sens. 2026, 18(9), 1334; https://doi.org/10.3390/rs18091334 - 27 Apr 2026
Viewed by 213
Abstract
Accurate nowcasting of thunderstorm gales, a highly destructive form of severe convective weather, is critical for mitigating wind-related disasters and ensuring the safety of life and property. Existing deep learning approaches face challenges such as performance decay at high wind speed thresholds, limited [...] Read more.
Accurate nowcasting of thunderstorm gales, a highly destructive form of severe convective weather, is critical for mitigating wind-related disasters and ensuring the safety of life and property. Existing deep learning approaches face challenges such as performance decay at high wind speed thresholds, limited capability in capturing extreme events, and difficulties in processing high-resolution data. To address these issues, this paper proposes a novel physics-driven multi-source fusion recurrent neural network named MSF-PhyDRNN. The model incorporates a multi-source fusion module that integrates radar composite reflectivity and surface wind field data through feature decoupling and hierarchical fusion. Additionally, we improved the recurrent unit in PhyDNet to enhance short-term wind capture and reduce redundancy, leveraging its cascaded memory and spatiotemporal propagation mechanisms. Experimental results indicate that, compared to the advanced MFWPN model, MSF-PhyDRNN achieves an average increase of 14.3% in the Critical Success Index (CSI), 27.2% in the Probability of Detection (POD), and 19.7% in the Heidke Skill Score (HSS) across the Jiangsu and South China datasets. Full article
Show Figures

Figure 1

Back to TopTop