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

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (370)

Search Parameters:
Keywords = LSTM autoencoders

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
26 pages, 1653 KB  
Article
Hybrid Deep Learning Framework with Cat Swarm Optimization for Cloud-Based Financial Fraud Detection
by Yong Qu and Zengtao Wang
Mathematics 2026, 14(8), 1355; https://doi.org/10.3390/math14081355 - 17 Apr 2026
Viewed by 108
Abstract
Financial fraud is still one of the most important threats to the financial industry, causing enormous economic losses and mounting difficulties for conventional fraud detection systems. The systems tend to face challenges in dealing with the rising amount of transactional data, the problem [...] Read more.
Financial fraud is still one of the most important threats to the financial industry, causing enormous economic losses and mounting difficulties for conventional fraud detection systems. The systems tend to face challenges in dealing with the rising amount of transactional data, the problem of class imbalance, and the continually changing nature of fraudulent activity. In order to solve these problems, in this research a cloud hybrid framework for detecting fraud using Long Short-Term Memory (LSTM) networks, Autoencoders, and Cat Swarm Optimization (CSO) is suggested. The purpose of the suggested framework is to provide improved detection performance and flexibility on a benchmark financial dataset, with a design intended to support scalability in real-time applications. The framework uses the Credit Card Fraud Detection Dataset from Kaggle, which consists primarily of numerical features, including anonymized variables (V1–V28), along with time and amount. The LSTM networks learn the sequential relationships of transactions, while Autoencoders learn to detect anomalies in the data unsupervised. CSO is used to optimize key hyperparameters of the hybrid model, including the learning rate (0.0001–0.01), batch size (32–128), number of LSTM layers (1–3), number of hidden units per layer (16–128), dropout rate (0.1–0.5), and fusion weights (0–1 for each weight, with the sum constrained to 1) between the LSTM and Autoencoder outputs. In addition, CSO is applied for feature subset selection and threshold tuning to further enhance model performance. Preprocessing is performed on the data, including normalization and feature scaling prior to model training. The suggested framework has a 96.2% accuracy, 94.6% precision, 97.9% recall, 96.2% F1-score, and 0.97 AUC-ROC, showing improved performance compared to CNN-based and LSTM-CNN models under the evaluated conditions. However, since no multiple experiments were conducted to verify the robustness, the results should be interpreted as indicative rather than definitive. The framework exhibits competitive fraud detection performance on the evaluated benchmark dataset, particularly in handling class imbalance. In a simulated environment configured to mimic cloud-like conditions, the framework achieved inference latency between 15 and 30 ms, GPU utilization between 60% and 70%, and a data transfer volume of approximately 1.5 GB per day, suggesting its potential for deployment in cloud-based fraud detection systems. The framework indicates immense potential for cloud deployment, with a robust solution for preventing financial fraud. The proposed framework demonstrates the potential of integrating sequential modeling, anomaly detection, and metaheuristic optimization within a unified and cloud-oriented architecture, providing a more comprehensive approach compared to conventional hybrid models. Full article
25 pages, 9088 KB  
Article
MambaKAN: An Interpretable Framework for Alzheimer’s Disease Diagnosis via Selective State Space Modeling of Dynamic Functional Connectivity
by Libin Gao and Zhongyi Hu
Brain Sci. 2026, 16(4), 421; https://doi.org/10.3390/brainsci16040421 - 17 Apr 2026
Viewed by 72
Abstract
Background/Objectives: Alzheimer’s disease (AD) is an irreversible neurodegenerative disorder that imposes a profound burden on global public health. While resting-state functional magnetic resonance imaging (rs-fMRI)-based dynamic functional connectivity (dFC) analysis has demonstrated promise in capturing time-varying brain network abnormalities, existing deep learning methods [...] Read more.
Background/Objectives: Alzheimer’s disease (AD) is an irreversible neurodegenerative disorder that imposes a profound burden on global public health. While resting-state functional magnetic resonance imaging (rs-fMRI)-based dynamic functional connectivity (dFC) analysis has demonstrated promise in capturing time-varying brain network abnormalities, existing deep learning methods suffer from three fundamental limitations: (1) an inability to model temporal dependencies across dynamic connectivity windows, (2) reliance on post hoc black-box explainability tools, and (3) misalignment between feature learning and classification objectives. Methods: To address these challenges, we propose MambaKAN, an end-to-end interpretable framework integrating a Variational Autoencoder (VAE), a Selective State Space Model (Mamba), and a Kolmogorov–Arnold Network (KAN). The VAE encodes each dFC snapshot into a compact latent representation, preserving nonlinear connectivity patterns. The Mamba encoder captures long-range temporal dynamics across the sequence of latent representations via input-selective state transitions. The KAN classifier provides intrinsic interpretability through learnable B-spline activation functions, enabling direct visualization of how latent features influence diagnostic decisions without post-hoc approximation. The entire pipeline is trained end-to-end with a joint loss function that aligns feature learning with classification. Results: Evaluated on the Alzheimer’s Disease Neuroimaging Initiative (ADNI) dataset across five classification tasks (CN vs. AD, CN vs. EMCI, EMCI vs. LMCI, LMCI vs. AD, and four-class), MambaKAN achieves accuracies of 95.1%, 89.8%, 84.0%, 86.7%, and 70.5%, respectively, outperforming strong baselines including LSTM, Transformer, and MLP-based variants. Conclusions: Comprehensive ablation studies confirm the indispensable contribution of each module, and the three-layer interpretability analysis reveals key temporal patterns and brain regions associated with AD progression. Full article
19 pages, 1079 KB  
Article
Intelligent Triggering of Safety Risk Warning in Metro Tunnel Construction: A Two-Stage Framework Integrating Static and Dynamic Data
by Liang Ou, Yinghui Zhang and Yun Chen
Buildings 2026, 16(8), 1550; https://doi.org/10.3390/buildings16081550 - 15 Apr 2026
Viewed by 199
Abstract
With the rapid expansion of metro tunnel construction, safety risks such as collapse, water inrush, and gas explosion have become increasingly critical. Existing warning models often lack fine-grained disaster type identification and dynamic risk assessment capabilities. This paper proposes a two-stage intelligent warning [...] Read more.
With the rapid expansion of metro tunnel construction, safety risks such as collapse, water inrush, and gas explosion have become increasingly critical. Existing warning models often lack fine-grained disaster type identification and dynamic risk assessment capabilities. This paper proposes a two-stage intelligent warning framework based on multi-source data fusion. First, a dual-autoencoder structure (MLP-AE and LSTM-AE) extracts deep features from static geological parameters and dynamic monitoring sequences. Then, a multilayer perceptron (MLP) classifier identifies four typical states: normal, collapse, water/mud inrush, and gas explosion. Subsequently, a regression model predicts a continuous risk score, mapped to three risk levels: Safe, Moderate Risk, and Significant Risk. Experimental results demonstrate that, compared with Decision Tree (DT), Gradient Boosting Decision Tree (GBDT), and Bayesian Network (BN), the proposed framework achieves superior performance in risk level identification, with an accuracy of 91% and an F1-score of 0.87. Notably, it exhibits particularly strong recall for severe (Level III) risks, which is crucial for practical engineering applications. The proposed framework provides a practical and intelligent approach for safety warning in metro tunnel construction. Full article
(This article belongs to the Section Building Structures)
Show Figures

Figure 1

16 pages, 1803 KB  
Article
A Physics-Coupled Deep LSTM Autoencoder for Robust Sensor Fault Detection in Industrial Systems
by Weiwei Jia, Youcheng Ding, Xilong Ye, Xinyi Huang, Maofa Wang and Chenglong Miao
Processes 2026, 14(8), 1213; https://doi.org/10.3390/pr14081213 - 10 Apr 2026
Viewed by 352
Abstract
Reliable sensor fault detection is critical for the safe and efficient operation of complex industrial systems, such as thermal power plants. However, traditional data-driven methods and standard deep learning models often struggle to detect incipient gradual drift faults under severe environmental noise, primarily [...] Read more.
Reliable sensor fault detection is critical for the safe and efficient operation of complex industrial systems, such as thermal power plants. However, traditional data-driven methods and standard deep learning models often struggle to detect incipient gradual drift faults under severe environmental noise, primarily because they ignore the inherent physical correlations among multivariate sensor signals. To address this challenge, this paper proposes a novel Physics-Coupled Deep Long Short-Term Memory Autoencoder (PC-Deep-LSTM-AE). Specifically, we integrate a deep LSTM architecture with an explicit non-linear information compression bottleneck and layer normalization to enhance robust feature extraction in high-noise environments. Furthermore, we innovatively introduce a Physics-Coupling Loss (PCC Loss) that jointly optimizes the mean squared reconstruction error and the Pearson correlation coefficient, forcing the model to strictly preserve the dynamic physical relationships among multivariable signals. Extensive experiments were conducted on a real-world thermal power plant dataset with severe noise injection. The results demonstrate that the proposed PC-Deep-LSTM-AE achieves an outstanding F1-score of over 0.98, significantly outperforming mainstream baseline models, including Vanilla LSTM-AE, GRU-AE, Bi-LSTM-AE, and CNN-AE. The proposed method exhibits exceptional robustness and high interpretability for root-cause analysis, highlighting its immense potential for real-world industrial deployment. Full article
(This article belongs to the Section Process Control and Monitoring)
Show Figures

Figure 1

28 pages, 658 KB  
Article
Dual-Branch Deep Remote Sensing for Growth Anomaly and Risk Perception in Smart Horticultural Systems
by Yan Bai, Ceteng Fu, Shen Liu, Xichen Wang, Jibo Fan, Yuecheng Li and Yihong Song
Horticulturae 2026, 12(4), 461; https://doi.org/10.3390/horticulturae12040461 - 8 Apr 2026
Viewed by 271
Abstract
In the context of the rapid development of smart horticulture, a deep remote sensing-based dual detection method for horticultural crop growth anomalies and safety risks was proposed to address the limitations of existing remote sensing monitoring approaches. These conventional methods, which predominantly focused [...] Read more.
In the context of the rapid development of smart horticulture, a deep remote sensing-based dual detection method for horticultural crop growth anomalies and safety risks was proposed to address the limitations of existing remote sensing monitoring approaches. These conventional methods, which predominantly focused on growth vigor assessment or single-task anomaly detection, had difficulty distinguishing anomalies from actual production risks and exhibited insufficient sensitivity to weak anomalies and complex temporal disturbances. Within a unified framework, a growth state modeling branch and an anomaly perception branch were constructed, enabling the joint modeling of normal growth trajectories and anomalous deviation features. By further introducing a risk joint discrimination mechanism, an integrated analysis pipeline from anomaly identification to risk assessment was achieved. Multi-temporal remote sensing features were used as inputs, through which normal crop growth patterns were characterized via trend perception, texture modeling, and temporal aggregation, while sensitivity to local disturbances and weak anomaly signals was enhanced by anomaly embeddings and energy representations. Systematic experiments conducted on multi-regional and multi-crop horticultural remote sensing datasets demonstrated that the proposed method significantly outperformed comparative approaches, including traditional threshold-based methods, support vector machines, random forests, autoencoders, ConvLSTM, and temporal transformer models. In the dual task of horticultural crop growth anomaly detection and safety risk identification, an accuracy of approximately 0.91 and an F1 score of 0.88 were achieved, indicating higher anomaly recognition accuracy and more stable risk discrimination capability. Further anomaly-type awareness experiments showed that consistent performance was maintained across diverse real-world production scenarios, including climate stress, disease-induced anomalies, and management errors. Full article
(This article belongs to the Special Issue New Trends in Smart Horticulture)
Show Figures

Figure 1

22 pages, 2073 KB  
Article
TVAE-GAN: A Generative Model for Providing Early Warnings to High-Risk Students in Basic Education and Its Explanation
by Chao Duan, Yiqing Wang, Wenlong Zhang, Zhongtao Yu, Yu Pei, Mingyan Zhang and Qionghao Huang
Information 2026, 17(4), 356; https://doi.org/10.3390/info17040356 - 8 Apr 2026
Viewed by 245
Abstract
The rapid development of intelligent learning guidance systems has created a favorable environment for personalized learning. By accurately predicting students’ future performance, education can be tailored and teaching strategies optimized. However, traditional prediction algorithms seldom account for highly imbalanced datasets in basic education, [...] Read more.
The rapid development of intelligent learning guidance systems has created a favorable environment for personalized learning. By accurately predicting students’ future performance, education can be tailored and teaching strategies optimized. However, traditional prediction algorithms seldom account for highly imbalanced datasets in basic education, overlook temporal factors, and lack further interpretability of the prediction results. To address these shortcomings, we propose Temporal Variational Autoencoder-Generative Adversarial Network (TVAE-GAN), a temporal variational autoencoder-generative adversarial network model aimed at providing early warnings for high-risk students in basic education, with in-depth interpretability analysis of the prediction results to suit the unique context of basic education. TVAE-GAN extracts features from real samples and introduces a Long Short-Term Memory (LSTM) network to capture dynamic features in time series, helping the model better understand temporal dependencies in the data, remember the sequential causal information of students’ online learning, and achieve better data generation performance. Using these features, the generative model generates new samples, and the discriminator model evaluates their quality, producing outputs that closely resemble real samples through training. The effectiveness of the TVAE-GAN model is validated on a collected online basic education dataset while also advancing the timing of interventions in predictions. The performance differences between the proposed method and classic resampling methods, as well as their impact in the educational field, are analyzed, highlighting that misclassification increases teacher workload and affects students’ emotions. Key influencing factors are identified using a decision-tree surrogate model, providing teachers with multidimensional references for academic assessment. Full article
Show Figures

Figure 1

20 pages, 4589 KB  
Article
Autoencoder-Based Latent Representation Learning, SoH Estimation, and Anomaly Detection in Electric Vehicle Battery Energy Storage Systems
by Nagendra Kumar, Anubhav Agrawal, Rajeev Kumar and Manoj Badoni
Vehicles 2026, 8(4), 81; https://doi.org/10.3390/vehicles8040081 - 7 Apr 2026
Viewed by 333
Abstract
Accurate estimation of battery state of health (SoH) is an important aspect for improving the reliability, safety, and operating efficiency of an energy storage system. This study presents a unified deep learning pipeline for prediction, latent feature extraction, and anomaly detection. A convolution [...] Read more.
Accurate estimation of battery state of health (SoH) is an important aspect for improving the reliability, safety, and operating efficiency of an energy storage system. This study presents a unified deep learning pipeline for prediction, latent feature extraction, and anomaly detection. A convolution neutral network autoencoder is used to learn compact latent features from a dataset (NASA battery datasets, i.e., B0005, B0006, B0007, and B0018). These features serve as inputs to random forest and linear regression models, which are further compared with the CNN and GRU. The system is evaluated using leave-one-group-out cross-validation to ensure robustness across different batteries. Latent space quality is studied using PSA, t-SNE, and UMAP analyses. Furthermore, clustering performance is measured using the Silhouette Score, and anomalies are detected using reconstruction error and the Isolation Forest technique. The obtained results show that the AE+RF model achieves the best performance, with a 0.0285 root mean square value (RMSE) and a 0.0109 mean absolute error (MAE), with a high 0.96 coefficient of determination (R2). It is evident that AE+RF shows high prediction accuracy and model reliability. The results show that latent features improve prediction accuracy, helping to clearly separate normal and abnormal patterns, providing a robust and accurate approach to battery SoH estimation that is suitable for battery management system applications. Full article
Show Figures

Graphical abstract

26 pages, 27074 KB  
Article
Entropy-Driven Adaptive Decomposition and Linear-Complexity Score Attention: An AI-Powered Framework for Crude Oil Financial Market Forecasting
by Jiale He, Chuanming Ma, Shouyi Wang, Yifan Zhai and Qi Tang
Entropy 2026, 28(4), 392; https://doi.org/10.3390/e28040392 - 1 Apr 2026
Viewed by 421
Abstract
The crude oil market has obvious financial entropy, and there are characteristics such as continuous uncertainty, multi-scale fluctuations and nonlinear state transitions. These characteristics bring challenges to the traditional prediction method. In this context, in order to improve the accuracy of energy financial [...] Read more.
The crude oil market has obvious financial entropy, and there are characteristics such as continuous uncertainty, multi-scale fluctuations and nonlinear state transitions. These characteristics bring challenges to the traditional prediction method. In this context, in order to improve the accuracy of energy financial market prediction, this study proposes an artificial intelligence-driven hybrid prediction framework, ALA-VMD-CASA. This framework is divided into three stages. First, with the goal of minimizing envelope entropy, ALA is introduced to adaptively optimize the hyperparameters of VMD, so as to generate informative sub-modes with reduced entropy. Next, the parallel prediction of each sub-mode is carried out by using the score attention mechanism based on the CNN autoencoder, and its linear time complexity can capture volatility clustering and sudden price fluctuations. Finally, the final price prediction is generated through the aggregation component. The empirical experiment of Brent crude oil spot prices from 2010 to 2025 shows that the ALA-VMD-CASA framework is superior to benchmark models such as ARIMA, RW, RWWD, LSTM, GRU, Transformer and Informer. Compared with the best standalone model, the proposed framework reduces the mean square error by more than 63% and obtains a perfect win rate in expanding-window evaluations. These results prove that the proposed framework is effective and robust for modeling financial entropy and improving energy price forecasting. Full article
(This article belongs to the Special Issue Entropy, Artificial Intelligence and the Financial Markets)
Show Figures

Figure 1

24 pages, 3985 KB  
Article
A Transformer-Based Variational Autoencoder for Training Data Generation in Spindle Motor Vibration-Based Anomaly Detection
by Jaeyoung Kim and Youngbae Hwang
Sensors 2026, 26(7), 2176; https://doi.org/10.3390/s26072176 - 31 Mar 2026
Viewed by 355
Abstract
In high-speed spindle motors operating above 10,000 rpm, vibration analysis is essential for detecting mechanical anomalies. However, data scarcity and imbalance, especially for rare fault conditions, limit the performance of deep learning-based anomaly detection models. In this study, we define sample scarcity as [...] Read more.
In high-speed spindle motors operating above 10,000 rpm, vibration analysis is essential for detecting mechanical anomalies. However, data scarcity and imbalance, especially for rare fault conditions, limit the performance of deep learning-based anomaly detection models. In this study, we define sample scarcity as the limited availability of real labeled vibration sequences for model training, i.e., only 5000 normal and 5000 faulty samples collected from three spindle motors (10,000 real samples in total). We propose a Transformer-based Variational Autoencoder (T-VAE) to generate realistic triaxial acceleration sequences for spindle motor health monitoring. The model integrates positional encoding and multi-head self-attention to capture long-range temporal dependencies in multivariate time-series data, and applies a KL annealing strategy to improve training stability. Using 5000 normal and 5000 faulty vibration samples collected from three spindle motors, the model generates 100,000 synthetic samples per class, which are used to augment training for a downstream CNN–LSTM classifier. Without augmentation, the classifier achieved 95.73% pass detection on normal samples and 81.40% fail detection on faulty samples. After augmentation with Transformer-VAE, performance increased to 98.07% pass detection for normal data and 97.99% fail detection for faulty data. For prediction, we evaluate on an independent dataset of 25,000 normal and 25,000 faulty sequences obtained from eleven different spindle motors not used in training (cross-spindle). The results demonstrate that the T-VAE effectively alleviates the data scarcity problem and significantly improves anomaly detection accuracy for high-speed spindle motor vibration signals. This approach can be directly applied to predictive maintenance systems in real-world manufacturing environments. Full article
Show Figures

Figure 1

51 pages, 2241 KB  
Review
Mathematical Analysis Methods for Quantitative Scenario Generation of Renewable Power Output: A Comprehensive Review
by Tong Ma, Boyu Qin, Shidong Hong and Yiwei Su
Energies 2026, 19(7), 1701; https://doi.org/10.3390/en19071701 - 31 Mar 2026
Viewed by 338
Abstract
As the proportion of renewable power continues to increase, its inherent intermittency and volatility pose serious challenges to the security and stability of power systems. Scenario generation technology serves as a key tool supporting decision-making methods such as stochastic optimization and risk analysis. [...] Read more.
As the proportion of renewable power continues to increase, its inherent intermittency and volatility pose serious challenges to the security and stability of power systems. Scenario generation technology serves as a key tool supporting decision-making methods such as stochastic optimization and risk analysis. By generating representative power output scenarios, it can effectively characterize the uncertainty of renewable power output. This paper systematically reviews mainstream methods for the scenario generation of renewable power output, categorizing them into two major classes: sampling-based methods and model-based methods. Among them, sampling-based methods include Monte Carlo sampling, Latin hypercube sampling (LHS), Markov chains (MCs), and Copula functions. Model-based methods encompass artificial neural networks (ANNs), long short-term memory networks (LSTMs), autoregressive moving average models (ARMAs), generative adversarial networks (GANs), variational autoencoders (VAEs), diffusion models and transformer-based models. This paper elaborates on the principles and characteristics of each type of method. Moreover, scenario quality is evaluated from three dimensions: output-based metrics for numerical accuracy, distribution-based metrics for statistical consistency, and event-based metrics for key operational event representation. The current research challenges and future research directions are also summarized to provide a reference for modeling the uncertainty of renewable output. Full article
Show Figures

Figure 1

15 pages, 896 KB  
Article
Enhancing Network Intrusion Detection Under Class Imbalance Using a Three-Discriminator Generative Adversarial Network
by Taesu Kim, Hyoseong Park, Dongil Shin and Dongkyoo Shin
Electronics 2026, 15(6), 1253; https://doi.org/10.3390/electronics15061253 - 17 Mar 2026
Viewed by 277
Abstract
Network Intrusion Detection Systems (NIDS) play a crucial role in protecting network environments against cyberattacks. However, traditional NIDS rely heavily on predefined attack signatures, which limits their ability to detect zero-day attacks. Although machine learning-based intrusion detection techniques have been widely adopted in [...] Read more.
Network Intrusion Detection Systems (NIDS) play a crucial role in protecting network environments against cyberattacks. However, traditional NIDS rely heavily on predefined attack signatures, which limits their ability to detect zero-day attacks. Although machine learning-based intrusion detection techniques have been widely adopted in Network Intrusion Prevention Systems (NIPS), publicly available network traffic datasets often suffer from severe class imbalance, leading to biased learning and degraded detection performance. To address this issue, this study proposes data augmentation framework based on a 3D-GAN (Three-Discriminator Generative Adversarial Network). The proposed architecture integrates an autoencoder, a CNN (Convolutional Neural Network), and an LSTM (Long Short-Term Memory) network as parallel discriminators to capture the statistical, spatial, and temporal characteristics of network traffic. By jointly optimizing multiple discriminator losses, the framework enhances training stability and generates high-quality synthetic samples. Experiments were conducted on the CIC-UNSW-NB15 dataset using Random Forest-, XGBoost (eXtreme Gradient Boosting)-, and BiGRU (Bidirectional Gated Recurrent Unit)-based classifiers. Two augmented datasets were constructed to address class imbalance, containing approximately 100,000 and 350,000 samples, respectively. Among them, Dataset 2, augmented using the proposed 3D-GAN, demonstrated the most significant performance improvement. Compared to the original imbalanced dataset, the XGBoost classifier trained on Dataset 2 achieved approximately a 4% increase in both accuracy and F1-score, while reducing the false positive rate and false negative rate by approximately 3.5%. Furthermore, the optimal configuration attained an F1-score of 0.9816, indicating superior capability in modeling complex network traffic patterns. Overall, this study highlights the potential of GAN-based data augmentation for alleviating class imbalance and improving the robustness and generalization of intrusion detection systems. Full article
Show Figures

Figure 1

25 pages, 1853 KB  
Article
Deep Learning for Process Monitoring and Defect Detection of Laser-Based Powder Bed Fusion of Polymers
by Mohammadali Vaezi, Victor Klamert and Mugdim Bublin
Polymers 2026, 18(5), 629; https://doi.org/10.3390/polym18050629 - 3 Mar 2026
Viewed by 761
Abstract
Maintaining consistent part quality remains a critical challenge in industrial additive manufacturing, particularly in laser-based powder bed fusion of polymers (PBF-LB/P), where crystallization-driven thermal instabilities, governed by isothermal crystallization within a narrow sintering window, precipitate defects such as curling, warping, and delamination. In [...] Read more.
Maintaining consistent part quality remains a critical challenge in industrial additive manufacturing, particularly in laser-based powder bed fusion of polymers (PBF-LB/P), where crystallization-driven thermal instabilities, governed by isothermal crystallization within a narrow sintering window, precipitate defects such as curling, warping, and delamination. In contrast to metal-based systems dominated by melt-pool hydrodynamics, polymer PBF-LB/P requires monitoring strategies capable of resolving subtle spatio-temporal thermal deviations under realistic industrial operating conditions. Although machine learning, particularly convolutional neural networks (CNNs), has demonstrated efficacy in defect detection, a structured evaluation of heterogeneous modeling paradigms and their deployment feasibility in polymer PBF-LB/P remains limited. This study presents a systematic cross-paradigm assessment of unsupervised anomaly detection (autoencoders and generative adversarial networks), supervised CNN classifiers (VGG-16, ResNet50, and Xception), hybrid CNN-LSTM architectures, and physics-informed neural networks (PINNs) using 76,450 synchronized thermal and RGB images acquired from a commercial industrial system operating under closed control constraints. CNN-based models enable frame- and sequence-level defect classification, whereas the PINN component complements detection by providing physically consistent thermal-field regression. The results reveal quantifiable trade-offs between detection performance, temporal robustness, physical consistency, and algorithmic complexity. Pre-trained CNNs achieve up to 99.09% frame-level accuracy but impose a substantial computational burden for edge deployment. The PINN model attains an RMSE of approximately 27 K under quasi-isothermal process conditions, supporting trend-level thermal monitoring. A lightweight hybrid CNN achieves 99.7% validation accuracy with 1860 parameters and a CPU-benchmarked forward-pass inference time of 1.6 ms (excluding sensor acquisition latency). Collectively, this study establishes a rigorously benchmarked, scalable, and resource-efficient deep-learning framework tailored to crystallization-dominated polymer PBF-LB/P, providing a technically grounded basis for real-time industrial quality monitoring. Full article
(This article belongs to the Special Issue Artificial Intelligence in Polymers)
Show Figures

Graphical abstract

25 pages, 3081 KB  
Article
High-Accuracy Energy Forecasting for Sustainable Hospitality: A Hybrid Ensemble Machine Learning Approach to 50-Year Retrofit Analysis in Sub-Tropical Hotels
by Milen Balbis-Morejón, Oskar Cabello-Justafré, Juan José Cabello-Eras, Javier M. Rey Hernández, Francisco J. Rey-Martínez, A. O. Elgharib and Khaled M. Salem
Sustainability 2026, 18(5), 2307; https://doi.org/10.3390/su18052307 - 27 Feb 2026
Cited by 1 | Viewed by 506
Abstract
Accurate energy forecasting is critical for the financial and environmental sustainability of the hospitality sector, particularly in energy-intensive subtropical climates. This research addresses a significant gap by conducting a comprehensive, comparative analysis of six machine learning algorithms—Artificial Neural Networks (ANN), Random Forest (RF), [...] Read more.
Accurate energy forecasting is critical for the financial and environmental sustainability of the hospitality sector, particularly in energy-intensive subtropical climates. This research addresses a significant gap by conducting a comprehensive, comparative analysis of six machine learning algorithms—Artificial Neural Networks (ANN), Random Forest (RF), XGBoost, Radial Basis Function (RBF), Autoencoder, and Decision Trees—to predict the hourly energy consumption of a hotel in Cuba. We significantly enhance predictive performance through a novel hybrid ensemble scheme, integrating voting, stacking, and blending techniques. Furthermore, this study pioneers a long-term forecasting methodology by utilizing a Long Short-Term Memory (LSTM) model to project the hotel’s energy demand over a 50-year horizon, providing the strategic insight necessary for evaluating major retrofits. Our results demonstrate that ensemble methods, particularly blending, achieve superior accuracy and stability, with correlation coefficients up to 0.975 and the lowest error metrics. The subsequent high-fidelity predictions, including an analysis revealing a minimal specific CO2 emission of 0.025 kg from natural gas use, provide a quantitative foundation for formulating sustainable energy policies, incentivizing investment in efficient technologies, and ensuring that long-term emission reduction targets are both financially viable and technically robust. Full article
Show Figures

Figure 1

22 pages, 2918 KB  
Article
MV-RiskNet: Multi-View Attention-Based Deep Learning Model for Regional Epidemic Risk Prediction and Mapping
by Beyzanur Okudan and Abdullah Ammar Karcioglu
Appl. Sci. 2026, 16(4), 2135; https://doi.org/10.3390/app16042135 - 22 Feb 2026
Viewed by 403
Abstract
Regional epidemic risk prediction requires holistic modeling of heterogeneous data sources such as demographic structure, health capacity, geographical features and human mobility. In this study, a unique and multi-modal epidemiological data set integrating demographic, health, geographic and mobility indicators of Türkiye and its [...] Read more.
Regional epidemic risk prediction requires holistic modeling of heterogeneous data sources such as demographic structure, health capacity, geographical features and human mobility. In this study, a unique and multi-modal epidemiological data set integrating demographic, health, geographic and mobility indicators of Türkiye and its neighboring countries was collected. Türkiye’s neighboring countries are Greece, Bulgaria, Georgia, Armenia, Iran, and Iraq. This dataset, created by combining raw data from these neighboring countries, provides a comprehensive regional representation that allows for both quantitative classification and spatial mapping of epidemiological risk. To address the class imbalance problem, Conditional GAN (CGAN), a class-conditional synthetic example generation approach that enhances high-risk category representation was used. In this study, we proposed a multi-view deep learning model named MV-RiskNet, which effectively models the multi-dimensional data structure by processing each view into independent subnetworks and integrating the representations with an attention-based fusion mechanism for regional epidemic risk prediction. Experimental studies were compared using Multi-Layer Perceptron (MLP), Convolutional Neural Network (CNN), Long Short-Term Memory (LSTM), Autoencoder classifier, and Graph Convolutional Network (GCN) models. The proposed MV-RiskNet with CGAN model achieved better results compared to other models, with 97.22% accuracy and 97.40% F1-score. The generated risk maps reveal regional clustering patterns in a spatially consistent manner, while attention analyses show that demographic and geographic features are the dominant determinants, while mobility plays a complementary role, especially in high-risk regions. Full article
Show Figures

Graphical abstract

23 pages, 1662 KB  
Article
A Hybrid Deep Learning Model for Wheat Price Prediction: LSTM–Autoencoder Ensemble Approach with SHAP-Based Interpretability
by Yelda Fırat and Hüseyin Ali Sarıkaya
Sustainability 2026, 18(4), 1960; https://doi.org/10.3390/su18041960 - 13 Feb 2026
Viewed by 517
Abstract
Accurate prediction of wheat prices is crucial for market participants and policymakers because volatility in agricultural markets affects food security and economic planning. This study proposes a hybrid deep-learning-based framework for daily wheat price prediction in Türkiye. The approach first applies an autoencoder [...] Read more.
Accurate prediction of wheat prices is crucial for market participants and policymakers because volatility in agricultural markets affects food security and economic planning. This study proposes a hybrid deep-learning-based framework for daily wheat price prediction in Türkiye. The approach first applies an autoencoder to detect and remove anomalous price–quality records from a dataset of 38,019 market transactions collected between June 2022 and May 2023. A weighted ensemble combining Linear Regression, Random Forest, Support Vector Regression and an attention-based Long Short-Term Memory network is then trained on quality parameters and market attributes, with data split into training, validation and test sets. On the independent test set the ensemble achieved a coefficient of determination R2 = 0.9942 and a mean absolute error of 0.1646 TL, outperforming the constituent models. SHAP analysis identifies the price–quality ratio as the most influential feature, while the ablation analysis shows that some of the high accuracy derives from price-derived variables’ strong correlation with the target. Cross-validation confirms robustness and generalization. Overall, the framework provides an effective and interpretable tool for wheat price forecasting, though the short data collection period and single-product focus limit generalizability. Full article
(This article belongs to the Special Issue Land Management and Sustainable Agricultural Production)
Show Figures

Figure 1

Back to TopTop