The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us

IJACSA Vol. 17 Issue 7 (2026)

Open Access | | 89 papers

Copyright Statement: This is an open access publication licensed under a Creative Commons Attribution 4.0 International License, which permits unrestricted use, distribution, and reproduction in any medium, even commercially as long as the original work is properly cited.

1

Vision Transformers and Convolutional Neural Networks for Land Use Scene Classification

Author 1: Arun D. Kulkarni

Land use scene classification (LUSC) from remote sensing imagery plays a critical role in environmental monitoring, urban planning, and sustainable resource management. In recent years, deep learning methods have significantly advanced the state-of-the-art, with Convolutional Neural Networks (CNNs) dominating the field because of their strong ability to capture local spatial features. However, the emergence of Vision Transformers (ViTs) has introduced a new paradigm that models long-range dependencies through self-attention mechanisms, potentially enabling improved global context understanding. This study presents a comparative assessment of Vision Transformers and CNN-based architectures for remote sensing land use scene classification. Representative CNN models, such as AlexNet, are evaluated alongside the Vision Transformer (ViT) using benchmark remote sensing datasets, including the UC Merced (UCM) Land Use and EuroSAT Land Use datasets. The study examines classification accuracy, precision, recall, F1-score, and computational complexity to provide a comprehensive performance comparison. Experimental results demonstrate that CNNs perform robustly on datasets with limited training samples and strong local texture characteristics, whereas Vision Transformers exhibit superior performance in capturing global spatial relationships in complex scenes when sufficient training data are available. However, ViTs typically require greater computational resources and larger training datasets to achieve optimal performance. The findings of this study provide insights into the strengths and limitations of both architectures and offer guidance for selecting appropriate models for remote sensing land use scene classification applications.

Convolutional Neural Networks (CNNs) deep learning land use scene classification remote sensing Vision Transformers (ViTs)
2

Privacy-Preserving Financial Fraud Detection Using Federated Heterogeneous Temporal GraphSAGE

Author 1: Sabab Islam Author 2: Md. Abul Kalam Azad Author 3: Abdul Kadar Muhammad Masum Author 4: Ramona Birau Author 5: Virgil Popescu Author 6: Roxana Mihaela Nioata (Chireac) Author 7: Gabriela Ana Maria Lupu (Filip)

Digital financial ecosystems face mounting exposure to fraudulent transactions that collectively account for trillions of dollars in losses each year. Existing approaches suffer from three recurring deficiencies: they represent all transaction participants within a single undifferentiated node space, rely on fixed decision boundaries incapable of accommodating evolving fraud distributions, and fail to exploit the semantic diversity among entity categories including accounts, merchants, and transaction types. This study introduces FHT-GraphSAGE, a federated heterogeneous temporal graph learning framework for privacy-preserving financial fraud detection. The architecture combines heterogeneous temporal graph construction, a relation-aware GraphSAGE encoder with sinusoidal temporal edge embeddings, and a Federated Averaging optimization scheme that enables cross-institutional collaborative learning without exposing raw transaction records. Evaluation across two complementary benchmarks, the PaySim Mobile Money Dataset and the Credit Card Fraud 2023 Dataset, demonstrates consistent superiority over ten competitive baselines. On PaySim, FHT-GraphSAGE achieves an accuracy of 0.963, an F1-score of 0.939, an AUC-ROC of 0.986, and, most importantly under severe class imbalance, an AUC-PR of 0.724. On the Credit Card Fraud 2023 Dataset, it attains an accuracy of 0.941, an F1-score of 0.913, an AUC-ROC of 0.969, and an AUC-PR of 0.721. As AUC-PR is the most informative metric for minority-class detection under extreme imbalance, these two figures (0.724 and 0.721) constitute the primary evidence of the framework’s fraud-detection capability. Results are reported as the mean over five independent runs with distinct random seeds, and the improvements over the strongest baseline are statistically significant (p < 0.01). Ablation experiments confirm the non-redundant contribution of each architectural component, and robustness evaluations demonstrate stable minority-class detection performance down to a fraud ratio of 0.25%.

Financial fraud detection federated learning heterogeneous temporal graph GraphSAGE privacy-preserving machine learning graph neural networks
3

Attention-Augmented PointNet with Hybrid Ant Colony Optimization and Bayesian Hyperparameter Search for Robust 3D Point Cloud Classification in Augmented Reality Applications

Author 1: Ahmed Almaghthawi Author 2: Fahad Alharbi Author 3: Radwan M. Batyha Author 4: Suhaila Abuowaida

Three-dimensional point cloud classification is a foundational task for augmented reality (AR), autonomous navigation, and robotics, yet remains challenging due to the inherent irregularity, sparsity, and permutation invariance of point set data. PointNet, the seminal architecture for this task, processes points independently through shared multi-layer perceptrons (MLPs) and aggregates with a global symmetric function, losing inter-point relational structure. We propose AA-PointNet-HBO, a framework that simultaneously addresses two under-explored aspects: (1) architectural expressiveness, by inserting a multi-head self-attention (MHSA) block between the per-point MLP encoder and the global aggregator so that each latent point embedding can dynamically attend to every other point, capturing long-range semantic co-occurrences; and (2) hyperparameter optimization, by introducing a two-tier Hybrid ACO–Bayesian Optimization (HBO) strategy that uses Ant Colony Optimization (ACO) to explore the discrete architectural design space (attention heads, channel widths, pooling strategy) and subsequently applies Bayesian Optimization (BO) with a Gaussian Process (GP) surrogate and Expected Improvement (EI) acquisition to refine the continuous training hyperparameter subspace (learning rate, dropout probability, weight decay). Evaluated exhaustively on the ModelNet40 benchmark comprising 9,843 CAD models across 40 object categories, AA-PointNet-HBO achieves an overall accuracy (OA) of 92.4% (mean ± std: 92.4 ± 0.18% over five independent seeds) and a mean class accuracy (mAcc) of 89.7%, surpassing the PointNet baseline by 3.3 percentage points with only 34%additional parameters (4.7M vs. 3.5M). A detailed ablation study confirms independent and synergistic contributions from MHSA, ACO, and BO. Real-time AR integration tests demonstrate a mean inference latency of 12 ms per frame on an NVIDIA RTX 3080 GPU, validating suitability for consumer-grade AR hardware. Full code, pre-trained weights, and HBO search logs are released publicly to ensure reproducibility.

3D point cloud classification augmented reality multi-head self-attention PointNet Ant Colony Optimization Bayesian optimization hyperparameter search ModelNet40 neural architecture search
4

Ordinal Factor Analysis with Robust Estimation and Predictive Models

Author 1: Abuelgasim Osman Author 2: Zahayu Binti Md Yusof

Ordinal survey indicators are common in behavioral and social science research. Still, they violate continuous normal assumptions when category spacing is unequal, response distributions are skewed, or categories are sparse. This study evaluates a practical workflow for ordinal factor analysis that combines robust confirmatory factor analysis (CFA) estimation with complementary predictive modeling. Simulated five-category ordinal datasets and an empirical Malaysian green consumption dataset were analyzed using WLS, WLSMV, and DWLS estimators based on polychoric correlations. CFA performance was examined through conventional fit indices, parameter recovery, and bootstrap stability of standardized loadings. Predictive models, including random forests, support vector machines, gradient boosting, dense neural networks, convolutional neural networks, and recurrent neural networks, were assessed using matched 5-fold cross-validation. The revised comparison separates measurement validation from prediction, reports estimator stability through resampling, and clarifies the conditions under which robust ordinal estimators and nonlinear predictive models are useful. The study contributes a reproducible benchmark and reporting framework for researchers analyzing Likert-type ordinal data in psychometric and behavioral applications.

Ordinal data confirmatory factor analysis polychoric correlation WLSMV DWLS bootstrap machine learning deep learning cross-validation
5

Neural Network Implementation of the Renormalization Group for Fault Diagnosis with Class Imbalance

Author 1: Evgeny Nikulchev Author 2: Dmitry Ilin

The application of machine learning models in practical tasks faces challenges such as class imbalance and multidimensional noise. This study proposes RGNet, a neural network architecture based on the concept of the renormalization group (RG), for hierarchical coarse-graining of the feature space. The model sequentially compresses the input dimensionality and concatenates all scales before classification, allowing it to capture both local details and global patterns. The notion of RG-flows is introduced --- interpretable low-dimensional representations whose visualization via t-SNE reveals a discrete curvilinear structure confirming the effectiveness of coarse-graining. On the AI4I2020 dataset, RGNet achieves a recall of 0.9118 at threshold 0.5 and a balanced variant with F1=0.630 at threshold 0.92, reflecting a deliberate trade-off: the architecture prioritizes fault detection over precision, consistent with the asymmetric cost of missed failures in predictive maintenance. The obtained results demonstrate that RGNet is an interpretable and competitive solution for fault prediction in applications with imbalanced classes.

Renormalization group coarse-graining fault prediction neural network implementation RG-flows class imbalance
6

MatchIA-GCL: A Hybrid Graph Contrastive Learning Approach for Semantic Schema Matching

Author 1: Mohamed Raoui Author 2: Moulay Hafid El Yazidi Author 3: Ahmed Zellou

Schema matching remains a fundamental challenge for achieving data interoperability across heterogeneous information systems. Existing deep learning-based approaches often suffer from semantic drift, overlook the structural topology of schemas, and operate as black-box models with limited interpretability. This study introduces MatchIA-GCL, an explainable hybrid framework for semantic schema matching that combines graph contrastive learning (GCL) and Large Language Models (LLMs). The proposed framework leverages Graph Attention Networks (GATs) optimized through a contrastive learning objective to generate robust structure-aware schema embeddings. Unlike conventional approaches that employ LLMs solely as semantic encoders, MatchIA-GCL integrates an LLM as an Autonomous Validation Agent responsible for resolving only complex and ambiguous matching candidates, thereby reducing computational overhead while improving decision reliability. Furthermore, a post-hoc explainability layer provides transparent and human-interpretable justifications for alignment decisions. Experimental evaluations conducted on benchmark schema matching datasets demonstrate that MatchIA-GCL consistently outperforms state-of-the-art methods, achieving up to 9.4% improvement in F1-score while enhancing explainability and robustness. These results highlight the potential of combining graph representation learning, contrastive optimization, and LLM-assisted validation for next-generation semantic schema matching systems.

Schema matching data interoperability graph contrastive learning Graph Attention Networks Large Language Models explainable artificial intelligence semantic data integration
7

Optimized Lattice-Based Ciphertext Policy Attribute-Based Encryption for Quantum-Resistant Secure Data Sharing

Author 1: Purnima Author 2: Tejaswi Khanna Author 3: Deepak Kumar Verma

The practical utilization of the conventional Ciphertext-Policy Attribute-Based Encryption (CP-ABE) systems in a vast cloud has the constraint of the high cost of computation and the high risk of quantum-powered adversaries. This research introduces a novel Hybrid Lattice-Based CP-ABE (HL-CP-ABE) architecture that is focused on the hardness assumptions of Ring Learning with Errors (RLWE) to provide the double security of quantum-safe and precise data sharing. The proposed hybrid encryption system employs post-quantum techniques that provide both confidentiality and access control, and it is completely based on AES for the data encryption and on the lattice-based CP-ABE technology for the AES session key wrapping. A multithreaded, chunk-based parallel processing technique is used to improve the encryption and decryption processes and, at the same time, limit the difficulties that come along with the performance of lattice-based cryptography. The entire system is implemented in Java and evaluated across file sizes from 100 to 800 MB under a fixed three-attribute access policy, achieving processing time reductions of up to 9.5× compared to serial lattice CP-ABE, with a mean speedup of approximately 8.2× across encryption and decryption. The results reveal that the design not only upholds security but also achieves scalability, reduced ciphertext growth, and the correct decryption of the whole data. This research study presents the groundwork for future optimization using GPU parallelization and dynamic attribute management, and at the same time, it puts forth a workable, effective, and quantum-secure method of attribute-based encryption that is specifically beneficial for electronic health record (EHR) systems and secure cloud data sharing.

LWE Ring-LWE post-quantum cryptography attribute based encryption parallel processing
8

Binary Enhanced White Shark Optimization Algorithm and Its Application to Semi-Supervised Feature Selection

Author 1: Jian Zhoua Author 2: Jiawen Yanga

With the development of information technology, the generation and storage of data have become convenient, resulting in a large amount of high-dimensional data. Due to the high acquisition cost of labeled data, semi-supervised learning of partially labeled data has emerged. Feature selection aims to select the most representative and informative feature subset from the original feature set and avoid the curse of dimensionality. By utilizing semi-supervised feature selection, valuable information from unlabeled data can be better extracted, thereby enhancing the model's robustness. White Shark Optimizer is a commonly used searching method, but it may fall into a local optimum when dealing with semi-supervised feature selection problems. This study proposes an Enhanced White Shark Optimization (EWSO) with a dynamic dual elite strategy and sinusoidal mutation operation. The former can make full use of the current optimal location information and improve the ability to find potential optimal solutions, and the latter can help the algorithm jump out of the local optimum and improve the accuracy of the algorithm's convergence. For dealing with discrete problems, we further introduce a binary mapping function to the EWSO, abbreviated as BEWSO. Compared with six other meta-heuristic feature selection techniques on nine high-dimensional datasets, experimental results show that the proposed method is superior to other methods. Under 80% and 60% unlabeled data, the average accuracies are 5.03% and 3.64% higher than the suboptimal value, respectively.

Feature selection semi-supervised learning meta-heuristic algorithm white shark optimization
9

NADOS: Reliability-Gated Difficulty-Aware Oversampling for Noisy Imbalanced Classification

Author 1: Ednel Ashraff Misran Author 2: Syahid Anuar Author 3: Adam Mohd Khairuddin

Class imbalance becomes more challenging when minority underrepresentation is accompanied by label noise, because synthetic oversampling may amplify unreliable local structures if noisy minority samples are used as interpolation seeds. This study proposes Noise-Aware Adaptive-Difficulty Oversampling (NADOS), which separates the assessment of seed trustworthiness from the allocation of synthesis effort. NADOS evaluates each minority instance through two local criteria. A reliability score determines whether the instance is suitable for synthetic generation, while a difficulty score assigns synthesis priority among eligible instances. The method is evaluated on 22 binary imbalanced benchmark datasets, five controlled label-noise levels, four classifier families, and nine oversampling methods. Across the full benchmark, NADOS obtains average F1 = 0.7428, G-mean = 0.8511, balanced accuracy = 0.8552, and AUPRC = 0.7700. These results give NADOS the strongest average F1, G-mean, and balanced accuracy, while remaining competitive on AUPRC. Non-parametric statistical tests show significant differences among the compared methods and indicate that NADOS is consistently competitive under noisy imbalanced learning conditions. Separating seed reliability from synthesis difficulty provides a practical strategy for noisy imbalanced classification. The reliability gate limits unsafe seed usage, while the difficulty score preserves attention to difficult but trustworthy minority samples.

Imbalanced classification label noise oversampling SMOTE noisy data minority learning
10

A RAG-Enhanced Human-in-the-Loop Framework for Automated Assessment of Engineering Laboratory Reports

Author 1: Amina Abbi Author 2: Mohammed Skouri Author 3: Mustapha Raoufi

Recent developments in Large Language Models (LLMs) have created new opportunities to automate educational assessment and reduce workload for instructors. However, concerns regarding grading consistency, transparency, and pedagogical reliability continue to limit the adoption of fully automated assessment systems. In this study, we propose a Human-in-the-Loop framework for the automated evaluation of engineering laboratory reports based on Retrieval-Augmented Generation (RAG). The proposed framework integrates text extraction, structured content extraction, contextual retrieval from grading rubrics and laboratory resources, rubric-based evaluation, automatic feedback generation, and instructor validation into a unified grading workflow. The RAG module retrieves contextual information so that the language model can generate assessments that align with the course goals and are based on educational information about the specific assignments, thus ensuring consistent evaluation based on the rubric. The system was tested using a set of 56 laboratory reports collected from undergraduate courses in Electrical and Electronics Engineering. The experimental results indicate a strong agreement between the grades provided by the AI and the instructor, with a Pearson Correlation Coefficient of 0.988, a Mean Absolute Error (MAE) of 3.55, and a Root Mean Squared Error (RMSE) of 3.77. Besides, 89.29% of the reports were scored within ±5 points of the instructor scores. The grading time was reduced from 392 minutes to 84 minutes, a workload reduction of 78.57%. The results demonstrate that the integration of Retrieval-Augmented Generation, rubric-based evaluation, and Human-in-the-Loop validation constitutes an effective approach for AI-supported assessment of engineering laboratory reports, maintaining instructor oversight and educational integrity.

Large Language Models Retrieval-Augmented Generation Human-in-the-Loop automated assessment engineering education laboratory report evaluation rubric-based grading educational artificial intelligence
11

Detecting Metadata-Conditioned Response Drift in AI-Generated Visual Information Systems: A Two-Phase Human–Computer Interaction Framework

Author 1: Yu Jia Author 2: Shaojie Zhang Author 3: Na Li

AI-generated visual information systems often present images with authorship metadata, yet such labels may shape the evaluation data they are intended to contextualize. Existing work has seldom offered a system-level procedure for measuring metadata-conditioned response drift under unchanged visual input. This study develops a two-phase evaluation framework combining blind presentation, attribution-label overlay, trial-level logging, drift computation, and mixed-effects validation. Ninety-two participants rated four AI-generated images first without labels and then with attribution labels, producing 732 valid observations. Linear mixed-effects modeling, supported by ordinal sensitivity analysis and leave-one-image-out checks, identified a significant Phase × Label interaction within the implemented attribution-label assignment scheme. Under this assignment scheme, ratings for stimuli assigned to the human-labeled condition increased after disclosure, whereas ratings for stimuli assigned to the AI-labeled condition decreased. These findings are interpreted as evidence that the proposed framework can detect disclosure-associated response drift, rather than as a fully counterbalanced causal estimate of pure label effects.

AI-generated visual information systems metadata disclosure response drift user-response logs human-computer interaction authorship labeling mixed-effects modeling
12

Hybrid Machine Learning and Reinforcement Learning for IoT Device Classification and Bandwidth Optimization

Author 1: Manjunatha T N Author 2: Vidyalakshmi K Author 3: Dankan Gowda V

Increased traffic in the Internet of Things (IoT) network results in a large amount of network data that should be processed efficiently in order to manage IoT network resources properly. Hence, bandwidth management and resource allocation are key challenges in managing large-scale IoT networks. In this study, a novel hybrid framework that is composed of machine learning (ML) and reinforcement learning (RL) methods has been proposed for IoT device classification as well as for dynamic bandwidth allocation in large-scale IoT networks. The proposed framework includes four ML classification methods, including Support Vector Machine (SVM), Random Forest (RF), K-Nearest Neighbor (KNN), and Neural Network (NN), for classifying various types of IoT devices by using their traffic and communication behaviors. After providing classification results to the bandwidth management framework, improved bandwidth allocation is achieved by using the proposed framework. In addition, the RL method is also incorporated into the framework for bandwidth allocation, in which the learning agent continuously improves allocating bandwidth by increasing the cumulative reward during the learning process. Experiment results revealed that the proposed framework significantly improved performance metrics of IoT networks, such as increased network throughput by approximately 50% and decreased average delay by approximately 40%, as well as reduced packet loss by approximately 30% compared with traditional bandwidth allocation methods. In terms of classification accuracy, the highest accuracy was achieved by the Neural Network model. The proposed framework enables to efficiently and adaptively manage large-scale IoT networks.

IoT device classification bandwidth allocation machine learning algorithms support vector machines Random Forest K-Nearest Neighbors Neural Networks network optimization IoT traffic resource management
13

Pattern Analysis of Global AI Adoption and Digital Literacy Development in Science Education: Basis for a Recommender System Framework

Author 1: Honelly Mae S. Cascolan

The rapid growth of artificial intelligence (AI) technologies has transformed educational environments and created new opportunities for enhancing digital literacy in science education. However, variations in technological readiness, infrastructure, educational development, and AI adoption continue to influence the effectiveness of digital transformation initiatives across regions. This study analyzed global AI adoption patterns and digital literacy development using the Global AI in Education Dataset (2015–2026) comprising 1,360 observations from multiple countries and regions. A data-driven Intelligent Recommender System Framework integrating Educational Data Mining, Machine Learning, and Explainable Artificial Intelligence techniques was developed to identify digital literacy profiles and generate evidence-based recommendations. Digital Literacy Scores were computed using AI adoption, educational readiness, and technology access indicators and were subsequently classified into low, moderate, and high digital literacy profiles. Random Forest, Naïve Bayes, and Hybrid Voting models were utilized for pattern discovery and profile classification. Results revealed a continuous increase in digital literacy development from 2015 to 2026, accompanied by substantial growth in student AI usage, teacher AI usage, and school AI adoption. Random Forest achieved the highest classification performance with an accuracy of 94.49%. Feature importance analysis identified student AI usage, urban AI usage, internet penetration, education index, school AI adoption, and teacher AI usage as the most influential determinants of digital literacy development. Cluster analysis further revealed distinct educational environments characterized by varying levels of infrastructure readiness and AI engagement. Based on these findings, the proposed Intelligent Recommender System Framework generated targeted recommendations related to infrastructure expansion, teacher professional development, curriculum enhancement, AI literacy integration, institutional AI adoption, and digital inclusion initiatives. The framework provides a scalable and explainable decision-support mechanism that can assist educators, administrators, curriculum developers, and policymakers in promoting digital literacy and advancing AI-enabled science education.

Artificial intelligence adoption digital literacy Educational Data Mining explainable artificial intelligence Intelligent Recommender System
14

Automated Multi-Task Deep Learning Framework for Simultaneous Identification of Dental Pathologies and Arch Localization in Orthopantomograms (OPG)

Author 1: Hatim Elhag Author 2: Norehan Binti Mokhtar Author 3: Siti Noor Fazliah Binti Mohd Noor Author 4: Gururajaprasad Kaggal Lakshmana Rao Author 5: Nordin Zakaria Author 6: Fakhitah Ridzuan Author 7: Mohammed Bin Salah

Interpreting orthopantomograms (OPGs) accurately and efficiently remains challenging due to overlapping anatomical structures and the subtle presentation of many dental pathologies. While deep learning (DL) has shown considerable potential in dental imaging, most existing models focus on single-task detection and do not address the need for simultaneous analysis of both structural and pathological features within a unified system. To fill this gap, an automated multi-task deep learning framework is proposed that concurrently identifies ten dental pathology classes such as fractured roots and periodontally compromised teeth alongside arch-region classification of edentulous spans in OPGs. This method makes use of the YOLOv11 object detection architecture, which is powered by the C2PSA attention module and sophisticated post-processing algorithms that were trained on a larger collection of ten classes from the Dental OPG Kennedy dataset. With a mean Average Precision (mAP) 0.854 and an F1-score of 0.961 for every class assessed, the model demonstrated strong overall performance. Even in more complicated situations like root fractures (F1 = 0.928), the model was able to recognize well-defined edentulous areas with almost perfect sensitivity (Recall = 0.997) and good mAP. By integrating diagnostic analysis and anatomical techniques in a single optimized inference process, the YOLOv11 system offers interpretable and scalable solutions for comprehensive screening, thereby representing an advance for Computer-Assisted Dentistry Diagnostics.

Orthopantomogram (OPG) deep learning (DL) multi-task learning YOLOv11 object detection dental pathology arch classification Computer-Aided Diagnosis (CAD)
15

Inclusive Digital Health Platform for Well-Being and Loneliness in SOGIESC Older Adults

Author 1: Yada Atanan Author 2: Titikarn Assatarakul Author 3: Akara Metasuk

This research and development (R&D) project aims to design, test, and enhance a digital platform for assessing and promoting the health of late middle-aged and older adults who are diverse in sexual orientations, gender identities, gender expressions, and sex characteristics (SOGIESC). It displays people's opinions regarding a personal health reporting system that would make diverse SOGIESC late middle-aged and older adults (aged 50 years and above) feel better and less alone. Mental health, bodily health, social health, and intellectual or spiritual health are the four pillars of the holistic health framework around which the initiative is built. “Loneliness" is a significant factor that impacts elderly people's quality of life. The platform's user-centered design creates a secure, friendly, and inclusive online environment for individuals of all gender identities. The study employs a mixed-methods approach, which means that it deliberately blends quantitative and qualitative research techniques. The platform's structure and features were improved during the development process with the use of quantitative data from health evaluations and system usage statistics. Simultaneously, qualitative data was gathered through user behavior observation, prototype usability testing, and detailed opinion recording in order to examine user experiences in terms of comprehension and usage, design and user experience, system performance, and perceived value and advantages. According to the research findings, the platform can help diverse SOGIESC late middle-aged and older adults feel more socially connected, encourage self-evaluation, and raise health awareness. However, system complexity, early usage difficulty, system stability, and the requirement to create data and result presentations appropriate for the learning context and technological proficiency of the elderly were also identified as limits. With an average score of 4.10 and a standard deviation of 0.88, the overall satisfaction and suggestions showed that customers gave their level of satisfaction a high rating. According to this study, the creation of a digital health platform for senior citizens with a range of sexual orientations should give priority to straightforward, fair, and reliable designs that may produce definite experiential value in order to encourage consistent and long-term use. By providing policy and practical guidance for creating digital tools that effectively fulfill the needs of vulnerable older people in modern society, this research adds to the body of knowledge in comprehensive health technology research and development.

Digital health platform friendly space well-being and loneliness LGBTQ older adults
16

Image-Based Iron Ore Feed Load Classification Using EfficientNet-B0 with Region-Density Attention and Hierarchical Feature Fusion

Author 1: Sami F Karali Author 2: Fawaz Alanazi Author 3: Eman Ramadan Elsharkawy Author 4: Asma A. Alhashmi Author 5: Abed Saif Ahmed Alghawli Author 6: Imen B. Mohamed Author 7: Chams Sallami Author 8: Abdulbasit A. Darem

Iron ore estimation is a significant part of mineral exploration, as it supports determining both the quantity and quality of available mineral resources. Precise estimation facilitates effective mine planning, production management, and sustainable usage of natural resources. Conventional systems are mostly based on laboratory measurements and geological surveys that are frequently expensive, time-consuming, and restricted when handling larger-scale mineral datasets. In recent years, machine learning (ML) and deep learning (DL) systems have been progressively used to improve estimation by recognizing intricate patterns in mineralogical databases. This research introduces a Multi-modal Deep Learning Framework for Mineral Exploration and Iron Ore Load Prediction (MDL-MEOLP) model to enable precise mining decision-making. The proposed model performs hierarchical region generation utilizing a grid-driven patch extractor to capture multi-scale local regions. Subsequently, an EfficientNet-B0 backbone is employed for local feature extraction, while a region-density attention module emphasizes dense ore regions. Moreover, hierarchical feature fusion is applied to aggregate local-to-global representations and enhance global contextual understanding. Finally, a classification head with global average pooling, a dense layer, a dropout layer, and softmax activation is utilized to predict 17 feed load classes, and the model is trained utilizing Adam optimizer with cross-entropy loss over stratified data splits. To demonstrate the improved performance of the proposed MDL-MEOLP model, a comprehensive experimental analysis is carried out using Real-time Iron Ore Feed Load Estimation. The comparative results reported the effective performance of the MDL-MEOLP model with an accuracy of 97.58% over existing models.

Mineral exploration Iron Ore Load Prediction EfficientNet-B0 Adam optimizer deep learning resource utilization
17

An Intelligent Writing Tutor for ESL Learners: A Rule-Based and NLP-Assisted Feedback Framework

Author 1: Ruth L. Ladwingon

Writing remains one of the most challenging skills for English as a Second Language (ESL) learners because it requires the coordinated application of grammar, vocabulary, and written discourse conventions. This study proposes an Intelligent Writing Tutor that integrates corpus-informed error analysis, natural language processing (NLP), and rule-based reasoning to generate individualized and explainable writing feedback for ESL learners. Guided by a mixed-methods Design Science Research approach, weekly journal entries produced by Ilocano-speaking English language majors at the Kalinga State University served as the learner corpus for analysis. Manual expert annotation based on Corder's Error Analysis framework identified lexical, morphological, syntactic, and mechanical errors that informed the development of an interpretable rule-based feedback engine. The analysis revealed that morphological errors were the most frequent, followed by mechanical, lexical, and syntactic errors, with verb tense misuse emerging as the dominant writing difficulty. Qualitative findings further indicated that many of the observed errors reflected first-language interference, particularly in tense marking, subject–verb agreement, preposition usage, and lexical choice. The proposed framework operationalizes learner texts through preprocessing, NLP-assisted error detection, rule-based error classification, feedback generation, and recommendation modules to produce individualized feedback reports. The study demonstrates the feasibility of integrating explainable NLP techniques and second language acquisition principles into an educational writing support system. Because the framework was developed using journal writings from Ilocano-speaking learners in a single institution, its applicability to other learner populations requires further investigation.

Corpus-informed instruction educational technology English as a Second Language Intelligent Writing Tutor natural language processing rule-based feedback
18

Migration Method for Parametric Features in Heterogeneous CAD Systems

Author 1: Gang WANG Author 2: Guangfa ZHANG

Parametric feature migration across different Computer-Aided Design (CAD) systems is a core technology that supports cross-platform collaborative design and product data reuse. Addressing the fundamental limitation of traditional geometry-based data exchange methods—their inability to transfer high-level design intent information such as construction history, parametric constraints, and feature dependency relationships—this study proposes a three-stage parametric feature migration method based on JavaScript Object Notation (JSON) neutral files. Following the methodology of "exchanging the modeling process rather than the model itself", the complete migration workflow is decomposed into three stages: Feature parameter extraction, which leverages the source CAD system's application programming interface to traverse the model feature tree in depth and serialize the modeling history into a structured JSON exchange file; Topology identification, which employs a multi-dimensional geometric descriptor-based topological element identification method and writes identification results into the JavaScript Object Notation file; and Data validation, which validates feature parameters to be transferred and retrieves transient data required for modeling to ultimately achieve model reconstruction. Taking Siemens NX and ZW3D (formerly VX CAD) as representative source and target systems, a complete feature extraction and regeneration prototype plugin was developed, verifying the feasibility of the proposed method between heterogeneous CAD systems.

Heterogeneous CAD feature migration JSON neutral file information extraction topology identification
19

Automated Classification of Moroccan Procedural Court Orders Using CAMeL-BERT

Author 1: Saliha YASSINE Author 2: Ouafaa IBRIHICH Author 3: Mohammed ESSOUJAA Author 4: Mustapha ESGHIR

The digitization of judicial systems creates new opportunities for automating document management tasks that have traditionally relied on manual processing. This study addresses the automated classification of Arabic procedural court orders issued by Moroccan courts of first instance into seven official procedural categories, a low-resource legal document type characterized by highly standardized procedural language and limited publicly available resources. The primary contribution is a leakage-controlled evaluation demonstrating that frozen CAMeL-BERT contextual representations, combined with lightweight conventional machine learning classifiers, achieve highly accurate classification without computationally expensive transformer fine-tuning. The proposed pipeline integrates automatic structured extraction from heterogeneous Word documents with contextual embeddings and a comparative evaluation of five classifiers under a strict train–validation–test protocol. Experimental results show that Logistic Regression achieves 99.74% test accuracy (κ = 0.9966), while even the simplest baseline, Gaussian Naive Bayes, reaches 96.66%, highlighting the strong discriminative characteristics of Moroccan procedural court orders. An ablation study demonstrates that replacing TF-IDF representations with CAMeL-BERT embeddings reduces classification errors by 71.4%, while the complete classification pipeline further improves overall performance and reduces the remaining errors. These findings show that the highly regular linguistic structure of Moroccan procedural court orders enables computationally efficient and deployment-oriented classification using frozen contextual embeddings, providing a practical solution for Arabic legal document management and supporting future e-Justice applications in Morocco.

Arabic legal NLP CAMeL-BERT judicial document classification Moroccan courts procedural court orders
20

A Hybrid SMOTE-Ensemble Framework for Robust Speech Emotion Recognition on Imbalanced Data

Author 1: Eyad Megdadi Author 2: Mariam Aljouhi Author 3: Zainab Alblooshi Author 4: Khaled Shaalan

Speech Emotion Recognition (SER) has attracted considerable attention in recent years because of its potential applications in healthcare, intelligent assistants, customer service, and human-computer interaction. However, the performance of SER systems is often affected by the imbalance of emotion classes in benchmark datasets, where minority emotions are underrepresented and difficult to classify accurately. This study reproduces the work of Sahu et al. on multimodal Speech Emotion Recognition using the Interactive Emotional Dyadic Motion Capture (IEMOCAP) dataset. Further, it proposes a Hybrid SMOTE-Ensemble Framework to improve classification performance on imbalanced data. The reproduction stage follows the original methodology by employing handcrafted acoustic features together with TF-IDF textual features under Audio-only, Text-only, and Audio+Text modalities. The enhancement stage introduces two XGBoost classifiers trained independently on the original imbalanced dataset and on a SMOTE-balanced dataset. Their prediction probabilities are combined using three ensemble strategies, namely Simple Averaging, Confidence-Based Selection, and Adaptive Weighting. In addition, the effectiveness of the proposed strategy is further investigated using a LinearSVC classifier. Experimental results demonstrate that the reproduced models achieve results that are highly consistent with those reported in the original study. Furthermore, the proposed Hybrid SMOTE-Ensemble Framework improves the recognition of minority emotion classes while maintaining balanced overall performance. The XGBoost model trained on SMOTE-balanced data achieves higher F1-score and recall than the baseline model, whereas the ensemble approaches provide additional improvements in classification performance. The LinearSVC experiments further confirm that combining oversampling and ensemble learning offers a robust solution to the class imbalance problem in Speech Emotion Recognition.

IEMOCAP dataset Speech Emotion Recognition (SER) class imbalance SMOTE
21

XPA-FedCBR: A Federated Case-Based Reasoning System for Explainable and Privacy-Aware Lung Cancer Diagnosis

Author 1: Devyani Rawat Author 2: Shuchi Bhadula Author 3: Sachin Sharma

Lung cancer is among the deadliest cancers worldwide, largely because it is usually caught too late. Building AI tools for earlier, stage-aware diagnosis is hard in practice: patient scans are scattered across hospitals that cannot share them freely, and clinicians are reluctant to trust models that cannot explain their reasoning. This study presents XPA-FedCBR, a framework that addresses both concerns. It combines Federated Learning, which trains a shared model across institutions without moving raw data, with Case-Based Reasoning, which supports each prediction by retrieving clinically similar past cases and, for uncertain predictions, using them to refine the decision. We evaluate it on the LIDC-IDRI dataset (roughly 1,018 CT scans from 1,010 patients), split across five simulated institutions under non-IID conditions, with annotations mapped to stages I–IV. Over four independent runs, the proposed model reaches a macro-F1 of 0.915, significantly ahead of FedAvg without CBR (0.875), a centralized CNN (0.895), and a standalone CNN (0.844), with its advantage largest under domain shift. Its case-based explanations, evaluated quantitatively and against gradient-based saliency, give clinicians evidence they can directly inspect.

Case-based reasoning federated learning explainable AI lung cancer clinical decision support medical imaging
22

Enhanced Simple Linear Iterative Clustering (ESLIC) for Precise Skin Lesion Segmentation in Dermoscopic Images

Author 1: Leni Natalia Zulita Author 2: Sarjon Defit Author 3: Sumijan

The main challenge in dermoscopy image analysis lies in the lesion segmentation process, which is often affected by variations in color, texture, lighting, and irregular lesion boundaries. The Simple Linear Iterative Clustering (SLIC) method is widely used for superpixel-based segmentation, but it still faces limitations in preserving the morphological details of lesions in complex areas. This study proposes Enhanced Simple Linear Iterative Clustering (ESLIC) as a new approach to improve the quality of skin lesion segmentation. ESLIC combines a dynamic compactness adjustment mechanism, local texture analysis, and gradient-based boundary refinement to generate superpixels that are more adaptive to image characteristics. The study was conducted using 277 dermoscopy images consisting of benign lesions and melanoma lesions. Before segmentation, the images underwent image enhancement through filtering, normalization, contrast enhancement, and sharpening. ESLIC’s performance was evaluated based on segmentation quality and its impact on the classification process using a Convolutional Neural Network (CNN). The experimental results show that ESLIC is capable of producing a more accurate representation of lesion areas compared to conventional superpixel methods, particularly in areas with heterogeneous textures and complex lesion boundaries. The findings of this study indicate that ESLIC can improve the effectiveness of feature extraction and has the potential to become a key component in the development of artificial intelligence-based melanoma diagnosis support systems.

ESLIC dermoscopy melanoma SLIC superpixel CNN
23

Adaptive Mirage Search Optimization for Educational Workload Scheduling in Multi-Cloud Environments

Author 1: Mohammed A.S. Mosleh Author 2: Elham Alzain Author 3: Hesham M.A. Abdullah Author 4: Ali Alshebami

AI-driven educational platforms increasingly rely on heterogeneous cloud workloads, including real-time tutoring, adaptive assessments, and large-scale learning analytics, which impose diverse and conflicting quality-of-service (QoS) requirements. Conventional cloud scheduling approaches fail to address such heterogeneity, often leading to service-level agreement (SLA) violations, increased execution cost, and poor resource utilization. This study proposes QoS-aware Adaptive Mirage Search Optimization Framework (QoS-AMSO), a QoS-aware multi-objective task scheduling framework based on an enhanced Mirage Search Optimization algorithm for intelligent workload management in multi-cloud environments. The proposed approach integrates four key innovations: adaptive refraction-based step sizing for improved convergence, QoS-feedback-driven dynamic weight adjustment, Lévy flight-based diversity preservation, and Pareto-based elite solution selection. Additionally, a task classification model categorizes workloads into latency-critical, throughput-intensive, deadline-soft, and batch-deferred classes, enabling context-aware scheduling decisions. The framework is evaluated using CloudSim 3.0 simulations with three cloud providers, 60 virtual machines, and workload sizes ranging from 100 to 1000 educational tasks under multiple workload scenarios. The QoS-AMSO achieves the best overall performance, reducing makespan to 798 s, execution cost to USD 292.8, SLA violation rate to 3.9%, and improving resource utilization to 97.2%. These results demonstrate the effectiveness and scalability of QoS-AMSO for QoS-aware scheduling in AI-powered educational multi-cloud environments.

Multi-cloud computing task scheduling Quality of Service (QoS) multi-objective optimization mirage search optimization AI-powered education SLA-aware scheduling metaheuristic algorithms
24

HISaaS: A Cloud-Based Framework for Semantic Enrichment of Legacy Health Databases Using OpenAI Embeddings

Author 1: Toufik SAlMI Author 2: Abdeslem Dennai

Legacy Information Systems (LIS) confront significant interoperability challenges, particularly at the database level. If existing solutions focus on data exchange, they fail to address the fundamental structural incompatibilities of Legacy Databases (LDBs). In this article, we present Health Information System as a Service (HISaaS), an innovative dual solution based on AI and Cloud Computing, designed either to update a LIS with a new modern HIS (Health Information System); or to completely propose a new IS. This new HIS is the result of the interoperability of several modern HIS. HISaaS uses Cloud computing as an interoperability environment, Natural Language Processing (NLP), and semantic similarity to analyze and enrich the already existing structure of the LDBs with new tables and/or new attributes from modern and interoperable external databases. This solution uses a vector-based approach relying on contextual embeddings from OpenAI models and cosine similarity measurement to accurately match schema elements. In the end, an evaluation based on real healthcare scenarios demonstrates the effectiveness of this HISaaS solution.

Information systems interoperability database cosine measurement cloud computing OpenAI embeddings NLP
25

HETRA: A Real-Time Traffic Detection and Directional Counting System Using YOLOv8 and DeepSORT

Author 1: Kuldeep Kumar Shukla Author 2: Ajai Kumar Singh

Rapid urbanization and economic growth in developing countries such as India have increased the demand for automated traffic analysis systems. However, heterogeneous traffic conditions present significant challenges to automated traffic analysis. This study proposes HETRA (HEterogeneous TRaffic Analysis), a real- time traffic monitoring framework that integrates YOLOv8 and DeepSORT for multi-class detection, tracking, and counting. For this, a custom traffic dataset was developed using real-world recorded traffic videos. The dataset consists of more than eight thousand annotated frames representing the fourteen traffic classes (motorized, non-motorized, and pedestrians). The proposed model leverages YOLOv8 for class identification and localization, while DeepSORT is used for multi-class tracking and directional traffic counting. The custom traffic dataset was used to train and assess the proposed HETRA model. The model achieved precision, recall, and mean average precision values of 71.15%, 65.51%, and 61.9%, respectively. The qualitative assessment of the model demonstrated its effectiveness under varying traffic scenarios and lighting conditions. Furthermore, it obtained an overall counting accuracy of 90%. These findings demonstrate the potential of the proposed framework for real-time traffic analysis and intelligent transportation systems.

Heterogeneous traffic YOLOv8 DeepSORT traffic counting intelligent transportation system
26

Improving Arabic Relational Aggregated Search Using a Hybrid RAG and AraBERT Framework

Author 1: Sara Saad Sedhom Author 2: Ahmed Younes Author 3: Islam Elkabani Author 4: Ashraf Elsayed

Aggregated search is challenged by data heterogeneity, redundancy, and irrelevant information, particularly in Arabic because of its rich morphology and dialectal diversity. This study proposes an AI-driven framework to enhance Arabic aggregated search by integrating Retrieval-Augmented Generation (RAG) with semantic clustering. The framework employs RAG to retrieve relevant information from multiple search verticals, including web pages, images, news articles, and videos, and to generate contextually enriched textual representations. These representations are encoded with AraBERT to produce 768-dimensional semantic embeddings, which are then compressed into compact latent feature vectors through a stacked autoencoder. K-Means clustering is then applied to organize the compressed representations into semantically coherent topic groups. The proposed framework was evaluated on nine Arabic datasets spanning five application domains: education, sports, information technology, healthy food, and weather. Experimental results demonstrate that the proposed approach increases the average silhouette score from 0.59 to 0.68, representing a 15% improvement over clustering based on raw aggregated search results. Ablation experiments further indicate that both Retrieval-Augmented Generation and stacked autoencoder–based feature compression independently contribute to the observed performance gains. These findings demonstrate the effectiveness of integrating Retrieval-Augmented Generation with semantic representation learning to improve the organization and clustering of Arabic aggregated search results.

Relational Aggregated Search (RAS) information retrieval Natural Language Processing (NLP) Retrieval-Augmented Generation (RAG) AraBERT embedding feature extraction stacked autoencoders K-Means
27

Design, Implementation, and Evaluation of a Mobile Application for Real-Time Incident Management in Local Government

Author 1: Marleny Peralta Ascue Author 2: Luis Bryan Caballero Pinto Author 3: José Luis Poluco Sicos Author 4: José Luis Merma Aroni

The increasing occurrence of incidents related to public safety, environmental issues, transportation, and civil defense requires more efficient response mechanisms from local governments. However, the absence of an integrated digital tool makes it difficult to accurately identify the location, timing, and frequency of critical incidents in real time, thereby limiting the response capacity of public institutions. This study aims to design, implement, and evaluate a mobile application for incident management to streamline the reporting process and facilitate timely responses to events reported by citizens. The application was developed using the Agile Scrum methodology. Flutter was employed for mobile application development, while PHP and RESTful APIs were used for backend services, with MySQL handling data storage and incident geolocation. In addition, location-based services and web-based visualization components were incorporated to support monitoring and information access. A pre-experimental research design with a single-group pretest–posttest approach was adopted. The results revealed a 99.26% reduction in incident registration time and a 31.68% decrease in immediate response time. The usability of the proposed application was assessed using the Computer System Usability Questionnaire (CSUQ), administered to 257 participants, showing a high level of user satisfaction. Overall, the findings demonstrate that the developed mobile application significantly improves incident management processes and supports the digital transformation initiatives of local governments.

Mobile application incident management local government Agile Scrum usability evaluation CSUQ digital transformation
28

EduDarijaBERT: An Applied Transformer-Based Framework for Sentiment Analysis in Moroccan Arabic Educational Discourse

Author 1: Abderrahim Ait Ichou Author 2: Ali Ouacha

Students' opinions play a pivotal role in the formulation of successful educational policies. However, the computational analysis of the Moroccan Arabic Dialect remains widely viewed as problematic due to a focus on complex morphology and the absence of specific datasets. To close this gap, we propose an end-to-end system for educational sentiment mining, which utilizes EduDarijaBERT—a transformer model explicitly fine-tuned on this academic domain. In the development of the system, we initially constructed and systematically assessed a specifically curated corpus of 12,223 social media comments. To assess the model's reliability, we evaluated the framework on an independent test set. The proposed EduDarijaBERT system achieved an accuracy of 83.15% on this dataset, demonstrating strong generalization capabilities for educational sentiment mining. In addition to these quantitative metrics, the system facilitates a qualitative interpretation of sentiment categories, providing practical insights revealing that administrative challenges are among the major contributors to negative feedback, while active academic support is the key to positive interaction. This study provides universities with a stable, easily implementable system to track student feedback and fuel data-driven innovations.

Sentiment analysis system Moroccan Arabic dialect social media analytics educational data mining data engineering framework
29

MAMGAT-Net: A Multimodal Graph Attention and Multi-Scale Feature Fusion Framework for Early Breast Cancer Diagnosis from Mammography and Histopathological Images

Author 1: Mohammad Riyaz Belgaum

Breast cancer is one of the major causes of death among women worldwide, and timely and accurate diagnosis has proven to play a critical role in increasing breast cancer patient survival. Traditional single-modality diagnostic systems, however, tend to be unable to capture both the macro-level structural abnormalities that can be seen in mammograms and the micro-level cellular characteristics seen in histopathological images. To overcome this, this research introduces a novel framework called MAMGAT-Net for the diagnosis of breast cancer, which combines the multimodal approach with Graph Attention and Multi-Scale Feature Fusion networks. To address this challenge, this work proposes a novel framework, MAMGAT-Net, which integrates the multimodal approach, Graph Attention, and Multi-Scale Feature Fusion networks for breast cancer diagnosis. The proposed architecture combines the multi-scale convolutional mammography branch and ResNet-based histopathology branch with a dual-stream feature extraction mechanism. A cross-modal attention mechanism is used to learn to align and fuse complementary diagnostic information across modalities, in a bidirectional fashion. Then, a multimodal diagnostic region graph is built with a Cross-Gated Multi-Head Graph Attention Network to capture complex relational relationships among multimodal diagnostic regions, and global graph pooling and feature refinement are used to provide robust classification. Experimental results on CBIS-DDSM and BreaKHis datasets show that MAMGAT-Net can outperform the conventional machine learning and deep learning baselines with 94.59% accuracy, 92.90% precision, 96.56% recall, 94.70% F1-score, and 98.58% AUC. The effectiveness of multi-scale feature extraction, attention-based fusion, and graph relational learning is further validated in ablation studies. Furthermore, the proposed framework is interpretable and clinically relevant based on the Grad-CAM and Integrated Gradients analysis. The results show that the multimodal breast cancer diagnosis solution of MAMGAT-Net is effective and reliable.

Breast cancer cross-modal attention explainable artificial intelligence graph attention network histopathology mammography multimodal learning
30

An Intelligent System for Energy-Aware Flexible Fault Tolerance in Cloud

Author 1: Moin Hasan Author 2: Shailee Lohmor Choudhary Author 3: Rinku Sharma Dixit Author 4: Sujith Jayaprakash

Fault tolerance in cloud computing environments has matured significantly, and most cloud service providers now offer highly available and reliable services. However, such high levels of fault tolerance are often achieved through resource replication, which consequently increases overall energy consumption. Existing research primarily relies on conventional energy management techniques when designing fault-tolerant cloud systems. With recent advancements in artificial intelligence, there is considerable potential to improve energy management beyond traditional approaches. Motivated by this opportunity, this study presents an intelligent system for energy-aware and flexible fault tolerance in cloud environments. The proposed system employs an intelligent resource group formation algorithm that selects virtual machines based on both their energy consumption and reliability characteristics. Furthermore, by dynamically selecting appropriate fault tolerance mechanisms, the system adapts to changing workload conditions and system states. The proposed approach is evaluated through extensive simulation experiments. The results indicate that the system completes more than 96% of tasks within their specified deadlines while maintaining energy-efficient operation. Consequently, the proposed solution effectively balances the trade-off between energy efficiency and service reliability, making it a practical and sustainable approach for modern cloud computing environments.

Cloud computing energy-aware computing fault tolerance artificial intelligence service reliability sustainable computing
31

INSPIRE: Understanding Local-Global Representation Learning via Controlled Self-Supervised Training and Representation Interpretability

Author 1: Reem Alharthi Author 2: Rashid Mehmood Author 3: Aiiad Albeshri Author 4: Abdulaziz A. Almuzaini

Self-supervised learning (SSL) has become a powerful paradigm for visual representation learning, yet it remains insufficiently understood how different training strategies shape the balance between global semantic structure and local visual detail. This study introduces the INSPIRE Framework, a unified framework for systematically investigating local-global representation learning in SSL through controlled training, downstream evaluation, and representation interpretability analysis. Within this framework, we develop the INSPIRE Method, a contrastive SSL approach that constructs merged training views by combining target images with distractor content and aligning global image representations with region-level features. By varying the number of merged regions, INSPIRE explicitly controls spatial granularity during pretraining. We evaluate INSPIRE through controlled ImageNet-100 experiments (130K images) with a ResNet-18 backbone, large-scale ImageNet-1K pretraining (1.28million images) with a ResNet-50 backbone, and transfer to fine-grained recognition benchmarks. We further introduce the INSPIRE Representation Interpretability Investigation Methodology, which combines representation similarity analysis with scale-controlled spatial perturbations to examine spatial sensitivity across SSL methods and network layers. Experiments show that representation quality varies non-monotonically with spatial granularity, with intermediate granularity often producing stronger transfer performance than coarser or more fragmented alternatives. The analysis further reveals distinct spatial sensitivity profiles across SSL objectives and progressively increasing perturbation sensitivity across network depth. Runtime experiments using single-GPU and multi-GPU distributed pretraining demonstrate the practical scalability of the framework. These findings suggest that SSL representations are better understood as occupying positions along a continuum of spatial sensitivity rather than as strictly local or global learners.

Self-supervised learning visual representation learning local-global representation learning representation interpretability contrastive learning spatial sensitivity image representation representation analysis computer vision
32

Enhancing Diabetic Retinopathy Classification Through Advanced Deep Convolutional Neural Network Architectures

Author 1: Sifeddine Elkardoudi Author 2: Khalil Ladrham Author 3: Ahmed Eddaoui Author 4: Mohamed Talea

Diabetic retinopathy is one of the major causes of vision loss in the world; thus, the development of early diagnosis systems based on artificial intelligence is a medical and scientific necessity. If detected late, it can lead to permanent vision loss and is considered one of the most serious vascular complications of diabetes. Diagnosis is traditionally made by visual inspection of fundus images by an expert medical professional and is time-consuming. Deep learning techniques have shown promise to help detect disease early and improve the accuracy of medical decision- making. This study provides an experimental comparison of four convolutional neural network architectures (Xception, Inception-v3, MobileNet-v3 and ResNet-50), using a balanced dataset of 25,000 colour fundus images across five classes. Of the total images, 80% were used for training, 10% for validation, and 10% for testing. A standardised image size of 1024×768×3 was used to preserve the fine details of diabetic retinopathy. The models were evaluated for a number of metrics such as accuracy, loss, recall, precision, F1-score, AUC, Cohen’s Kappa coefficient and MCC in addition to computational cost and training time. The results indicate that the Xception model outperformed the other models, with a test accuracy of 98.32%, a validation accuracy of 98.52%, the lowest loss rate, and the highest AUC value. Inception-v3 achieved the second-best performance with 95.04% accuracy, and MobileNet-v3 achieved the lowest computational cost, making it suitable for resource- constrained applications, with 90% accuracy. Conversely, ResNet-50 had lower accuracy with high computational cost, which shows that the increased architectural complexity does not necessarily ensure improved performance. The results show that the best model selection for diabetic retinopathy classification depends on a trade-off between diagnostic accuracy, computational efficiency, and practical usability, with Xception being the most suitable for tasks requiring the highest level of accuracy, and MobileNet-v3 as a viable alternative for resource-constrained environments.

Diabetic retinopathy fundus images deep learning xception inception-v3 mobilenet-v3 resnet-50 training time
33

The Evolution of Clinical Intelligence Through GenAI Co-pilots: A Systematic Review and Thematic Synthesis

Author 1: Li-Chen Cheng Author 2: Chia-Yu Hung Author 3: Te-Nien Chien

Generative artificial intelligence (GenAI), large language models (LLMs), and multimodal foundation models are rapidly transforming healthcare by extending artificial intelligence beyond traditional predictive analytics toward collaborative clinical intelligence. Recent advances have enabled applications in clinical decision support, medical documentation, workflow optimization, patient communication, and personalized care planning. However, the existing literature remains fragmented across technical evaluations, specialty-specific applications, and governance discussions, resulting in a limited understanding of how these technologies collectively function within clinical environments. This study conducted a systematic review and thematic synthesis to examine the emerging role of GenAI as a clinical co-pilot in healthcare. Following the PRISMA 2020 framework, literature was retrieved from Web of Science, PubMed, and Scopus databases. A total of 3,124 records were identified, and 41 studies published between 2023 and March 2026 met the eligibility criteria and were included in the final qualitative synthesis. Quality assessment indicated that 87.8% of the included studies were classified as moderate or high quality, providing a robust methodological basis for the thematic synthesis. Thematic analysis revealed three interrelated domains underlying the evolution of GenAI-enabled clinical intelligence: 1) Perception and Fact Anchoring, involving multimodal data integration, retrieval-augmented generation (RAG), and domain-specific medical intelligence; 2) Clinical Agency and Collaboration, encompassing ambient digital scribing, agentic clinical decision support, workflow augmentation, and personalized care; and 3) Governance and Responsibility, including human-in-the-loop oversight, privacy protection, regulatory compliance, fairness, and trustworthy AI practices. Based on these findings, a conceptual Clinical Co-pilot Framework is proposed to position GenAI as a collaborative partner that supports clinicians rather than replaces them. The framework provides a conceptual basis for future empirical validation and may help inform the responsible implementation of GenAI in healthcare.

Generative artificial intelligence clinical co-pilot large language models clinical decision support human-AI collaboration
34

Localized Actionable Explainability for MOOC Dropout Intervention Using Clickstream Learning Analytics

Author 1: Mohamed Amine OUASSIL Author 2: Mohammed JEBBEARI Author 3: Mouaad ERRAMI Author 4: Rabia Rachidi Author 5: Soufiane HAMIDA Author 6: Bouchaib CHERRADI Author 7: Abdelhadi RAIHANI

Massive Open Online Courses (MOOCs) have expanded access to learning, but learner dropout remains a persistent challenge in online education. Most dropout prediction studies transform learner traces into behavioral features and train machine learning or deep learning models to identify at-risk learners. Although this predictive layer is useful, it remains limited for educational decision-making because a risk score does not explain why a learner is at risk or what type of support should be proposed. This study introduces Localized Actionable Explainability (L-AXAI), a learning analytics framework that combines dropout prediction, local explanation, and personalized pedagogical nudging. The framework first transforms clickstream logs into weekly behavioral indicators, then trains predictive classifiers, and finally applies SHAP-based local explanation to identify the strongest risk driver for each high-risk learner. These local explanations are mapped to targeted pedagogical actions using a transparent rule-based translation matrix. Experiments on the KDD Cup MOOC dropout benchmark produced closely comparable results for the two strongest boosting models. Under the fixed stratified test split, Gradient Boosting achieved 85.79% accuracy, 86.57% ROC-AUC, and 94.41% PR-AUC, while XGBoost achieved 85.77% accuracy and the same ROC-AUC. Because repeated-seed evaluation and statistical significance testing were not conducted, the small difference between these point estimates should not be interpreted as definitive model superiority. The explainability analysis identifies model-associated patterns involving weekly activity intensity, active days, and early problem engagement. The intervention layer generates candidate nudge categories, mainly navigation, re-engagement, and session-completion suggestions. The framework therefore returns an estimated dropout risk, a local risk driver, and a candidate pedagogical action. The nudges are intended as low-intensity decision-support suggestions; their appropriateness, perceived pressure, and effectiveness require validation with instructors and learners.

MOOC dropout prediction learning analytics explainable artificial intelligence SHAP localized explanation actionable intervention
35

Counterfeit Currency Detection Through Deep Convolutional Generative Adversarial Network

Author 1: Salman Jan Author 2: Fara Gul Author 3: Mohammad Riyaz Belgaum Author 4: Shahid Kamal Author 5: Afaq Ahmad Author 6: Muhammad Bilal Author 7: Atif Khan

Worldwide, individuals, businesses, and economies are being affected by counterfeit currency significantly. Numerous models generate content that mimics the original, and existing solutions fall short in detecting the difference between real and fake. This study presents a detection system using three deep learning models: Deep Convolutional Generative Adversarial Network (DCGAN), Convolutional Neural Network (CNN), and Fully Connected Neural Network (FCNN). The proposed study also identifies patterns that contribute to real and fake currency when the models are trained on the data. After training the models, the proposed solution receives an accuracy of 95 per cent, an F1 Score of 0.957, 0.95 as precision, and 0.954 as recall. This study further carries out a comprehensive analysis of existing models and compares them with the proposed solution to determine the effectiveness of the solution and further recommend its implementation in real-world applications. The proposed solution contributes to the widespread adoption of the application across smart devices and further ensures a robust solution for the detection of counterfeit money.

CNN counterfeit DCGAN Fake Money FCNN fraud detection
36

FGHA-Net: Hybrid Attention Learning for Froth Flotation Recovery Prediction in Mineral Beneficiation

Author 1: Mohammed I Thanoon Author 2: Fawaz Alanazi Author 3: Shaaban M. Shaaban Author 4: Asma A. Alhashmi Author 5: Abed Saif Ahmed Alghawli Author 6: Ahlem Fatnassi Author 7: Majed Nawaz Author 8: Abdulbasit A. Darem

Froth flotation recovery prediction plays an important role in mineral processing because it can improve operational efficiency, reduce mineral loss, and support more effective decision-making during flotation operations. However, accurate recovery prediction remains challenging because flotation processes are highly dynamic and nonlinear, sensor data may contain noise, and process variables often exhibit complex temporal dependencies. Although several machine learning and deep learning approaches have been proposed for flotation prediction, many existing models remain limited in their capabilities of capturing short-term and long-range relationships in sequential flotation process data. To address these challenges, this study proposes a Fine-Grained Hybrid Attention Network (FGHA-Net) for froth flotation recovery prediction. The flotation process data are first preprocessed to improve data quality and suitability for model training. Feature engineering techniques, including process trend extraction, moving average features, and recovery-rate difference analysis, are then applied to enhance the representation of process dynamics. The proposed FGHA-Net consists of a bidirectional long short-term memory (BiLSTM) branch and a Transformer branch for hybrid temporal feature learning. The BiLSTM branch captures short-term sequential dependencies, whereas the Transformer branch models long-range temporal relationships using multi-head self-attention. A Fine-Grained Attention Fusion module is further introduced to support cross-branch feature fusion, temporal attention weighting, and refinement of important process variables. Finally, the fused features are passed to a regression head to generate the predicted recovery value. The proposed model is trained using the Adam optimizer and evaluated using standard regression metrics. Experimental results show that FGHA-Net achieved strong predictive performance on the testing set, with an RMSE of 0.011484 and an R² score of 0.844612. These results indicate that the proposed model can effectively learn complex temporal dependency patterns from froth flotation process data and has potential for intelligent mineral-processing monitoring and decision-support applications.

Froth flotation mineral beneficiation iron-ore processing recovery prediction soft sensor BiLSTM transformer fine-grained attention deep learning
37

From Cloud to On-Premises: A Systematic Review of Cloud Repatriation Drivers, Strategies, and Governance Challenges

Author 1: Amzari Mohd Roslan Author 2: Fazlina Mohd Ali Author 3: Faizan Qamar Author 4: Liyana Safra Author 5: Nur Arzilawati Md Yunus

Cloud repatriation is the migration of workloads from public cloud to private, on-premises, and hybrid clouds. Despite the growing adoption of cloud computing, there are many issues associated with operational expenditure, the unpredictable performance of cloud services, compliance concerns, vendor dependency, and data sovereignty concerns. Thus, cloud repatriation has become a strategic solution, especially in the public sector where governance and regulatory requirements are paramount. Previous studies on cloud repatriation are predominantly descriptive, with limited focus on predictive models that include cost assessment, security compliance, governance maturity, and workload mobility. Moreover, empirical studies are still limited, particularly in the context of public sector settings and regulatory constraints and sovereignty requirements. This study aims to provide a systematic literature review of the factors, solution approaches, and limitations of cloud repatriation towards on-premises transition. The review offers three main contributions: factors driving cloud repatriation, the synthesis of limitations and solution strategies for each factor, and an analysis of current trends across academic and industry literature. Major databases and selected industry reports were used to gather academic and industry sources. From an initial set of 124 articles published between 2021 and 2025, 20 key studies were selected. The results are broken down into five main factors: cost and economic factors, data security and sovereignty, vendor lock-in and portability, performance and latency needs, and governance and exit strategies. The review underscores the need for integrated governance-driven frameworks to enable secure, sustainable, and policy-compliant digital transformation.

Cloud repatriation on-premises transition systematic literature review data security hybrid cloud data sovereignty vendor lock-in governance implementation limitations
38

Multi-Agent Crowd-Risk Prioritization for Large-Scale Events: A Hybrid ML–Agent Approach

Author 1: Najwa Samrgandi

Managing crowd safety during large-scale gatherings such as Hajj requires timely assessment of multiple risk factors, including crowd conditions, environmental factors, and health-related indicators. Many existing approaches address these aspects separately, making it difficult to obtain a unified operational view of risk. This study presents a multi-agent framework that combines machine learning with domain-specific agent coordination for crowd-risk prioritization. The framework includes five agents responsible for crowd monitoring, health monitoring, environmental sensing, coordination, and alert generation. To reduce data leakage, variables used in risk-label construction and post-event outcomes were excluded before model training, resulting in 17 real-time observable features. The framework was evaluated using the Hajj and Umrah Crowd Management dataset containing 10,000 simulated records. On the independent test set, XGBoost+SMOTE achieved 47.30% accuracy and 46.22% F1-score; the XGBoost baseline achieved 57.15% accuracy and 45.96% F1-score, and a majority-class baseline that always predicts the dominant class achieved 58.70%, underscoring that overall accuracy is an insufficient metric for this task. Although accuracy decreased after class rebalancing, minority-class sensitivity improved: XGBoost+SMOTE achieved partial High-risk recognition (recall = 0.14, F1 = 0.12), whereas the XGBoost baseline and Cost-Sensitive XGBoost failed to identify any High-risk cases (recall = 0.00). McNemar's test confirmed a statistically significant difference between the XGBoost baseline and the SMOTE-enhanced model (χ² = 69.218, p < 0.001). Cross-validation on the SMOTE-balanced training data produced 59.89% ± 0.20% accuracy and 58.94% ± 0.17% F1-score. A streaming evaluation on 500 held-out test records showed that the Full Framework generated 93 High-risk alerts, compared with 74 from the ML-only configuration and 23 from the Agents-only configuration, a 25.7% increase relative to ML-only operation. A precision check against the internal risk-score proxy found that none of the 19 agent-driven escalations beyond ML-only predictions corresponded to a High-risk label under this proxy; these alerts should accordingly be read as operational risk-prioritization signals rather than confirmed incident detections. All reported figures should further be interpreted in light of the dataset's synthetic origin: because features were algorithmically generated rather than collected from real sensors or incidents, the results are illustrative of the framework's behavior under these specific simulated conditions rather than predictive of real operational deployment. Average processing latency was 4.127 ms per record under sequential single-stream conditions. In addition to the proposed framework, the study presents a diagnostic evaluation approach that combines leakage control, dual association analysis, and direct precision auditing. This approach may also prove useful for evaluating similar ML–agent systems in other safety-critical alerting applications.

Multi-agent systems crowd-risk prioritization intelligent crowd management real-time IoT monitoring SMOTE XGBoost safety-critical systems
39

Model-Augmented Masked Autoencoder with Domain-Adaptive Denoising for Robust Brain Tumor MRI Analysis

Author 1: Indrakumar K Author 2: Ravikumar M Author 3: Mohammed A.S Al-mohamadi Author 4: Khalid N. R. Alharbi Author 5: Asma A. Alhashmi Author 6: Shouki A. Ebad Author 7: Abdulbasit A. Darem

This work presents a Model-Augmented Masked Autoencoder (MAE) framework, augmented with domain-adaptive denoising and multi-level feature fusion, for self-supervised representation learning in MRI-based brain tumor analysis. The proposed approach enhances feature robustness under limited annotation by learning structure-preserving representations through masked reconstruction while explicitly addressing scanner-induced variability. Unlike conventional MAE designs, the framework integrates a Domain-Adaptive Denoising (DAD) module and latent–reconstruction feature fusion, enabling improved robustness across heterogeneous MRI datasets and reducing feature variance arising from scanner and acquisition differences. Comprehensive ablation studies across multiple datasets demonstrate that MAE pretraining yields consistent performance improvements of approximately 1.0–1.4% in classification accuracy, with overall improvements ranging from approximately 2.7% to 3.7% across datasets when integrated into the complete framework. Qualitative and quantitative analysis further confirm effective suppression of structural noise while preserving diagnostically relevant features. Overall, the proposed framework improves representation stability, enhances cross-domain robustness, and provides a reliable foundation for self-supervised medical image analysis, supporting the development of generalizable and clinically applicable diagnostic AI systems.

Self-supervised learning Masked Autoencoder MRI domain adaptation feature representation medical imaging
40

A Statistical Filtering Algorithm for Tender Price Evaluation Using the J-Selaras Framework

Author 1: Mustafa Man Author 2: Wan Aezwani Wan Abu Bakar Author 3: Mohd Kamir Yusof Author 4: Mohd Nasir Saari Author 5: Nor Arzalifah Abd. Razak Author 6: Nor Zuraiya Mt Amin

Accurate evaluation of tender prices is critical in construction procurement, particularly in public sector projects where financial efficiency and transparency are essential. However, traditional evaluation methods are often affected by abnormal bids, leading to inconsistent and potentially biased decision-making. This study proposes the J-Selaras Statistical Filtering Algorithm (JSFA), a data-driven approach that integrates normalization relative to Anggaran Jabatan (AJ), Z-score-based outlier detection, and a dual-threshold mechanism for cut-off determination. A simulated tender dataset was constructed to represent realistic bidding behavior, including both typical and extreme pricing scenarios. The results demonstrate that the proposed algorithm effectively identifies abnormal bids, reduces data dispersion, and stabilizes the estimation of central tendency. The initial dataset exhibited high variability (σ=44.63), which was significantly improved after filtering, resulting in an adjusted mean of 〖μ〗_adj=10.83. The final cut-off value (C=9.21) provides a statistically grounded threshold for tender evaluation. The findings indicate that JSFA enhances the objectivity, consistency, and transparency of procurement decision-making by mitigating the influence of outliers. The algorithm is computationally efficient and scalable, making it suitable for integration into digital procurement systems such as J-Selaras. This study contributes a practical and reproducible framework for improving tender evaluation processes in public sector construction projects.

Construction procurement cost normalization digital procurement system outlier detection statistical filtering tender price evaluation Z-score analysis
41

Prompt Literacy and Generative AI Readiness for AI-Assisted Animation Creative Workflows in Higher Education

Author 1: Loh Ngiik Hoon Author 2: Natasha Binti Rusdy Wong Author 3: Marzie Hatef Jalil

Generative AI technologies are increasingly being adopted within creative learning environments, particularly in animation and digital media education. As AI-assisted tools become more accessible, there is a growing need to understand how students perceive and adapt to these technologies in their creative workflows. This study explores prompt literacy and generative AI readiness among animation students in higher education creative workflows. A quantitative survey was conducted involving 74 animation students to examine AI usage patterns, perceived benefits, workflow integration, and challenges related to generative AI adoption. The collected data were analyzed using descriptive statistics and reliability analysis through Jamovi software. The findings indicate that students generally viewed generative AI positively, especially in supporting idea development, creative experimentation, and improving workflow efficiency. At the same time, concerns related to originality, prompt construction, ethical issues, and output consistency were frequently highlighted by respondents. The instrument demonstrated excellent reliability with a Cronbach’s alpha value of 0.943. The study suggests that prompt literacy and AI readiness are becoming increasingly relevant within animation education and creative digital learning environments. The findings may provide useful insights for educators and curriculum developers in integrating generative AI tools into animation-related teaching and learning practices.

Generative AI prompt literacy AI readiness animation education creative workflows higher education
42

CDNet: Complex-Valued Deep Unrolled Composite Denoising Network for Accelerated Magnetic Resonance Image Reconstruction

Author 1: David Muigai Author 2: Elijah Mwangi Author 3: Henry Kiragu

Magnetic resonance imaging (MRI) is an essential modality in contemporary medical diagnosis, offering high-resolution images with excellent soft-tissue contrast of internal organs in a non-invasive, non-ionizing, and non-carcinogenic manner. However, the primary drawback of this technique is a lengthy data-acquisition process, which raises the possibility of picking up artefacts as well as discomfort in patients. To accelerate it, data is acquired at sub-Nyquist rates, and the image is recovered from undersampled, noisy measurements using the compressed sensing (CS) technique. Composite priors in CS–MRI have demonstrated superior performance compared to single priors, despite having limited image priors, which also leads to slower reconstruction speed. To date, deep unfolded networks (DUNs), which integrate the powerful data-driven prior of traditional deep learning (DL) with the strong interpretability of optimization algorithms, are the most outstanding reconstruction technology in MRI acceleration, yielding superior and interpretable results. This study proposes the iterative three-operator splitting (TOS) method to solve the composite regularization problem and a composite denoising network (CDNet) that maintains consistent arithmetic structures with it. The CDNet is implemented using complex-valued DL strategies for richer representation of MRI. Extensive experiments using brain and knee raw k-space from the FastMRI dataset with acceleration factors (AF) ranging from ×2 to ×10 and assessed using peak signal–to–noise ratio (PSNR), structural similarity index (SSIM), and normalized root–mean–squared error (NRMSE) validate the CDNet. Across AFs, CDNet achieved dataset-averaged PSNR/SSIM/NRMSE of 26.50–33.47dB/0.7787–0.8992/0.2562–0.1303 for brain MRI and 28.08–35.52dB/0.7069–0.8734/0.1929–0.0950 for knee MRI. The proposed network yields superior reconstruction accuracy and faster reconstruction speed compared to the iterative TOS for composite regularization, demonstrating the effectiveness of deep unrolling in accelerating iterative optimization. Furthermore, CDNet outperforms other state-of-the-art DUNs in reconstruction accuracy at comparable inference speed, demonstrating its vast potential for improving patient care, scanner throughput, and healthcare economics.

Accelerated MRI reconstruction composite priors iterative three-operator splitting compressed sensing deep unfolding composite denoising network
43

Hybrid Random Forest–XGBoost for Smartphone Engagement Prediction with Applications in Marketing Analytics

Author 1: Ace John Mark P. Liwanag

This study presents a machine learning framework for predicting smartphone engagement intensity using behavioral smartphone usage data. The study utilized the Smartphone Usage and Addiction Analysis dataset containing 7,500 user records with demographic, behavioral, lifestyle, and engagement-related variables. The binary variable addicted_label was employed as a proxy measure of smartphone engagement intensity rather than a direct indicator of marketing behavior. Seven machine learning models were developed and evaluated, including Logistic Regression, Decision Tree, Support Vector Machine, Naïve Bayes, Random Forest, XGBoost, and a proposed Hybrid Random Forest–XGBoost model. Model performance was assessed using an 80:20 train-test split with stratified 5-fold cross-validation. Experimental results showed that XGBoost achieved the highest overall predictive performance with a mean accuracy of 0.9433, an F1-score of 0.9591, and an ROC-AUC of 0.9906. Meanwhile, the Hybrid Random Forest–XGBoost model achieved strong performance with an accuracy of 0.9427, an F1-score of 0.9581, an ROC-AUC of 0.9896, and the highest precision of 0.9929. Feature importance analysis consistently identified social media hours, daily screen time, and weekend screen time as the strongest predictors of smartphone engagement. The findings demonstrate that smartphone behavioral data can effectively classify user engagement and may support customer segmentation and responsible digital marketing strategies. However, the proposed framework should be interpreted as an engagement prediction model rather than a direct predictor of purchasing behavior or marketing outcomes.

Cellphone marketing prediction consumer engagement feature importance hybrid model machine learning mobile marketing predictive analytics Random Forest smartphone usage behavior XGBoost
44

A Blockchain and AI Integrated Framework for Dynamic Land Registration and Smart Urban Zoning

Author 1: Shushma R Author 2: S R Nagaraja

Land registration and urban zoning are very important jobs for the government, but in many places, they still have problems with old processes, corruption, and a lack of openness. Urbanization and population growth are putting more and more pressure on systems that need to be smarter and more flexible to keep up with the changes on the ground. This study introduces an innovative, cohesive framework that integrates Blockchain technology with artificial intelligence (AI) to transform the recording of land ownership and the formulation of zoning decisions. The system uses blockchain’s built-in immutability and decentralization to protect land records and zoning permissions, ensuring that everything is clear and lowering the risk of tampering or unauthorized changes. AI models are also used to analyze geospatial data, population growth, and patterns in urban infrastructure to suggest changes to zoning in real time. Smart contracts then carry out these suggestions, letting land reclassification happen automatically and without human bias or delay. The suggested framework was tested on a mix of real and synthetic urban datasets. Results show that the new system works much better than the old ones: processing time is cut by 34%, zoning accuracy is up by 26%, and no tampering was found in simulated blockchain environments. Citizen trust, measured through simulated feedback loops, also increased substantially because of the addition of explainable AI interfaces. This research connects predictive intelligence with secure governance, setting the stage for urban land management systems that are ready for the future, inclusive of all citizens, and resistant to corruption.

Blockchain artificial intelligence smart zoning land registration urban planning smart contracts GIS Integration Explainable AI (XAI) decentralized governance dynamic land use management
45

Segmented Lung CT Image Refinement Through Hybrid Edge-Preserving De-Noising and Variance-Regulated Adaptive Histogram Equalization

Author 1: T. Bhuvaneshwari Author 2: Rohini Pinapatruni

Lung diseases are detected effectively by Chest CT Medical im-ages. Chest CT images are 3D, and they are used for detecting abnormalities in the lungs like pneumonia, tuberculosis, tumors, etc. Chest CT images suffer from different types of noise. The presence of various types of noise, such as Gaussian noise, Quantum noise, and salt-and-pepper noise, will reduce the quali-ty of the image. The noise that is present in CT images may not affect radiologist to diagnose the disease, but it will definitely af-fect AI-based systems in predicting the disease. Noise occurs be-cause of reduced radiation, insufficient photon information, er-rors during image reconstruction, and fluctuations in imaging system components. In this work, to improve the quality of Chest CT images, two algorithms are proposed. The first algorithm, Adaptive Edge Preserving Hybrid De-Noising Frame-work (AEPH) for Segmented Lung CT Images, is used to detect and reduce Noise. The second algorithm, Variance Regulated Adaptive Histogram Equalization (VRAHE), is proposed for improving de-noising and contrast enhancement performance in segmented lung CT images. At first, lung regions are segmented from the LIDC-IDRI dataset. The segmented Chest CT images are converted to 2D CT slices. These 2D CT slices are binary lung-segmented images. These are converted to lung mask im-ages. Random noise models are added only in the lung regions to preserve the background information without modification. The proposed work, AEPH, is applied to reduce noise. The main goal of AEPH is to reduce noise without modifying structural details and edge-related details. Experiments are conducted on a work-station computer with NVIDIA RTX GPU support. When com-pared to proposed AEPH to conventional approaches in remov-ing noise from CT images, it is identified that AEPH is more ef-fective than conventional methods. The metrics used for evaluat-ing the proposed noise removal approach AEPH when com-pared to existing approaches are PSNR, SSIM, EPI, RMSE, and entropy, and the values achieved are 32.96 dB, 0.934, 0.93, 9.84, and 7.12, respectively. After de-noising, the second proposed al-gorithm, VRAHE, successfully improved the image quality by enhancing contrast distribution and preserving important local information. The improved performance was evaluated using CNR, AMBE, UIQI, and EME metrics. From the experimental results, the values achieved are 5.96, 3.14, 0.972, and 31.48, re-spectively. The Results proved that the proposed work, AEPH, reduced noise, and VRAHE improved contrast levels in seg-mented lung CT images. The final chest CT images resulting from applying the proposed algorithms maintain brightness and also show the regional lung details more clearly.

Chest CT Images lung segmentation medical image denoising adaptive edge preserving hybrid filter variance regulated adap-tive histogram equalization VRAHE contrast enhancement low-dose CT noise suppression
46

Design and Implementation of Rule-Based and Time-Based Logic in a PAC-Based Precision Irrigation Control System

Author 1: Djohar Syamsi Author 2: Mimin Muhaemin Author 3: Oviyanti Mulyani Author 4: Hanif Fakhrurroja Author 5: Puput Dani Prasetyo Adi

This study aims to design and functionally validate a prototype precision fertigation control system based on a Programmable Automation Controller (PAC) capable of managing water and nutrient delivery through two approaches: a time-based approach as the basic control and a rule-based approach as a corrective response based on sensor data (pH, EC, and moisture) of the growing medium. The method used in this study is Research and Development (R&D), and the scope of the research is limited to the Preliminary Field Testing phase, which includes requirements gathering and literature review, architectural planning (sensors, gateway, PAC, actuators, HMI/Human Machine Interface), development of an initial prototype (hardware and software), as well as initial-scale functional testing through hardware functional testing and black-box testing on the HMI interface. The test results showed that all acceptance criteria were met, including sensor function deviation of 2.5% (≤5%), actuator response time of 1.2 s (<2 s), current deviation of 2.0 A (≤3 A), voltage stability of 12.1 V (11.4–12.6 V), operational reliability of 96 hours (≥72 hours), communication success rate of 99.5% (≥99%), and system response latency of 320 ms (<500 ms); all results were classified as Pass. Thus, the developed prototype has proven to be stable and suitable for initial field testing, and provides a solid foundation for further development toward broader application in more efficient and responsive fertigation management.

HMI precision fertigation PAC preliminary field testing time-based control rule based control
47

Advancing Ecological Informatics: A Tool for Implementing the Abundance–Preference Approach in Assemblage Analysis

Author 1: Mohamed El Farouki Author 2: Mohamed Dakki Author 3: Meryem Ennakri Author 4: Soumia Ziti

Although the Abundance-Preference Diagram (APD) was introduced four decades ago as an entropy-based framework for classifying species along habitat-preference gradients, its uptake by the ecological community has remained marginal. The cause is not theoretical but operational: no existing software (e.g., vegan, ade4, CANOCO, PC-ORD, BIOMAPPER) implements the Degree of Preference index (DP) or the APD, which forces ecologists either to rebuild the algorithm from scratch or to abandon the method altogether. This barrier mirrors a broader concern in ecoinformatics, where the gap between published methods and accessible implementations continues to slow the adoption of quantitative tools by field ecologists. This study presents EcoAPD (https://apd.biodiversity.ma), the first open web-based platform dedicated to the APD method. The application takes a standard species-by-habitat abundance matrix and returns the full diagnostic suite (DP values, exclusive species curve, hyperbola-based preference classes, and the APD plot itself), without any programming or local installation. Three design choices set it apart from the descendants of CANOCO and ade4: 1) a dual-computation architecture that generates the normalized and non-normalized APD versions simultaneously at project creation, removing the need for users to commit to a method a priori; 2) a hybrid file/relational-database persistence layer with hash-based recompute avoidance, enabling visualizations to be regenerated without rerunning the full pipeline; and 3) a validation engine tailored to the irregularities of ecological matrices. The platform is evaluated on two real datasets and a synthetic size sweep. Vectorizing the preference-index core yields a speedup rising from 3.5× at 10 species to 85.6× at 1000 species, while full-pipeline latency is ~510 ms on a 93-species × 37-habitats matrix and ~2.3 s on a 114-species × 171-habitats waterbird monitoring matrix, the residual cost being dominated by habitat count rather than species count. A threshold-sensitivity ablation finds the classification stable at the 0.3 and 0.75 boundaries and sensitive at 0.1 and 0.5. EcoAPD makes a four-decade-old method operationally available, with potential to revisit historical assemblage studies that relied on abundance data alone.

Ecological informatics web application algorithm assemblage ecology species preference abundance-preference diagram
48

Blockchain-Based Trusted Data Sharing Framework for Secure and Auditable AI Model Training

Author 1: Sherif Amin

AI models are highly effective and reliable based on integrity, provenance, and controlled usage of training data. The use of data sharing between several stakeholders in collaborative and distributed settings poses risks of unauthorized access, data tampering, and data poisoning that undermine trust and accountability in AI systems. To overcome these obstacles, this study introduces a blockchain-based trusted data sharing framework for secure and auditable AI model training pipelines. The solution consists of using a permissioned blockchain to store irreversible metadata of the datasets, cryptographic hashes, ownership, and access policy, and place the actual data off-chain to achieve scalability. Smart contracts provide a mechanism to automate registration of datasets, provide access control on a smart and intelligent basis, and record data access and data modification events to provide verifiable data provenance and end-to-end traceability. Before model training, the integrity of the data is automatically checked against the records on the chain to ascertain the use of authorized and undamaged data. Experimental evaluation in a simulated permissioned-blockchain environment indicates that the framework, applied as a practical design heuristic, can enhance data transparency, integrity, and auditability with reasonable performance overhead. The proposed solution helps to build credible and responsible AI, especially in data-sensitive environments, by ensuring that models are trained only on verified and authorized data.

Blockchain AI secure data sharing data integrity smart contracts auditable AI pipelines access control AI model training distributed systems
49

Shortest Path Algorithms for Smart City Emergency Routing: Scalability and Scenario-Based Analysis

Author 1: Aleksandra Stojanova Ilievska Author 2: Natasha Stojkovikj Author 3: Limonka Koceva Lazarova Author 4: Arta Aliu Author 5: Krume Tasev Author 6: Teona Aleksova

Shortest path algorithms play an essential role in intelligent transportation systems, emergency response planning, and numerous Smart City services. This study investigates the applicability of three well-established graph-based algorithms, namely Dijkstra, Bellman-Ford, and A*, within an emergency transportation framework inspired by the urban road network of Skopje. A two-stage evaluation methodology was adopted. First, scalability experiments were performed on weighted graphs containing 50 to 500 nodes to examine computational efficiency and algorithm behavior as network size increases. Subsequently, a Smart City transportation model was developed and implemented using Java and JavaFX, enabling the simulation and visualization of several emergency scenarios, including ambulance dispatching, road disruptions, and route unavailability situations. The experimental results indicate that all investigated algorithms successfully identify shortest feasible routes when transportation paths exist, whereas the heuristic guidance employed by A* reduces the number of explored nodes and improves execution times, particularly in larger graph instances. The proposed framework illustrates how algorithmic analysis can be complemented by simulation-based case studies to support intelligent transportation applications and emergency management decision-making. Future research will focus on incorporating real-time traffic information, stochastic travel times, and larger transportation networks to provide more realistic emergency routing environments.

Shortest path algorithms dijkstra bellman-ford A* smart city emergency routing intelligent transportation systems simulation
50

Implementation and Evaluation of a Dynamic Multi-Grid Pattern Authentication for Secure Financial Applications

Author 1: Amjad Qashlan Author 2: Qamar H. Naith Author 3: Fatimah Alakeel Author 4: Malak B Alharbi

Authentication plays an important role in online banking services. Nowadays, many online services still use password-based and One-Time Password (OTP) codes as authentication methods, but this is no longer secure, especially with the increase in financial fraud. In this research, a novel pattern-based password approach that relies on the random generation of multiple numeric grids is proposed. The approach is developed and deployed as a simple mobile application to be evaluated by banking users. Performance and security tests were used to evaluate the robustness of the approach. The findings of the assessment reveal that the performance and security level of our approach are high. The assessment also shows the approach to be capable of reducing and preventing financial fraud and protecting online banking systems from different types of cyberattacks through shoulder-surfing, eavesdropping, and brute force. The findings demonstrate the robustness of the pattern password, where fraudsters will be less likely to capture and recognize the correct password or discriminate between the patterns with their different values. To the best of our knowledge, this is the first approach that proposes a solution with the use of multi-grid rather than single-grid pattern passwords.

Authentication cyberattack financial fraud multiple grids pattern-based password testing
51

Unsanctioned Intelligence: Mitigating the Risks of ‘Shadow AI’ and Proprietary Data Leaks in the Remote Workforce

Author 1: Adel Saad Assiri

The high implementation of remote working models has only increased the pace of using artificial intelligence tools by employees to improve their productivity, automate routine tasks, and aid in decision-making. Non-committal application of AI tools, or Shadow AI, has, however, become a major organizational risk, especially when the processed information is sensitive, proprietary, or controlled and not handled in line with the existing organizational policies. The current mitigation is based on fairly flat policies, manual checks, or limited monitoring systems, which cannot provide real-time awareness, dynamic risk response, or gated controls within the dynamic remote workforce. To minimize the leaking of proprietary data, this study suggests a single framework of Shadow AI risk mitigation to detect, evaluate, and control unsanctioned AI utilisation. The architecture incorporates automated scoring of risks, policy-sensitive enforcement, risk uncertainty estimation, and governance-driven adaptation as a way of balancing security, usability, and operational efficiency. Experimental results based on synthetic enterprise data (20,000 activity records) and real-world organizational analytics (7,500 interaction records) show that it can detect jobs with an accuracy of 91.6, reduce high-risk Shadow AI interactions by a factor of 62.6 and reduce policy violations by half, using less than 16% computation overhead. The suggested solution offers a scaling- and governance-based solution to securing the use of AI solutions in distributed working scenarios.

Shadow AI remote workforce security data leakage prevention AI governance trustworthy AI enterprise risk management policy compliance uncertainty-aware systems
52

Advancing Anomaly Detection and Road Obstacle Segmentation in Autonomous Driving Using an Attention Mechanism

Author 1: Priyanka G Author 2: Silvia Gaftandzhieva Author 3: Mariya Zhekova

Autonomous driving systems rely heavily on semantic segmentation to understand road environments; however, existing methods often fail to detect unseen road obstacles that are absent from training datasets, limiting their use in safety-critical applications. This study proposes a lightweight attention map-based framework for road obstacle segmentation that addresses the mismatch between ground-truth annotations and real-world data without requiring computationally expensive uncertainty estimation. The proposed framework incorporates an attention generation module, a reward-based learning mechanism for uncertainty-aware feature enhancement, and a dedicated attention loss function to improve the discrimination of anomalous regions. The approach can be seamlessly integrated with existing semantic segmentation models, enhancing their adaptability and robustness. Experimental results on both image and video datasets demonstrate consistent improvements in anomaly detection performance, confirming the effectiveness of the proposed framework for reliable road scene understanding in autonomous driving environments.

Road obstacle detection attention map ground truth annotations semantic segmentation reward map
53

Anomaly-Score-Augmented Random Forest for Permission-Based Android Malware Detection: An Empirical Study on 29,999 Apps

Author 1: Harikrishnan P R Author 2: P. Periyasamy

Permission-based static analysis is still the workhorse of low-cost Android malware detection. But most published evaluations live on small curated subsets, report a single train-test split, and skip statistical analysis altogether. This study takes a different cut. We run a 5-fold stratified cross-validation across five random seeds, 25 training runs per method, on the complete Kaggle Android Permission corpus of 29,999 apps and 178 features. Six standard classifiers are compared head-to-head. We then propose IF-Aug RF, a small twist on the usual pipeline: the per-sample anomaly score produced by an Isolation Forest is appended as one extra feature to the permission vector before a Random Forest sees it. The proposed model lands at 74.00 % accuracy, macro F1 = 0.7028, and ROC-AUC = 0.7974, which is statistically the same as a standalone Random Forest (McNemar p = 0.94). LightGBM is the single-method champion at ROC-AUC 0.8145. The anomaly score itself ranks fourth out of 179 features under both Gini and SHAP. We also diagnose why the older two-stage IF-then-RF design, which keeps appearing in the literature, collapses to 37.54 % accuracy on this corpus. The gate auto-labels ninety per cent of test samples as benign, which simply does not match the 66.67 % malware base rate of rebalanced public datasets. Code, models, predictions, and figures are released for replication.

Android security malware detection permission analysis isolation forest random forest LightGBM XGBoost anomaly score augmentation empirical evaluation SHAP
54

Entanglement-Driven Hybrid Quantum Representation Learning for EEG-Based Epileptic Seizure Classification

Author 1: Athigiri Arulalan A S Author 2: Senthilkumar G Author 3: Jabasheela L Author 4: Sangeetha K Author 5: Subedha V Author 6: Sathiya V

Automated epileptic seizure detection from electroencephalogram (EEG) recordings remains a challenging biomedical signal analysis task because of the nonlinear, non-stationary, and high-dimensional characteristics of neural activity. Although deep learning has substantially improved automated seizure classification, conventional architectures may exhibit limited capability in modeling complex latent feature interactions while maintaining computational efficiency in biomedical applications. This study presents an entanglement-driven hybrid quantum–classical representation learning framework that integrates Continuous Wavelet Transform (CWT)-based time–frequency analysis, EfficientNet-B0 feature extraction, quantum-compatible latent feature compression, angle-based quantum state encoding, and a customized four-qubit Variational Quantum Convolutional Neural Network (QCNN) for EEG seizure classification. The proposed shallow variational quantum architecture is designed to facilitate expressive quantum feature learning while remaining compatible with the computational constraints of near-term noisy intermediate-scale quantum (NISQ) systems. An experimental evaluation was conducted on a balanced subset of 4,000 EEG segments from the UCI Epileptic Seizure Recognition Dataset. Stratified five-fold cross-validation achieved a mean classification accuracy of 97.80% ± 1.50%, demonstrating consistent predictive performance and generalization across several data partitions. Furthermore, evaluation on an independent held-out test set yielded 99.50% accuracy, 99.03% precision, 100.00% recall, 99.51% F1-score, and an area under the ROC curve (AUC) of 1.000. To comprehensively assess the proposed framework, additional investigations, including quantum circuit expressibility, barren plateau analysis, optimization trainability, latent feature-space separability, robustness evaluation, computational scalability, and patch-level quantum attention visualization, were performed, offering complementary evidence regarding representation quality, optimization stability, and model interpretability. Although the proposed framework is currently validated using classical quantum simulation, the results demonstrate the feasibility of hybrid quantum–classical representation learning for intelligent EEG seizure analysis and establish a foundation for future deployment on emerging quantum-computing platforms.

Electroencephalography (EEG) epileptic seizure detection hybrid quantum–classical learning Quantum Convolutional Neural Network (QCNN) variational quantum machine learning Continuous Wavelet Transform (CWT) quantum representation learning biomedical signal classification Explainable Artificial Intelligence (XAI)
55

EDM-Based Graduate Curriculum Planning Framework

Author 1: Levi E. Elipane Author 2: Antriman V. Orleans Author 3: Adonis P. David Author 4: Wilma S. Reyes Author 5: Crist John Pastor Author 6: Felina P. Espique Author 7: Juan Primitivo P. Petrola

Graduate curriculum planning is critical to ensuring that teacher education programs remain responsive to professional standards, workplace demands, and emerging educational priorities. This study applies Educational Data Mining (EDM) techniques as an exploratory decision-support approach for graduate curriculum planning for in-service teachers in the Philippines. Using survey data from 624 teachers, the study examined professional development motivations, competency expectations, curriculum gaps, graduate learning outcomes, and barriers to participation in advanced studies. Guided by the Knowledge Discovery in Databases framework, the analysis involved data preprocessing, feature engineering, curriculum gap analysis, correlation analysis, and exploratory Random Forest variable ranking. Results revealed notable curriculum gaps in Diversity of Learners, Assessment and Reporting, and Curriculum and Planning within the Philippine Professional Standards for Teachers domains. At the graduate level, advanced professional competencies, research application, leadership, and expertise-based autonomy emerged as priority areas for curriculum enhancement. Financial constraints, workplace demands, and competing personal responsibilities were the most significant barriers to graduate study. The Random Forest results are interpreted as exploratory rankings within a constructed curriculum-needs score rather than as independent predictive validation. Based on the findings, a Data-Driven Graduate Curriculum Planning Framework is proposed to support curriculum prioritization, continuous improvement, and evidence-informed decision-making.

Educational data mining graduate curriculum planning teacher professional development curriculum analytics random forest curriculum needs assessment graduate education
56

Arki-Nexus AI: A Framework for Integrating Artificial Intelligence Competencies Into NEUST College of Architecture

Author 1: GREGORIO L. VILLAVIZA JR

The rapid expansion of Artificial Intelligence (AI) is reshaping architectural education and practice, yet its systematic curricular integration remains limited in many higher education settings. This study developed the proposed Arki-Nexus AI Framework to guide the structured integration of AI competencies into the curriculum of the NEUST College of Architecture. Employing a descriptive-comparative quantitative research design, the study involved 31 faculty members selected through purposive sampling and 200 architecture students selected through stratified random sampling with equal allocation by year level. Data were gathered using a researcher-developed survey instrument that underwent expert content validation by seven experts (I-CVI = 1.00) and pilot reliability testing (Cronbach’s α = .85–.92). Faculty members reported a high overall level of AI competency (M = 4.11), while students also reported a high overall level (M = 3.63), although student ratings were moderate in AI-assisted design, AI-supported collaboration, and AI-driven innovation. The perceived extent of AI integration was moderately evident for both faculty (M = 3.18) and students (M = 2.96). Significant faculty-student differences were found in applied AI competencies, but not in AI literacy or ethical AI use. These findings informed a proposed framework linking human competencies, pedagogical drivers, and institutional enablers. Because the findings were based on self-reported data from one college, the framework requires future expert review, pilot implementation, and feasibility and impact evaluation.

Artificial intelligence architecture education self-reported AI competency curriculum integration curriculum framework digital transformation future-ready architects
57

Secure Heart Disease Status Classification Using Machine Learning and Blockchain-Based EHR Integrity Verification

Author 1: Haya H. Alsharif Author 2: Sabah M. Alzahrani

Heart disease remains one of the leading causes of mortality worldwide, motivating the development of accurate and scalable screening-support tools. This study presents an integrated framework for heart-disease status classification using the Heart 2020 Cleaned dataset, derived from the CDC Behavioral Risk Factor Surveillance System (BRFSS), a telephone-based survey of self-reported health information rather than clinical or electronic-health-record data. The task is therefore to classify a respondent’s self-reported heart-disease status, not to predict future disease onset. The pipeline includes categorical encoding, feature scaling, recursive feature elimination, and class-imbalance handling using BorderlineSMOTE, SMOTETomek, and SMOTEENN. Five classifiers were evaluated: Random Forest, XGBoost, LightGBM, k-Nearest Neighbours, and a feed-forward deep neural network. Sampling strategy affected reported performance. Under the methodologically valid post-split setting, in which resampling is applied only to the training data, the models achieved an AUC of approximately 0.85, comparable to prior work on the same dataset. Pre-split global resampling produced much higher scores, with Random Forest reaching 97.14% accuracy, an F1-score of 0.9735, and an AUC of 0.9965 under SMOTEENN. However, these results are optimistically biased because resampling before splitting leaks synthetic information into the test set. The system also includes a blockchain-based integrity layer that stores full records in the application database while anchoring SHA-256 digests and verification metadata in an Ethereum-compatible environment. Overall, this prototype demonstrates the practical integration of established machine-learning classification and blockchain-supported integrity-verification components.

Heart-disease status classification machine learning ensemble model random forest XGBoost LightGBM Blockchain Electronic Health Records (EHR)
58

Digital Technologies Enabling Smart Circular Waste Management: A Systematic Literature Review

Author 1: Pristi Sukmasetya Author 2: Harry Budi Santoso Author 3: Zainal Arifin Hasibuan Author 4: Yun Arifatul Fatimah

This study aims to identify and classify the technologies used across the waste-management lifecycle, qualitatively synthesize the types of operational and circularity-related outcomes reported in the literature, and examine the technical challenges and research gaps that must be addressed to develop interoperable, scalable, secure, and empirically validated systems. The study used a systematic literature review and bibliometric analysis in accordance with the Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) 2020 framework. The study identified Internet of Things (IoT), Artificial Intelligence (AI), machine learning, blockchain, cloud and edge computing, digital twins, big-data analytics, Radio-Frequency Identification (RFID), Global Positioning System (GPS), and additive manufacturing as the primary enabling technologies. These technologies enable sensing, monitoring, waste classification, forecasting, route optimization, traceability, simulation, automated sorting, and resource recovery. Across the included studies, the most frequently reported outcome categories included reduced bin overflow, improved collection and route efficiency, lower operational costs and vehicle-related emissions, enhanced waste segregation and recycling, and greater material-flow transparency. Because the studies used heterogeneous technologies, settings, scales, and evaluation metrics, these outcomes were synthesized qualitatively rather than pooled into a single quantitative estimate. Smart circular waste management depends on an integrated digital eco-system and is not dependent on individual technologies.

Artificial Intelligence (AI) circular economy digital technology Internet of Things (IoT) smart waste management
59

Arabic News Text Classification Using Deep Learning Models with Dynamic N-grams

Author 1: Ahmed I.Taloba Author 2: George Samy Rady Author 3: Khaled F. Hussain

The complexity and morphological richness of the Arabic language pose significant challenges in natural language processing (NLP), including issues with contextual understanding and feature extraction. Traditional deep learning architectures such as CNNs, LSTMs, and GRUs often struggle to effectively model these linguistic intricacies, limiting their performance on Arabic text analysis tasks. To address these limitations, the study integrates parallel multi-kernel word-level convolutional features into conventional and hybrid deep learning models. The convolutional windows capture short contextual relationships among neighboring word tokens, while recurrent components model longer sequential evidence; the framework does not directly analyze roots, affixes, or other within-word morphological structures. These enhancements are integrated into CNN, LSTM, GRU, and hybrid architectures such as LSTM-CNN and GRU-CNN. A comprehensive evaluation was conducted across varying learning rates to assess the impact of the enhanced configurations on model performance. The results indicate competitive performance within the evaluated architectures and dataset variants, although the magnitude of improvement depends on the model and learning rate. Under their best settings, the Dynamic N-gram LSTM-CNN achieved an accuracy of 93.32%, while the Dynamic N-gram LSTM achieved 93.57%. Because previously published studies use different corpora, class configurations, preprocessing pipelines, and evaluation protocols, these results are not presented as evidence of state-of-the-art superiority. Instead, the study provides a systematic within-study assessment of model sensitivity to architecture, preprocessing, and learning-rate selection. Future directions include character- and subword-level modeling, transformer-based architectures, and domain-specific tasks such as sentiment analysis and information retrieval.

Dynamic n-grams GRU-CNN hybrid Arabic NLP sequential dependencies text classification
60

8C SPS Model: A Seller Product Selection Model for Home-Based Business Sellers Using a Multi-Criteria Decision-Making Approach

Author 1: Selvia Lorena Br Ginting Author 2: Zulaiha Ali Othman

Home-based businesses are becoming a necessary tool for sellers of home-based businesses to determine which products they might be able to sell well. Otherwise, most of the sellers still choose products by trial and error, which may bring low demand as well as stock that doesn't sell, resulting in wasted capital. This study proposes an extended Seller Product Selection model from the seller perspective by enlarging the five-criterion benchmark customer-oriented model into eight criteria: Rating, Price, Sold, Discount, Response Chat, Repurchase, Favorite, and Followers. The data utilized in this study are records of food and beverage products from Shopee Indonesia, amounting to 150,000 products. The criteria relevance was tested with Forward Stepwise Multiple Linear Regression, which is additionally supported by the questionnaire given to 30 marketplace sellers online. Regression results for Sold are presented, indicating that all selected criteria were significantly related to the final model, achieving R = 0.953, R Square = 0.908, Adjusted R Squared = 0.908 with a Durbin-Watson of 1.863 (P<.0005) as shown in the table… The ANOVA result also indicates that the total model is statistically significant, F = 206961.417, p < 0.001. Repurchase had the highest statistical correlation with Sold (β = 0.758) among predictors, followed by Favorite (β = 0.299). Questionnaire results illustrate the following: Sold was ranked number one with a mean rank of 2.40 and Borda Weight of 0.183; Repurchase followed closely in position two with a mean rank of 3.63 and Borda Weight of 0.149. In order to validate whether dyads were able to agree on their RfD, Kendall's coefficient of concordance was obtained as follows: W = 0.236 (P < 0001), suggesting a moderate level of agreement among respondents. We conducted product ranking experiments for MOORA, SMART, PSI and TOPSIS under different combinations of criteria and weight assignments based on AHP. The results indicate that the eight-criterion Seller Product Selection model achieves substantially improved ranking stability and consistency compared with the five-state benchmark model presented in the relevant literature. While considering the eight-criterion model, MOORA performed the best in terms of obtaining the lowest MAD value (1,093), MSE value (4,969,891), and the highest Spearman’s Rank Correlation value (0.99868). The results demonstrate that the proposed eight-criterion Seller Product Selection model can be an actionable decision aid to guide home-based business sellers in selecting products that have a better potential in the marketplace using MOORA.

Seller product selection home-based business online marketplace multi-criteria decision-making multi-objective optimization based on ratio analysis analytic hierarchy process product ranking
61

Hierarchical Workforce Dynamics and Risk-Aware Gated Deep Learning Framework for Employee Attrition Prediction

Author 1: Chen Yang

Human resource management is a key factor in organizational success. Understanding and predicting employee attrition is important for improving workforce planning and decision-making. In this study, we propose a Hierarchical Workforce Dynamics – Temporal Risk-Aware Gated model named HWD-TRAG deep learning framework for accurate and transparent attrition prediction. The proposed model integrates hierarchical learning, risk-aware adaptive gating, and adaptive feature relevance scaling to capture complex workforce patterns. It learns important employee factors such as workload, job satisfaction, income, promotion delay, and work-life balance in a structured way. The model also considers how employee behavior changes over time, making it more realistic for real-world scenarios. To ensure transparency, SHAP and attention-based fusion are used to explain model predictions clearly. Experimental results show that the proposed model achieves a high accuracy of 97.1%, outperforming all baseline methods. For explainability, the model achieves a faithfulness score of 0.95, explanation consistency of 0.96, and feature stability of 0.94, while maintaining low sparsity of 0.22. In terms of robustness, it achieves strong performance with noise robustness of 0.95, data shift robustness of 0.94, and feature perturbation stability of 0.96, which confirms the proposed model's performance.

Employee attrition prediction human resource analytics deep learning explainable AI workforce analysis risk prediction attention mechanism ensemble learning classification predictive analytics
62

Adaptive Grammar Correction with Error-Type Diagnosis and Learner-Centered Feedback Using Proficiency-Aware Transformer Learning

Author 1: Xinxin Sun Author 2: Peng Guo

Grammar error correction systems are widely used to improve learner-written English. However, many existing systems mainly provide corrected sentences and do not explain the reason behind the correction. This limits their usefulness in language learning. This study proposes AGC-LCFNet, an Adaptive Grammar Correction with Learner-Centered Feedback Network. The model corrects grammatical errors, predicts the error type, and generates feedback according to the learner’s proficiency level. AGC-LCFNet uses a shared FLAN-T5 encoder to capture contextual and grammatical features from erroneous sentences. A correction decoder generates the corrected sentence, while a classification head identifies seven error categories, including tense, spelling, punctuation, article, preposition, subject-verb agreement, and sentence structure. A feedback decoder then produces learner-centered explanations. A proficiency-aware gating mechanism adjusts the feedback for beginner, intermediate, and advanced learners. The model was evaluated on BEA-2019, CoNLL-14, JFLEG, and Lang-8 datasets. The results show that AGC-LCFNet achieved the highest F0.5 score across all benchmarks and improved error-type classification performance. The model also produced more useful feedback than template-based and profiling-based baselines. Visual and ablation analysis confirmed that the classification module improves correction accuracy, while the gating mechanism improves feedback adaptation. These findings show that AGC-LCFNet is not only effective for grammar correction but also useful for personalized language learning support.

Grammar error correction learner-centered feedback FLAN-T5 error-type classification proficiency-aware gating adaptive feedback generation English language learning intelligent tutoring system natural language processing automated writing support
63

MACN: A Modality-Aware Cross-Attention Transformer for Non-Invasive Hemoglobin Estimation and Anemia Classification Using Multi-Region Physiological Images

Author 1: Chaitra S P Author 2: D R Ramesh Babu

Anemia is a major health concern among pregnant women in rural areas. Early detection and timely treatment are necessary to reduce maternal and infant mortality. Many non-invasive techniques have been proposed to solve the problem of unavailability of laboratory-based hemoglobin testing in rural areas. But their accuracy is limited due to dependence on a single modality. This work proposes a multimodal cross-attention network (MCAN) for anemia classification and hemoglobin (Hgb) level estimation using multiple physiological visual cues. Deep convolutional features extracted from four regions of the eye conjunctiva, fingertip, palm, and lip mucosa are fused using a cross-attention multimodal fusion. The fused features are used to estimate Hgb level and predict anemia. Through experimental analysis, the proposed solution is found to increase the estimation accuracy by 5% compared to existing single approaches. The statistical significance of the performance gain is validated through bootstrap confidence intervals and DeLong’s test.

Anemia hemoglobin deep learning cross-attention fusion multimodality
64

Low-Latency FPGA-Based PCA Acceleration for Hyperspectral Image Dimensionality Reduction

Author 1: Hana Ben Fredj Author 2: Ahlem kehili Author 3: Amani Chabbeh Author 4: Jamel Baili Author 5: Chokri Souani

Remote sensing systems generate large volumes of high-dimensional data, which creates significant challenges for onboard processing and data transmission under computational, memory, and energy constraints. Dimensionality reduction is therefore essential for enabling efficient embedded remote sensing applications. This work presents a hardware-accelerated implementation of Principal Component Analysis (PCA) on an FPGA platform for low-latency onboard data reduction. A hardware–software co-design methodology is adopted and implemented using the Vivado design flow on an Xilinx FPGA. The proposed architecture focuses on accelerating the most computationally intensive stage of PCA while preserving the most informative components of the input data. Experimental evaluations demonstrate that the FPGA-based implementation achieves a 2.8× speedup while reducing energy consumption by 72.4% compared with an ARM-only software implementation, while maintaining efficient hardware resource utilization. These results confirm the suitability of the proposed accelerator for low-latency, energy-efficient onboard dimensionality reduction in resource-constrained remote sensing systems.

Remote sensing hyperspectral data dimensionality reduction Principal Component Analysis (PCA) FPGA hardware–software co-design
65

Multiscale Image Enhancement and Visualization Analysis for Historical Map/s

Author 1: Guilei Ren

Based on the degradation of historical maps, such as fading, stains, creases, blurred lines, and text adhesion, multi-scale image enhancement and spatial element visualization analysis are studied. This study constructs a technical process consisting of sample division, image preprocessing, multi-scale enhancement, quality evaluation, and spatial feature extraction, and further evaluates map registration, vectorization, optical character recognition, and semantic segmentation on the same test maps. The results show that the PSNR, SSIM, EPI, and RCS of the multi-scale enhancement model are 27.94 dB, 0.842, 0.817, and 0.81, respectively, and the comprehensive quality score is 0.872. The road connectivity, water boundary matching, and administrative boundary topology consistency rates reach 87.9%, 85.4%, and 82.6%, while place name and map symbol recognition rates increase to 84.7% and 82.3%. Downstream evaluation shows that registration RMSE decreases from 8.31 to 4.12 px, vectorization F1 increases from 0.713 to 0.871, OCR character accuracy increases from 62.4% to 84.7%, and semantic-segmentation mIoU increases from 0.614 to 0.802. These results indicate that the enhancement improves both visual quality and the reliability of GIS-oriented spatial processing.

Historical maps multiscale image enhancement image restoration spatial feature recognition visualization analysis
66

Statistical Security Analysis NIST and Security Enhancement of CBT Cipher for Secure Data and Image Transmission

Author 1: Walid W. Souror Author 2: Mohamed Fouad Author 3: Ali E. Takieldeen

Strong cybersecurity measures are essential in our digital world. This study presents a new cryptographic algorithm called CBT “Combined Blowfish Trilogy” which greatly improves the security of the traditional Blowfish algorithm without compromising computational efficiency. The encryption algorithm proposed herein presents a hybrid system which combines carefully designed countermeasures against side-channel attacks with three consecutive Blowfish Feistel network stages and surpasses the performance of DES, 3DES, AES, and Blowfish itself. The proposed algorithm is assessed using the Statistical Test Suite for Random and Pseudorandom Number Generators for Cryptographic Applications (NIST STS) consisting of the Mono-Bit, Run, Serial, Block Frequency, Spectral, Cumulative Sums, Entropy, and Avalanche tests. These results show that Combined Blowfish Trilogy is a good technique to prevent data security from side-channel attack breaches and it shows significant resistance against them as evidenced by the performance improvements observed over standard Blowfish (an average of 133.8% for text and 117.5% in image datasets according to NIST tests).

Cyber security cryptography blowfish counter-measure SCA attacks combined blowfish trilogy
67

Unsupervised Hybrid Approach for Intrusion Detection Based on Information System Log Files

Author 1: Sena Apeke Author 2: Nadjime Pindra Author 3: Sèmèvo A. R. M. Ahouandjinou

Intrusion detection in web traffic remains a challenging task due to the high dimensionality, heterogeneity, and imbalance of normal and malicious requests. This study investigates a hybrid anomaly detection framework combining an Autoencoder (AE), Density-Based Spatial Clustering of Applications with Noise (DBSCAN), and Isolation Forest (IF) for intrusion detection in HyperText Transfer Protocol (HTTP) log data. The Autoencoder was first used to learn a compact latent representation of the traffic, after which different unsupervised detection pipelines were evaluated. A key contribution of this work is the analysis of pipeline ordering, specifically comparing AE + DBSCAN + IF, AE + IF, and AE + DBSCAN. The full hybrid pipeline AE + DBSCAN + IF achieved the highest accuracy (0.9803) and strong false positive control, but exhibited extremely poor sensitivity with a recall of 0.0082 and precision of 0.0904, making it too conservative for practical intrusion detection. The intermediate pipeline AE + IF improved sensitivity, reaching a recall of 0.1542 and precision of 0.0536, but at the expense of a higher false positive rate. Surprisingly, the ablation study showed that AE + DBSCAN alone yielded the most balanced results, with accuracy of 0.9670, precision of 0.2606, and recall of 0.4376, clearly outperforming the complete hybrid pipeline in intrusion detection capability. These findings demonstrate that the ordering of anomaly detection stages has a critical impact on IDS performance. In the current setting, Isolation Forest degrades rather than improves detection when combined with DBSCAN. The results suggest that AE + DBSCAN constitutes the most effective and operationally relevant configuration for the studied dataset.

Intrusion detection DBSCAN Isolation Forest Autoencoder server log files anomaly
68

Artificial Intelligence Guided Crowd Counting and Density Estimation with Enhanced CSRNet

Author 1: Muhammad Jawad Babar Author 2: Malik Muhammad Saad Missen Author 3: Hannan Adeel Author 4: Muhammad Usman Author 5: Muzammil Malik

Estimating crowd size in dense environments re-mains a complex problem, yet it holds critical value for safety monitoring, city infrastructure design, and large-scale gathering coordination. Leveraging contemporary developments in neural network architectures and machine intelligence, researchers have markedly enhanced the precision of population counts derived from both still imagery and motion footage. This research focuses on the development of an enhanced deep neural network-based crowd counting model. Since the original CSRNet primarily relies on head detection for crowd estimation, an additional face detection module has been incorporated to improve its capability in scenarios where facial features are visible. The proposed enhancement increases the flexibility and estimation accuracy of CSRNet by integrating individual face detection with crowd density estimation. Furthermore, this study presents a comprehensive comparative analysis of the proposed enhanced CSRNet against three state-of-the-art crowd counting models, namely Bayesian Network (BAYNet), Distribution Matching (DM-Count), and Scale Aggregation Feature Attention Network (SFANet). The models are evaluated on multiple datasets to investigate their accuracy, robustness, adaptability to varying crowd densities, and performance under complex environmental conditions. The comparison also highlights the methodological differences and computational characteristics of these approaches. Model performance is assessed using the standard evaluation metrics of Mean Absolute Error (MAE) and Root Mean Square Error (RMSE). Experimental results demonstrate that the proposed enhanced CSRNet achieves a competitive RMSE/MAE of 9.61/93.05 on 64 × 64 images of the custom dataset, outperforming the baseline models and demonstrating its effectiveness for accurate crowd counting.

Crowd counting machine learning image processing CSRNet density estimation deep learning face detection
69

FSCM-Net: Frequency-Spatial Collaborative Modeling for Traffic Scene Semantic Segmentation

Author 1: Wei Zhao Author 2: Yi Dong Author 3: Lingchao Wang Author 4: Qiang Ai

To address the challenges of insufficient global semantic modeling and blurred boundaries in urban traffic scene segmentation, this study proposes a frequency-spatial collaborative framework based on DeepLabV3+. A Spectral Decoupling Adaptive Modulation (SDAM) module enhances low-frequency semantics and high-frequency details in the frequency domain. A Hierarchical Spatial Dependency Modeling (HSDM) module captures local consistency and global semantic dependencies, while a Structure-guided Adaptive Multi-scale Fusion (SAMF) module dynamically integrates multi-scale features using structural priors. Experiments on Cityscapes and CamVid demonstrate improvements of 3.6% and 1.6% over DeepLabV3+, respectively, while maintaining real-time performance.

Frequency-domain modeling spatial dependency modeling local-global attention structure-guided fusion feature enhancement
70

LAURA: An Awareness-Oriented Explainable AI Framework for Academic Stress in Higher Education

Author 1: Ahmed Almathami Author 2: Richard Stone

Academic stress represents a significant challenge in higher education, especially for students navigating unfamiliar academic environments. In such contexts, difficulties in understanding expectations, feedback, and performance standards can affect engagement, participation, academic performance, and decision-making. Despite significant advances in learning analytics and artificial intelligence, current educational systems remain limited in their ability to support students’ sense-making of their academic conditions. Existing systems predominantly focus on prediction and performance monitoring, offering limited support for interpretation and awareness, which are essential for understanding academic stress, particularly in complex or unfamiliar learning environments. To address this limitation, this study introduces the LAURA framework (Learning Context Modeling, Academic Stress Assessment, Understanding-Oriented Explanation, Reflection Support, and Adaptive Awareness Feedback), an awareness-oriented framework designed to support students in understanding their academic stress through interaction. Unlike traditional AI approaches that prioritize prediction, LAURA conceptualizes academic stress as an interpretive process and positions explainable AI as a mechanism to support students’ awareness. The framework integrates transparent modeling, explanation, and structured reflection within a unified interaction cycle, enabling students to interpret academic signals, examine contributing factors, and develop a more informed understanding of their conditions. Grounded in appraisal-based stress theory and principles of human-centered AI, LAURA extends existing approaches by embedding explanation and reflection as core components of system design rather than auxiliary features. In this way, it shifts the role of explainable AI from revealing model behavior to supporting meaning-making processes within educational contexts. The proposed framework contributes a new perspective on AI-supported educational systems by emphasizing awareness as the primary outcome. It provides a conceptual and design foundation for developing student-facing systems that not only analyze academic conditions but also support students in making sense of them, particularly in diverse and complex educational environments. As a conceptual framework, LAURA provides a foundation for future implementation and empirical validation in educational settings.

Explainable Artificial Intelligence (XAI) academic stress student awareness interpretable models human-centered AI higher education
71

A Model-Free AI Framework for Robust PQRST Complex Detection in ECG Signals

Author 1: Arthorn Luangsodsai Author 2: Manh Duong Dang Author 3: Krung Sinapiromsaran

Accurate delineation of PQRST complex is essential for clinical ECG analysis, but remains challenging due to waveform variability, low amplitude, and polarity inversions. This work presents PAD-PQRST, a model-free Polarity-Adaptive Delineation method for PQRST complex. This approach leverages search windows based on established cardiac physiology. The Q and S waves are identified by locating the corresponding extrema relative to the R-peak polarity. Meanwhile, the P and T waves are determined by finding the extrema with the maximal absolute deviation from local mean. Because this design inherently accommodates waves of any polarity, it eliminates the need for a predictive model. This research uses the Manikandan2012 algorithm for R-peak detection due to its robustness. Validation on QTDB and LUDB yields F1-scores from 98.5% to 99.8%for QRS components, 90.97% to 94.57% for P-waves, and 79%to 91.41% for T-waves, surpassing established wavelet-based and graph-based methods. The combination of physiologically informed search windows and polarity-adaptive detection delivers a simple yet powerful delineation framework suitable for diverse clinical datasets.

ECG signal processing PQRST detection model-free AI Polarity-Adaptive Delineation method
72

Privacy-Preserving Feature Engineering Framework for Real-World Vulnerability Risk Prediction

Author 1: Jawharah Albarakati Author 2: Tawfiq Hasanin Author 3: Suaad Alarif

This study introduces a privacy-preserving data preparation and feature engineering framework designed for machine learning-based cybersecurity vulnerability risk prediction, utilizing real-world enterprise scan data from an operational cloud environment. To transform raw vulnerability records into a structured, machine-readable format while complying with personal data protection regulations, the framework integrates systematic data cleaning, missing value imputation, categorical encoding, text normalization, and host pseudonymization. Exploratory data analysis (EDA) was conducted on 36,940 operational records to examine dataset characteristics, vulnerability distributions, and severe class imbalances. Multiple classifiers—including Logistic Regression, Random Forest, XGBoost, and LightGBM—were evaluated under extreme imbalance conditions mitigated via SMOTE. Experimental results demonstrate that non-linear tree-based ensembles achieved the highest predictive performance, with LightGBM attaining a macro F1-score of 0.9974. Comparative analysis further indicates that the effectiveness of textual representations depends on the underlying classifier architecture, with semantic embeddings yielding the best performance when combined with tree-based ensemble models, while TF-IDF remained competitive for linear classification. These findings underscore the critical role of structured text preparation and semantic representation in enhancing model reliability, interpretability, and scalability for automated vulnerability prioritization.

Data pre-processing machine learning protecting sensitive data stemming pseudonymization
73

From Method-Centric Optimisation to Failure-Oriented Robustness: A Framework for Industrial Inspection Systems

Author 1: Ying Zhou Author 2: Mei Choo Ang Author 3: Ummul Hanan Mohamad Author 4: Ah-Lian Kor Author 5: Kok Weng Ng Author 6: Saraswathy Shamini Gunasekaran Author 7: Halimah Badioze Zaman

Robust inspection of aeroengine turbine blades remains a critical challenge in safety-critical industrial environments, where limited data availability, class imbalance, optimisation bias, and imaging degradation can reduce the reliability of learning-based inspection systems. Existing studies mainly improve robustness through isolated algorithmic optimisation, while providing limited understanding of why inspection failures occur under different industrial conditions. This study proposes a Failure-Oriented Robustness Framework that categorises robustness degradation into three dominant failure sources: distribution failure, decision failure, and representation failure. The framework establishes a systematic relationship between failure diagnosis, intervention selection, and robustness interpretation. The applicability of the proposed framework is demonstrated through representative turbine blade inspection scenarios in-volving two-dimensional surface defect detection and three-dimensional CT image enhancement. Data-level experiments investigate augmentation behaviour under different dataset characteristics, model-level experiments analyse optimisation objectives and architectural factors, and imaging-level experiments evaluate CT enhancement under degradation conditions. Experimental results demonstrate that robustness improvement depends on the alignment between intervention strategies and dominant failure sources rather than algorithmic complexity alone. Under severe distribution failure, targeted augmentation improved mAP@0.5 from 0.290 to 0.599, while objective alignment increased detection performance from 0.588 to 0.710 without increasing model complexity. For CT representation recovery, the proposed enhancement approach achieved a 3.21 dB PSNR improvement compared with U-Net. The findings demonstrate that robustness is a failure-dependent property rather than an intrinsic characteristic of individual methods. The proposed framework provides an interpretable analytical perspective for diagnosing robustness degradation and guiding failure-oriented intervention design in safety-critical industrial inspection applications.

Industrial inspection robustness Failure-Oriented Framework deep learning computer vision turbine blade inspection artificial intelligence
74

SpaTempNet: Deep Spatiotemporal Forecasting of River Morphological Evolution of the Padma River in Bangladesh

Author 1: S. S. Mahmud Turza Author 2: Md. Kaoser Ahamed Anik Author 3: Md. Shadmim Hasan Sifat Author 4: Mahruba Sharmin Chowdhury Author 5: Khandokar Md. Rahat Hossain Author 6: Abdullah Al Noman

Rivers are dynamic geomorphological systems experiencing continuous transformation through erosion and sediment transport. In Bangladesh, these processes displace 50,000-200,000 people annually, causing severe losses along the Padma River according to Natural Resources Defense Council (NRDC). Traditional monitoring via field surveys and manual remote sensing proves costly, spatially limited, and unsuitable for multi-year pre-diction. This study presents a comprehensive framework, termed SpaTempNet, for forecasting river morphological evolution from freely available satellite data using spatiotemporal deep learning. A 38-year time-series (1987–2025) of binary water masks was constructed from Landsat (5 TM, 7 ETM+, 8 OLI) and Sentinel (Sentinel-2 MSI, Sentinel-1 SAR) imagery via Google Earth Engine. Water extraction used Modified Normalised Difference Water Index (MNDWI). The proposed Bidirectional ConvLSTM gap-filling model achieved IoU = 0.7366, outperforming classical methods. Five spatiotemporal architectures (ConvLSTM, U-Net+LSTM, Attention U-Net+ConvLSTM, Swin Transformer, ViT-based model) were evaluated across yearly, quarterly, and bi-monthly resolutions. Hybrid CNN-LSTM models consistently outperformed pure transformers. Attention U-Net+ConvLSTM achieved best yearly performance (IoU = 0.7005); U-Net+LSTM led bi-monthly prediction (IoU = 0.7791). Statistical analysis quantified mean annual migration of 255.4 m yr−1 with 1998 extreme of 1,485.5 m yr−1. An expansion of about 290 km2 was projected, and a spatially explicit risk map was generated through long-term forecasting (2026-2040). Results demonstrate that freely available satellite imagery with deep learning can provide practical, scalable framework for riverbank hazard monitoring and disaster management.

River morphology riverbank erosion forecasting spatiotemporal neural networks ConvLSTM U-Net Swin Transformer Vision Transformer satellite remote sensing MNDWI disaster management
75

Hardware-Software Co-Design of K-Means Clustering on Zynq FPGAs via OpenCL

Author 1: Eya JABALLI Author 2: Soufien GDAIM Author 3: Noureddine LIOUANE

Clustering algorithms such as K-means are widely employed in machine learning and data analytics; however, their computational complexity becomes a significant limitation when applied to large-scale or latency-sensitive workloads. To over-come this challenge, this study presents a hardware-accelerated K-means clustering implementation using Field-Programmable Gate Arrays (FPGAs) within the Open Computing Language (OpenCL) framework. The proposed architecture leverages the fine-grained parallelism of FPGAs to accelerate the assignment phase, which is dominated by repetitive distance computations between data points and centroids. The proposed heterogeneous architecture accelerates only the assignment stage of the K-means algorithm on the FPGA, while the centroid update and convergence-control stages remain executed on the embedded ARM Cortex-A9 processor. Experimental results obtained on a two-dimensional synthetic floating-point dataset demonstrate significant performance gains over a CPU-only implementation, achieving speedups of up to 39× in execution time. The results also indicate consistent and favorable scalability trends across the evaluated synthetic two-dimensional configurations. To further assess the generalizability of the proposed approach, the accelerator was additionally validated on a real-world geospatial dataset, confirming consistent performance gains beyond synthetic benchmarks.

FPGAs Hardware acceleration high-level synthesis OpenCL K-means reconfigurable hardware
76

Challenges of AI Adoption in the Saudi Arabian Healthcare Sector: A Comprehensive Study

Author 1: Radwan M. Batyha Author 2: Ahmed Almaghthawi Author 3: Fahad Alharbi Author 4: Suhaila Abuowaida

This research examines the challenges of AI adoption in Saudi Arabia healthcare sector in terms of the framework defined by the Vision 2030 healthcare transformation agenda. We utilized the Analytic Hierarchy Process (AHP) methodology to collect and analyze data from 27 managerial-level executives tasked with AI implementation in Saudi Arabia healthcare organizations. The study identifies and prioritizes critical challenges across five main dimensions. We discuss accuracy, privacy and security, ethical barriers, interpretability, and control. By means of systematic analysis, we discovered that accuracy (with priority weight 0.50) and privacy-security concerns (0.24), are the two most important factors in determining AI adoption in Saudi Arabian healthcare. The research offers evidence-based policy recommendations and health care administrator guidelines based on Saudi Arabia’s cultural, regulatory, and technological landscape. The insights are especially important for providing guidance on incorporating AI into the Kingdom’s extensive healthcare transformation program.

Artificial Intelligence (AI) healthcare transformation Saudi Arabia Vision 2030 Analytic Hierarchy Process (AHP) Saudi Arabia
77

Multimodal Pneumoconiosis Screening on a Real-World Vietnamese Occupational Health Dataset with Incomplete Metadata and Class Imbalance

Author 1: Luong Thi Bich Phuong Author 2: Nguyen Hoang Anh Author 3: Au Xuan Manh Author 4: Truong Thanh Nam Author 5: Tran Tien Cong Author 6: Nguyen Trong Khanh

Pneumoconiosis remains a major occupational lung disease among workers exposed to silica, coal, and other in-organic dusts. Although chest X-ray screening is widely used in clinical practice, diagnostic performance is often affected by image variability and the limited availability of contextual occupational information. This study presents a multimodal framework that combines chest X-ray images with clinical and occupational metadata for automated pneumoconiosis detection. The proposed approach integrates a ResNet-18 image encoder with a metadata-processing multilayer perceptron through an early-fusion strategy. Experiments were conducted on a dataset of 1,971 subjects, including 1,086 confirmed pneumoconiosis cases and 885 healthy controls. Two configurations were evaluated: an image-only model and a multimodal model incorporating non-imaging information. The multimodal framework achieved the best validation performance, reaching an accuracy of 92.66%, an F1-score of 93.21%, and an AUC-ROC of 97.35%. Compared with the image-only baseline, adding metadata produced a small change in overall performance and shifted the precision–recall balance toward higher precision. These validation figures should be interpreted as an upper bound because the negative class is partly drawn from an external population and the pattern of missing metadata is correlated with the diagnostic label. The results suggest that combining radiographic findings with occupational and clinical information is a promising but data-quality-sensitive direction for pneumoconiosis screening in real-world settings.

Pneumoconiosis multimodal learning chest X-ray convolutional neural network early fusion occupational lung disease
78

BEAT: An Integrated Blockchain-Edge AI Trust Framework for IoT Security - Design, Prototype, and Performance Evaluation

Author 1: Pavansai Ramarao Maddali Author 2: Vijay Kumar Damera Author 3: Ratna Kumar Prathipati

Trust management in heterogeneous Internet of Things (IoT) deployments remains unresolved because most frameworks treat blockchain reputation persistence and edge-AI anomaly detection as separate subsystems, so the graded evidence a detection model produces cannot be indexed or propagated by a ledger that was built without reference to it. This study presents BEAT (Blockchain–Edge AI Trust), which closes that gap through co-design of three coupled layers: a Graph Attention Network–Long Short-Term Memory (GAT-LSTM) edge module that converts device interaction graphs into normalised trust evidence vectors; a Hyperledger Fabric 2.5 ledger whose TrustCC chaincode enforces monotone trust updates over a formally defined trust lattice; and a Proximal Policy Optimisation (PPO) admission controller whose advantage over contextual-bandit and PID baselines is established both theoretically and experimentally. A companion gossip protocol, GARP, propagates reputation deltas across edge orchestrators with a proven logarithmic convergence guarantee. Prototyped on a 12-node Raspberry Pi 5 cluster attached to a three-peer Fabric channel and evaluated on UNSW-NB15, N-BaIoT, TON IoT, and CICIoT2023, BEAT reaches a cross-dataset mean F1 of 0.961, an on-chain throughput of 1,847 transactions per second, and a median trust-decision latency of 38 ms. BEAT outperforms a GNN-Transformer baseline (F1 0.944) and a CNN-BiLSTM-Transformer baseline (F1 0.939) on UNSW-NB15, and ablation results show that removing any single BEAT layer costs at least four F1 points cross-dataset, evidence that the system-level integration, not the detection model alone, drives the gain. Formal Byzantine resilience bounds accompany the prototype evaluation, alongside experimental Sybil-resistance and evidence-poisoning results.

Blockchain trust management edge AI security GAT-LSTM anomaly detection Hyperledger Fabric gossip-accelerated reputation IoT admission control Byzantine fault tolerance
79

A Hybrid Autoencoder-Random Forest Framework for Intrusion Detection in Internet of Medical Things Network

Author 1: Sophia ALAMI-KAMOURI Author 2: Ridouan LACHGAR Author 3: Mohamed AFIF

With the widespread adoption of the Internet of Medical Things (IoMT), hospitals have become prime targets for cyberattacks. To overcome the limitations of traditional defenses and computationally heavy deep learning models, a hybrid Artificial Intelligence architecture is presented. By coupling a deep Autoencoder for feature extraction with a Random Forest classifier, the input space is reduced from 44 down to 16 latent dimensions. While a standalone Random Forest achieves 98.95%accuracy, it remains too resource-intensive for constrained edge devices. The proposed hybrid approach strategically accepts a marginal sacrifice in accuracy—achieving 94.60% overall—in exchange for a drastic reduction in computational complexity. Rigorously validated on the CICIoMT2024 dataset and balanced via SMOTE-ENN, this model achieves an ultra-low inference latency of 1.05 ms on edge-grade hardware, making it highly viable for Edge Computing deployment. Furthermore, integrating the SHAP algorithm ensures decision-making transparency, addressing the “black box" challenge in medical AI. These results demonstrate the efficacy of strategic dimensionality reduction in securing critical healthcare infrastructures.

Cybersecurity artificial intelligence IoMT hybrid model Edge Computing SHAP
80

Development of an Automated Network Forensics Analysis Tool Using PCAP Data

Author 1: Ashwag Alotaibi Author 2: Huda Aldawghan Author 3: Abdullah Albuali

Network forensic investigation often requires analysts to inspect packet captures manually, construct protocol filters, correlate traffic events, and prepare evidence summaries. That workflow is powerful for expert investigators but difficult for novice analysts and users with limited forensic experience. Net-Forensics was designed to simplify the forensic workflow for such users, however, no formal usability study has yet been conducted. NetForensics is a web-based PCAP/PCAPNG network forensic tool that converts packet-capture evidence into an explainable dashboard and downloadable reports. The system implements a six-phase workflow: packet parsing, feature extraction, rule-based detection, correlation, dashboard visualization, and report generation. The implementation uses Python, Flask, Scapy, Chart.js, and modular detection components for DDoS-like fan-in traffic, port scanning, traffic spikes, protocol dominance, and unusual destination ports. The dashboard presents packet counts, flow counts, unique sources, severity, confidence, packet-rate timelines, protocol distribution, destination-port usage, top sources, and alert evidence. The system exports JSON, CSV, and PDF reports so that the same investigation can be reviewed in machine-readable, tabular, and human-readable formats. Experimental evaluation on six synthetic PCAP scenarios containing 124,561 packets demonstrated that NetForensics successfully parsed all captures and correctly triggered the DDoS, port-scan, traffic-spike, and unusual-port detectors in every intended scenario while generating consistent dashboard metrics and JSON, CSV, and PDF reports. The contribution is a complete PCAP-to-report forensic workflow designed for academic laboratories and first-stage incident triage, with emphasis on transparency, usability, explainability, and reproducible source code rather than unsupported benchmark claims.

Network forensics PCAP PCAPNG incident response DDoS detection port scanning traffic anomaly detection Flask Scapy digital forensics dashboard visualization
81

A Probabilistic Instance Generator for Multimodal Urban Transportation Networks Addressing Data Scarcity in Metropolitan Transport Systems Integrating the Formal and Informal Sectors

Author 1: Oumar KONE Author 2: Kouassi Hilaire Edi Author 3: Yapi Fiacre Aristide Edi Author 4: Pawoumodom Matthias Takouda

Multimodal urban transport networks that combine formal and informal sectors remain severely constrained by the scarcity of reliable operational data. Informal systems, in particular, largely evade conventional data-collection methods. This study presents a probabilistic instance generator that produces realistic test instances for multimodal urban transportation optimization models. Journey components (travel, waiting, and transfer times) are modeled through configurable probability laws—uniform, normal, log-normal, and triangular—with parameters calibrated on formal-operator data from Abidjan and on complementary field observations of informal services (gbaka and woro-woro). Network connectivity and instance feasibility are enforced by construction. On a reference set of 1000 instances (5–24 stops, five modes), generated travel times match the Abidjan calibration target (µ = 1.62 min, σ = 1.48), all instances admit at least one origin–destination path, and generation remains under 0.1 s per mid-size instance. Sensitivity experiments on arc availability and mode-change probabilities illustrate controllable sparsity, while solver checks with CPLEX and LINGO confirm that generated instances are usable for algorithm evaluation when real multimodal datasets are unavailable. The modular architecture supports independent control of topology, modal mix, and distributional assumptions, facilitating reproducible benchmarking in data-scarce metropolitan contexts.

Instance generation multimodal urban transportation informal transport data scarcity operations research probabilistic modeling network optimization
82

On Practical Considerations for the Adoption of Worst-Case Optimal Joins in RDBMSs

Author 1: Ayoub Berdai Author 2: Kawtar Younsi Dahbi Author 3: Dalila Chiadmi Author 4: Slimane Bah

Worst-case optimal join (WCOJ) algorithms have attracted significant interest in both academia and industry due to their strong asymptotic performance guarantees. However, their integration into mature relational database management systems (RDBMSs) remains severely limited. Unlike prior theoretical surveys, this study analyzes the practical considerations for WCOJ adoption across three core query engine layers: interpretation, optimization, and execution, before extending to distributed environments. The findings indicate that the primary bottlenecks delaying widespread adoption are architectural rather than algorithmic. Specifically, WCOJ integration necessitates a fundamental shift in the optimization layer toward hybrid planning and new objective functions based on intersection costs. Furthermore, at the execution layer, the unpredictable pointer-chasing inherent to hierarchical index traversals creates severe hardware inefficiencies. By synthesizing ongoing research efforts, this survey provides a structured roadmap of engineering trade-offs to guide practitioners in successfully integrating WCOJs into conventional database architectures.

Worst-case optimal join AGM-bound join algorithms query processing
83

A Behavioral Analysis of Machine Learning for Intrinsic 3D Tree Branching Structures

Author 1: M. Charitha Lakshan Author 2: K. Damitha Sandaruwan Author 3: L. N. C. De Silva

Modeling realistic tree structures remains a challenging problem in computer graphics due to the complex interaction between intrinsic growth patterns and environmental influences. Traditional procedural methods provide strong control over environmental adaptation, while learning-based approaches aim to capture branching behavior directly from data. However, learning-based methods typically entangle intrinsic and environ-mental factors within a single representation, and are trained predominantly on procedurally generated trees, leaving their behavior under real-world structural noise largely uncharacterized. This study isolates the first half of this problem and asks how well machine learning models learn intrinsic 3D branching structure, hierarchy, geometry, and local topology, independently of environmental influence. Trees are represented as node graphs with intrinsic attributes, and local branching prediction is de-composed into a three-class topology classifier and two cascaded geometry regressors. Across controlled experiments on synthetic and LiDAR-reconstructed datasets, models trained on synthetic trees learn branching topology reliably (98.75% test accuracy), while performance degrades substantially on noisy real-world skeletons (50.29%), revealing the sensitivity of intrinsic-structure learning to data quality. Feature ablation shows that structural attributes, rather than spatial position or orientation, drive most of the predictive performance, raising classification accuracy from 55.55% to 97.80%. A perceptual study (25 participants, 625 pairwise trials) shows that generated trees are selected as more realistic in 33.4% of comparisons, a non-trivial proportion, though reference trees remain significantly preferred. Together, these findings characterize both the promise and the limits of purely data-driven intrinsic branching models, and motivate a hybrid pipeline in which learned intrinsic growth is combined with explicit environmental modeling.

Tree modeling machine learning intrinsic branching feature representation 3D tree reconstruction synthetic data behavioral analysis hybrid modeling
84

A Genetic Algorithm-Driven Framework for Convolutional Kernel Selection in Lightweight Plant Disease Classifiers

Author 1: El houssaine HSSAYNI

Foliar pathogens destroy roughly a third to two-fifths of harvestable crops each year, yet the deep convolutional classifiers that have proven most effective at automated leaf-image diagnosis carry parameter counts in the tens of millions prohibitive for the microcontrollers and low-power accelerators aboard agricultural drones and field-deployed IoT nodes. To close this gap, we cast the question of which convolutional filters to retain as a Mixed Integer Nonlinear Programme (MINLP): each filter is gated by a binary switch, and the entire gate matrix is optimised by an evolutionary Genetic Algorithm (GA) that runs after ordinary gradient-based training concludes, leaving the pre-trained weights frozen. Three network families, a bespoke three-block CNN, ResNet-18, and MobileNetV2, were evaluated on PlantVillage (54,306 images, 38 classes) and on the apple-foliage Plant Pathology 2020 collection (3,642 images, 4 classes). Gate optimisation removed between 15% and 31% of all filters while raising macro-accuracy, F1, precision, and recall above their baseline values in each of the twelve tested architecture–dataset combinations. Against five reference methods (ℓ1, T ℓ1, structured pruning, knowledge distillation, and no compression), our scheme was strictly superior in every cell of the comparison table (p<0.05, Wilcoxon test). Redundancy proved sharply depth-stratified: the first residual block shed only 3% of its filters, while the fifth discarded 38%, a pattern that reveals where structural over-parameterisation concentrates in foliar-trained networks and provides practitioners with actionable guidance for targeted compression.

Plant disease detection convolutional filter selection binary optimisation genetic algorithm structural redundancy
85

A Binary Cascade Framework for Gut Microbiome Classification in Inflammatory Bowel Disease: Few-Shot LLMs, Co-Abundance Graphs, and Clinical Narrative Encoding

Author 1: Nouhaila En Najih Author 2: Ahmed Moussa

Subtyping inflammatory bowel disease (IBD) from gut microbiome sequencing data is a clinically demanding problem. Cross-cohort variability is large, and models trained on one dataset often fail on another. In this work, we propose a binary cascade pipeline that splits the three-class problem —healthy control, Crohn’s disease (CD), and ulcerative colitis (UC) — into two independent binary classifiers optimized at each stage separately. A key component of the pipeline is a clinical narrative encoding strategy (P4) that converts centered log-ratio (CLR) microbial abundances into structured biomedical text, allowing a large language model (LLM) to apply its pre-existing biomedical knowledge without any fine-tuning. We evaluate Gemini-2.5-Flash under two encoding schemes, six few-shot sizes (k ∈ {2, 4, 6, 8, 10, 14}), and two example-selection strategies across three random seeds. The pipeline is benchmarked against a co-abundance graph neural network (GNN) and five supervised classifiers on an internal holdout set and two external cohorts: Dataset 30 (n = 30) and IBD423 (n = 423). P4 encoding achieves Macro-F1 of 0.539 ± 0.024 on Control vs. IBD and 0.585 ± 0.011 on CD vs. UC, without any gradient updates. On external CD vs. UC validation, Gemini reaches F1 = 0.873, matching the best supervised baseline while outperforming all tree-based and graph-based methods. Centroid-based few-shot selection outperforms random selection by 5.2 percentage points. The results indicate that grounding microbial measurements in clinical language is a practical route to interpretable, training-free IBD classification.

Inflammatory bowel disease gut microbiome large language models few-shot learning graph neural networks 16S rRNA clinical narrative encoding binary cascade centroid selection
86

Learning When to Wait: A Lightweight Binary Decision Framework for Container Migration in Edge Computing

Author 1: Yasmeen Abu-Haltem Author 2: Sawsan AlShattnawi

Container migration is one of the important techniques used to provide the continuity of services in Multi-access Edge Computing environments. Services are migrated from edge servers to follow the mobility of users among the available edge servers. Nevertheless, current strategies do not take into account the cost that a container migration causes in terms of downtime, bandwidth consumption, energy cost, and the possible occurrence of failures during the process. In this work, a lightweight pre-migration binary decision framework is introduced that works as a gatekeeper before any migration attempt. According to the actual state of the system, the framework decides at each epoch whether to migrate or not, classifying the epochs into Migrate and Wait categories. The training labels are obtained through a counterfactual approach using simulated data generated using the EdgeSimPy simulation tool. The Decision Tree classifier has been chosen as the main classifier due to its minimal computing complexity and interpretability. The effectiveness of the suggested framework is measured on the basis of comparison with three baseline policies, including always migrate, never migrate, and a latency-threshold rule, along with multiple machine learning models and deep learning models, and such metrics as accuracy, precision, recall, F1-score, AUC, and runtime performance metrics. It is shown that the suggested solution outperformed all three baseline policies along with the machine learning and deep learning models, proving that an intelligent decision-making stage is essential in Multi-access Edge Computing.

Multi-access Edge Computing container migration machine learning Decision Tree mobility management service continuity
87

A Geospatially-Aware Hybrid Deep Learning Framework for Violence Detection and Sentiment Analysis in Airline Reviews

Author 1: Fahad Alanazi Author 2: Osama Rabie Author 3: Wafi Bedewi

Passenger reviews and feedback provide valuable operational insights for the aviation industry. However, existing sentiment analysis approaches rarely capture safety-related signals such as aggressive or violent language, and they often overlook the integration of geographic context. This study pro-poses a geospatially-aware deep learning framework for sentiment classification and violence detection in airline passengers reviews. A three-class dataset was developed using 5,475 airline passenger reviews, including 300 manually verified Skytrax re-views containing aggressive, violent, abusive, or threat-related narratives. Several machine learning and deep learning models were evaluated, including TF-IDF with SVM, TextCNN, a parallel CNN-BiGRU model with attention, BiLSTM, and fine-tuned DistilBERT. Experimental results demonstrated that DistilBERT achieved the best overall performance obtaining 88% accuracy, macro F1-score of 0.874 , and an F1-score of 0.87 for the violent/aggressive class. Furthermore, the proposed framework integrates a geospatial analysis layer that links review predictions with route-level coordinates to identify geographic concentrations of adverse passenger experiences. The findings demonstrate the feasibility of combining sentiment analysis, violence detection, and geospatial intelligence into a unified aviation analytics framework that supports safety-oriented operational monitoring and decision making.

Hybrid deep learning ensemble learning natural language processing geospatial intelligence violence detection passenger experience
88

Regulatory-Compliant EEG Stress Recognition Using CNN–Transformer Models with Feature Unlearning

Author 1: Yusra Author 2: Riaz UlAmin

Stress recognition based on EEG data can be useful for healthcare, workplace safety, and mental health monitoring, among other applications. However, most studies do not consider how sensitive EEG data can reveal users’ cognitive and affective information. Existing models also do not offer participant data erasure methods that address compliance with data protection regulations (e.g., GDPR). In this regard, we present an improved hybrid Convolutional Neural Network (CNN) and Transformer model with Selective Feature Unlearning. The CNN improves the model’s ability to classify EEG signals based on spatial features, while the Transformer model improves classification by capturing the long-range temporal features of EEG data. A major novelty of the proposed framework is the use of Machine Unlearning (MU) to remove participant-specific data without requiring full model retraining. The proposed model also demonstrates that the privacy-aware unlearning model achieves a higher classification accuracy of 96.59%, compared with the baseline model’s accuracy of 95.67%. This EEG-based stress recognition system preserves participant privacy without compromising classification performance. The proposed approach can also be adapted to other stress recognition systems and privacy-sensitive applications.

EEG Mental stress recognition CNN-transformer machine unlearning privacy GDPR compliance
89

Hybrid State Estimation and Recurrent Neural Networks for Supply Chain Disruption Detection

Author 1: Mohamed Amine Frikha Author 2: Mariem Mrad Author 3: Younes Boujelbene Author 4: Yasser Mohamed Ayad Soliman

Ensuring robust and resilient operational performance in modern supply chains is increasingly important as logistics systems become more digitalized, interconnected, and data-driven. Although these technological advances improve efficiency and visibility, they also introduce new vulnerabilities to supply chain fraud, inventory manipulation, procurement irregularities, and operational disruptions. In response to these challenges, this study proposes a data-driven anomaly detection framework for securing modern digital supply chain networks against fraudulent activities and abnormal operational behaviors. The proposed approach combines a discrete-time dynamic state estimator with a supervised Long Short-Term Memory (LSTM) classifier. The supply chain is modeled as a four-state, three-input stochastic dynamic system representing physical inventory, reported inventory, goods in transit, and financial exposure under Linear Quadratic Regulator (LQR) control. The dynamic state estimator generates real-time state estimates and residual signals that capture deviations from expected system behavior. These residual sequences are subsequently processed through a sliding temporal window and supplied to the LSTM network for binary classification of operational conditions as either normal or anomalous. Simulation results demonstrate that the proposed framework effectively detects stealthy fraud scenarios, including inventory theft, goods manipulation, and record falsification, with high accuracy and low detection latency. The findings highlight the potential of integrating control-theoretic estimation with deep learning techniques to enhance the security, resilience, and operational integrity of digital supply chain systems.

Supply chain fraud operational risk management dynamic state estimation LSTM networks innovation residuals anomaly detection state estimation