cover
Contact Name
Imam Much Ibnu Subroto
Contact Email
imam@unissula.ac.id
Phone
-
Journal Mail Official
ijai@iaesjournal.com
Editorial Address
-
Location
Kota yogyakarta,
Daerah istimewa yogyakarta
INDONESIA
IAES International Journal of Artificial Intelligence (IJ-AI)
ISSN : 20894872     EISSN : 22528938     DOI : -
IAES International Journal of Artificial Intelligence (IJ-AI) publishes articles in the field of artificial intelligence (AI). The scope covers all artificial intelligence area and its application in the following topics: neural networks; fuzzy logic; simulated biological evolution algorithms (like genetic algorithm, ant colony optimization, etc); reasoning and evolution; intelligence applications; computer vision and speech understanding; multimedia and cognitive informatics, data mining and machine learning tools, heuristic and AI planning strategies and tools, computational theories of learning; technology and computing (like particle swarm optimization); intelligent system architectures; knowledge representation; bioinformatics; natural language processing; multiagent systems; etc.
Arjuna Subject : -
Articles 2,057 Documents
Comparison algorithms with optimization for clustering multi-criteria Ida Mulyadi; Titik Khawa Abdul Rahman; Muhammad Faisal
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 15, No 4: August 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v15.i4.pp3476-3491

Abstract

In higher education, forecasting student graduation is crucial for early intervention development, policy formulation, and class planning. This categorizes the factors that affect student graduation according to both academic and non-academic traits. To compare various clustering techniques, such as K-means, fuzzy C-means (FCM), K-medoids, density-based spatial clustering of applications with noise (DBSCAN), spectral clustering, Gaussian mixture model (GMM), and deep learning (DL), as well as particle swarm optimization (PSO) and genetic algorithm (GA) optimization for K-means and FCM, this article applies the hybrid elbow + silhouette optimization prior to the clustering process. Two clusters were found in the pre-cluster optimization research results. K-means, FCM, GMM, and DL clustering all demonstrated more distinct centroid separation; K-means and GMM were the most visually stable and comprehensible. Inter-cluster separation is the main goal of post-cluster optimization, and the K-means + PSO method is the best option. The cross-dataset validation findings indicate that the clustering model exhibits moderate consistency on the new dataset, with an adjusted Rand index (ARI) of 0.478 and a normalized mutual information (NMI) of 0.433.
Feature-guided transformer approach for detecting distributed denial of service attacks Lokeshwaran Kanagaraj; Raguraman Purushothaman; Sathya Subramanian; Durga Devi Saravanan; Komal Kumar Napa; Cornelius Karunakaran; Billa Manindhar
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 15, No 4: August 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v15.i4.pp3712-3721

Abstract

Distributed denial of service (DDoS) attacks continues to pose serious risks to modern networks, with their growing intensity making early detection both critical and challenging. Conventional machine learning (ML) models often struggle with the nonlinear and highly dynamic nature of attack traffic, which motivates the use of advanced architectures. In this study investigate a transformer-based classifier for DDoS detection on the CIC-DDoS2019 dataset. The workflow included preprocessing, feature scaling, and domain-guided feature selection. Logistic regression (LR) was employed as a baseline, achieving 92.1% accuracy and F1-score of 0.90, thereby revealing the limitations of linear models. The transformer, after hyperparameter tuning and 5-fold cross-validation, reached an average accuracy of 99.95% with precision, recall, and F1-scores all above 99.9%. The model demonstrated stable convergence and generalization across folds. These results highlight the strength of attention mechanisms in capturing feature dependencies, while also pointing to future directions such as real-time deployment, explainability, and resilience to zero-day attacks.
Intelligent object sorting system using Dobot Magician and computer vision Tossapol Jangnoi; Thewin Sakunboonyong; Viroch Sukontanakarn; Tanawat Chalardsakun
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 15, No 4: August 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v15.i4.pp3352-3364

Abstract

This study aims to analyze the relationship between object color, shape, and count and the performance of a robotic object sorting system, measured by execution time and accuracy. The Dobot Magician robot was used for object manipulation, while computer vision based on object detection was implemented using Python and an open source computer vision library (OpenCV). Color and shape segmentation were performed using the hue, saturation, and value (HSV) color space and OpenCV library. Experimental results indicate that three shapes (circle, triangle, and square) and four colors (green, red, blue, and yellow) affect picking time and accuracy differently. Squares generally required the longest time to pick, while triangles often had the shortest times across various colors. Accuracy remained consistently high across all colors and shapes, with green and yellow objects showing slightly higher average accuracy. These findings provide valuable insights into the factors influencing the performance of automated robotic grasping systems, which can be applied to optimize robot design and improve the efficiency and precision of object sorting tasks.
Unsupervised voice activity detection based on the envelope's fractal dimension Nesrine Abajaddi; Youssef Elfahm; Laila Elmaazouzi; Ilham Mounir; Badia Mounir; Abdelmajid Farchi
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 15, No 4: August 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v15.i4.pp3805-3817

Abstract

Currently, voice activity detection (VAD) is utilized in many fields, including forensics, healthcare, and medicine, to detect vocal anomalies, as well as in telecommunications and mobile telephony. Due to its importance and the difficulty of distinguishing between speech and nonspeech segments, especially in noisy environments (low signal-to-noise ratio (SNR)), this area remains under continuous development. Most existing VAD algorithms require predefined thresholds or training data, which reduces their compatibility. This study proposes an unsupervised VAD system that utilizes the Katz algorithm to calculate the fractal dimension of envelopes obtained through a single frequency filtering (SFF) approach. This method allows for high temporal and frequency resolution. The proposed VAD algorithm does not require any training data and is suitable for various types of noise and SNRs. To evaluate the effectiveness of the proposed method, two different databases are used: the Texas Instruments Massachusetts Institute of Technology (TIMIT) database and the King Saud University (KSU) Arabic speech database. The experimental results reveal an average detection accuracy of 96.86%, demonstrating its considerable value in various applications.
Text emotion recognition based on deep learning and attention with whale optimization algorithm Tabarek Alwan Tuib; Mohammad-Reza Feizi-Derakhshi; Yaqdhan Mahmood Hussein; Fahad Taha Al-Dhief
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 15, No 4: August 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v15.i4.pp3692-3702

Abstract

Text emotion recognition (TER) represents one of the crucial tasks in natural language processing (NLP), and it is highly important for many applications. To improve the performance of TER, advanced deep learning (DL) model GRU-BiGRU-CNN-Att is presented in this research. It is a combination of gated recurrent units (GRU), bidirectional gated recurrent units (BiGRU) with a convolutional neural network (CNN), and an attention mechanism. Using a GRU, BiGRU, and CNN as part of a deep feature extraction model, combined with an attention mechanism that gives important information different weights, the method that is proposed in the present work enhances the quality of the word vectors and leads to increasing sentiment analysis judgment accuracy. The whale optimization algorithm (WOA), which selects the most informative features for further enhancing the model, is used lastly for the optimization of the feature selection process. After such optimization, those chosen features are trained on a multi-layer perceptron (MLP), successfully combining machine learning (ML) and DL approaches for improving TER. A varied corpus of tweets, sentences, and dialogues had been used in the present work for the assessment of the performance of the suggested model. The proposed method achieves 83.76% accuracy in emotion recognition.
EEB7-UNet: a deep learning framework for automated segmentation of fractured C-spine vertebrae Abhishek Kumar Pandey; Pateel G. P.; Kedarnath Senapati
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 15, No 4: August 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v15.i4.pp3770-3781

Abstract

Accurate identification of vertebral fracture (VF) regions in computed tomography (CT) images is crucial for surgeons prior to treatment planning, but remains challenging due to irregular vertebral boundaries, low contrast, noise, and image unevenness. Recent advancements in deep learning have shown promising results compared to conventional manual diagnosis methods in detecting anomalies and segmenting regions of interest in medical imaging. In this study, a deep learning model, enhanced EfficientNetB7 U-Net (EEB7-UNet), is proposed to segment the fractured cervical vertebrae. It includes custom data augmentation to increase the data size and a hybrid learning rate scheduler strategy technique for faster convergence, which increases the generalizability and robustness of the model. The proposed model achieved an improved dice score index of 95.53% and Jaccard coefficient index of 93.85% on the test dataset. Furthermore, the EEB7-UNet has emerged as a moderate size with 98.6 MB. The approach yields superior performance in terms of dice score index and Jaccard coefficient index compared to the other state of the art convolutional neural network (CNN) used as an encoder in the U-Net. This research also compared the performance of the proposed model with three other studies in similar contexts, reported in the literature.
Deep learning-based prognostic modeling of brain tumors Laiali Almazaydeh; Arar Al Tawil
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 15, No 4: August 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v15.i4.pp3792-3804

Abstract

Headline accuracy is not enough to move a deep-learning brain tumor magnetic resonance imaging (MRI) classifier into the clinic. A model also needs repeated-split validation, trustworthy probabilities, a statistical sanity check, and a small enough footprint for hospital hardware. This study cover all four in one framework. Five convolutional neural network (CNN) backbones (visual geometry group (VGG)-16, residual network (ResNet)-50V2, MobileNetV2, EfficientNetB0, and dense convolutional network (DenseNet)-121) are trained on 4,600 public brain MRI scans (2,513 tumor, 2,087 healthy) under a shared two-phase transfer-learning recipe. The usual single split is replaced by stratified 5-fold cross-validation (CV), with paired McNemar and DeLong tests and 1,000 bootstrap resamples. Calibration is judged by expected calibration error (ECE), Brier, reliability diagrams, and temperature scaling. VGG16 wins mean accuracy (98.72 ± 0.42%); ResNet50V2 has the tightest area under the curve (AUC) (0.9986 ± 0.0006); the two are statistically tied. MobileNetV2 is the best-calibrated model out of the box (ECE = 0.0021) with only 2.59 M parameters, making it the most deployable. A four-level confidence-based risk score turns calibrated probabilities into triage tags. This study also flag a measured 3.23% format-duplicate leakage in the public dataset and presents the framework as a radiologist co-pilot, not a prognostic model.
SHAP-enhanced ensemble learning for yield prediction: insights from CY-Bench data on Indian wheat Soma Gupta; Dayal Kumar Behera; Satarupa Mohanty; Subhra Swetanisha; Ritik Mallik; Namita Panda
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 15, No 4: August 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v15.i4.pp3411-3420

Abstract

Predicting crop yield accurately is essential for providing food security and improving agricultural practices. This study examines the use of ensemble machine learning models combined with Shapley additive explanations (SHAP) feature selection to improve wheat yield prediction in India. The study uses CY-Bench data, incorporating normalized difference vegetation index (NDVI), meteorological data, and soil moisture data for yield prediction. Various ensemble techniques, including voting, stacking, and boosting are evaluated. Boost m1 ensemble model consistently outperforms other models in the prediction. Additionally, the integration of SHAP-based feature selection with the best ensemble model significantly improves the model accuracy and interpretability by identifying the most influential features affecting yield. The results show the effectiveness of ensemble boosting model, in capturing the complex relationships within agricultural data particularly when combined with feature selection. This method improves the transparency and actionability of machine learning models for agronomists, policymakers, and farmers.
Adaptive binary capsule network for complex image recognition Mavis Serwaa Yeboah; Patrick Kwabena Mensah; Adebayo Felix Adekoya; Mighty Abra Ayidzoe
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 15, No 4: August 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v15.i4.pp3745-3760

Abstract

Glaucoma and cataracts are leading causes of blindness worldwide, emphasizing the need for early detection. Convolutional neural networks (CNNs) have shown promise in detecting ocular diseases, but require extensive training datasets. However, medical datasets are scarce, limited, and imbalanced, prompting the use of time-consuming data augmentation techniques. To address these limitations, a computationally efficient and robust capsule network (CapsNet) model was proposed. The model features a novel adaptive contrast spatial filtering (ACSF) algorithm and incorporates a local binary pattern (LBP) algorithm to enhance robustness. This study achieved good recognition accuracy, with scores of 96.90% on the combined dataset, 96.45% on the cataract-only dataset, and 96.78% on the glaucoma-only dataset. The model's performance is comparable to state-of-the-art models, demonstrating its potential to support ophthalmologists in diagnosing cataracts and glaucoma-related eye issues.
A bibliometric analysis of artificial intelligence applications in geospatial and geographic intelligence Chatarina Muryani; Singgih Prihadi; Gentur Adi Tjahjono; Albertus Erico Jerry Krisna Nugroho; Fitria Dewi Kartika
IAES International Journal of Artificial Intelligence (IJ-AI) Vol 15, No 4: August 2026
Publisher : Institute of Advanced Engineering and Science

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.11591/ijai.v15.i4.pp3036-3052

Abstract

This study presents a comprehensive bibliometric analysis of the application of artificial intelligence in geospatial research and geographic intelligence. Using the Scopus database and visualization tools such as VOSviewer and Microsoft Excel, this study systematically maps the scientific literature across the five analytical dimensions: publication trends, citation structure, co-citation patterns, bibliographic merging, and keyword co-occurrence. The findings indicate a significant increase in global research interest, especially after 2020, with major contributions from the United States, China, and the United Kingdom. The results also reveal thematic clusters ranging from remote sensing and disaster response to smart city planning and spatial prediction. Through science mapping and performance analysis, the study highlights the intellectual structure and conceptual evolution of the field. The study contributes to academic understanding by identifying research gaps, emerging themes, and collaboration patterns, which can guide future interdisciplinary research in the artificial intelligence and geospatial domain.

Filter by Year

2012 2026


Filter By Issues
All Issue Vol 15, No 4: August 2026 Vol 15, No 3: June 2026 Vol 15, No 2: April 2026 Vol 15, No 1: February 2026 Vol 14, No 6: December 2025 Vol 14, No 5: October 2025 Vol 14, No 4: August 2025 Vol 14, No 3: June 2025 Vol 14, No 2: April 2025 Vol 14, No 1: February 2025 Vol 13, No 4: December 2024 Vol 13, No 3: September 2024 Vol 13, No 2: June 2024 Vol 13, No 1: March 2024 Vol 12, No 4: December 2023 Vol 12, No 3: September 2023 Vol 12, No 2: June 2023 Vol 12, No 1: March 2023 Vol 11, No 4: December 2022 Vol 11, No 3: September 2022 Vol 11, No 2: June 2022 Vol 11, No 1: March 2022 Vol 10, No 4: December 2021 Vol 10, No 3: September 2021 Vol 10, No 2: June 2021 Vol 10, No 1: March 2021 Vol 9, No 4: December 2020 Vol 9, No 3: September 2020 Vol 9, No 2: June 2020 Vol 9, No 1: March 2020 Vol 8, No 4: December 2019 Vol 8, No 3: September 2019 Vol 8, No 2: June 2019 Vol 8, No 1: March 2019 Vol 7, No 4: December 2018 Vol 7, No 3: September 2018 Vol 7, No 2: June 2018 Vol 7, No 1: March 2018 Vol 6, No 4: December 2017 Vol 6, No 3: September 2017 Vol 6, No 2: June 2017 Vol 6, No 1: March 2017 Vol 5, No 4: December 2016 Vol 5, No 3: September 2016 Vol 5, No 2: June 2016 Vol 5, No 1: March 2016 Vol 4, No 4: December 2015 Vol 4, No 3: September 2015 Vol 4, No 2: June 2015 Vol 4, No 1: March 2015 Vol 3, No 4: December 2014 Vol 3, No 3: September 2014 Vol 3, No 2: June 2014 Vol 3, No 1: March 2014 Vol 2, No 4: December 2013 Vol 2, No 3: September 2013 Vol 2, No 2: June 2013 Vol 2, No 1: March 2013 Vol 1, No 4: December 2012 Vol 1, No 3: September 2012 Vol 1, No 2: June 2012 Vol 1, No 1: March 2012 More Issue