cover
Contact Name
-
Contact Email
-
Phone
-
Journal Mail Official
-
Editorial Address
-
Location
Kota yogyakarta,
Daerah istimewa yogyakarta
INDONESIA
International Journal of Advances in Intelligent Informatics
ISSN : 24426571     EISSN : 25483161     DOI : 10.26555
Core Subject : Science,
International journal of advances in intelligent informatics (IJAIN) e-ISSN: 2442-6571 is a peer reviewed open-access journal published three times a year in English-language, provides scientists and engineers throughout the world for the exchange and dissemination of theoretical and practice-oriented papers dealing with advances in intelligent informatics. All the papers are refereed by two international reviewers, accepted papers will be available on line (free access), and no publication fee for authors.
Arjuna Subject : -
Articles 330 Documents
Enhanced mixup for improved time series analysis Nguyen, Khoa Tho Anh; Nguyen, Khoa; Kim, Taehong; Tran, Ngoc Hong; Dinh, Vinh
International Journal of Advances in Intelligent Informatics Vol 11, No 2 (2025): May 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i2.1592

Abstract

Time series data analysis is crucial for real-world applications. While deep learning has advanced in this field, it still faces challenges, such as limited or poor-quality data. In areas like computer vision, data augmentation has been widely used and highly effective in addressing similar issues. However, these techniques are not as commonly explored or applied in the time series domain. This paper addresses the gap by evaluating basic data augmentation techniques using MLP, CNN, and Transformer architectures, prioritized for their alignment with state-of-the-art trends in time series analysis rather than traditional RNN-based methods. The goal is to expand the use of data augmentation in time series analysis. The paper proposed EMixup, which adapts the Mixup method from image processing to time series data. This adaptation involves mixing samples while aiming to maintain the data's temporal structure and integrating target contributions into the loss function. Empirical studies show that EMixup improves the performance of time series models across various architectures (improving 23/24 forecasting cases and 12/24 classification cases). It demonstrates broad applicability and strong results in tasks like forecasting and classification, highlighting its potential utility across diverse time series applications.
Integrating hedge algebras and optimization techniques to reduce forecasting errors in fuzzy time series model Tính, Nghiêm Văn
International Journal of Advances in Intelligent Informatics Vol 11, No 2 (2025): May 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i2.1939

Abstract

Accurate forecasting in fuzzy time series (FTS) models is essential for applica-tions such as financial markets, traffic fatalities, and academic enrollments. How-ever, a persistent challenge in FTS forecasting is the determination of optimal interval lengths in the universe of discourse (UD), which significantly impacts prediction accuracy. This study introduces a novel hybrid approach that inte-grates Hedge Algebra (HA) with Particle Swarm Optimization (PSO) and Simu-lated Annealing (SA) to enhance forecasting accuracy. HA enables adaptive, non-uniform interval partitioning based on linguistic semantics, while PSO and SA jointly refine these intervals to reduce forecasting errors. Unlike convention-al FTS models with fixed partitioning, our approach leverages HA’s mathemati-cal structure alongside PSO’s global search and SA’s local refinement to en-hance adaptability and robustness. The model is evaluated on diverse datasets, including enrollment data, traffic fatalities, and gasoline prices, demonstrating superior forecasting accuracy over existing FTS models, as measured by Mean Squared Error (MSE) and Root Mean Squared Error (RMSE).
A genetic algorithm approach to green vehicle routing: Optimizing vehicle allocation and route planning for perishable products Asih, Hayati Mukti; Leuveano, Raden Achmad Chairdino; Dharmawan, Dhimas Arief; Ardiansyah, Ardiansyah
International Journal of Advances in Intelligent Informatics Vol 11, No 2 (2025): May 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i2.1784

Abstract

This paper introduces a novel approach to the Green Vehicle Routing Problem (GVRP) by integrating multiple trips, heterogeneous vehicles, and time windows, specifically applied to the distribution of bakery products. The primary objective of the proposed model is to optimize route planning and vehicle allocation, aiming to minimize transportation costs and carbon emissions while maximizing product quality upon delivery to retailers. Utilizing a Genetic Algorithm (GA), the model demonstrates its effectiveness in achieving near-optimal solutions that balance economic, environmental, and quality-focused goals. Empirical results reveal a total transportation cost of Rp. 856,458.12, carbon emissions of 365.43 kgCO2e, and an impressive average product quality of 99.90% across all vehicle trips. These findings underscore the capability of the model to efficiently navigate the complexities of real-world logistics while maintaining high standards of product delivery. The proposed GVRP model serves as a valuable tool for industries seeking sustainable and cost-effective distribution strategies, with implications for broader advancements in supply chain management.
LUNGINFORMER: A Multiclass of lung pneumonia diseases detection based on chest X-ray image using contrast enhancement and hybridization inceptionresnet and transformer Hanafi, Hanafi
International Journal of Advances in Intelligent Informatics Vol 11, No 2 (2025): May 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i2.1964

Abstract

Lung pneumonia is categorically a serious disease on Earth. In December 2019, COVID-19 was first identified in Wuhan, China. COVID-19 caused severe lung pneumonia. The majority of lung pneumonia diseases are diagnosed using traditional medical tools and specialized medical personnel. This process is both time-consuming and expensive. To address the problem, many researchers have employed deep learning algorithms to develop an automated detection system for pneumonia. Deep learning faces the issue of low-quality X-ray images and biased X-ray image information. The X-ray image is the primary material for creating a transfer learning model. The problem in the dataset led to inaccurate classification results. Many previous works with a deep learning approach have faced inaccurate results. To address the situation mentioned, we propose a novel framework that utilizes two essential mechanisms: advanced image contrast enhancement based on Contrast Limited Adaptive Histogram Equalization (CLAHE) and a hybrid deep learning model combining InceptionResNet and Transformer. Our novel framework is named LUNGINFORMER. The experiment report demonstrated LUNGINFORMER achieved an accuracy of 0.98, a recall of 0.97, an F1-score of 0.98, and a precision of 0.96. According to the AUC test, LUNGINFORMER achieved a tremendous performance with a score of 1.00 for each class. We believed that our performance model was influenced by contrast enhancement and a hybrid deep learning model.
Semantic-BERT and semantic-FastText model for education question classification Soares, Teotino Gomes; Azhari, Azhari; Rohkman, Nur
International Journal of Advances in Intelligent Informatics Vol 11, No 2 (2025): May 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i2.1955

Abstract

Question classification (QC) is critical in an educational question-answering (QA) system. However, most existing models suffer from limited semantic accuracy, particularly when dealing with complex or ambiguous education queries. The problem lies in their reliance on surface-level features, such as keyword matching, which hampers their ability to capture deeper syntactic and semantic relationship in question. This results in misclassification and generic responses that fail to address the specific intent of prospective students. This study addresses, this gap by integrating semantic dependency parsing into Semantic-BERT (S-BERT) and Semantic-FastText (S-FastText) to enhance question classification performance. Semantic dependency parsing is applied to structure the semantics of interrogative sentences before classification processing by BERT and FastText. A dataset of 2,173 educational questions covering five question classes (5W1H) is used for training and validation. The model evaluation uses a confusion matrix and K-Fold cross-validation, ensuring robust performance assessment. Experimental results show that both models achieve 100% accuracy, precision, and recall in classifying question sentences, demonstrating their effectiveness in educational question classification. These findings contribute to the development of intelligent educational assistants, paving the way for more efficient and accurate automated question-answering systems in academic environments.
Student Major Subject Prediction Model for Real-Application Using Neural Network Islam, Aminul; Hoque, Jesmeen Mohd Zebaral; Hossen, Md. Jakir; Basiron, Halizah; Tawsif Khan, Chy. Mohammed
International Journal of Advances in Intelligent Informatics Vol 11, No 2 (2025): May 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i2.1490

Abstract

The university admission test is an arena for students in Bangladesh. Millions of students have passed the higher secondary school every year, and only limited government medical, engineering, and public universities are available to pursue their further study. It is challenging for a student to prepare all these three categories simultaneously within a short period in such a competitive environment. Selecting the correct category according to the student's capability became important rather than following the trend. This study developed a preliminary system to predict a suitable admission test category by evaluating students' early academic performance through data collecting, data preprocessing, data modelling, model selection, and finally, integrating the trained model into the real system. Eventually, the Neural Network was selected with the maximum 97.13% prediction accuracy through a systematic process of comparing with three other machine learning models using the RapidMiner data modeling tool. Finally, the trained Neural Network model has been implemented by the Python programming language for opinionating the possible option to focus as a major for admission test candidates in Bangladesh.
Detection and classification of lung diseases in distributed environment Phan, Thuong-Cang; Phan, Anh-Cang
International Journal of Advances in Intelligent Informatics Vol 11, No 2 (2025): May 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i2.1828

Abstract

A significant increase in the size of the medical data, as well as the complexity of medical diagnosis, poses challenges to processing this data in a reasonable time. The use of big data is expected to have the upper hand in managing the large-scale datasets. This research presents the detection and prediction of lung diseases using big data and deep learning techniques. In this work, we train neural networks based on Faster R-CNN and RetinaNet with different backbones (ResNet, CheXNet, and Inception ResNet V2) for lung disease classification in a distributed and parallel processing environment. Moreover, we also experimented with three new network architectures on the medical image dataset: CTXNet, Big Transfer (BiT), and Swin Transformer, to evaluate their accuracy and training time in a distributed environment. We provide ten scenarios in two types of processing environments to compare and find the most promising scenarios that can be used for the detection of lung diseases on chest X-rays. The results show that the proposed method can accurately detect and classify lung lesions on chest X-rays with an accuracy of up to 96%. Additionally, we use Grad-CAM to highlight lung lesions, thus radiologists can clearly see the lesions’ location and size without much effort. The proposed method allows for reducing the costs of time, space, and computing resources. It will be of great significance to reduce workloads, increase the capacity of medical examinations, and improve health facilities.
Classification of Bitter gourd leaf disease using deep learning architecture ResNet50 Artika, Artika; Al Maki, Wikky Fawwaz
International Journal of Advances in Intelligent Informatics Vol 11, No 2 (2025): May 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i2.1925

Abstract

The primary goal of this research is to develop a feasible and efficient method for identifying the disease and to advocate for an appropriate system that provides an early and cost-effective solution to this problem. Due to their superior computational capabilities and accuracy, computer vision and machine learning methods and techniques have garnered significant attention in recent years for classifying various leaf diseases. As a result, Resnet50 and Resnet101 were proposed in this study for the classification of bitter gourd disease. The 2490 images of bitter gourd leaves are classified into three categories: Healthy leaf, Fusarium Wilt leaf, and Yellow Mosaic leaf. The proposed ResNet50 architecture accomplished 98% accuracy with the Adam optimizer. The ResNet101 architecture achieves an average accuracy of 94% with the Adam optimizer. As a result, the proposed model can differentiate between healthy and diseased bitter gourd leaves. This research contributes to the development of methods for detecting bitter melon leaf disease using computer vision and machine learning, achieving high accuracy and supporting automatic disease diagnosis. The results can help farmers quickly and cost-effectively detect diseases early, thereby increasing agricultural productivity.
Optimized image-based grouping of e-commerce products using deep hierarchical clustering Pranoto, Yuliana Melita; Handayani, Anik Nur; Herwanto, Heru Wahyu; Kristian, Yosi
International Journal of Advances in Intelligent Informatics Vol 11, No 3 (2025): August 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i3.1979

Abstract

Managing large and constantly evolving product catalogs is a significant challenge for e-commerce platforms, especially when visually similar products cannot be reliably distinguished using text-based methods. This study proposes a product grouping method that combines a fine-tuned EfficientNetV2M model with an adaptive Agglomerative Clustering strategy. Unlike conventional CNN-based approaches, which have limited scalability and a fixed number of clusters, the proposed method dynamically adjusts similarity thresholds and automatically forms clusters for unseen product variations. By linking deep visual feature extraction with adaptive clustering, the method enhances flexibility in handling product diversity. Experiments on the Shopee product image dataset show that it achieves a high Normalized Mutual Information (NMI) score of 0.924, outperforming standard baselines. These results demonstrate the method’s effectiveness in automating catalog organization and offer a scalable solution for inventory management and personalized recommendations in e-commerce platforms.
Lightweight deep learning model with ResNet14 and spatial attention for anterior cruciate ligament diagnosis Herman, Herman; Kumar, Yogan Jaya; Wee, Sek Yong; Perhakaran, Vinod Kumar
International Journal of Advances in Intelligent Informatics Vol 11, No 3 (2025): August 2025
Publisher : Universitas Ahmad Dahlan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.26555/ijain.v11i3.2055

Abstract

The accuracy of diagnosing an Anterior Cruciate Ligament (ACL) tear depends on the radiologist’s or surgeon’s expertise, experience, and skills. In this study, we contribute to the development of an automated diagnostic model for anterior cruciate ligament (ACL) tears using a lightweight deep learning model, specifically ResNet-14, combined with a Spatial Attention mechanism to enhance diagnostic performance while conserving computational resources. The model processes knee MRI scans using a ResNet architecture, comprising a series of residual blocks and a spatial attention mechanism, to focus on the essential features in the imaging data. The methodology, which includes the training and evaluation process, was conducted using the Stanford dataset, comprising 1,370 knee MRI scans. Data augmentation techniques were also implemented to mitigate biases. The model’s assessment uses performance metrics, ROC-AUC, sensitivity, and specificity. The results show that the proposed model achieved an ROC-AUC score of 0.8696, a sensitivity of 79.81%, and a specificity of 79.82%. At 6.67 MB in size, with 1,684,517 parameters, the model is significantly more compact than existing models, such as MRNet. The findings demonstrate that embedding spatial attention into a lightweight deep learning framework augments the diagnostic accuracy for ACL tears while maintaining computational efficiency. Therefore, lightweight models have the potential to enhance diagnostic capability in medical imaging, allowing them to be deployed in resource-constrained clinical settings.