
Physics-Informed Neural Networks (PINNs) aim to incorporate the phenomenology of the process into their training through an additional mathematical model based on conservation principles (physical laws). This work presents a method for training feedforward neural networks with physics-informed constraints related to static gain signals between the output and inputs in real cases in which a phenomenological model is not available. The proposed approach was applied to feedforward networks considering gradient-based and gradient-free learning methods (Extreme Learning Machine, ELM). This work shows that, even in training approaches involving a weight initialization strategy coupled with a constructive algorithm for defining the number of hidden units, the neural model, identified without any physical information, does not ensure that static gain signals between the output and inputs are consistent with the physical reality of the phenomenon. The case studies comprised 3 real datasets widely used as benchmarks for regression problems. The results show that in the absence of any equations capable of describing the physics of the analyzed problem, it is feasible and desirable to incorporate hard constraints into the training. This can ensure the correct direction of effect of each input on each output, and therefore the qualitative consistency of the models, besides their quantitative performances.
The automation of Rubber Tyred Gantry Cranes (RTGCs) plays a significant role in accelerating and enhancing the safety of the container loading and unloading processes. Given the nonlinear dynamics of RTGCs, a nonlinear control system approach is adopted. In contrast to other methods that primarily focus on controlling position and sway, this paper’s control approach considers position, sway, and rope length as control objectives. A Lyapunov control law is derived and optimized using optimization techniques such as PSO, SA, and GA. Furthermore, an approach is employed to develop dynamic Lyapunov control parameters that adapt to state changes using Proximal Policy Optimization (PPO). Additionally, the paper explores the use of PPO in combination with Long Short-Term Memory (LSTM) to account for the time-series properties of the states. The results indicate that both PPO and LSTM-PPO outperform conventional methods such as PSO, SA, and GA in terms of control performance. Notably, LSTM-PPO achieves a better settling time compared to PPO-based optimization. Further evaluations under 100 random initial conditions, payload-mass uncertainty, and external disturbance injection show that the proposed controller can stabilize the system and drive the states to their desired values. An ablation study is also conducted to identify the most effective observation set for improving the performance of the LSTM-PPO-based Lyapunov controller.
The exponential increase in sharing images on digital platforms, including in areas such as military, medical, and financial applications, and the potential risks of unauthorized access and manipulation, highlights the urgent need for effective and secure image encryption. This paper introduces Convolutional Neural Network and Hyperchaotic System-based Image Encryption (CNNHSIE), a new high-speed, reliable, and secure scheme for image encryption. CNNHSIE is based on the hyperchaotic system to generate a random matrix, as well as a novel high-speed permutation technique called HSPT and a dynamic pixel diffusion technique called DPDT. Additionally, the proposed technique incorporates convolutional neural networks to improve security and efficiency. The VGG16 model is used to compute the public key based on the features extracted from the plain image. The CNNHSIE was thoroughly evaluated using various analysis techniques on the USC-SIPI database and other public datasets from sources including Radiopaedia and Kaggle. It is characterized by high key sensitivity, the ability to resist various attacks and high performance. For the “Male" image 1024 × 1024, CNNHSIE achieves, a UACI value of 33.4809
With the expansion of clean energy and momentum toward the United Nations' 2030 Sustainable Development Goals, wind power has emerged as a key element in the transition to renewable energy. However, wind energy’s unpredictable nature, driven by volatile weather conditions, makes accurate forecasting difficult. Methods like Long Short-Term Memory (LSTM) models have proven effective for temporal dependency tasks, while newer variants, such as Nested LSTM (NLSTM), offer enhanced capabilities for modeling complex time relationships. Temporal Convolutional Networks (TCNs), developed under the Convolutional Neural Network (CNN) architecture, have also gained attention as promising alternatives for sequence modeling. Therefore, this study proposes a hybrid model combining TCN and NLSTM to leverage the strengths of both architectures. It further integrates Variational Mode Decomposition (VMD) for handling nonstationary data, using both power and weather data for improved prediction performance. Additionally, a mutation-inspired modification of the Driving Training-Based Optimization (DTBO) algorithm dynamically tunes the model’s hyperparameters. The results demonstrate that the enhanced DTBO-aided TCN-NLSTM outperforms single-network architecture, achieving up to a 12.7
Early detection of skin cancer (SC) is crucial for ensuring effective treatment and improved patient outcomes. Conventional convolutional neural networks (CNN) often face challenges such as overfitting due to limited training data, high computational requirements and insufficient focus on subtle lesion details. Additionally, the black-box nature of these models can impede clinical adoption by dermatologists. Therefore, incorporating the structure of ResNet50, we propose a new advanced model inspired by the reaction-diffusion process to enhance lesion detail recognition. The proposed reaction-diffusion-attention-based ResNet50 (RDA-ResNet50) employs RDA blocks to enable the model to focus on complex spatial and contextual details of the lesion regions. Besides, they helped to refine feature extraction and ameliorate inter-channel information flow. Each RDA block utilizes depthwise and pointwise convolutions to maintain a low computational footprint while efficiently capturing vital relationships. Furthermore, the diffusion process within the RDA blocks serves as a regularizer, smoothing feature maps to minimize noise and reduce the risk of overfitting. Moreover, gradient-based shapley additive explanations is used to visualize and understand the model predictions. The proposed system classifies dermoscopic images into nevus and melanoma categories with accuracy of 94.35
Accurate identification of HER2-positive breast cancer is essential for guiding targeted therapy, yet remains challenging in low-resource settings due to reliance on costly molecular diagnostics and limited access to specialized infrastructure. This study investigates whether a compact set of routinely collected clinical variables can support clinically meaningful HER2 status prediction using interpretable machine learning. A Rough Set Theory (RST)-based feature selection framework was applied to derive a minimal and clinically meaningful subset of features from the METABRIC dataset (n = 1,294). To ensure methodological rigor, target leakage was explicitly prevented, and model evaluation was conducted using stratified 5-fold cross-validation alongside an independent hold-out test set. Three classifiers—Decision Tree, Support Vector Machine (SVM, RBF kernel), and XGBoost—were trained under baseline conditions without resampling or cost-sensitive learning, enabling isolation of the effect of feature reduction. Performance was assessed using precision, recall, F1-score, and ROC AUC, with statistical significance evaluated via the Wilcoxon signed-rank test at the cross-validation level. RST reduced the feature set from 12 to 11 variables while preserving predictive performance relative to baseline models, with no statistically significant differences observed (p ≥ 0.05). Among the evaluated models, SVM achieved the best overall performance, with a ROC AUC of 0.72 and HER2-positive recall of 0.53 on the hold-out test set. All models demonstrated strong performance for the majority class, but reduced sensitivity for HER2-positive detection. The results indicate that the clinically curated feature set is highly informative and exhibits low redundancy, and that RST primarily serves to validate feature sufficiency while enabling modest model simplification. The findings also highlight the importance of model selection in imbalanced clinical classification tasks. Importantly, the use of routinely available clinical variables supports the development of interpretable and resource-efficient decision-support tools for HER2 classification, particularly in low-resource healthcare settings.
Enhanced Gazelle Optimization Algorithm (EGOA) is proposed as an improved Gazelle Optimization Algorithm (GOA)-based framework to address the convergence-precision trade-off associated with fixed step-size search strategies. The proposed enhancement introduces a self-adaptive step-size mechanism that promotes rapid exploration during the early search stage and finer exploitation near the optimum. EGOA was evaluated against large-step GOA (LGOA), small-step GOA (SGOA), Grey Wolf Optimizer (GWO), Particle Swarm Optimization (PSO) and the conventional Perturb and Observe (P O) algorithm using standard optimization benchmark functions and photovoltaic (PV) maximum power point tracking (MPPT) applications. In the optimization benchmarks, EGOA demonstrated a superior balance between convergence speed and solution accuracy compared with the fixed-step GOA variants and swarm-based baseline. In PV MPPT simulations, EGOA achieved exact MPPT under ideal irradiance and under all separated partial shading conditions (PSCs), where the average tracked power remained equal to the corresponding maximum power point (MPP) with near-zero standard deviation across repeated runs. By contrast, P O exhibited larger deviations and significantly higher variability under the more challenging shading cases, while GWO and PSO showed intermediate performance. Under sequential step-change test, EGOA consistently recovered the global MPP more rapidly than the benchmark algorithms, with reduced oscillatory behavior. These results demonstrate that adaptive step-size regulation strengthens GOA for PV MPPT applications by improving convergence speed, optimization accuracy and tracking robustness under both static and sequential step-change of PSCs.
The capacitated Chinese postman problem is a routing problem in which vehicles start and finish their routes at a depot and pass through all edges at least once. This study proposes a new mathematical model combining the rural postman problem and the capacitated Chinese postman problem. In the application section of the study, salting operations carried out during winter road icing in Palandöken, Aziziye, and Yakutiye, which are central districts of the Erzurum Metropolitan Municipality, were discussed. The study aims to find the shortest tour route using a genetic algorithm. As a result of the study, it was determined that the genetic algorithm performed well, and it aimed to contribute to the literature by introducing, for the first time in this field, the use of capacitated rural Chinese postman methods and a new mathematical model.
Heating, ventilation, and air conditioning (HVAC) systems are among the largest energy consumers in commercial buildings, and open-plan offices are particularly difficult to control because convective heat exchange between unpartitioned zones couples their thermal dynamics. Deep reinforcement learning (DRL) methods such as Deep Q-Networks (DQN) have shown promise for HVAC optimization, but their adoption is often limited by high computational cost, training instability, and demanding hardware requirements. This work investigates a lightweight and stable alternative: a coupling-aware, decentralized formulation of the on-policy SARSA (State–Action–Reward–State–Action) algorithm for real-time HVAC control in multi-zone open-plan offices. Each zone agent observes, in addition to its local conditions, an aggregate of neighboring-zone temperatures, allowing the tabular learner to compensate for inter-zone heat exchange. The agents were trained in a simulated six-zone office driven by TMY3 weather data and stochastic hybrid-work occupancy schedules, with a multi-objective reward balancing thermal comfort, energy use, and equipment switching. Relative to a clearly defined schedule-based baseline, the best-performing SARSA controller reduced annual HVAC energy consumption by 39.39
The study examines the use of electroencephalography (EEG) signals together with clinical data for diagnosing Alzheimer’s Disease (AD) and Frontotemporal Dementia (FTD). A machine learning framework was developed to combine EEG-derived features with demographic and cognitive information. The Fast Correlation-Based Filter method was used for feature selection, and several models, including XGBoost, Random Forest, AdaBoost, Neural Networks, and Gradient Boosting, were tested. Leave-One-Out Cross-Validation was used to evaluate model performance in the small-sample setting. The XGBoost model achieved the best performance with 89.8
Identifying critical nodes (CNs) in Wireless Sensor Networks (WSNs) is essential for ensuring connectivity, resilience, and overall operational efficiency. The failure or removal of such nodes can severely disrupt communication, leading to network fragmentation and performance degradation. However, the task of Critical Node Detection (CND) remains challenging due to the inherent complexity of real-world network topologies, the prohibitive computational cost of exhaustive search methods, and the limited scalability of traditional centrality-based approaches. To overcome these limitations, this paper introduces a hybrid optimization framework-Simulated Annealing-Improved Differential Evolution (SAIDE)-designed for efficient and scalable CND in WSNs. SAIDE leverages the global exploration capabilities of Differential Evolution (DE) and augments them with the local refinement and probabilistic acceptance features of Simulated Annealing (SA), resulting in a balanced and adaptive search strategy. The importance of the node is quantified using a composite influence metric that combines degree centrality, k-core decomposition, and inverse communication distance derived from the Friis transmission model. The primary optimization objective is to minimize the size of the Largest Connected Component (LCC) after node removal, thus maximizing network fragmentation. Extensive evaluations on synthetic network models-Random Geometric (RG), Erdos-Renyi (ER), and Barabasi-Albert (BA)-as well as real-world WSN datasets (ALE-WSN and LT-FS-ID) demonstrate that SAIDE consistently outperforms existing methods, including the TDE-degree baseline and advanced metaheuristics such as Multipopulation Differential Evolution (MPDE) and Memetic Algorithms (MA). SAIDE achieves more effective network fragmentation, faster convergence, and improved computational efficiency, establishing it as a robust and scalable solution for CND in large-scale WSNs.
The use of conventional heat transfer fluids has many limitations, and industrial applications require efficient heat transfer systems. Existing cooling systems suffer from low thermal conductivity and poor heat transfer, which result in reduced efficiency and high power consumption. This study proposes an optimised artificial neural network (ANN) and genetic algorithm (GA)-based artificial intelligence model to predict the thermal conductivity and viscosity of graphene nanoplatelets (GNP)–Cellulose nanocrystals (CNC)/Ethylene Glycol (EG)-water hybrid nanofluids, thereby improving heat transfer performance. Single GNP and hybrid GNP/CNC nanofluids are studied, with field-emission scanning electron microscopy and transmission electron microscopy used to characterise nanoparticles. A two-step preparation method was used for thermal conductivity and viscosity measurements across temperatures (30–80 °C) and volume concentrations (0.02–0.2 vol
Precise range estimation is considered one of the key elements in promoting electric car adoption, as it helps to avoid range anxiety. Traditional range estimation methods utilizing combinations of physics-based approaches and machine learning demonstrate some shortcomings, among which are unrealistic prediction values, poor generalizability, and insufficient physical interpretation. This paper presents an approach that utilizes the Physics-Informed Neural Networks (PINNs) method. The physics-informed neural network approach implies adding physical laws, such as energy conservation and equations of motion, which describe battery dynamics, to the process of training the neural network for predicting the driving range. Physics-Informed Neural Networks produce state-of-charge (SoC), power consumption, and range predictions while focusing on physical consistency by applying constraints to the model output of SoC, power, and rate. Experiments were carried out with real-life BMW i3 driving ranges and evaluated in a simulation traffic environment using SUMO. It was shown that the proposed PINN outperforms traditional neural networks in terms of accuracy (mean absolute errors): SoC MAE = 3.39
Type 1 Diabetes (T1D) requires continuous monitoring and accurate prediction of blood glucose (BG) for appropriate decision-making. In this study, a patient-specific BG prediction framework based on machine learning was evaluated using the OhioT1DM dataset under minimal preprocessing conditions. Several machine learning models were benchmarked and compared using standard regression metrics such as Mean Absolute Error (MAE), Root Mean Square Error (RMSE), and coefficient of determination (R²), along with clinical assessment using Clarke Error Grid (CEG) analysis. Experiments were conducted using three literature-derived feature combinations: (1) BG alone, (2) BG + insulin-on-board (IOB) + meal (M), (3) BG + IOB + M + physical activity (PA). A sliding input window consisting of five historical time steps sampled at 5-minute intervals was used, while prediction targets were generated for 30- and 60-minute prediction horizons. A Tri-Ensemble model was constructed by combining the predictions of the three strongest benchmarked models using simple averaging as a robustness-oriented aggregation strategy. To improve interpretability and support future feature engineering, SHAP-based explainable AI (XAI) analysis was conducted as an exploratory feature relevance study over the complete available feature space. Patient-wise analysis was conducted to examine feature importance patterns and identify potentially informative variables for future blood glucose prediction studies. The proposed Tri-Ensemble demonstrated competitive predictive performance across multiple feature configurations and prediction horizons, with statistically significant improvements observed in several experimental settings.
We introduce MetaPKLot, a large-scale, harmonized dataset designed for vision-based parking lot management. It supports three key tasks: parking spot occupancy recognition, dwell time estimation, and parking spot extraction. MetaPKLot builds upon existing datasets, namely PKLot, CNRPark-EXT, and PLds, by adding over 1.3 million new annotations and revising approximately 900,000 existing ones, making it one of the largest publicly available human-annotated parking datasets to date. The new annotations include occupancy labels, segmentation masks, vehicle identifiers, and timestamps that enable dwell time computation. We also define standardized challenges and experimental protocols for each task, emphasizing not only predictive accuracy but also computational efficiency and generalization across unseen parking lots. Furthermore, we provide baseline methods that establish strong reference points for future research. By combining new annotations, standardized protocols, and baseline implementations, MetaPKLot serves as a comprehensive benchmark for developing and evaluating vision-based parking management systems under realistic, reproducible conditions.
The majority of Neural text classification models work by embedding the text in high dimensional vector spaces and measuring the semantic similarity within an implicit assumption of flat (Euclidean) geometry. However, real-world semantic structures, especially in fine-grained emotionally entangled datasets, may exhibit anisotropic correlations and non-uniform separability that are not fully captured by flat representations. We propose HyperSpectrum Geometry, a curvature metric-controlled hyperspherical manifold representation learning framework that combines a learnable global Riemannian metric tensor with normalized angular hyperspherical classification. Initially, our model maps sentence embeddings into a learned hyperspace, performs a Mahalanobis style metric deformation and finally, executes angular decision partitioning on a normalized deformed Riemannian hypersphere representation. We empirically evaluate the framework on structurally different datasets, including GoEmotions, AG News, TweetEval Emotion, DBpediaClassification, and Amazon Reviews Multi. The results show that fine-grained multi-label emotional entanglement produces substantially higher global metric deformation. In contrast, structurally separable topic and ontology datasets rely more strongly on angular partitioning with lower metric deformation. Therefore, the results reveal a deformation–separability pattern, that implies that, highly entangled multi-label classification requires stronger anisotropic metric deformation, whereas structured topic and ontology classification is mostly governed by angular separation. Over multiple random seeds, the model shows stable lightweight performance and at the same time, producing valuable geometric interpretations such as global metric deformation, metric condition number, and intra/inter class angular similarity. Our findings suggest that learnable metric deformation constitutes a useful and underexplored component of interpretable semantic representation learning.
Volatility forecasting is frequently framed as a modeling problem, yet attainable accuracy is fundamentally constrained by the information content of the data itself. This study evaluates multiple forecasting models, ranging from HAR and GARCH to Tree-based and Neural architectures, across 14 Global Equity Indices and Horizons form 1 day to 100 Trading days within a strictly chronological and capacity-controlled framework. Post diagnostics shows that realized volatility is organized by persistent regimes, strong cross-market synchronization, and discontinuous shocks. Under these conditions, forecasting performance is determined by parameter identifiability: low capacity model remain stable across horizons and deteriorate once parameter counts exceed available effective information. Attention mechanisms do not discover additional structure and instead coverage to weighting recent observations. The results indicate that for strongly dependent time series, nominal sample size is a misleading measure of learnability, and model capacity must be constrained relative to effective information rather than observation count.
The vehicle routing problem with time windows presents a complex challenge, involving the efficient scheduling of deliveries within predefined time windows while optimizing vehicle usage. In response, this paper introduces an advanced ant colony system approach that seamlessly integrates four heuristic techniques. The devised framework employs a ranking-based selection mechanism, utilizing the roulette procedure, to synergistically harness these heuristics, resulting in the generation of promising solutions. To counter stagnation and enhance solution diversity, we incorporate a no-improvement counter into the algorithm for solution selection. Additionally, we introduce a pioneering heuristic called 2-opt-special, inspired by the renowned 2-opt algorithm, to bolster the efficiency and effectiveness of the proposed approach. Computational results, derived from extensive comparisons with other ant colony-based algorithms and established solutions on well-known benchmarks comprising 100 and 400 customers, unequivocally affirm the effectiveness and competitiveness of our proposed algorithm in effectively addressing VRPTW challenges.
Disorders that affect the larynx and neurological control of speech—specifically Dysarthria, Laryngitis, Laryngozele, Vox senilis, Parkinson’s, and Spasmodic Dysphonia—can significantly disrupt vocal patterns and leave distinct acoustic signatures in a person’s voice. Early and accurate detection of these conditions is crucial for timely clinical intervention and effective patient care. In this work, we propose a deep learning–based framework for automatically classifying such vocal pathologies. Our approach leverages annotated speech recordings from the Saarbrücken Voice Database and the Italian Parkinson’s Voice and Speech dataset, from which mel-spectrogram features are extracted. After strengthening three advanced vision transformer architectures (DinoV3, EVA-02, and MaxViT), a comprehensive analysis of over a dozen advanced ensemble techniques was performed. The final system utilizes a Boosted Weighted Voting ensemble, enhanced with Temperature Scaling for model calibration. This sophisticated method learns the optimal voting weight for each model based on its performance on a validation set. The proposed ensemble framework achieves an accuracy of 86.84
We introduce ArabiDeepfake, a multi-domain Arabic deepfake-text dataset and benchmark designed for information security research. ArabiDeepfake spans five high-risk sources: news, government, social media, reviews, and e-commerce, with leak-free train/validation/test splits, balanced test sets, and deception-type labels (e.g., factual changes, omissions, satirical tone). Dialect/sector metadata is included where applicable. To mitigate contamination of the “real” class, we enforce authenticity controls (e.g., pre-ChatGPT timestamp filtering), alongside Arabic-only checks, de-duplication, and adjudicated spot reviews. Utilizing the MARBERTv2 encoder, we evaluate in-domain and cross-domain detection and compare a pooled single model against a five-model ensemble, reporting 95