Forthcoming Articles

International Journal of Computational Science and Engineering

International Journal of Computational Science and Engineering (IJCSE)

Forthcoming articles have been peer-reviewed and accepted for publication but are pending final changes, are not yet published and may not appear here in their final order of publication until they are assigned to issues. Therefore, the content conforms to our standards but the presentation (e.g. typesetting and proof-reading) is not necessarily up to the Inderscience standard. Additionally, titles, authors, abstracts and keywords may change before publication. Articles will not be published until the final proofs are validated by their authors.

Forthcoming articles must be purchased for the purposes of research, teaching and private study only. These articles can be cited using the expression "in press". For example: Smith, J. (in press). Article Title. Journal Title.

Articles marked with this shopping trolley icon are available for purchase - click on the icon to send an email request to purchase.

Online First articles are also listed here. Online First articles are fully citeable, complete with a DOI. They can be cited, read, and downloaded. Online First articles are published as Open Access (OA) articles to make the latest research available as early as possible.

Open AccessArticles marked with this Open Access icon are Online First articles. They are freely available and openly accessible to all without any restriction except the ones stated in their respective CC licenses.

Register for our alerting service, which notifies you by email when new issues are published online.

International Journal of Computational Science and Engineering (14 papers in press)

Regular Issues

  • Self-supervised learning with split batch repetition strategy for long-tail recognition   Order a copy of this article
    by Zhangze Liao, Liyan Ma, Xiangfeng Luo, Shaorong Xie 
    Abstract: Deep neural networks cannot be well applied to balance testing when the training data present a long tail distribution. Existing works improve the performance of the model in long tail recognition by changing the model training strategy, data expansion, and model structure optimisation. However, they tend to use supervised approaches when training the model representations, which makes the model difficult to learn the features of the tail classes. In this paper, we use self-supervised representation learning (SSRL) to enhance the model's representations and design a three-branch network to merge SSRL with decoupled learning. Each branch adopts different learning goals to enable the model to learn balanced image features in the long-tail data. In addition, we propose a Split Batch Repetition strategy for long-tailed datasets to improve the model. Our experiments on the Imbalance CIFAR-10, Imbalance CIFAR-100, and ImageNet-LT datasets outperform existing similar methods. The ablation experiments prove that our method performs better on more imbalanced datasets. All experiments demonstrate the effectiveness of incorporating the self-supervised representation learning model and split batch repetition strategy.
    Keywords: long-tail recognition; self-supervised learning; decoupled learning; image classification; deep learning; neural network; computer vision;.

  • X-SSAS: human-machine interaction-driven framework for explainable and scalable similarity-based link prediction in social networks   Order a copy of this article
    by Mridula Dwivedi, Vipin Saxena, Babita Pandey 
    Abstract: This study proposes a novel unified similarity-based link prediction method, X-SSAS, that addresses the limitations posed by traditional methods and serves as a medium to explore human-machine interaction. X-SSAS combines both structural similarity and attribute similarity controlled by a tuning parameter to generate efficient similarity scores that considers both network topology and node attributes. The proposed study provides a novel approach to k-medoid clustering using X-SSAS scores and offers transparent predictions using explainable artificial intelligence. Extensive experiments are conducted on 14 real-world datasets and X-SSAS is tested using six well-known evaluation metrics. The results demonstrate that X-SSAS outperforms existing studies and four widely used similarity measures in their weighted version. The proposed X-SSAS framework attains 99.86% accuracy and 99.99% AUROC on the C. elegans datasets. X-SSAS provides enhanced accuracy, transparency, trustworthiness, and scalability across diverse real-world network datasets.
    Keywords: link prediction; explainable artificial intelligence; XAI; k-medoid clustering; HMI; social network; structural similarity; attribute similarity; Jaccard’s coefficient; Euclidean distance.
    DOI: 10.1504/IJCSE.2026.10077984
     
  • Hybrid convolutional network with adaptive graph attention mechanism for HSI classification   Order a copy of this article
    by Sandeep Swamy, Shashidhar Sonnad 
    Abstract: This research introduces a novel hyperspectral image classification (HSIC) model, named 3D-2D hybrid convolution and enhanced graph attention mechanism (HCN-AMGAM), designed to overcome the challenges of high-dimensional spectral-spatial feature extraction and classification accuracy. HSI captures rich spectral information across multiple wavelengths, enabling precise identification of diverse ground objects. The proposed HCN-AMGAM integrates 3D-2D hybrid convolution with an enhanced graph attention mechanism to jointly exploit spatial continuity and spectral correlation. The hybrid convolution module effectively captures local-global dependencies while reducing computational complexity compared to conventional 3D CNNs. An adaptive graph construction strategy based on deep spectral-spatial embeddings strengthen feature connectivity, and the multi-feature fusion GAM enhances information integration while minimising redundancy. This synergy leads to more discriminative and robust hyperspectral representations. The proposed end-to-end framework not only achieves higher accuracy but also enhances model interpretability and scalability for real-world remote sensing tasks. Experiments conducted on Kennedy Space Center (KSC) and Pavia University (PU) datasets demonstrate that HCN-AMGAM achieves state-of-the-art performance, confirming its significant impact on advancing hyperspectral image classification and environmental monitoring applications.
    Keywords: hyperspectral image; HSIs; convolutional neural networks; CNNs; Pavia University; PU; Kennedy Space Center; KSC; graph attention mechanism; GAM.
    DOI: 10.1504/IJCSE.2026.10078381
     
  • Generating empathetic responses via knowledge augmentation and chain-of-thought in conversational information retrieval systems   Order a copy of this article
    by Zhinan Gou, Yan Li, Mengyao Jia, Siyu Liu 
    Abstract: Conversational information retrieval systems stand as a crucial research area at the intersection of information retrieval and artificial intelligence. However, existing research largely neglects the generation of emotional responses. This paper proposes a novel framework for generating empathetic responses by integrating knowledge augmentation and chain-of-thought reasoning. Firstly, we leverage the knowledge-augmented capabilities of the large language model to generate semantically similar questions, acting as supplementary data to expand the coverage of dataset and enrich the contextual diversity. Then, relevant top answers are retrieved using the original and semantically similar questions, with semantic similarity from datasets as the key metric. Moreover, we establish a chain of thought that guides the large language models to generate empathetic responses, enabling them to offer targeted suggestions for alleviating emotions associated with questions of users. Experimental results show that our method significantly outperforms the baselines in terms of emotional expression and user-perceived empathy.
    Keywords: empathetic response; knowledge augmentation; chain-of-thought; large language model.
    DOI: 10.1504/IJCSE.2026.10078433
     
  • A software fault prediction model using driving training-inspired metaheuristic feature selection framework   Order a copy of this article
    by Himansu Das, Pratiti Mishra, Sanat Kumar Patro, Sushruta Mishra, Mahendra Gourisaria, Saurabh Bilgaiyan 
    Abstract: In machine learning-based SFP, software metrics and defect data are utilised as independent features, and the datasets typically have high dimensionality. To reduce dimensionality and improve model performance, an effective feature selection (FS) approach is necessary. This study proposes a new FS method called driving training-based optimisation (FSDTBO). Unlike existing FS methods, the proposed algorithm maintains a healthy balance between exploration and exploitation, thereby identifying the most relevant features for SFP. The performance of FSDTBO was compared with four widely used FS methods: FSACO, FSGA, FSDE, and FSPSO. Four classifiers NB, KNN, QDA, and DT were employed for evaluation. Experimental results demonstrate that FSDTBO achieves higher classification accuracy and selects a more optimal subset of features compared to the other methods. Moreover, statistical analysis further confirms the superiority of the proposed approach over existing FS algorithms.
    Keywords: feature selection; wrapper-based approach; software fault prediction; SFP; classifiers; driving training-based optimisation.
    DOI: 10.1504/IJCSE.2026.10078586
     
  • SMA-CLMPNet: spatial multiscale attention enabled convolutional distributed memory network for intra-frame video forgery detection   Order a copy of this article
    by Neha Dhiman, Hakam Singh, Abhishek Abhishek 
    Abstract: Video forgery detection presents a vital threat to digital media authenticity because it allows harmful modifications through deepfakes, splicing, and frame duplication methods. Earlier techniques lack the sufficient capability to capture long-range temporal dependencies and maintaining cross-channel correlations which degrade their detection performance. Hence, this research proposes a spatial multiscale attention coupled convolutional distributed long short-term memory based modified pooling network (SMA-CLMPNet) for detecting intra-frame video forgeries. The framework process spatial, channel, and multi-scale features to capture complex forged patterns. Additionally, the distributed LSTM and modified pooling techniques in CLMPNet addresses temporal inconsistencies by selectively aggregating the most informative features while reducing the loss of critical information. The experimental results are analysed using the Face Forensics++ dataset. At the training percentage of 90%, the framework attained an accuracy of 97.92%, sensitivity of 97.34%, and specificity of 98.20%, respectively showcasing it as the prominent solution for detecting manipulations and forgeries in videos.
    Keywords: video forgery detection; digital forensics; deep learning; digital video security; feature extraction; attention mechanism.
    DOI: 10.1504/IJCSE.2026.10078605
     
  • Graph transformer decision model for efficiently UAV-UGV joint routing problem   Order a copy of this article
    by Ke Zhang, Yuelong Su 
    Abstract: The integration of unmanned aerial vehicles with unmanned ground vehicles presents a promising solution for last-mile delivery in urban environments. However, current research often models vehicle movement as discrete nodes, rather than regards as the waypoint selection in continuous space. This paper propose a novel framework named Graph Transformer Decision Model (GTDM), to address the challenging problem of joint routing problem for multiple drones and ground vehicles. The framework employs graph transformer module for state encoding of the heterogeneous multi-agent system. Then, during the decision process, agent computes task assignment probabilities for drones through an attention mechanism and generates optimal scheduling strategies using greedy decoding. Evaluated on the real-world road network of Xiong'an New Area, results demonstrate that the proposed method successfully balances solution quality with computational efficiency compared with heuristic algorithms, such as large neighbor search, showcasing its robustness and potential for practical deployment in future smart cities.
    Keywords: unmanned aerial vehicles; vehicle routing problem; transformer; urban logistics; reinforcement learning.
    DOI: 10.1504/IJCSE.2026.10078648
     
  • ESPS: an effective software pipelining scheme for high performance computing in vector VLIW DSP   Order a copy of this article
    by Yonghua Hu, Tang Zhuoyou, Cheng Aobo, Xiong JingCheng, Wei Liang 
    Abstract: Processors based on very long instruction word (VLIW) architecture have rich registers and computing resources. Making full use of these resources can improve code performance effectively. Software pipelining is an important optimisation technology known to improve the utilisation of computing units. However, unsuccessful instruction pipelining often appears in traditional software pipelining, so there are still many chances to further improve the arrangement of instruction sequences during the optimisation process. In this paper, to generate more efficient programs and make software pipelining optimisation more general, we present an effective software pipelining scheme (ESPS) in Vector VLIW DSP for high performance computing. The loop optimised by ESPS gets higher instruction level parallelism and more instruction scheduling space. We show that ESPS will not fail and improves the execution performance of some representative digital signal processing algorithms relative to loop unrolling optimisation by up to 5%
    Keywords: vector VLIW DSP; loop optimisation; software pipelining; high performance computing.
    DOI: 10.1504/IJCSE.2026.10078985
     
  • Deep transfer learning method for aero-engine blade encoded character detection and recognition based on YOLO-GE   Order a copy of this article
    by Yifan Xiao, Shuxia Wang, Guanfeng Wang, Shixin Wu, Mingrui Zhang, Jianghong Li 
    Abstract: The automatic detection and recognition of aero-engine blade encoded characters plays a crucial role in the intelligent manufacturing of the aviation industry, but challenges arise due to the structural characteristics of dot matrix characters, complex storage and assembly environment, limited sample size, and non-uniform data category distribution. This study presented a deep transfer learning method to detect and recognize the aero-engine blade encoded character. The target dataset is constructed through data augmentation to enhance the diversity and scale, integrating public datasets with self-generated simulated datasets to pre-train the model addressing the issue of sample imbalance. Then, an improved YOLO-GE model is proposed to enhance feature extraction capabilities, along with the design of a corresponding transfer fine-tuning strategy. Experimental results show that, compared to other specialized OCR technologies and models, the proposed method can achieve a good balance between accuracy and efficiency, with strong potential for deployment in practical industrial systems.
    Keywords: aero-engine blades; industrial character recognition; deep transfer learning; small sample dataset; network model.
    DOI: 10.1504/IJCSE.2026.10079196
     
  • Uncertainty-aware web spam detection: a fuzzy integral approach   Order a copy of this article
    by Abdolhamid Nazerpanahi, Mohammadali Hossein Beigi, Amir Hosein Keyhanipour 
    Abstract: Web spamming is not merely a technical nuisance but a significant economic burden on search engines, leading to wasted crawling resources, storage inefficiencies, and revenue loss due to degraded user trust. Traditional detection methods, which rely on high-dimensional feature engineering, incur substantial computational costs and operational latency, limiting their scalability in real-time industrial environments. To address these economic and technical bottlenecks, this paper proposes a cost-effective, uncertainty-aware framework. By shifting the paradigm from expensive content extraction to an evidence-centric aggregation strategy using Bayesian probability and fuzzy integrals (Sugeno and Choquet), we minimise the dependency on hardware-intensive processes. Validated on WEBSPAM-UK benchmarks, our Sugeno-based model achieves exceptional precision (up to 98.9%). Critically, from an industrial standpoint, this approach yields a 40-60% reduction in processing overhead compared to feature-heavy baselines. From a deployment perspective, the proposed framework can be integrated as an early-stage filtering or decision layer in large-scale search engine pipelines, enabling cost-efficient spam screening before expensive crawling and ranking processes. This efficiency directly translates to lower operational expenses (OPEX) and faster index updates, offering a high-ROI solution for maintaining search engine integrity and profitability.
    Keywords: web spam detection; uncertainty handling; fuzzy integral operators; Sugeno integral; choquet integral.
    DOI: 10.1504/IJCSE.2026.10079328
     
  • A multi-feature fusion method for travel demand prediction based on federated learning   Order a copy of this article
    by Kangyi Du, Zheng Huo, Xiangshai Zhang 
    Abstract: Shared mobility has become an emerging transportation mode in smart cities. However, balanced utilisation of shared bicycles faces challenges due to uneven spatiotemporal user demand, asymmetry in station numbers, and decentralised data storage by service providers. To address these issues, we propose Fed-STID, a federated spatio-temporal demand prediction framework that integrates multi-source features including trip history, temporal and spatial dependencies, and weather conditions. Built on a federated multi-layer perceptron, Fed-STID enables accurate prediction on horizontally partitioned data while preserving privacy. Experimental on real-world bike-sharing datasets demonstrate that Fed-STID consistently outperforms mainstream baselines, achieving higher accuracy and lower mean squared error. These results highlight the effectiveness and scalability of our approach for large-scale smart mobility systems.
    Keywords: shared mobility; federated learning; spatiotemporal features; multi-layer perceptron.
    DOI: 10.1504/IJCSE.2026.10079393
     
  • An optimised inception capsule-based LSTM with fuzzy SVM model for effective cardiovascular detection and classification   Order a copy of this article
    by Uma Pyla, Venkata Lakshmi Panga 
    Abstract: Cardiovascular disease (CVD) is a serious concern in the healthcare industry due to its global prevalence and fatality rates. Traditional machine learning (ML) and deep learning (DL) models are widely used for CVD diagnosis; existing models often suffer from data imbalance, limited feature representation, lack of model parameter tuning, and lack of model interpretability analysis, which reduces diagnostic reliability in clinical environments. To overcome these issues, this study proposes an optimised inception capsule based long short-term memory with fuzzy support vector machine (ICPA-LSTM-FSVM) model for accurate cardiovascular disease detection and classification. The proposed method attained 98.74% accuracy, 98.12% precision, 97.95% recall, and 98.03% F1-score, outperforming state-of-the-art methods. Experiment results demonstrated that the proposed model greatly enhances the identification of CVD over the currently available methods, and also provides a reliable and interpretable solution for early CVD diagnosis in intelligent healthcare systems.
    Keywords: cardiovascular disease; machine learning; ML; deep learning; explainable AI; XAI; inception capsule; long short-term memory; orangutan optimisation algorithm.
    DOI: 10.1504/IJCSE.2026.10079443
     
  • GS-LVPose: Fast and Accurate Camera Pose Estimation under Large Viewpoint Variations   Order a copy of this article
    by Fenghua Wang, Keji Song, Wenze Wu 
    Abstract: Camera pose estimation is fundamental to autonomous driving, augmented reality, and robotic navigation. However, existing methods often struggle with large viewpoint variations, which limits their reliability in complex industrial scenarios. This paper presents GS-LVPose, a novel framework designed for fast and accurate pose estimation under significant viewpoint discrepancies. By integrating 3D Gaussian Splatting (3DGS) with feature matching, our approach achieves efficient scene representation without relying on CAD models or extensive training. We propose a coarse-to-fine optimization scheme using a custom uniform sampling algorithm to enhance robustness against large angular differences. Experimental results demonstrate that GS-LVPose effectively handles large-viewpoint challenges, achieving a 97% success rate with an average inference time of 1.34s. With strong robustness to viewpoint changes and competitive efficiency, GS-LVPose offers a practical and effective solution for real-world camera pose estimation tasks.
    Keywords: pose estimation; geometric feature extraction; 3D Gaussian Splatting.

  • Adaptive Sparse Feature Pyramid Networks for Enhanced Lightweight Small Object Detection   Order a copy of this article
    by Junyi Zhang, Dezhi Han, Xiang Shen, Hung-Wei Li, Meng-Yen Hsieh 
    Abstract: UAV-based small object detection is critical for automated aerial surveillance, yet it faces severe challenges, including extreme scale variations, dense clutter, sub-pixel information loss, and stringent computational constraints on edge devices. To address these critical bottlenecks, this paper proposes EL-YOLO, a highly optimized, lightweight object detection architecture tailored for resource-constrained UAV and Synthetic Aperture Radar (SAR) imagery. The framework introduces three core innovations: (1) a Spatial-to-Depth Convolution (SPDConv) backbone to preserve fine-grained spatial details that are typically obliterated during conventional downsampling; (2) an Adaptive Sparse-Connected Asymptotic Feature Pyramid Network (ASCAFPN) to bridge semantic gaps across non-adjacent layers and dynamically suppress background noise; and (3) a systematic integration of Depthwise Separable Convolutions (DSConv) to strictly bound computational overhead. Extensive experiments demonstrate the significant impact of the proposed method: EL-YOLO achieves a highly competitive mAP@50 of 31.5\% on the challenging VisDrone2019 dataset and 93.4\% on the HRSID dataset, outperforming state-of-the-art lightweight baselines (e.g., YOLOv11-n, YOLOv12-n) by up to 7.4\% in absolute mAP@50.
    Keywords: YOLO11; Feature fusion; Small Target Detection; Deep Learning; Unmanned aerial vehicle (UAV) aerial images; Lightweight.