NPS Australia Submission System
Global Diabetes Mortality Analysis: A Reproducible WHO Data-Driven Study of Trends, Regional Disparities, and Prevalence-Mortality Relationships (2000–2014)

This study’s principal contribution is a fully transparent, error-checked framework for analyzing global diabetes mortality by jointly harmonizing WHO mortality (GHE) and prevalence (GHO) data across 190 countries, a pairing rarely attempted in the existing literature. The analysis explicitly identifies and removes aggregate entity rows that silently inflate summary statistics in comparable WHO-based studies, corrects for the non-independence of repeated country-year observations through annual cross-sectional sensitivity checks, and applies both parametric (Pearson) and non-parametric (Spearman) correlation tests to confirm that raw prevalence is a statistically significant but practically negligible predictor of absolute mortality. Through an income-group stratified comparison, the study further shows that healthcare system capacity, rather than disease prevalence, plausibly drives the widening mortality gap between high-income countries and LMICs. Collectively, this offers a reproducible template for future multi-country WHO-based analyses rather than a new statistical method.

Adaptive Self-Consistency Prompting for Cost-Efficient Reasoning in Large Language Models

This work examines Adaptive Self-Consistency, an
efficiency-focused prompting strategy for large language models,
evaluated on the GSM8K grade-school math benchmark. Rather
than drawing a fixed batch of reasoning traces up front, the
method samples reasoning paths one at a time and halts as
soon as the model outputs reach sufficient agreement, acting as
a decision boundary rather than committing to a fixed sample
count. The approach is compared against a plain single-pass
Chain-of-Thought baseline and against fixed Self-Consistency
with k = 10. A train/test split is used for threshold tuning and final
evaluation respectively, and both accuracy and the mean number
of model calls per question are reported as a cost proxy.

Automated Quality Control in Textiles: A Computer Vision Blended Approach to Fabric Defect Detection

Equal contributions for all authors

BulaQ: An intelligent mobile Queue Framework with dynamic service allocation and ML-driven wait time prediction

Presents a lightweight mobile queue-management architecture that integrates virtual ticketing, real-time Firestore synchronisation, branch-isolated queues, active-counter-aware waiting-time estimation and proximity-based notifications within a single Android application. Its most distinctive element is the adjustment of expected queue throughput according to the number of active service counters, offering a low-infrastructure solution suitable for regional service branches

Evaluation of AVR Performance Using PID, ANFIS, and ANN-Based Controllers Under Time-Domain Analysis

This research contributes a standardized AVR evaluation framework that fairly compares PID, ANFIS, and ANN controllers under identical simulation conditions. The study reveals the distinct advantages of each controller: PID provides the best damping performance, ANFIS offers a balanced adaptive response, and ANN achieves the fastest transient behavior. The proposed comparative methodology reduces inconsistencies in AVR controller evaluation caused by different experimental setups and provides practical guidance for selecting suitable control strategies.

Crop Yield Prediction Using Explainable Machine Learning on Multi-State Agricultural Data

The research encourages a data-driven approach to forecasting yields with agronomic statistics that are readily available: historical data on crop type, growing season, area cultivated, production, annual rainfall, fertilizer use and pesticide use in several states and years. This work fills the gaps in the previous studies with
six main innovations:
1) Formal Data-Quality Audit: Documentation of missingness, outliers, temporal coverage prior to modelling. All papers reviewed omitted this, as well.
2) Target-Leakage Detection and Correction: We expose a previously unflagged target-leakage issue in Sharma et al. A model trained on area and production reached
R2 = 0.9950 compared to 0.0781 without production, inflating reported accuracy by 0.9169 R2 points. This likely explains the 98.96% claimed accuracy. We exclude production and all proxies from the feature set.
3) Variance-Decomposition Audit: We demonstrate via within-cell variance analysis that fertilizer and pesticide columns encode state-year intensity rates, not crop
specific dosages. We document this structural dependence explicitly.
4) Multi-Split Generalization Testing: Beyond standard random splits, we evaluate under temporal (train less than or equal to 2015) and spatial (6 unseen states)
schemes. A 0.1251 R2 generalization gap between random and spatial splits confirms and quantifies the caution in prior work that standard splits overstate real
world performance.
5) Rigorous Uncertainty Quantification: Split-conformal prediction intervals are validated for empirical coverage (94.17% at 95% target). This validation step is absent from all reviewed papers. Practitioners receive calibrated confidence bounds, not point estimates alone.
6) Explainability and Transferability: TreeSHAP with interaction values reveals that prior-year yield and 3 year rolling mean dominate (0.377 and 0.314 impor
tance). This extends single-feature attribution to explicit interaction effects. Leave-One-Crop-Out analysis shows R2 ranges from 0.879 for wheat to negative 0.346 for sugarcane. This surfaces a previously invisible unseen crop transfer gap, a limit no single-crop or few-crop study could uncover.

An Explainable EfficientNetB0-Based Framework for Multi-Class Retinal Disease Classification Using Fundus Images

The significant contribution of this research is the development of an EfficientNetB0-based framework that integrates CLAHE-based preprocessing, offline brightness and contrast augmentation, and Grad-CAM++ interpretability for robust and explainable five-class retinal disease classification using the clinically validated FD3611 dataset.

Variable Renewable Energy Solutions for Small Island Developing State: Comparative Analysis of Capacity Factor and Levelized Cost of Energy (LCOE)

As a Small Island Developing State (SIDS), Mauritius has a greater obligation to transit towards renewable sources of energy to minimize its dependency on fossil fuels, reduce the environmental impacts and enhance its resilience against volatility of fuel prices. Bagasse was the main source of renewable biomass for co-generation thermal facilities on the island, accounting for 8.8 % in the overall energy generation in 2024. Besides bagasse, other sources which contributed towards renewable energy, namely hydro and common Variable Renewable Energies (VREs) such as solar Photovoltaic (PV) and wind accounted for 4.0, 4.6 and 0.33 % in the overall energy generation, respectively. Moreover, the contribution of VREs between 2014 and 2024 in the total energy generation displayed only a marginal increase from 0.1 to 4.93 %. This study was therefore conducted to probe into some of the determinant factors affecting the transition towards renewable energy in Mauritius by analyzing key techno-economic metrics such as the Capacity Factor (CF) and the Levelized Cost of Energy (LCOE). Analysis of CF showed that IPP-thermal displayed highest CF at approximately 80 % in contrast to CEB-thermal which was far lower at about 37 %. On the other hand, CF for VREs were significantly lower than thermal ones at approximately 15 %. The higher CFs observed in thermal plants were driven by their continuous fuel supply with newer generators, such as from IPP thermal, postulated to provide greater CF owing to their higher efficiency. Despite bearing a significantly higher LCOE value in comparison to VREs due to a higher upfront investment and operational costs, SIDS mainly depend on non-renewable sources like thermal to provide a stable and high-efficiency baseload. Moreover, with the abundance of solar irradiance and relatively lower LCOE, VREs still remain a viable solution to achieve long-term energy security for SIDS located in the tropics amid increasing geopolitical instability.

A Computational Method for Identifying Detached UAVs in Autonomous Swarms

For any autonomous swarm UAV operation, detached UAV identification is crucial. At any point during the operation, such as while traveling the mission path to the Target of Interest (ToI), doing the task assigned to the ToI, and returning to the base station, the UAV can be detached. The recovery method might be fairly simple if we can identify separated UAVs, and the swarm could carry out its designated duty accurately. To build a swarm area, we gather border UAVs. However, every boundary UAV should have a communication link within at least one hop neighbor’s communication range. Because of this, we used the convex hull approach to first choose boundary UAVs for this study. Next, a recursive method was used to update the list of border UAVs and determine the swarm area. Following that, we checked to see if any UAVs were located inside or outside of this swarm region. The swarm is in good topology if any UAV is present in the swarm region; otherwise, it is regarded as disconnected from the swarm. For proof testing, we solve the Point-in-Polygon problem using ray crossing points and the signed angle geometric approach.

Progressive Knowledge Distillation from RoBERTa to a Lightweight GRU-Based Student for Efficient Text Classification

• A non-Transformer student architecture (RoBERTa-initialized embeddings + BiGRU +
multi-head attention) that shows effective distillation is possible across architectural families, not only within the Transformer family.
• A progressive hybrid distillation objective combining soft, hard, sequence-level,
and representation-alignment losses under a dynamic, curriculum-based schedule, together with a three-stage training and Optuna-based hyperparameter search proto-
col.
• Rigorous cross-domain statistical validation: bootstrap AUC confidence intervals and DeLong significance testing on both a single-domain (IMDB) and a mixed multi-domain (IMDB + Yahoo + Yelp + custom) benchmark, quantifying not just the average accuracy–efficiency trade-off but its statistical stability.
• A quantified efficiency–accuracy operating point: 94.8% parameter reduction, 13.27× memory efficiency, and 2.71× latency reduction at >94% retained accuracy,
benchmarked directly against TinyBERT, DistilBERT, MobileBERT, FastBERT, and PKD.

Explainable Multi-Class Mental Health Detection from Social Media Text Using Machine Learning and Transformer Models: A Comparative Study with Multi-Level SHAP Analysis

Mental health disorders affect a substantial share of
the global population, yet stigma and limited access to care leave
many cases undiagnosed, while social media passively captures
large-scale linguistic evidence of psychological distress. This
paper presents an explainable framework for fine-grained, multiclass mental health detection from social media text spanning
seven categories: Normal, Depression, Suicidal, Anxiety, Bipolar,
Stress, and Personality Disorder. Using a cleaned corpus of
52,681 posts, we benchmark four classical machine learning
classifiers (Logistic Regression, Linear SVM, Random Forest,
and XGBoost) trained on SMOTE-balanced TF–IDF features,
together with a BiLSTM deep learning baseline and a fine-tuned
DistilBERT transformer. DistilBERT achieves the best overall
performance, reaching 78.95% accuracy and a macro F1-score
of 0.7656, outperforming all lexical and recurrent baselines.
McNemar’s test confirms that this improvement is statistically
significant (χ2 = 120.35, p < 0.001). To improve transparency,
SHapley Additive exPlanations (SHAP) are applied to the XGBoost classifier to identify influential linguistic features at the
global, per-class, and instance levels. A qualitative case study
further demonstrates that the transformer captures implicit,
metaphorical expressions of psychological distress that purely
lexical models frequently misclassify while also highlighting
remaining failure cases. The proposed framework combines competitive predictive performance with multi-level interpretability,
providing a transparent foundation for AI-assisted mental health
screening.

Hydrogen Storage Performance of a Novel Pentagonal ZnTe₂ Monolayer: A Computational Study

Hydrogen storage capacity of a pentagonal
ZnTe2 monolayer was investigated in this work by
performing DFT calculations. The optimization process of the
monolayer structure was performed first. Later on, the
structural stability, electronic properties, and hydrogen
adsorption were studied. Hydrogen adsorption was
performed on ZnTe2, and the results confirmed that
increasing the number of hydrogen molecules increases the
storage capacity from 4.21 wt% to 11.17% wt%, while the
adsorption energy decreases from -0.2287 eV to -0.2061 eV,
indicating a physisorption-dominated interaction fitting for
reversible hydrogen storage. The negative adsorption energies
indicate that the hydrogen molecules can be adsorbed on the
pristine ZnTe2 layer. Hydrogen adsorption also changes the
electronic properties of ZnTe2, causing a change from semi
conducting behavior to metallic with no bandgap due to
contributions from H-s orbitals near the Fermi level. The
calculated desorption temperature ranging from 263- 292 K
suggests suitable thermodynamic conditions for practical
hydrogen release. These results signify that pentagonal ZnTe2
is a favorable candidate for efficient and reversible hydrogen
storage applications.

A Context-Aware XGBoost Framework for Vulnerability Remediation Recommendation Using GitHub Security Advisories

Severity alone is an unreliable measure for vulnerability remediation decisions as there are also operational response factors based on software ecosystem, advisory, and textual context. In this paper, a context-aware framework of remediation recommendation is proposed that is derived from GitHub Security Advisories (GHSA). The framework consists of three priorities of operation: Immediate Patch, Scheduled Patch and Monitor, based on deterministic rulebased policy, learns to approximate these priorities from contextual information, and withholds variables that generate labels from the predictive feature set. This creates a set of 2,417 instances of vulnerabilities, 2,195 Scheduled Patch, 135 Monitor and 87 Immediate Patch. The problems of severe class imbalance are solved by providing accuracy, balanced accuracy, weighted-F1, macro-F1 and class-wise metrics. Fivefold stratified evaluation shows that XGBoost achieves 86.88% ± 0.95% accuracy, 0.5563 ± 0.0316 balanced accuracy, 0.8694 ± 0.0064 weighted-F1, and 0.5270 ± 0.0218 macro-F1. For the minority-class the results of Immediate Patch and Monitor are significantly poorer than those for Scheduled Patch. The weighted F1 of the Full Non-Leaky Context is 0.8727 from the results of the ablation test. SHAP analysis reveals that the predictive signal that is dominant is semantic information. Results confirm the context heterogeneity and reveal rulederived labels and difficulty of minority classes as major limitations.

AI-Driven Sustainable Medical Waste Management A Conceptual Optimization Framework

The rapid expansion of healthcare services has dramatically increased the generation of medical waste, posing serious problems for the environment, the economy and public health. Conventional medical waste management systems are still mostly reactive, based on static scheduling, manual separation and cost-based routing strategies that do not consider sustainability. To overcome these shortcomings, an AI-based conceptual optimization approach covering predictive analytics, intelligent segregation and sustainability-oriented routing is proposed in this study in a unified decision support architecture. A PRISMAbased systematic screening of 85 research articles was conducted from which 21 high relevance studies were selected for identifying critical research gaps. The results of the analysis found that the existing works mainly focus on waste characterization or AI-based classification, routing optimization, or sustainability assessment separately without combining the key elements into one. The proposed model incorporates waste generation forecasting into a multi-objective vehicle routing formulation that optimizes operational cost, vehicle travel distance and carbon emission simultaneously. By connecting the outputs of AI-driven predictions and optimization decisions, the framework makes it possible to improve proactive scheduling, vehicle utilisation, compliance with regulations and reduce environmental impact. The framework offers a flexible and scalable decision support architecture for sustainable medical waste management in smart healthcare systems and serves as a solid basis for its future computational implementation and validation in real-world applications.

Optical Performance Analysis and Thickness Optimization of a MAPbI₃-Based Two-Terminal Perovskite Tandem Solar Cell Using FDTD Simulation

The main contributions of this paper are: (i) A compact two terminal MAPbI3-based tandem optical model, (ii) incorporating wavelength dependent optical constants for ITO, MAPbI3, TiO2, Spiro-OMeTAD, Ag, and Al, (iii) analyzing the thickness dependent absorption, reflection, transmission, and photogeneration, and (iv) identifying a practical absorber thickness window near 0.5-0.6 µm for balanced tandem optical operation.

What Fairness Changes in Synthetic Data? A Controlled Audit

We hold a tabular GAN backbone fixed and vary only the fairness term, isolating what a parity constraint does from what an architecture does. Fairness parity on the synthetic table does not reliably transfer to the downstream model. The cost lands on subgroup representation and on one group’s utility. We also introduce α, computable before any model is trained, to show which group’s outcome distribution changes more when parity is imposed.

Band-Offset-Governed Design of Lead-Free SrTaO2N Wide-Bandgap Perovskite Solar Cells: A SCAPS-1D Study of Different ETL/HTL Configurations

This work establishes a SCAPS-1D design framework for SrTaO2N wide-bandgap solar cells by combining six ETL/HTL configurations with signed band-offset analysis. A controlled one-factor rear-ΔEV sensitivity study further isolates the voltage-loss mechanism, showing an almost linear reduction in VOC while JSC remains nearly unchanged. The results provide a bounded interface-design rule for improving voltage retention in STON-based devices and support its future assessment as a lead-free tandem-top absorber.

From Text to Beams: Understanding the Role of Representation, Generation, and Linear Decodability for LLM-Based mmWave Beam Prediction

Large language models (LLMs) are increasingly
proposed as flexible reasoning components for 6G wireless
systems, including integrated sensing and communication (ISAC)
pipelines. In these systems, beam management decisions may
depend on heterogeneous and unstructured contextual information.
Previous work has integrated LLMs into beam prediction
through fine-tuning or trainable embedding adapters. However,
an important question remains open: Does a frozen generalpurpose
LLM lack the reasoning ability for this task, or can it
understand the task but fail to express the correct answer as text?
This work addresses this question directly. We study mmWave
beam prediction from natural-language scene descriptions using
DeepMIMO ray-traced channels. We compare two approaches:
directly prompting a frozen LLM to generate a beam index
and extracting its frozen internal hidden-state representation
for beam prediction using a lightweight classifier. We evaluate
two independent model families, Qwen2.5 and Llama, with
models ranging from 1.5B to 8B parameters. We test two
DeepMIMO scenarios and three random seeds. We also compare
our methods with geometric, majority-class, and MLP baselines.
The embedding-probe approach outperforms direct generation
by 2–6× in Top-1 beam accuracy. Increasing model size also
improves generative accuracy, while probe accuracy remains
almost unchanged. This pattern appears consistently in both
model families. These results indicate that the frozen LLM
representations encode substantially more beam relevant information
than is expressed through direct text generation. Frozen
LLMs can capture useful information for beam prediction, but
they often struggle to express the correct beam index through
generated text. This limitation is also not specific to a single
model architecture or training recipe. Therefore, we propose a
clear design guideline for LLM-assisted ISAC systems: extract
features from frozen LLM representations instead of relying on
generated text output.

LandGEM-Based Techno-Economic Assessment of Landfill Gas-to-Energy Recovery in Chattogram.
GAN-Augmented LSTM Framework for Smartphone-Based Human Activity Recognition and Early-Stage Diabetes Risk Assessment

This research contributes to the field in several key ways. First, it introduces a novel application of Human Activity Recognition (HAR) extending it beyond conventional uses like step-counting and fall detection into early diagnostic screening for Type-2 Diabetes by correlating daily activity patterns with known diabetic symptomatology. Second, it addresses the persistent data-scarcity challenge in deep learning-based HAR by demonstrating that GAN-generated synthetic sensor data can meaningfully augment limited real-world datasets, improving LSTM classification accuracy (98.48% vs. 97.79% on real data alone) offering a reusable strategy for HAR researchers facing similar data constraints. Third, the framework achieves reliable recognition at a low 1 Hz sampling frequency, in contrast to the 50 Hz typically used in prior work, making continuous 60-day passive monitoring on smartphones significantly more battery-efficient and practically deployable. Fourth, rather than a binary outcome, the proposed cosine-similarity-based risk score provides a graded, clinically interpretable risk estimate, which was validated against an independent A1C biomarker (6.1%), lending external clinical credibility to the approach. Collectively, this positions the work as a low-cost, non-invasive pre-screening tool with potential to identify at-risk individuals particularly relevant given that a large proportion of diabetes cases worldwide go undiagnosed while also laying groundwork for future real-time, activity- and diet-aware insulin-dosage recommendation systems.

ECLI-Agent: A Retrieval-Augmented LLM Framework with Explainable and Counterfactual Reasoning for Personalized Intervention in Sustainable E-Learning

Counterfactual actionability: the proposed Counterfactual Actionability Test (CAT) moves beyond feature importance by determining whether a feasible change in an actionable learner feature can produce a meaningful reduction in predicted risk.
2) Verified retrieval-grounded intervention generation: intervention language is generated from retrieved evidence, while counterfactual targets, risk values, evidence identifiers, and final verification remain outside the LLM and are handled deterministically.
3) Evaluation beyond predictive accuracy: the framework is assessed through full-cohort counterfactual actionability, subgroup analysis, Direct-LLM versus RAG+LLM comparison, and a frozen unseen evaluation with fallback and abstention.

The Role of Artificial Intelligence in Strengthening Public Health Systems
Automated Rice Leaf Disease Detection Using Deep Feature Extraction and Machine Learning Classification

This research introduces an InceptionV3 and EfficientNetB0 based deep feature extraction hybrid with PCA dimensionality reduction and multi-classifiers based machine learning for leaf disease detection of hybrid rice. The proposed InceptionV3 – PCA – SVM model reached an accuracy of 99.66% and a mobile application was also developed offline for real-time disease detection without the need for internet connectivity.

Fostering Sustainable Entrepreneurial Intention among University Students in Bangladesh: The Roles of Digital Skills, Entrepreneurship Education, and Innovation Orientation

This paper studies a sustainable approach towards the fostering of Sustainable Entrepreneurial Intention among University Students in Bangladesh. Here, the focus is mainly on the Roles of Digital Skills, Entrepreneurship Education, and Innovation Orientation

IoT-Enabled Pneumatic Piston Load-Cell Water-Level Sensing and LoRa Mesh Networking for Automated Alternate Wetting and Drying (AWD) Irrigation Management in Rice Cultivation

Alternate Wetting and Drying (AWD) is a water saving rice irrigation method known to decrease irrigation water inputs by up to 38% with little impact on the yield. In practice, though, AWD application faces limitations due to the need for regular in-field visits, where a farmer comes to a water permeable tube placed in the field and measures the water depth with a tape measure one or two times per day. In this work we propose an automation of the classic AWD monitoring tube with the help of an Internet of Things (IoT) sensor based on the pneumatic load cell transducer: rising water level compresses the sealed air column inside the pipe, the air pressure is transferred through a narrow riser pipe to a roadside pole where the compressed air displaces a piston (syringe barrel in the prototype), the displacement is measured with a load cell connected to an Arduino Nano which sends the data via LoRa multi-hop wireless network to a mother node with GSM connectivity and cloud server. The mobile application integrates the live water-depth feed, planting date input, rice growth stage specific water requirement model, and free weather forecast data to give suggestions on or automatically control the pump operation. The sensor is completely isolated from standing water, does not require any active power consumption for ranging like ultrasonic and vision sensors, and scales across the field independently of the presence of gateway nodes via mesh communication.

Do Digital Transformations Ensure Sustainable Education in the HEIs? A Conceptual Framework Based on TOE and RBV

Higher education Institutions (HEIs) all around the world are experiencing a dramatic digital transformation that is altering teaching, learning, research, and institutional governance. The COVID-19 pandemic has expedited digital transformation, which has developed from an emergency response to a strategic requirement for institutional resilience, competitiveness, and long-term sustainability. Hence, this study aims to investigate whether digital transformation confirm sustainable education in the HEIs. Current paper is relevant as it examines the relationship between digital transformation and sustainable education in HEI which also align to the United Nations Sustainable Development Goals 4 (SDG-4) like ensuring inclusive and equitable quality education and promote lifelong learning opportunities for the students. Moreover, this study contributes to SDG 9 (Industry, Innovation, and Infrastructure) and SDG 17 (Partnerships for the Goals). Based on TOE and RBV models, a conceptual framework has been developed and suggested four independent factors (digital infrastructure, digital competence, Technology-enabled Teaching–Learning Practices, and supportive policies), one moderating factor (adequate funding), as well as one dependent factor like sustainable education. Using quantitative research, firstly, different Private Universities will be selected based on stratified sampling technique and secondly, 230 responses will be gathered from faculty members and students utilizing judgmental sampling procedure. Structural Equation Modeling (SEM) with Smart PLS software will be used to analyze the collected data. The paper extends TOE and RBV models by integrating additional constructs and offers valuable theoretical, managerial, economic, and social implications.

A Webcam-Based Gaze-Aware Human–Computer Interaction Framework for Hands-Free Digital Reading and Context-Aware LLM-Assisted Text Understanding

Reading from digital text sources such as PDF documents, word processor documents, and web e-books involves extensive use of manual scrolling and pointing, which can be slow, physically demanding, and difficult for users with reduced dexterity in their hands. In this paper, the design and development of a cost-effective, calibration-based, webcam-only eye tracking technology that translates normal eye movements into a hands-free reading experience is presented. The system employs Google’s MediaPipe Face Mesh approach to detect the face, eyes, and irises of the user, estimate the distance of the user from the screen based on the number of pixels between the eyes, and construct a custom-made screen map with nine points (4 corner points plus the center) through a calibration process done for each user. As reading takes place, the system uses the computed position of the gaze to automatically highlight the line being read and scroll down when the last line of view is reached. An easily calibrated Eye Aspect Ratio (EAR) double-blink detector triggers a deliberate double-blink in relation to the fixated word or sentence; in response, the system opens a temporary side panel, where a locally hosted or API-based large language model (LLM) creates a brief explanation for the selected piece of text, and after that closes the side panel when detecting the second double-blink. Contrary to previously developed eyetyping, eye-scrolling, and magnification technologies that considered eye movement only as a pointing device, the novel system combines the function of eye-based reading position tracking with the blink-gated, on-demand AI-based explanation generator in a closed feedback loop. We provide a detailed description of the system architecture, calibration and gaze mapping algorithm, blink gesture state machine, and LLM integration process. We further explain the novelty of this approach in the context of eye-typing, gaze-contingent display, and assistive reading techniques. We next provide an overview of the evaluation procedure followed during the pilot study along with the measures (fixation mapping error, scrolling accuracy, blink detection error rate, and usability scores) that are being used in our main study.

Enhancing Bark-Based Tree Species Recognition through Hierarchical Local and Global Feature Learning

We propose a transfer-learning-based Swin-Tiny model with a customized classification head for hierarchical local and global feature representation of bark imagery.

We systematically evaluate four pretrained transformer architectures, namely DeiT-Tiny, ViT-Base, Swin-Tiny, and BEiT-Base, along with the proposed Swin-Tiny model under a consistent experimental framework for bark-based tree species recognition.

We validate the proposed model using accuracy, precision, recall, F1-score, and Cohen’s kappa and compare its performance with existing methods. The proposed model achieves 97.00\% accuracy, 95.17\% and macro F1-score, outperforming the best existing method in accuracy by approximately 9.58%.

Post-Training INT8 Quantization of MobileNetV3 for Efficient Chest X-Ray Classification on Edge Devices

This research investigates post-training INT8 quantization of MobileNetV3 for efficient chest X-ray classification on resource-constrained edge devices. The study provides a comparative evaluation between the original FP32 and quantized INT8 models in terms of classification performance, model size, and inference latency. The proposed approach achieves substantial model compression while maintaining competitive diagnostic performance, demonstrating the potential of post-training quantization for developing lightweight and practical AI-based medical image classification systems for edge deployment.

Techno-Economic Feasibility of PV-BESS Based Power Generation for Naval Bases in Bangladesh

An increased demand for electricity and the need
for energy resiliency has increased interest in renewable energy
deployment in the critical infrastructure sector. In this paper,
techno-economic feasibility study of solar photovoltaic (PV) and
battery energy storage system (BESS) at Naval Base Chattogram,
Bangladesh has been explored. The design of the 3,095 kWp
rooftop PV is done with PVsyst 7.4.7 on ten buildings and shoreside structures, resulting in 3.41 GWh of energy yield per year,
and a performance ratio of 73.53%. The power flow management
system was designed in MATLAB, and tested using 2,184 hours
of actual load data to control the power flow between the PV
system, battery storage and the utility grid for the following
five operating modes. The proposed system can achieve selfconsumption rate of 74.7% from the solar energy and exports the
surplus energy in 21.8% of the monitored time while the battery
is always maintained within the recommended SOC range. The
levelized cost of energy is BDT 7.81/kWh, the discounted payback
is 8.4 years, the internal rate of return is 19% and the NPV is
BDT 17.70 crore (based on economic analysis). Furthermore, the
system is estimated to be able to reduce the carbon emissions by
around 1,051 tCO2/year. The results clearly show the technical
feasibility, economic attractiveness and scalability of PV-BESS
for Bangladesh Navy shore establishments

Development of a Piezoresistive E-Textile Sock for In Situ Dynamic Plantar Pressure Assessment

This study develops a low-cost, comfortable, and footwear-independent textile-based plantar pressure sensing sock using piezoresistive Velostat and conductive thread. Unlike conventional rigid insole-based systems, the proposed design integrates sensing elements directly into a wearable sock to monitor pressure at the heel and forefoot during natural walking. The system combines textile sensing, microcontroller-based data acquisition, digital signal filtering, and real-time feedback, providing a practical platform for dynamic plantar pressure monitoring and future objective orthotic assessment.

A Survey on Security Operations Centre (SOC) Analysts: Challenges and Future Trends

1. Identifies that effective SOC performance depends on a balanced integration of people, processes, and technology, rather than technology alone.
2. Highlights the need for standardized SOC maturity benchmarks and hybrid analyst-performance frameworks that combine quantitative metrics with qualitative assessment.

Transfer Learning for Dermatological Image Classification: A Comparative Study of Adaptation Strategies under Leakage-Aware Evaluation

The main contributions of this paper are:
• A unified framework for comparing transfer-learning
strategies and ImageNet-pretrained CNNs under identical
experimental conditions.
• A dataset auditing method that identifies duplicate and
near-duplicate images using feature similarity and geometric verification.
• An analysis of how many images in a widely used hair
and scalp disease dataset are genuinely unique.
• A comparison of naive image-level splitting against
lesion-grouped splitting on HAM10000.
• An examination of how model-specific input preprocessing affects reported results, showing why consistent
settings matter when comparing transfer-learning models.

A Steganographic Method Using Entropy-Aware Contrastive Sampling and Reed–Solomon Coding for LLM-Generated Text

Headline contributions

AEGIS is the first system in this comparison to survive an active-tamperer attack at all. Combining AES-256-GCM, a from-scratch Reed–Solomon code over GF(256), and a self-synchronizing word-level channel, it recovers the byte-exact secret in 8 of 12 attack cases (67%): substitution, swap, and sentence injection at both 5% and 10%, plus insertion and truncation at 5%. All seven reproduced baselines (AC-2/6, ADG, Discop, OD-KL/OD-TV, LLM-Stega) collapse to 0% recovery the moment any edit is applied. That gap (Table IV, Fig. 2 left) is really the paper’s central empirical claim.
Zero wrong emissions, guaranteed by construction rather than observed by luck. Every decode is gated by AES-GCM tag verification — a corrupted candidate passes only with probability ≈2⁻¹²⁸ — so the four unrecovered cases come back as an explicit refusal (⊥), never a silently wrong secret. This is validated as a unit test before any attack runs at all: Table II shows 3,000/3,000 correct decodes at and under the certified RS budget, and 0/3,000 wrong answers even one symbol past it.
Entropy-aware contrastive sampling for the stealth mode, targeting an optimized distribution under an explicit KL budget δ = C·H(P). At C = 0.01 on GPT-2-XL, ACS-RS-OD reaches AUC 0.792 — the same range the paper benchmarks it against for AC-6 (0.712) and LLM-Stega (0.726) — while posting the best semantic similarity in the entire comparison (0.424) at roughly a fifth of their perplexity, and, unlike either of them, still recovering 67% of messages exactly after attack instead of 0%.
A shared evaluation harness that makes the field’s numbers comparable for the first time. Eight baselines reproduced under identical conditions — same 9,000 prompts, same warden, same seed — rather than compared against each paper’s own reported figures. The paper shows this matters: Discop’s published 4.76 bpw becomes 1.25 bpw under this harness, and ADG’s published perplexity of 709.8 becomes 270.8. More to the point, it’s the only evaluation in this space that reports post-attack recovery and a wrong-emission count at all — the related-work discussion notes none of the stealth-focused prior methods report either.

Supporting contributions

The synchronization mechanism, not just the error-correcting code, is the real engineering novelty. Reed–Solomon assumes a byte channel with known symbol boundaries; a channel that can insert or delete whole words breaks that assumption. The per-word keyed-hash embedding inside a CRC-gated frame with periodic sync markers is what turns an unknown-position edit into a recoverable, known-position erasure — without it, RS has nothing to operate on.
Reframing stealth vs. robustness as a selectable design point instead of a forced trade-off — one key, one AEAD front end, two modes sharing both. The paper’s closing argument, that concealment and verifiable integrity don’t have to be mutually exclusive as long as the system can refuse instead of guess, is essentially this framing stated as a thesis-level claim.
A GPU-free operating point for the robust mode. AEGIS also runs on a pure-Python word n-gram backbone (~1 bit/token, no GPU), at 557 ms to hide and 70 ms to reveal on a laptop CPU. The GPU is only needed to reach the headline stealth/capacity numbers — not for AEGIS to function.

Deep Learning Based Throughput Prediction model for 802.11ac WLANs

The accurate prediction of network throughput in IEEE 802.11ac wireless local area networks (WLAN) is essential for efficient dynamic resource allocation and optimization. Nonetheless, there are difficulties in achieving accurate performance prediction in indoor environments due to the presence of Non-Line-of-Sight (NLOS)environments in which physical obstacles lead to non-linear signal attenuation and multipath fading. Although conventional deterministic models and deep learning (DL) algorithms strive to capture these characteristics, they often face difficulty in processing the heterogeneity of tabular datasets generated from the actual deployment environments. In order to bridge the above gap, we present a novel throughput prediction approach that incorporates the physical environmental restrictions. This paper presents a feature engineering pipeline, which captures the spatial-signal characteristics from the physical indoor layout, in particular varying numbers of walls and doors in the environment, as composite mathematical interaction features. Using a dense grid of measurements, the performance of six state-of-the-art DL models is compared against four classical machine learning methods. Experiments show that the attention-based TabTransformer is the best suited model for capturing the heterogeneous feature set by mapping the complex spatial-signal relationships. The TabTransformer achieves an unprecedented throughput prediction accuracy with R^2 = 0.9689 and RMSE of 35.03 Mbps.

An Explainable Deep Learning Framework with Multi-Scale Backbones for 9-Class Gallbladder Pathology Identification in Ultrasound Scans

Autonomous Full-Frame Pipeline: Evaluates multi-class gallbladder disease identification directly on uncropped, full-frame ultrasound scans, removing the manual seed-point bottleneck of Active Contour Segmentation (ACS).
Luminance-Preserving Contrast Enhancement: Applies CLAHE strictly to the luminance ($L^*$) channel in the CIE $L^*a^*b^*$ color space, enhancing mucosal margins and posterior shadowing without introducing chrominance distortion.
Comprehensive Architecture Benchmark: Evaluates ResNet-50, EfficientNet-B0, and MobileNetV3-Large across a 13,872-scan cohort using inverse-frequency class-weighted cross-entropy loss and a two-stage transfer learning protocol. High-Stakes Diagnostic Reliability: Achieves a 100% true positive rate (1.00 recall, 1.00 precision, and 1.000 ROC-AUC) across six acute conditions (gallstones, normal scans, acute cholecystitis, gangrenous cholecystitis, perforation, and polyps). Radiological Dilemma Mapping: Characterizes diagnostic ambiguity as strictly confined to the adenomyomatosis–carcinoma–wall thickening triad, directly mirroring clinical challenges in abdominal radiology. Ultra-Fast Edge Viability: Demonstrates real-time POCUS bedside triage potential via MobileNetV3-Large, yielding an 83.60% macro F1-score with only 3.47M parameters and a 6.00 ms GPU latency ($>$160 frames per second). Transparent Saliency Verification: Validates decision pathways using Grad-CAM heatmaps, confirming network reliance on genuine sonographic biomarkers rather than machine telemetry or peripheral calipers.

DataLex: An Offline Agentic Graph-RAG Framework for Explainable SIEM Log Analysis and Zero-Day Threat Triage

The paper’s significant research contribution is the proposal of DataLex, an offline, agentic, evidence-grounded Graph-RAG framework for SIEM log analysis. Its key novelty is integrating query-intent routing (alert vs. normal telemetry), graph-based evidence retrieval, TOON-based evidence compression, hallucination/grounding validation, and sandbox-assisted triage into a unified privacy-preserving architecture for investigating both known and potentially unknown threats. The paper also establishes an empirical baseline using 500 manually labeled responses, providing a foundation for future controlled evaluation of the proposed components.

Corrected Without Looking: Post-Hoc Long-Tail Rebalancing Leaves Model Evidence Provably Unchanged

Our contributions are:

A proof that τ-normalisation, LWS, and post-hoc logit adjustment are exactly Grad-CAM invariant, verified over 47,952 comparisons (Sections 3 and 4).
The Explanation Migration Index (EMI), which separates target switching from evidence change and is analytically calibrated on the invariant family.
Evidence that attention rollout is bit-identical under every head operation, helping isolate where explanation change originates.
A quantification of lesion-level leakage in the HAM10000 dataset that standard duplicate-detection methods cannot identify.

A Passive, Offline Crisis Detection Framework for Mental Health Safety Using Everyday Devices

This research contributes a passive, offline, privacy-preserving conceptual framework (SAFY) for detecting potential mental health crises using everyday devices. It integrates behavioral and physiological signals with personalized baseline monitoring and user-informed, low-effort interventions, followed by optional escalation to a trusted person. The study also grounds the framework in survey findings, highlighting users’ needs for privacy, emotional authenticity, autonomy, and support without active engagement.

An Explainable Transfer Learning Framework for Early Detection of Diabetic Retinopathy Using Deep Learning

The major contributions of this work are summarized as
follows:
• Acomprehensive comparison of six state-of-the-art trans
fer learning architectures for multiclass diabetic retinopa
thy classification.
• Development of an ensemble framework combining
MobileNetV3-Large and ConvNeXt Tiny to improve pre
diction robustness.
• Integration of Grad-CAM visualization for explainable
diabetic retinopathy diagnosis.
• Extensive experimental evaluation using the publicly
available APTOS 2019 Blindness Detection dataset.

Adaptive Frequency and Inductance Control in a 24- V/12-V Buck DC–DC Converter for High- Efficiency Battery Charge Controllers

This research develops a high-efficiency adaptive buck converter for renewable-energy battery charging under varying input conditions. Its novelty is the simultaneous adjustment of switching frequency and inductance, achieving over 96% efficiency with very low ripple and stable charging during reduced renewable power conditions

Do Climate Shocks Affect Rice Yield in Bangladesh?

Our research findings show that climate shocks did not reduce rice yield. This could mean improved adaptation for crop harvest. Analysis indicates that the productivity gains are likely to persist if the input factors remain consistent.

Harmful Effects of Toxic Textile Wastewater in Bangladesh: A Review Assessment on Sustainability, Environmental, and Real Cost Implications

This paper discusses the harmful Effects of Toxic Textile Wastewater from various sources in Bangladesh and its impact on the Sustainability, Environmental, and Real Cost Implications.

Leakage-Aware and Reliability-Centered Deep Learning for Bean Leaf Disease Classification Under Bangladeshi Field Conditions

Abstract— While automated, image-based recognition of bean leaf diseases has been shown to aid timely crop management, results from previous studies are hard to interpret in the presence of near duplicate images in training and test sets. The authors provide a leakage-aware assessment of deep learning models for bean leaf disease classification using a dataset of 1,201 images from four classes from the 2026 bean leaf disease field image dataset in Bangladesh. Duplicate images were found using a hash-based technique and perceptual-hash detection and duplicate groups were limited to a single subset through a group-aware partitioning procedure; a test on a naive random split verified that, without such safeguards, duplicated leakages would significantly overestimate the test performance. We fine-tune four different architectures (ResNet-50, EfficientNet-B0, ConvNeXt-Tiny, and ViT-B/16) with the same configuration and evaluate their performance on the leakage-safe test set. The model with the highest accuracy, Macro-F1, and balanced accuracy (1.0000) was chosen as the best one: ConvNeXt-Tiny. ViT-B/16 was significantly worse with accuracy 0.9000. The model selected achieved an accuracy of ≥ 0.9833 after eight synthetic image perturbations, low ECE (low Brier score, 0.0432/0.0060, respectively), and did not benefit from TTA. Since there were no misclassifications in the test set, uncertainty-based error detection was not evaluated, and the robustness seen was due to synthetic corruptions and not to validated field variability. Based on the results, using duplicate-aware dataset auditing and splitting the dataset into groups significantly influences the accuracy of reported performance in bean leaf disease recognition, and external validation with data collected independently in the field is necessary for a wider generalization of these results.
Keywords— Bean Leaf Disease Classification, Deep Learning, Data Leakage, Near-Duplicate Detection, Leakage-Safe Evaluation, ConvNeXt-Tiny, Test-Time Augmentation, Uncertainty Calibration.

Sector-Level Emission Intensity Profiling of Supply Chains: A Leakage-Free Machine Learning Approach Using Structurally Independent Predictors

First study to explicitly verify predictor-target independence before classification in ML-based carbon emission analysis. While prior work (Serafeim & Velez Caicedo, Wang & Ye, Safaei et al.) builds predictive models directly from emission-related datasets without testing whether features are structurally independent of the target, this study confirms — via correlation analysis, chi-square testing (χ² = 739.33, p < 0.001), and ANOVA (F = 151.90, p < 0.001) — that its two predictors (sector membership and trade margin behavior) are genuinely independent of the emission intensity label before training. This directly addresses a data leakage risk demonstrated in the paper itself: a finer NAICS code raised accuracy to 87.75% but was discarded after diagnostics showed 98.6% train-test overlap, proving memorization rather than a learnable pattern.

Secondary contributions:

1. First sector-level (not firm-level or route-level) profiling of the full EPA Supply Chain GHG Emission Factors dataset (1,016 industries, 19 sectors)

2.Six-classifier benchmark validated against dummy baselines with a McNemar test (χ² = 53.17, p < 0.001), confirming Random Forest’s 66.14% accuracy reflects genuine signal, not chance

3. Class-specific driver analysis via SHAP showing sector identity and margin behavior contribute differently by emission class (margins dominate for High, sector dominates for Low)

The mIoU Headline Flatters SSL: A Label-Efficient Head-to-Head of Four Self-Supervised\\ Pretraining Families on Lung-Tumor CT

• An isolated four-way SSL comparison on lung-tumor CT
segmentation, with the decoder, split, and labelled pool
identical across methods and the only free variable being
the pretext family.
• A standalone YOLOv26-Semantic C2f + PAN-FPN de-
coder re-implementation plus a small ViT feature adapter,
so the decoder can mount on either a ResNet-50 or a
plain ViT (single-scale token) encoder.
• A quantitative demonstration of the divergence between
mIoU and foreground IoU on 0.14%-foreground data: SSL
methods reach 78%–97% of the supervised mIoU while
reaching only 16.5%–52.2% of the supervised tumor IoU
on the same runs.

Fault Detection in Differential Relays Using Differential Current and Phase Angle Analysis

This research proposes a simple and reliable fault detection method by combining differential current measurement with phase-angle analysis. It can distinguish normal load behavior from internal faults and detect LG, LL, LLG, and LLL faults within one cycle, supporting faster and more practical power-system protection.

Lexicon–Context Divergence for Reliability-Aware Hate Speech Detection in Low-Resource Bangla Memes: A BanglaBERT Hybrid with Calibration and Selective Prediction Analysis

Hate speech detection in Bangla memes is complicated by a mismatch between surface lexical cues and contextual
meaning: profane vocabulary is often jocular, and clean vocabulary can carry hateful intent once sarcasm or implication is
read into it. We study this mismatch on a 5,126-meme Bangla
dataset (OCR text, English translation, and a 441-term offensive
lexicon) by defining a Lexicon–Context Divergence (LCD) score,
the absolute difference between a normalized lexicon-hit density
and a fine-tuned BanglaBERT model’s own predicted probability
of hate speech. We fuse LCD and lexicon features into a
BanglaBERT classifier and attach a learned abstention head
trained to predict its own error probability, evaluating against five
baselines (lexicon-only logistic regression, BanglaBERT text-only,
BanglaBERT with lexicon fusion, entropy-based abstention, and
XLM-RoBERTa). The lexicon-fusion baseline reaches the highest
point-estimate test F1 (0.807), with the full hybrid model close
behind (0.803, bootstrap ranges overlapping, paired-bootstrap
p = 0.767); the hybrid model obtains the lowest expected
calibration error of the four calibration-evaluated models (0.071
versus 0.104–0.118) and the highest ROC-AUC (0.927). On our
two research questions, results are mixed and reported honestly:
LCD does not significantly separate memes with unanimous
annotator agreement from memes with majority disagreement on
a 200-item triple-annotated subset (Mann-Whitney p = 0.219),
and the learned abstention head’s risk-coverage trade-off (AURC
= 0.232) is markedly worse than a simple entropy heuristic
(AURC = 0.053) at aggressive rejection rates, even though the
same head’s predicted error probability is a highly significant
separator of correct from incorrect predictions in aggregate
(p < 10−4
). This suggests a learned P(error) score can carry real
signal on average while still ranking items poorly at the extremes,
producing an unfavorable low-coverage operating curve; we
report the full ablation, calibration, and code-mixed robustness
analysis needed to reproduce and stress-test this distinction.

Explainable Federated Learning for On-Chain UAV Trust Scoring in Blockchain-Based Medical Delivery

The contributions of this work are:

1. A non-IID UAV telemetry generator with four attack classes (GPS spoofing, replay, payload-seal tampering, sensor dropout), filling a gap in public UAV medical
delivery attack datasets.
2. A Byzantine-robust federated trust-scoring pipeline evaluated over a 4 × 4 × 3 grid (cohort × Byzantine ratio × aggregator; 240 runs), cross-validated against
Flower/PyTorch.
3. A 10.3k-parameter Tabular Transformer trust classifier for depot-edge hardware, with a permutation Shapley estimator validated against SHAP/LIME.
4. An atomic on-chain score-plus-explanation-hash audit trail (Hyperledger Fabric)

Data Transmission Technologies: A Review of Security, Reliability, Efficiency, and Emerging Intelligent Communication

1. Reviews conventional and emerging approaches, including wireless/IoT, power-line, underwater acoustic, FSO, photonic, THz, ISAC, semantic, and AI-enabled communication.
2. Compares existing technologies in terms of security, reliability, efficiency, bandwidth, energy consumption, computational complexity, and deployment challenges.
3. Highlights the need for adaptive and intelligent transmission mechanisms that dynamically select or combine techniques according to network conditions, device capabilities, data sensitivity, and application requirements.

A Multi-Backbone Graph Fusion Framework for 38-Class Plant Disease Classification

The main contributions of this research are summarized as follows:

• A unified diagnostic pipeline that integrates leaf localization, image enhancement, deep classification, multi-angle inference, and prediction analysis for complete plant disease diagnosis.

• A robust multi-backbone framework combining ViT-B/16, ResNet-50, and EfficientNet-B0 with graph fusion for reliable 38-class plant disease classification.

• An integrated diagnostic approach for plant disease recognition assessment under different illumination, background, and real-world field conditions.

Robust Graph Neural Networks Under Noisy Graphs: A Comparative Study of Adaptive and Learnable Edge Reliability

This study compares how well different types of GNNs hold up when the underlying graph is noisy. Standard architectures like GCN, GAT, and GraphSAGE are tested alongside three edge-reliability mechanisms: one based on feature similarity, one that adds structural information, and one that learns the weighting directly. All are evaluated under the same controlled noise conditions across Cora, CiteSeer, and PubMed. Most existing work in this area tests these kinds of mechanisms separately, often on different datasets or under different noise setups, so it’s hard to know how they’d actually compare side by side. Here, all six models see identical corruption at each noise level, which makes a fair comparison possible. The results show that edge-reliability mechanisms generally help, but not evenly. No single method comes out on top across all three datasets. The learnable mechanism, for instance, performs strongly on PubMed, retaining nearly 99% of its clean accuracy at 30% noise, but it does noticeably worse on Cora. This suggests that choosing a robustness mechanism should depend on the characteristics of the graph itself, rather than assuming one approach works best everywhere.

Real-Time Plant Disease Classification and Targeted Remedial Strategies Using Few-Shot Learning in Mobile Applications

Plant diseases affect agriculture most frequently around the world, causing economic losses that can affect food security, particularly in regions where there are few facilities to provide expert diagnosis. Previous research has studied the application of neural network techniques, like convolutional neural network (CNN), transfer learning etc. in plant disease detection, with good prospects of success. However, such strategies are often reliant on large-scale data collection, copious amounts of training and targeting for limited crop types, a world that never existed in reality because diseases were and will be heterogeneous and data limited. In this paper, a few-shot learning (FSL) approach is proposed for the real-time classification of plant diseases for five different major crops: grapes, corn, strawberries, soybeans and sugarcane. This approach can achieve the best performance in detecting the disease while using the smallest training set. The performance of classifiers is assessed using traditional evaluation metrics such as accuracy, sensitivity, specificity, precision and F1 score with the maximum accuracy of 97.8% in the case of grapes. In addition, the model was deployed in mobile application in which the disease classification can be done from camera and gallery images, and management recommendations for the particular crop can be provided. The work introduced in this paper provides a stepping stone to few-shot learning for plant disease detection and lays a foundation for bridging complex AI techniques to real-world, in-field agriculture applications.

A Hybrid and Explainable Deep Learning System for Chest X-Ray Disease Classification with Flask-Based Web Interface

This research contributes HybridXNet, an explainable hybrid CNN-XGBoost framework for multi-class chest X-ray disease classification. By integrating pretrained CNNs with XGBoost and Grad-CAM, the proposed system achieves strong diagnostic performance while providing visual explanations of predictions. The development of a Flask-based application further demonstrates its practical potential for transparent and accessible AI-assisted disease screening.

Deep-Learning-Guided Particle Swarm Optimisation for Multi-Objective Indoor Access Point Placement

Indoor access point (AP) placement critically determines coverage, throughput, and traffic fairness in wireless local area networks, yet obstacle-aware propagation and inter-AP load balance are rarely optimised jointly. This paper presents a deeplearning-guided particle swarm optimisation (PSO) framework for multi-objective indoor AP placement in IEEE 802.11ac networks. A ray-casting method extracts the euclidean distance and type of obstacle counts (corridor wall, partition wall, door) crossing between every candidate AP position and host, and two convolutional recurrent deep learning (DL) models convert these features into predicted received signal strength (RSS) and throughput without the cost of simulation. A three-tier fitness function guides PSO to jointly maximise worst-case user quality of service, mean network throughput, and inter-AP load balance, the last enforced through a scale-invariant load-variance penalty and reported via Jain’s Fairness Index. To keep the search computationally efficient, the building-wide candidate grid is pre-selected to 600 representative positions using a coveragebased selection procedure before the deep learning models and PSO are involved. The framework is benchmarked against a greedy sequential baseline using spatial heatmaps, cumulative distribution functions (CDF), and a statistical validation table. PSO-optimised placements exceed the baseline at every density, with fitness gains of 2.8 to 37.5%, a worst-case throughput improvement of up to 360.7% at K = 2, and a load-variance reduction of up to 92.0% at K = 6

Video Anomaly Detection Through Structured Track and Pose Representation and Hierarchical Transformer

The general contributions of this paper are mentioned below.
• We develop a structured anomaly detection system that
utilizes human pose features, object information and a
track-aware fixed-slot scene representation system.
• We propose an empty-score-based object allocation sys
tem that can preserve slot-to-ID consistency even when
objects are temporarily missing from consecutive frames.
• We introduce a multiscale hierarchical transformer that
first captures short-term temporal patterns within 10
frame chunks and then learns long-term patterns using the
resulting chunk-level representations, requiring 31.96%
fewer MACs than the flat baseline.

Social Media Advertising: Brand Promotion and Consumer Purchase Behavior Among University Students in Bangladesh
RoadAccidentScenes: A comprehensive annotated image dataset of accident and non-accident scenes

We introduce RoadAccidentScenes, a large-scale annotated dataset containing 68,642 accident and non-accident road-scene images collected from heterogeneous sources and covering diverse traffic environments, viewpoints, and lighting conditions.

We develop a unified image-classification framework that investigates two complementary visual representations: a handcrafted feature representation combining color, texture, statistical, shape, and edge characteristics, and a direct pixel representation without handcrafted feature extraction.

We systematically evaluate multiple conventional machine-learning classifiers under a consistent five-fold cross-validation framework and analyze their classification performance and computational requirements across the two visual representations.

We demonstrate that the effectiveness of visual representation is classifier-dependent, with handcrafted features substantially improving the performance of several classifiers, including Logistic Regression and Linear SVM, while direct pixel representations provide better performance for selected models.

An Integrated AI and IoT-Based Advisory System for Sustainable Fish Farming_ A Deployed Platform for Small-Scale Aquaculture

Fish farming plays a significant role in ensuring food security and economic sustainability, particularly in developing countries. However, many farmers still rely on traditional practices and lack access to intelligent advisory systems and real-time monitoring tools. This paper presents the Development of a Fish Farming Advisory System Using Artificial Intelligence and IoT, a web-based platform designed to assist fish farmers in decision-making and farm management. The system integrates a Convolutional Neural Network (CNN) model for fish species classification, an AI-based chatbot for farming guidance, and a daily advisory module that provides structured farming instructions. Additionally, an IoT-based water quality monitoring module using an ESP8266 microcontroller with pH and temperature sensors collects real-time pond data and generates automated recommendations to maintain optimal water conditions. A digital marketplace for fish fingerlings is also incorporated to support trading among farmers. Experimental testing demonstrates that the system provides accurate classification results, reliable water quality monitoring, and user-friendly interaction. The proposed platform contributes to improving productivity, reducing manual effort, and promoting sustainable aquaculture through intelligent digital support.

international equity markets, market integration, financial contagion, volatility, correlation analysis, risk-adjusted return, stationarity, Jarque–Bera test, Augmented Dickey–Fuller test.

international equity markets, market integration, financial contagion, volatility, correlation analysis,
risk-adjusted return, stationarity, Jarque–Bera test, Augmented Dickey–Fuller test.

Classification of Canine Skin Diseases Using a Custom CNN and Transfer Learning Models

Early diagnosis of canine skin diseases is important for timely treatment, yet similar clinical appearances make accurate classification challenging. This study proposes Convolutional Neural Network architecture for classifying canine skin diseases using a custom CNN and three transfer learning models, including MobileNetV2, EfficientNet-B0, and RegNetY32GF. The dataset, collected from Roboflow, contains 5,024 original images from 11 classes. Images were split before preprocessing, and class balancing and augmentation were applied exclusively to the training set. The custom CNN incorporates residual learning, multi-scale feature extraction, and CBMA attention and is trained entirely from scratch without ImageNet-pretrained weights. Experimental results show that RegNetY-32F achieved the highest test accuracy of 89.26%, while EfficientNet-B0 and MobileNetV2 showed accuracies of 88.59% and 87.67%. The custom CNN achieved an accuracy of 84.75%. The study provides a comparative investigation of independently designed custom CNN and pretrained architectures for broader multi-class canine skin disease classification. The custom CNN was further implemented in an Android-based real-time application, demonstrating its practical applicability for image-based canine skin disease classification.

Beyond Accuracy: A Structural Validation Framework for Machine-Learning Benchmarks in Chronic Kidney Disease Classification

This study makes four contributions:
• A CKD-specific structural validation framework integrating
predictive signal, clinical-variable structure, and
reproducibility;
• A joint structural evidence criterion that combines predictive
and dependence null testing into a single benchmark level
assessment;
• A reproducibility analysis incorporating repeated cross-validation,
complete-case and feature-ablation sensitivity,
label permutation, and 10,000 paper-compatible random
partitions; and
• An empirical comparison demonstrating that CKD
Datasets with similar variable dictionaries can exhibit
markedly different predictive and multivariable structures.
Cross-dataset source classification and frozen transfer are
retained as secondary sensitivity analyses.

A CNN-Vision Transformer Ensemble with Attention-Gated Feature Fusion for Multi-Class Skin Cancer Classification

We design an attention-gated feature-fusion ensemble
that learns, on a per-sample basis, how much to trust
CNN-derived versus transformer-derived features, rather
than relying on static combination weights or late-stage
decision fusion

STI Nexus(Smart Thermal Irrigation System)

This project represents a Smart Irrigation integrated with Thermal Imaging to address inefficient water usage and soil related anomalies. The system uses a soil moisture sensor that runs routine customized automatic irrigation. The customization is according to predefined crop requirements such as watering duration and interval. To enhance reliability an infrared thermal sensor is provide to further conserve water and deal with soil anomalies. A Machine Learning model is provided which is trained to predict rainfall and give an irrigation decision to the farmer. A semi-automatic kill-switch mechanism is incorporated, wherein the farmer is notified of overwatering conditions and confirmation control over activating corrective action of drainage and eventual storing is given. For confirmed overwatering, the system captures and stores a thermal snapshot as evidence right before the farmer is notified. The irrigation system automatically recovers to normal operation once safe conditions are restored. A manual on and off button is also provided. A web-based interface with NLP enables real-time monitoring, alerts, and manual control, ensuring farmer involvement and transparency. The proposed approach improves water efficiency, prevents soil damage, and introduces a robust, farmer-centric decision-support mechanism for precision agriculture and achieve a higher yield.

Benchmarking and Enhancing Bengali OCR: A Hybrid OCR System with Analytic Hierarchy Process-Based Evaluation

This study evaluates Bengali OCR performance using a real-world dataset covering diverse document types. It compares Tesseract and EasyOCR using character- and word-level accuracy measures and examines the effect of image preprocessing. It also proposes an AHP-based hybrid OCR framework that combines outputs from Tesseract, EasyOCR, and Google Vision API to improve recognition performance.

Evaluating Functional-Connectivity Representations for Cross-Site Autism Spectrum Disorder Classification Under Site-Held-Out Validation

This study proposes a leakage-controlled multi-atlas framework for cross-site ASD classification using resting-state fMRI. It systematically compares static Pearson, mean-pooled dynamic, and tangent-space functional connectivity across BASC-118 and CC200 under strict leave-one-site-out validation. A lightweight six-branch ensemble integrates these complementary representations using equal-weight probability averaging. The study also demonstrates how site-mixed validation and diagnosis-informed preprocessing can substantially inflate reported performance, highlighting the importance of rigorous site-held-out evaluation for reliable cross-site generalisation.

Reducing Perishable Food Loss Through Forecast-Driven Stochastic Capacity Planning: Quantifying Value, Scalability, and Transfer Under Supply-Side Uncertainty

This work applies two-stage stochastic programming to perishable food loss driven by supply-side arrival uncertainty, a structure largely unaddressed in operations-research literature that focuses on demand-side uncertainty instead. Using real USDA shipment data across four commodities and multiple U.S. locations, we quantify the Value of the Stochastic Solution and Expected Value of Perfect Information with paired significance testing and cost-sensitivity analysis, find that a simple forecasting baseline is never significantly outperformed by gradient-boosted models, and show a genetic algorithm matches an exact solver within 2.83% while scaling substantially better at large scenario counts. A cross-location generalization test evaluates real-world transferability. The contribution is a rigorously validated, transparently reported decision framework rather than a claim of new theory — including where more sophisticated methods did not outperform simpler ones.

A Comprehensive Study of Classical Machine Learning and Deep Learning in Subject-Independent BCI Using Adaptive SNR-Weighted DWT Artifact Elimination

1. Proposed SA-DWT: SNR-based adaptive EEG denoising for each subject and channel.
2. Preserves useful brain signals while removing noise more effectively.
3. Improves subject-independent, zero-calibration MI-BCI performance.
4. Validated with LOSO-CV across five ML/DL classifiers.

GraphScholar: Discovering Student Learning Patterns Through Multi-Graph Neural Networks and Clustering

This research addresses the lack of unsupervised graph-based approaches for discovering student learning patterns by introducing GraphScholar. It combines student-level feature engineering, student–student and student–module graphs, GraphSAGE, GCN, and GAT, and evaluates their representations using K-Means, Agglomerative, and Spectral clustering with multiple metrics. The study shows that graph representation, particularly the student–module GAT representation, can substantially improve student grouping and reveal meaningful behavioral profiles.

PAN Nanofiber Mat Incorporated with Graphene Oxide and Cellulose Nanocrystals for Potential Food Packaging Applications

Novel nanocomposite architecture: This study developed PAN-based electrospun nanomats incorporating graphene oxide (GO) and cellulose nanocrystals (CNC).
Multifunctional performance: The material is interesting for active and high-performance food packaging since the incorporation of GO offers options for extra features like antibacterial activity, thermal stability.
Potential replacement for traditional packaging: The study offers a route to useful, lightweight, and strong nanofibrous packaging materials that may reduce reliance on traditional packaging technologies.

A Low-Cost Wearable Navigation Aid with Real-Time Obstacle Detection and Mobile Voice Guidance for the Visually Impaired

The significant contribution of this research is the development of an affordable wearable navigation aid that integrates real-time ultrasonic obstacle detection, multimodal auditory and haptic feedback, Bluetooth communication, and smartphone-based voice guidance. The proposed system provides a practical, map-independent mobility-support solution with low-cost hardware and offline mobile functionality, achieving 97.8% mean distance-measurement accuracy and an overall user satisfaction score of 4.3/5.

Cross-Market Performance, Risk, and Integration Dynamics of World Equity Indices: A Seven-Year Empirical Analysis

—This paper presents an empirical, data-driven study of eleven major world benchmark equity indices
spanning Asia-Pacific, Europe, and the Americas (World ex-United States scope), covering the seven-year window
from September 4, 2019 to September 4, 2026. Using daily open-high-low-close-volume (OHLCV) data sourced from a
public Kaggle repository originally collected via Yahoo Finance, we compute total return, compound annual growth
rate (CAGR), annualized volatility, the zero-risk-free Sharpe ratio, and maximum drawdown for each index. We further
examine the cross-market correlation structure of daily returns, its evolution across five market regimes (pre-COVID
19, the COVID-19 shock, the reopening recovery, the 2022–2023 monetary-tightening period, and the recent 2024
2026 period), and the distributional and stationarity properties of daily returns via the Jarque–Bera and Augmented
Dickey–Fuller (ADF) tests. The South Korean KOSPI (18.92% CAGR) and the Japanese Nikkei 225 (17.80% CAGR)
delivered the strongest risk-adjusted performance, while the Hang Seng Index was the only benchmark to post a
negative CAGR (−0.48%) alongside the deepest maximum drawdown (−52.75%). Average pairwise return correlation
nearly doubled during the COVID-19 shock (0.627) relative to the pre-COVID baseline (0.421) before declining to its
sample low (0.288) in the most recent regime, consistent with crisis-driven contagion followed by market decoupling.
All eleven return series reject normality (Jarque–Bera, p < 0.001) and are stationary (ADF, p < 0.001), confirming the
well-documented stylized facts of skewness, excess kurtosis, and non-unit-root behavior in financial return series.

IoT-Based Low-Cost Intelligent Air-Quality Monitoring and Self-Calibrated Autonomous Purification System

The main contributions of this work are summarized as
follows:
• A low-cost ESP32-S3-based system is developed for
air quality monitoring, AQI calculation, sensor-health
tracking, and automatic purification.
• A simple, equation-based processing method is used
for data preprocessing, anomaly detection, and sensor
self-calibration before the AQI is calculated.
• The current AQI is calculated using the standard AQI
equation, supported by a lightweight, equation-based
Sensor Health Indicator (SHI) that continuously tracks
per-sensor reliability.
• A simple, AQI-based purification control scheme is
developed, where the purifier is automatically turned on
or off according to a dedicated control AQI, while sensors
flagged as unreliable by the SHI are excluded from that
control AQI’s dominant-pollutant computation; the AQI
reported for remote visualization is unaffected and always
reflects all six sensor channels.
• A solar-first power system with a solar panel, MPPT,
battery management, and DC regulation is integrated to
support the ESP32-S3 and the purification unit.
• The system supports multiple pollutant measurements
and local edge operation, while ThingSpeak provides
remote monitoring of air quality and system status.

Graph-Based Flight Gate Assignment and Arrival Delay Prediction using Machine Learning and Graph Neural Networks

The main contributions of this research are:
1) Constructing a flight conflict graph based on overlapping flight operations.
2) Experimenting the performance of Greedy Coloring and DSATUR for airport gate assignment.
3) Experimenting the performance of Random Forest and GCN for arrival delay prediction.
4) Analyzing the effect of predicted delays on flight conflicts and gate assignments.

Multimodal Autonomous Drone Surveillance for Campus Security: YOLO11-Based Person and ID-Card Detection with Acoustic Threat Classification

The main research contribution is the development of a single-drone multimodal campus surveillance system that combines autonomous waypoint flight, YOLO11-based person and visible ID-card detection, and acoustic threat classification in one working pipeline.

Its important contribution is mainly system integration rather than a new AI model. The visual and audio modules work together at the decision level so that either a missing visible ID card or a suspicious sound can trigger an alert for human review.

In simple terms, the study shows that drone navigation, visual detection, sound analysis, and security alerting can be combined into one practical campus-surveillance prototype.

ThetreStageAI: Multi-View Retrieval-Augmented Generation for Structured Bengali Theatre Production Planning

This work presents ThetreStageAI, a multi-view retrieval-augmented framework for structured Bengali theatre production planning. Unlike conventional script-generation systems, the proposed framework separately retrieves scene, actor-blocking, and lighting information and combines them with Gemini to generate structured production plans containing dialogue, stage directions, actor movement, lighting cues, and optional sound cues. The system also introduces structural and semantic validation to verify generated outputs before acceptance. In addition, a 500-record Bengali theatre dataset is transformed into 1,500 view-specific retrieval documents to support scene, blocking, and lighting retrieval.

An Adaptive Fusion-Based Ensemble Deep Learning Framework for Cross-Subject EEG Emotion Recognition

1. A soft, attention-weighted electrode selection mechanism that replaces discrete hard selection with differentiable, correlation-based gating.

2. A multi-branch ensemble that fuses complementary spatial, topological, and temporal EEG representations.

3. A validation-driven adaptive weighting scheme that emphasizes stronger branches during the fusion process.

4. Evaluation on the SEED-IV dataset using a strict, subject-disjoint leave-one-subject-out protocol to address the cross-subject generalization gap.

How Sample Size Determines Whether the Best Model Is Also the Best Decision in Budget-Constrained Churn Targeting

This study shows that the model selected as best by AUC may not provide the most stable or profitable customer targeting decisions when data are limited. Using the same evaluation process at two sample sizes, we find that this divergence appears at 875 customers but disappears with the full 7,032-customer dataset. The findings highlight the importance of checking whether model selection results remain consistent as more data become available.

CareerGraph;A Dynamic Graph Approach for Student Career Guidance and Skill Gap Analysis

This research presents CareerGraph, a dynamic graph-based system that combines job-market information, student skills, and learning resources to provide more personalized career guidance. Unlike traditional recommendation approaches that mainly rely on direct skill matching, CareerGraph combines graph-based relationships, GraphSAGE-based link prediction, and hybrid ranking to identify suitable career options and skill gaps. The system also connects missing skills with relevant learning paths, helping students understand not only which jobs match their current skills, but also what they need to learn to become better suited for their target careers.

Explainable Multimodal Skin Lesion Classification via Supervised Contrastive Learning and Attention-Based Fusion

Early skin-lesion diagnosis is challenging due to high visual similarity between lesion categories and severe class imbalance in clinical datasets. We propose FusionClassifier, a multimodal framework that combines a Swin-Small Transformer with supervised contrastive learning and attention-based feature fusion. A two-phase training strategy first learns discriminative image representations and then integrates them with patient metadata, including age, sex, and anatomical site. Grad-CAM and Grad-CAM++ are further employed to provide visual explanations of model predictions. Experiments on the HAM10000 dataset using five-fold cross-validation achieve 98.17% accuracy, 97.28% F1-score, and 99.80% AUC-ROC. Ablation results show that supervised contrastive learning substantially improves the Swin-Small baseline from 73.58% to 98.21% accuracy. The results demonstrate the effectiveness of combining discriminative representation learning, multimodal fusion, and explainability for skin-lesion classification.

OntoEval-LLM: A Task-Aware Multi-Dimensional Evaluation Framework for LLM-Generated Ontologies

This work introduces OntoEval-LLM, a task-aware multi-dimensional framework for evaluating LLM-generated and extended ontologies beyond conventional exact-match metrics. Its main contribution is a seven-dimensional diagnostic profile that distinguishes semantic, structural, logical, coverage, hallucination, functional, and formatting failures, validated through fresh controlled corruptions, structural stress tests, ontology-disjoint defect diagnosis, and human-assisted review.

Beyond Centralized Learning: Privacy-Preserving Federated Learning for Explainable Brain Tumor MRI Classification

* We built a merged and de-duplicated four-class brain tumor MRI dataset containing 10,534 images (glioma, meningioma, pituitary, and no tumor). Seven centralized backbone models were benchmarked, and EfficientNet-B3 with a lightweight attention module was selected as the base model for all federated experiments.

* Using the selected model’s weights, we conducted a three-client federated learning simulation and compared FedAvg and FedProx under both IID and Non-IID (Dirichlet, α = 0.5) data partitions. Two different local-epoch schedules were also evaluated, resulting in eight configurations under identical experimental conditions.

* We incorporated differential privacy into both aggregation strategies using gradient clipping and calibrated Gaussian noise. Two noise multipliers and two local-epoch schedules were tested. The best of the resulting 16 configurations achieved performance within 0.01 accuracy points of the best non-private result.

* Finally, we applied Grad-CAM, patch occlusion, attention maps, and t-SNE embeddings to the centralized and best federated models. These results were compared with state-of-the-art studies to assess whether the privacy-preserving models maintained clinical interpretability alongside high predictive performance.

A Hybrid Deep Feature Extraction and Gradient Boosting Framework for Robust Fake News Detection

A survey in which classical machine learning, deep learning, ensemble, and hybrid models are compared for fake news detection . Alternative hybrid framework that combines deep semantic features with classification based on tree ensembles, specifically XGBoost . Evaluation on diverse datasets focusing on the importance of data quality and the distribution in .Error and robustness analysis providing insight into overfitting, performance in challenging scenarios.

Knowledge Discovery from Thyroid Disease Research Using Transformer-Based Natural Language Processing

Thyroid disorders are a diverse group of
endocrine diseases that continue to represent important
clinical and public health issues globally. The constantly
growing volume of scientific literature makes it
increasingly difficult to detect emergent research issues
and knowledge gaps through traditional review
approaches. The purpose of this work was to identify and
synthesize important research themes in thyroid illness
literature using a transformer-based natural language
processing (NLP) approach. 3,000 scientific publications
were extracted from the PubMed database using
Biopython. Hierarchical clustering revealed obvious
semantic links between the themes, demonstrating that
the transformer-based approach accurately reflected the
underlying structure of thyroid research. The analysis
identified 49 distinct research topics that were divided
into five major thematic domains: (i) molecular biology,
thyroid cancer, and immune mechanisms; (ii) clinical
management, treatment, and public health; (iii)
autoimmune diseases, metabolism, and environmental
influences; (iv) rare endocrine disorders and genetic
mutations; and (v) diagnosis, prediction models, and
surgical outcomes. The identified topics ranged from
thyroid nodules to thyroid cancer, autoimmune thyroid
diseases, thyroid eye disease, pregnancy-related thyroid
disorders, environmental risk factors, molecular
biomarkers, genetic mutations, radioactive iodine
therapy, minimally invasive surgery, pediatric thyroid
diseases, cardiovascular complications, reproductive
health, gut microbiota, COVID-19-related thyroid
dysfunction, and emerging targeted therapies. This study
provides a comprehensive synthesis of current thyroid
disease research and demonstrates that transformer-
based NLP provides an efficient framework for
organizing large amounts of biomedical literature,
identifying research trends, and guiding future clinical
and scientific investigations.

LiteFormer-EffNet: A Lightweight Transfer Learning Framework for Tree Species Identification from Leaf Images

The main contributions of the paper are summarised as
follows:
• A staged transfer learning workflow for tree species
identification from leaf images is developed.
• Several pretrained models are trained and evaluated on the
Tree Species Identification dataset, and EfficientNetV2M
and MobileNetV2 are identified as the strongest backbone
families.
• The selected pretrained backbones are adapted into four
transfer learning variants, and LiteFormer-EffNet is se
lected as the best-performing variant.
• The ablation-selected LiteFormer-EffNet model is then
trained and evaluated on the LeafSnap field dataset,
demonstrating good cross-dataset performance for tree
species identification.

Performance Degradation and Rooftop Challenges of Long-Term Aged Solar Photovoltaic Modules: A Visual, Electrical, and Thermal Investigation

The significant contribution of this study is the integrated assessment of visual faults and their associated electrical performance of PV modules. The study systematically identifies different physical and surface defects and evaluates their potential influence on key electrical parameters, including output power and I–V characteristics. This combined analysis provides a practical understanding of the relationship between observable module faults and performance degradation, supporting more effective PV module condition assessment and maintenance strategies.

Predicting Emergence from Post-Traumatic Amnesia Within Inpatient Rehabilitation: How Much Is Recovery and How Much Is Discharge Timing?

In this work, we address a critical yet overlooked methodological challenge in traumatic brain injury (TBI) rehabilitation research by decomposing true cognitive recovery from the care delivery timeline that bounds it. Using a nationwide cohort of 17,895 participants from the TBIMS database, we demonstrate that models predicting post-traumatic amnesia (PTA) emergence predominantly capture administrative discharge timing rather than biological recovery alone. Specifically, a model trained solely to predict rehabilitation length of stay reaches a concordance of C=0.793, compared to 0.857 for our primary survival model, revealing that roughly three-quarters of the above-chance predictive discrimination is shared with discharge timing and leaving an emergence-specific increment of only ΔC=0.064. Furthermore, we provide empirical evidence that administrative discharge censoring is strongly covariate-dependent (AUC=0.866), showing that standard reporting conventions introduce meaningful distortion: complete-case deletion underestimates the median emergence time at 19 days, while marginal Kaplan–Meier overestimates it at 26 days, compared to adjusted estimators that place it at 23–24 days. Finally, we establish the first registry-scale censoring-aware survival machine learning benchmark for PTA emergence across 20 repeated splits, documenting that while gradient-boosted trees significantly outperform tuned classical Cox models (p<10⁻²⁰), the marginal performance gain is modest (ΔC=0.012), demonstrating that algorithmic complexity provides limited advantage over standard baselines and highlighting the necessity of decomposing episode-bounded clinical outcomes before interpreting headline performance.

A Forecast-Guided Battery Energy Management Strategy for Peak Load Shaving in Renewable Community Microgrids

This study develops a forecast-guided battery energy management strategy, FG-BEMS, for peak load shaving in a PV–wind–BESS community microgrid. The proposed controller uses only causal information, including recent net-load measurements and previous-day demand patterns, to prepare the battery before the evening peak period without relying on future measured data. It coordinates pre-peak charging and selective discharge while maintaining battery SOC and power limits. The strategy is evaluated against an uncontrolled Typical case and a conventional rule-based controller under the same operating conditions. FG-BEMS reduces the peak net load from 190.686 kW to 150.686 kW, achieving a 20.98% peak reduction and a 97.00% reduction in threshold violation energy. It also provides higher net operating savings while maintaining safe SOC reserve operation, demonstrating its effectiveness for practical peak shaving in renewable community microgrids.

Perspectra: A Layered, Provenance-Preserving Framework for Multi-Source News Event Synthesis

This paper reframes multi-source news understanding as an event-synthesis problem rather than an aggregation or summarization task, treating the real-world event — not the individual article — as the basic unit of processing. We introduce a two-pipeline, seven-layer architecture: a continuous Global Discovery pipeline that forms provenance-preserving event records, and a sandboxed Active Enrichment pipeline that safely expands thin or stale events without cross-event contamination. Claim extraction, convergence estimation, and perspective analysis are gated behind sufficient multi-source evidence, and ambiguous cases are resolved through human adjudication rather than automatic thresholds alone.

We evaluate the system against an independent, blind reference clustering covering the entire 4,491-article corpus, rather than a curated subset. Perspectra achieves a pairwise precision of 0.7277, recall of 0.5602, and F1 of 0.6331, while maintaining zero article- or source-count integrity violations across all recovery and maintenance operations — and we report the recall limitations candidly as a negative finding rather than omitting them.

Explainable Machine Learning for IoMT Intrusion Detection: A Comparative Benchmark of PySpark and Scikit-learn

• A controlled comparison of matched PySpark and scikitlearn classifiers for multiclass IoMT intrusion detection.
• A joint assessment of predictive performance, training time, and prediction time under the same single-node conditions.
• Global and local explanations of the best-performing PySpark model using SHAP and LIME.

Techno-Economic Analysis of a Hybrid Renewable Microgrid for Saint Martin’s Island

This study develops a comparative techno-economic optimization framework for a stand-alone PV–wind–battery–diesel microgrid for Saint Martin’s Island, Bangladesh, using 8760-hour meteorological and load data. Three metaheuristic algorithms, NAGA, GWO, and ABC, are evaluated under identical decision variables, objective functions, constraints, and operating conditions, enabling a fair comparison of their sizing performance. The proposed framework simultaneously considers cost, reliability, renewable penetration, fuel consumption, and emissions. ABC achieved the best overall solution with an LCOE of 0.18249 USD/kWh, NPC of USD 311,973, renewable fraction of 94.90%, and LPSP of 0.9234%. Sensitivity and salvage-value analyses further demonstrate the robustness of the economic findings and identify the key parameters affecting microgrid cost.

When Self-Correction Fails: Diagnosing Retrieval Coverage in Hallucination Mitigation for Large Language Models

We evaluate a claim-level, evidence-grounded self-correction framework for LLM
hallucination and report a mixed result with a clear diagnosis. As a detector,
evidence-grounded verification vastly outperforms LLM self-assessment on HaluEval
(F1 0.583 vs 0.066; the baseline identifies only 3.9% of hallucinated answers).
As a generator, the same machinery significantly harms factuality, losing 9.8 pp
on TruthfulQA and 11.6 pp on FEVER against an unaugmented LLM. Diagnostic analysis
attributes both losses to retrieval coverage rather than verification logic: 93.8%
of TruthfulQA queries retrieve no relevant passage and FEVER gold evidence recall
is 10.8%, so claims are marked unsupported because evidence is absent, not false.
An ablation shows our monotonic acceptance gate itself costs 5.7 pp by locking in
hedged drafts. We argue retrieval coverage statistics should be reported as
standard in the self-correction literature, since without them a coverage failure
is indistinguishable from a method failure.

Fine-Grained Bangla Toxic Comment Classification: A Comparative Study of Machine Learning, Deep Learning and Transformer Models

This study introduces a fine-grained Bangla toxic comment classification framework that distinguishes Explicitly Toxic, Subtly Toxic and Neutral content. It provides a controlled comparison of six models across binary and three-class settings using a unified dataset of 20,116 manually labeled Bangla comments, revealing a consistent 29–39 F1-point performance drop when subtle toxicity is introduced. The findings highlight subtle toxicity as a key unresolved challenge in Bangla NLP.

ProtoDS-MHIM: A Prototype-Enhanced DSMIL Framework with Teacher-Guided MHIM for Metastatic Breast Cancer Detection in Lymph-Node Whole-Slide Images

We propose ProtoDS-MHIM, a prototype-enhanced dual-stream MIL framework that combines teacher-guided hard-instance mining with class-conditional prototype learning and learnable branch fusion for weakly supervised WSI classification. The framework achieves 96.30% accuracy and 99.72% ROC-AUC on the held-out CAMELYON16 validation subset, while prototype analysis provides insight into the learned class-conditional representations.

Battery-Aware Supervisory Energy Management for a Hybrid Renewable-Grid DC System Using ESP32 and IoT Monitoring

This work builds a hardware-validated, deterministic supervisory controller for hybrid renewable-grid DC systems, closing a gap the literature has left open: existing implementations handle voltage-and-power bus validation, battery-condition classification, hysteresis, anti-chattering, and fault tolerance one at a time, but none brings all of them together in a single, experimentally-tested embedded controller. The system checks voltage and power jointly to confirm bus availability, which rules out the false-positive failure that voltage-only schemes are prone to, and it reads signed battery current, not just magnitude, to tell charging apart from active discharge support under otherwise identical bus conditions. The asymmetric 11.5 V/12.6 V grid-entry/grid-exit hysteresis, paired with a 7-second anti-chattering hold, was tested on bench hardware through repeated boundary crossings: it suppressed 14 of 16 candidate relay actuations that arose from voltage fluctuation near the switching threshold, showing the mechanism actually works under load rather than just on paper. Fault-aware mode retention, an independent emergency-isolation relay, and IoT telemetry round out the controller, and all of it held up across five controlled scenarios that reproduced the expected mode-transition and battery-classification sequences. Together, this gives a reproducible, low-cost reference architecture for laboratory-scale hybrid DC microgrid control.

Ensemble-Based Detection of Global Climate Anomalies Using Surface Temperature and CO₂ Emission Indicators: A Majority-Voting Unsupervised Framework with SHAP Interpretability

Significant Research Contributions:

1. First ensemble application at this scale: To the best of the authors’ knowledge, this is the first study applying a majority-voting ensemble of isolation-based, boundary-based, and density-based unsupervised detectors to the joint global temperature and CO₂ record spanning 171 years (1854–2024).

2. Quantitative evaluation without labels: A proxy ground truth of twelve independently documented climate events is used to compute precision, recall, and F1 — achieving Precision = 0.80 with only one false positive, outperforming individual detectors and a z-score baseline by a factor of 3.8 on precision.

3. SHAP-based interpretability: SHAP analysis reveals that rate-of-change features (CO₂_YoY and Temp_YoY) drive anomaly detection more than absolute levels — a physically meaningful and novel finding not recoverable from raw data alone.

4. Ablation-verified feature engineering: A systematic ablation study confirms the full six-feature set is necessary, with precision dropping from 0.80 to 0.38 when only base features are used.

5. Quantified climate acceleration: The anomaly score exhibits a statistically significant downward trend (R² = 0.232, p < 0.001), and the 2020s already register a 40 percent anomaly density against a historical average of 3 percent per decade.

A Customized Stacked Ensemble Framework Integrating Deep Learning and Transfer Learning for Multi-Class Cattle Disease Classification

This research work contribution can be summarized as follows:
• Five different state-of-the-art CNN models (ResNet50,
DenseNet121, EfficientNetB0, EfficientNetV2S, and Mo
bileNetV3) were implemented and tested under the same
experimental setup through transfer learning.
• A stacking-based ensemble model was proposed com
bining four transfer learned base models ResNet50,
DenseNet121, ConvNeXtTiny and ViT B 16 with a Lo
gistic Regression meta-model, which yielded the high
est Validation Accuracy (98.10%) and Test Accuracy
(98.11%).
• The proposed ensemble model detect five classes of data
and achieved better results than all individual models
in comprehensive evaluation by the accuracy, weighted
precision, recall, F1 score and specificity.

Cross-Domain Adaptation of YOLO-World for Open-Vocabulary Object Detection

We develop a unified multi-domain adaptation pipeline for adapting YOLO-World to heterogeneous medical and environmental imagery through annotation standardization, domain-specific fine-tuning, and multi-domain training. We systematically evaluate zero-shot, medical-only, and combined medical-environmental configurations, demonstrating substantial improvements in medical detection performance, with mAP@0.50 increasing from 0.60 to 0.89 and mAP@0.50:0.95 from 0.39 to 0.73. Furthermore, joint medical-environmental fine-tuning achieves 0.84 precision, 0.81 recall, and 0.87 mAP@0.50, demonstrating broader cross-domain generalization while retaining strong medical-domain performance. Finally, we provide a practical analysis of challenges such as small-object detection, occlusion, low contrast, prompt quality, and domain imbalance, while highlighting reproducibility considerations for future multi-domain open-vocabulary detection research.

Water Quality and Environment Suitability Feedback System for Local Fish Farming: A Fuzzy Logic-Based Approach

In Bangladesh, traditional fish farming practices face challenges due to reliance on manual monitoring and delayed responses to changes in water quality, leading to adverse impacts on fish health and farmers’ economic outcomes. To address these issues, a project has been developed that integrates fuzzy logic controllers for real-time monitoring of critical water parameters, including temperature, pH, dissolved oxygen, electrical conductivity, turbidity, and total dissolved solids. This innovative system employs intelligent fuzzification techniques to translate sensor data into linguistic categories, facilitating more nuanced decision-making compared to conventional binary systems. It also allows for species-specific environmental management for local fish such as Carp, Catfish, Koi, and Tilapia. Using a fuzzy inference engine to automatically regulate aeration systems in response to variable water conditions, the system ensures optimal dissolved oxygen levels while lowering energy usage, making it particularly beneficial for off-grid and rural areas with limited power access. In addition, a user-friendly Android application enables farmers to receive alerts, access real-time water quality data, and remotely control aerators.

WaveAttn-CRC: Wavelet-Enhanced Attention for Multi-Magnification Colorectal Histopathology Classification with Explainable AI

The following are the contributions of this work:

1. We approach the colorectal histopathology classification problem as a multi-magnification task, where the model needs to identify five tissue states at four different magnifications (40x, 100x, 200x, and 400x) and make predictions for both the patches and the source image.

2. We introduce WaveAttn-CRC, a compact dual-stream architecture integrating FastViT spatial features and Haar wavelet details in orientation-specific ways. Multi-head attention is used to refine the fused representation and FiLM is used to condition it on magnification. This design enables the model to incorporate three features: tissue structure, high-frequency detail and optical scale in a single 12.47 million parameter network.

3. It is a controlled comparison of one multi-magnification model and four specialist models with different magnifications. The joint model achieves an image-level accuracy of 0.940 and a macro-F1 of 0.907 overall. It is also ahead of the 200x specialist by 0.042 macro-F1 and the 400x specialist by 0.011 macro-F1, and demonstrates classification problems at 40x.

4. We introduce an explainability assessment, which integrates Grad-CAM++, Score-CAM, LIME and SHAP, along with a quantitative deletion-insertion analysis. This is a way to relate visual explanations to a quantifiable faithfulness test, rather than just qualitative heatmaps.