Articles

Access the latest knowledge in applied science, electrical engineering, computer science and information technology, education, and health.

Filter Icon

Filters article

Years

FAQ Arrow
0
0

Source Title

FAQ Arrow

Authors

FAQ Arrow

31,042 Article Results

Optimizing sparse ternary compression with thresholds for communication-efficient federated learning

10.11591/ijai.v14.i6.pp4902-4912
Nithyanianjan Murthy Chittaiah , Manjula Sunkadakatte Haladappa
Federated learning (FL) enables decentralized model training while preserving client data privacy, yet suffers from significant communication overhead due to frequent parameter exchanges. This study investigates how varying sparse ternary compression (STC) thresholds impact communication efficiency and model accuracy across the CIFAR-10 and MedMNIST datasets. Experiments tested thresholds ranging from 1.0 to 1.9 and batch sizes of 10, 15, and 20. Results demonstrated that selecting thresholds between 1.2 and 1.5 reduced total communication costs by approximately 10–15%, while maintaining acceptable accuracy levels. These findings suggest that careful threshold tuning can achieve substantial communication savings with minimal compromise in model performance, offering practical guidance for improving the efficiency and scalability of FL systems.
Volume: 14
Issue: 6
Page: 4902-4912
Publish at: 2025-12-01

Optimizing brain tumor MRI classification using advanced preprocessing techniques and ensemble learning methods

10.11591/ijai.v14.i6.pp5106-5119
Akim Manaor Hara Pardede , Ahmad Zamsuri , Indi Nuroini , Putrama Alkhairi
Brain tumor classification is a critical task in medical imaging that directly impacts the accuracy of diagnosis and treatment planning. However, the complexity and variability of magnetic resonance imaging (MRI) images pose significant challenges, often resulting in reduced model reliability and generalization. This study addresses these limitations by proposing a novel ResNet+Bagging model, leveraging the strengths of residual networks and ensemble learning to enhance classification performance. Using publicly available brain tumor MRI datasets, including images labeled as benign, malignant, and normal, the study employs advanced preprocessing techniques such as normalization, data augmentation, and noise reduction to ensure high-quality inputs. The proposed model demonstrated significant improvements, achieving the highest testing accuracy of 72%, outperforming other tested models such as LeNet, standard ResNet, GoogleNet, and VGGNet. Precision (0.6010), recall (0.6000), and F1-score (0.5990) metrics further highlight its superior balance in detecting positive and negative classes. The novelty of this research lies in the application of Bagging to ResNet, which effectively mitigates overfitting and enhances predictive stability in complex medical datasets. These findings underscore the proposed model's potential as a robust solution for brain tumor classification, contributing to more accurate and reliable diagnostics.
Volume: 14
Issue: 6
Page: 5106-5119
Publish at: 2025-12-01

Comparative evaluation of machine learning models for intrusion detection in WSNs using the IDSAI dataset

10.11591/ijai.v14.i6.pp4913-4922
Mansour Lmkaiti , Houda Moudni , Hicham Mouncif
This paper provides comparative assessment of three lightweight machine learning (ML) models (logistic regression (LR), random forest (RF), and gradient boosting (GB)), which are employed to detect intrusions in wireless sensor networks (WSNs) using the IDSAI dataset. The goal is to determine the most effective and deployable classifier within the constraints of WSN resources. In order to prevent data leakage and report accuracy, precision, recall, F1-score, and receiver operating characteristic-area under the curve (ROC-AUC) with mean±SD, we implement stratified 5-fold cross validation with in fold preprocessing. The results indicate that RF provides the most optimal generalization and overall performance (accuracy 0.9994 ± 0.0001, precision 0.9995±0.0001, recall 0.9994±0.0001, F1-score 0.9994±0.0001, ROC–AUC 0.9998 ± 0.0000). RF is closely followed by GB (accuracy 0.9990±0.0001, precision 0.9995±0.0001, recall 0.9985±0.0001, F1-score 0.9990 ± 0.0001, ROC-AUC ≈ 1.0000). LR demonstrates limitations in linearly overlapping classes, as evidenced by its high precision but reduced recall (accuracy 0.9167±0.0010, precision 0.9829±0.0002, recall 0.8481±0.0018, F1-score 0.9105 ± 0.0011, ROC–AUC 0.9707 ± 0.0001). In order to evaluate deployability, we characterize the inference throughput on a modest PC: LR ∼ 6.5 × 105 samples/s, GB ∼ 2.2 × 105 samples/s, and RF ∼ 1.3 × 105 samples/s, indicating a tiered intrusion detection system (IDS) (LR at sensors, RF at cluster-heads, and GB at the gateway). We also address the potential dangers of overfitting that may arise from the cleanliness of the dataset and provide a roadmap for future validation on a more diverse set of traffic. The research establishes a baseline for lightweight IDS in actual WSNs that is deployable and reproducible.
Volume: 14
Issue: 6
Page: 4913-4922
Publish at: 2025-12-01

A web-based learning platform to assess student performance using online session activity engagement

10.11591/ijai.v14.i6.pp5240-5250
Shashirekha Hanumanthappa , Chetana Prakash
Predicting students' performance and engagement is crucial for academic eLearning partners in colleges and universities as well as students themselves considering post-COVID-19 pandemic and university grant commission (UGC) dual degree regulation era. An educational system's data on students’ engagement in taking courses that are a significant component of an institution of higher learning with a cogent vertical syllabus can be used to make predictions. By examining how closely a student's course-taking actions correspond with the requirements of the syllabus, one can utilize the student's conduct in the classroom and online eLearning web tool as a predictor of future achievement. This paper presents a study that uses an eLearning web-based dataset to predict students' success throughout a series of online interactive sessions. The dataset records how students engage with each other during online lab work, including how many keystrokes they make, how long they spend on each task, and how well they perform on exams overall. The current methods lacks accuracy to assess student performance and engagement with high precision. In addressing this paper introduces novel multi-label ensemble learning (MLEL) using XGBoost (XGB) and K-fold cross validation. Experiment outcome shows the proposed (MLEL-XGB) achieves much improved outcome than other existing models.
Volume: 14
Issue: 6
Page: 5240-5250
Publish at: 2025-12-01

Catalysing precision in bone x-ray analysis for image detection and classification: the triple context attention model advancement

10.11591/ijai.v14.i6.pp4957-4970
Tabassum N. Sultana , Nagaratna P. Hegde , Asma Parveen
Accurate detection and classification of fractures in bone x-ray images are crucial for effective medical diagnosis and treatment. In this study, we propose the triple context attention model (TCAN) as a novel approach to address the challenges in this domain. TCAN offers several key contributions that significantly enhance the accuracy and efficiency of bone x-ray image recognition and classification. Firstly, TCAN introduces the coordination attention mechanism, which considers both horizontal and vertical positional data during the recognition process. Secondly, TCAN mitigates the common issue of mislabelling fractures in bone x-ray images, particularly in the you only look once (YOLO) model, due to the absence of positional data during training. Thirdly, TCAN efficiently enhances positional data by focusing on weights, and increasing feature dimension while maintaining a manageable model size. This allows for effective utilization of positional data without computational overhead. Lastly, TCAN combines the visual attention network (VAN) with its capabilities, resulting in a comprehensive system that can handle diverse image dimensions and accurately classify various types of fractures across different body regions. Overall, TCAN presents a promising advancement in medical image analysis, improving fracture detection accuracy and classification efficiency in bone x-ray images, thus aiding in more effective clinical decision-making.
Volume: 14
Issue: 6
Page: 4957-4970
Publish at: 2025-12-01

A blended ensemble approach for accurate human activity recognition

10.11591/ijai.v14.i6.pp5131-5139
Rezwana Karim , Afsana Begum , Miskatul Jannat , Abu Kowshir Bitto
Human activity recognition (HAR) is a novel computer vision area with applications in fashion, entertainment, healthcare, and urban planning. Previously, convolutional neural networks (CNNs) were used in HAR due to their ability to extract spatial features from images. However, CNNs are not effective in processing varying input sizes and long-range dependencies in complex human motions. This work examines another approach using vision transformers (ViT) and swin transformers (SwinT) that process images as patch sequences and perform self-attention. These models particularly excel in learning global relationships and minor motion changes in body motion and are therefore very well-suited to variegated and subtle activity detection. To further enhance recognition performance, we propose a hybrid ensemble method by combining ViT and SwinT models with different scales (small, base, and large). Experimental outcomes show that while single transformer models are competitive, the hybrid ensemble beats them across the board with the highest accuracy and balanced precision, recall, and F1-score. These findings confirm that the intended ensemble model provides a more scalable and robust solution than either single-model or CNN-based approaches, and this encourages accurate human activity recognition.
Volume: 14
Issue: 6
Page: 5131-5139
Publish at: 2025-12-01

Dynamic service-aware network selection framework for multi objective optimization in 5G-advanced heterogeneous wireless networks

10.11591/ijai.v14.i6.pp4993-5007
Bhavana Srinivas , Nadig Vijayendra Uma Reddy
The increasing complexity of heterogeneous wireless networks (HWNs) and the diverse requirements of mobility patterns and service classes necessitate advanced solutions for network selection and resource optimization. Existing models often fall short in addressing dynamic mobility scenarios and service differentiation, leading to inefficiencies in resource allocation, suboptimal throughput, and increased latency. To overcome these limitations, this study proposes a dynamic service-aware network selector (DSANS) framework for 5G-advanced environments. The framework integrates an adaptive deep decision network (ADDN) for multi-objective optimization, addressing critical quality of service (QoS) metrics such as throughput, delay, and energy efficiency while enhancing quality of experience (QoE) for applications like enhanced mobile broadband (eMBB), ultra-reliable low latency communication (URLLC), and internet of things (IoT). The DSANS framework dynamically adapts to mobility patterns and varying network conditions, ensuring efficient resource estimation and optimal network selection. Simulation results highlight its superiority, achieving up to 25% improvement in throughput and a 15% reduction in latency compared to state-of-the-art algorithms. These findings validate DSANS as a robust solution for mitigating the limitations of existing models, optimizing network performance, and meeting the stringent demands of next-generation HWNs.
Volume: 14
Issue: 6
Page: 4993-5007
Publish at: 2025-12-01

A review of driver distraction detection while driving based on convolutional neural networks

10.11591/ijai.v14.i6.pp4415-4426
Ghady Alhamad , Mohamad-Bassam Kurdy
Driver distraction represents a major cause of traffic accidents, posing a serious threat to human life. In this review, we present the latest research findings of driver distraction detection based on convolutional neural networks (CNNs). In general, the analysis of driver behavior while driving is represented by either detecting driver drowsiness or attention diversion from driving by other activities, all of which fall under the definition of driver distraction. Facial features are often the basis for detecting driver drowsiness. In most papers, it is typically done by eye blinking, yawning, and head movement. As for the driver attention diversion, it is through the position of the hand and face. It involves many activities, text messages, making phone calls, adjusting the radio, consuming beverages, reaching for objects behind the driver, applying makeup, interacting with passengers, and other similar distractions. However, suggesting new methodologies in driver distraction detection and choosing appropriate CNN-based techniques is a big challenge given the wide variety experiments and studies in this field. Therefore, previous papers should be revisited to produce new methods by taking advantage of the techniques used. As a result, this paper reviews research approaches and reveals the effectiveness of CNN in detecting driver distraction. Finally, the article lists techniques that can be used as benchmarks in this context.
Volume: 14
Issue: 6
Page: 4415-4426
Publish at: 2025-12-01

Optimization of principal component analysis and k-nearest neighbors in cultivation area classification red onion

10.12928/telkomnika.v23i6.27103
Arif; Politeknik Negeri Medan Ridho Lubis , Purwa; Politeknik Negeri Medan Hasan Putra , Fahdi; International Islamic University Malaysia Saidi Lubis
This research aims to increase the effectiveness in classifying shallot cultivation areas through the combined application of principal component analysis (PCA) and k-nearest neighbors (KNN) methods. Shallot is an important agricultural commodity, and identification of optimal areas for its cultivation is essential to support food self-sufficiency. Onion cultivation is generally done in the highlands. One of the areas with shallot cultivation in North Sumatra Province is Berastagi, Karo Regency. This research was conducted by determining the spatial extent of upland land. In the use of data there are 2 types of data that will be used: land suitability dataset and land condition dataset for each region. The PCA method is utilized to simplify the data structure by reducing the number of dimensions and removing insignificant attributes, while KNN was used to classify regions based on their suitability for shallot cultivation. This research produces a classification map that can be used to identify the most optimal areas for shallot cultivation. The test results with the regional spatial dataset using precision, recall and fi-score testing accuracy value 0.92%, and macro avg value 0.94%, weighted avg value 0.93%.
Volume: 23
Issue: 6
Page: 1579-1589
Publish at: 2025-12-01

Unified BERT-LSTM framework enhances machine learning in fraud detection, financial sentiment, and biomedical classification

10.11591/ijai.v14.i6.pp5081-5095
Oussama Ndama , Ismail Bensassi , Safae Ndama , El Mokhtar En-Naimi
The current paper proposes a hybrid framework based on the bidirectional encoder representations from transformers (BERT) and long short-term memory (LSTM) networks for classification tasks in three diverse domains: credit card fraud detection (CCFD), financial news sentiment analysis (FNSA), and biomedical paper abstract classification (BPAC). The model leverages the strengths of BERT regarding the learning of contextual embeddings and those of LSTM in capturing sequential dependencies, thus setting the new state-of-the-art performance in each of the three domains. In the CCFD use case, the model was able to achieve an accuracy of 99.11%, considerably outperforming all the competing systems in fraud transaction detection. The BERT-LSTM model achieved a performance of 96.74% for FNSA, improving significantly in sentiment analysis. Finally, the use case of BPAC was robust, with 88.42% accuracy, which clearly classified biomedical abstract sections correctly. It is evident from the findings that this framework generalizes to a wide range of tasks and hence is an adaptable but strong tool in combating challenges of cross-domain classification.
Volume: 14
Issue: 6
Page: 5081-5095
Publish at: 2025-12-01

Analyzing temporal properties of speech trajectory using graph structures towards speech recognition

10.12928/telkomnika.v23i6.26893
Parabattina; Lakireddy Bali Reddy College of Engineering Bhagath , Malempati; Lakireddy Bali Reddy College of Engineering Shanmukha , Gnana; Lakireddy Bali Reddy College of Engineering Nagasri Puthi
Speech signal analysis aims to identify patterns within data to develop effec tive recognition algorithms. This process primarily utilizes feature extraction techniques such as linear predictive coding (LPC), linear predictive cepstral co efficients (LPCCs), and Mel-frequency cepstral coefficients (MFCCs). These features are crucial for constructing recognition algorithms that leverage both statistical and deep learning methods. While deep learning models require ex tensive datasets, they often prove unsuitable for low-resource languages. The Hidden Markov model (HMM)is the most widely adopted statistical framework in speech processing. However, HMMs are characterized by state-dependent models, where each state interacts only with its neighboring states. This limita tion restricts HMMs from capturing long-term signal properties, highlighting the need for addressing these constraints at the feature extraction stage. Most feature extraction methods rely on short-term signal processing, which further limits the comprehension of speech utterances. To overcome these limitations, alter native methods are necessary to capture more comprehensive patterns. This pa per presents a graph-based approach for analyzing speech trajectories and their temporal properties, which are subsequently validated using HMMs in speech recognition tasks. Graph-based representations on a low-resource Telugu dataset improve recognition accuracy by 13% while reducing processing time compared to traditional LPC.
Volume: 23
Issue: 6
Page: 1626-1634
Publish at: 2025-12-01

Evaluation of midwifery educated mobile applications for labor guidance and a roadmap for future developers

10.11591/ijai.v14.i6.pp5268-5278
Seeta Devi , Swapnil Vitthal Rahane , Lily Podder , Sangeetha X. , Kumari Dimple
The objective of the study was to review the midwifery guided mobile apps for labor advice, assessing features, functions, and content relevance. In February to March 2024, midwifery labor-guided applications were reviewed in mobile platforms such as the Google Play Store and Apple iTunes Store. We used multimodal evaluation tools, such as the mobile app rating scale (MARS), specific statements, and IQVIA ratings, to assess the quality of these applications. The study evaluated midwifery-guided applications, resulting in an average objective quality score of 3.96±0.96 out of 5. 'Safe delivery' scored the highest rating of 4.94, followed by 'Pregnancy mentor' (4.89), 'Hypno-birthing' (4.61), 'Obstetrics 6th edition' (4.68), and 'MSD manual guide to obstetrics' (4.56). Functionality received the highest score (4.16±0.865), followed by information (3.99±0.97), engagement (3.88±1.07), and aesthetics (3.82±0.28) areas. Subjective quality score was 3.6±1.18 out of 5 for an overall MARS score of 3.76±1.02. Most applications received favorable reviews, indicating good quality, and it is recommended that future app developers design applications that include comprehensive information on labor management.
Volume: 14
Issue: 6
Page: 5268-5278
Publish at: 2025-12-01

Impact of smoothing techniques for text classification: implementation in hidden Markov model

10.11591/ijai.v14.i6.pp5183-5192
Norsyela Muhammad Noor Mathivanan , Roziah Mohd Janor , Shukor Abd Razak , Nor Azura Md. Ghani
A hidden Markov model (HMM) is widely used for sequence modeling in various text classification tasks. This study investigates the impact of different smoothing techniques, such as Laplace, absolute discounting, and Gibbs sampling on HMM performance across three distinct domains: e-commerce products, spam filtering, and occupational data mining. Through the comparative analysis, Laplace smoothing consistently outperforms other techniques in handling zero-probability issues, demonstrating superior performance in the e-commerce and SMS spam datasets. The HMM without any smoothing technique achieved the best results for job title classification. This divergence underscores the dataset-specific nature of smoothing requirements, where the simplicity of parameter estimation proves effective in contexts characterized by a limited and repetitive vocabulary. Hence, the findings suggest that tailored smoothing strategies are crucial for optimizing HMM performance in different textual analysis applications.
Volume: 14
Issue: 6
Page: 5183-5192
Publish at: 2025-12-01

Parametric optimization of microchannel heat exchanger using socio-inspired algorithms

10.11591/ijai.v14.i6.pp5303-5310
Vikas Gulia , Aniket Nargundkar
Miniaturized products and systems have emerged as game-changing innovations with huge potential in the modern period with increasing emphasis on sustainable development and green energy. Automotive, astronomical, electronics, and medical research are just a few of the industries where micro electro mechanical systems (MEMS) have found use. In addition to that, microchannel heat exchangers (MCHX) have been created in response to the growing demand for effective cooling solutions for these small systems. Optimization of these MCHX is important for improving the overall system efficiency. In this work, two popular socio inspired evolutionary algorithms viz. teaching learning-based optimization (TLBO) and cohort intelligence (CI) are applied for optimizing three objectives such as power density, compactness factor, and heat transfer with pressure drop (HTPD) for air-water MCHX. The results obtained are significantly improved when compared with genetic algorithm (GA). Moreover, both the techniques are observed to be robust. This study investigates the use of socio-inspired artificial intelligence (AI) algorithms to support the design and optimization of heat exchangers, highlighting their potential to address complex engineering challenges more efficiently.
Volume: 14
Issue: 6
Page: 5303-5310
Publish at: 2025-12-01

Kannada handwritten numeral recognition through deep learning and optimized hyperparameter tuning

10.11591/ijai.v14.i6.pp5038-5048
Ujwala B. S. , Pramod Kumar S. , H. R. Mahadevaswamy , Sumathi K.
The classification of handwritten numerals is a vital and challenging task in developing automated systems, including postal address sorting and license plate recognition. The present study elucidates a new methodology for recognizing Kannada handwritten numerals using deep learning ResNet and VGG architecture with transfer learning. The challenge in Kannada handwritten recognition is complicated structural hierarchy and large vocabulary. The major problem in deep neural networks is vanishing gradient, which can lead to degradation in character recognition, and was addressed using our new methodology using ResNet architecture. We apply the proposed ResNet method in various real-world applications and compare it with convolutional neural networks (CNN) architecture, VGG. The experiment was implemented with the Google Colab software version on a self-created dataset, with handwritten Kannada numerals fed as the input to the recognition process. Our proposed method achieved a high accuracy of 99.20% on training samples and a generalization accuracy of 97.5% on test samples, indicating our method's effectiveness in recognizing handwritten Kannada numerals.
Volume: 14
Issue: 6
Page: 5038-5048
Publish at: 2025-12-01
Show 146 of 2070

Discover Our Library

Embark on a journey through our expansive collection of articles and let curiosity lead your path to innovation.

Explore Now
Library 3D Ilustration