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

30,938 Article Results

Robust palmprint biometric solution for secure mobile authentication

10.11591/ijeecs.v41.i2.pp680-689
Son Nguyen , Arthorn Luangsodsai , Pattarasinee Bhattarakosol
Smartphones increasingly rely on biometric authentication for access to financial and personal services, creating a need for palmprint recognition that is accurate, fast, and deployable on device. This paper proposes an end-to-end smartphone palmprint authentication framework that integrates guided mobile image capture, landmark-based region-of-interest (ROI) extraction, and compact embedding inference. A ResNet-18 teacher is first trained with self-supervised contrastive learning to reduce dependence on labeled biometric data, then distilled into a lightweight MobileNetV3 student for efficient mobile deployment. The learned embeddings support both on device verification and large-scale identification using an approximate nearest neighbor index (FAISS). Experiments on a public Kaggle palm dataset achieve 99.2% accuracy with a 0.15% equal error rate (EER). On an iPhone 13, the end-to-end pipeline runs in 87.0 ms with a 12.4 MB student model. For a 1 million-entry gallery, FAISS provides 32 ms query latency while maintaining 99.5% Recall@1. Limitations include evaluation under mostly controlled capture conditions and the absence of an explicit liveness or presentation attack detection (PAD) module; future work will address unconstrained testing and anti-spoofing integration.
Volume: 41
Issue: 2
Page: 680-689
Publish at: 2026-02-01

Control of multi-level NPC inverters in PV/grid systems using ADRC and MADRC

10.11591/ijeecs.v41.i2.pp456-469
Gherici Dinar , Ahmed Tahour
Grid-connected photovoltaic (PV) systems consist of solar panels that convert sunlight into electrical energy, interconnected directly with the utility grid. These systems comprise several key components: PV, multilevel, controllers, and grid interface equipment. In this context, fivelevel inverters are increasingly favoured over three-level inverters due to their ability to reduce total harmonic distortion (THD), improve efficiency, and ensure better power quality in grid-connected applications. This research presents a three-level enhanced control scheme aimed at optimizing the performance of a grid-connected photovoltaic system with a five-level inverter. A fractional-order proportional-integral (FOPI) controller is utilized for maximum power point tracking (MPPT) to ensure precise tracking under variable irradiance conditions. At the grid-interface stage, a modified active disturbance rejection controller (MADRC) is developed for grid-interface, featuring an inner loop for DC-link voltage regulation based on Lyapunov theory, leading to improved dynamic performance with lower THD of the grid current and enhanced efficiency. Simulation results highlight the effectiveness of the proposed system. Compared with the FOPI-ADRC, a three-level configuration (0.38% THD), the proposed FOPI-MADRC with a five-level inverter achieves superior performance, with only (0.22% THD). These results confirm the advantages of combining advanced control strategies with multilevel inverter technology in improving both power quality and system efficiency.
Volume: 41
Issue: 2
Page: 456-469
Publish at: 2026-02-01

ETV: efficient text vision for text localization in natural scene images

10.11591/ijeecs.v41.i2.pp812-822
Suman Suman , Champa H. N.
In the current digital era, the extraction and comprehension of textual information from images have emerged as pivotal tasks. With the exponential growth of text documents, efficient processing and analysis have become imperative. However, text localization in images remains challenging due to complex backgrounds, uneven illumination, diverse text styles, and perspective distortions, rendering traditional optical character recognition (OCR) techniques inadequate. To address these challenges, this paper proposes an integrated method named efficient text vision (ETV). ETV combines the OCR capabilities of Tesseract with the efficient and accurate scene text detector (EAST) algorithm, supplemented by nonmaximum suppression (NMS). The Tesseract OCR component facilitates the extraction and identification of individual characters, while EAST excels in the efficient detection and localization of complete text sections. The incorporation of NMS enhances localization accuracy by eliminating redundant or overlapping bounding boxes.
Volume: 41
Issue: 2
Page: 812-822
Publish at: 2026-02-01

Parkinson's disease diagnosis using voice biomarkers: a machine learning approach

10.11591/ijeecs.v41.i2.pp800-811
Amit Kumar , Neha Sharma , Shubham Mahajan , Seifedine Kadry
Parkinson's disease (PD) is a degenerative neurological disease, and at present there are no reliable laboratory tests for it. So how does this happen when people go to identify PD? vocal biomarkers, combined with machine learning (ML), seem to be an option for noninvasive diagnostics. In our work, we used a voice recording dataset which consisted of 26 different feature sets mined by various techniques. When using the extreme gradient boosting (XGBoost) method, out of all these models tested, an accuracy of 91.79% was achieved. As can be seen from its high precision, recall and F1- score, XGBoost performed very well in differentiating PD cases from non-cases. The study concludes that the application of ML, particularly XGBoost, to the diagnostic process can establish a valuable tool for early screening of PD, which will facilitate more speedy and correspondingly cost-effective clinical evaluations. This paper represents an important contribution to the rapidly developing fields of artificial intelligence-based on diagnosis of neurological diseases and digital health.
Volume: 41
Issue: 2
Page: 800-811
Publish at: 2026-02-01

Smart home automation using internet of things

10.11591/ijeecs.v41.i2.pp579-588
Roopa R. , Pallavi B. , Lakshmi Neelima , Parikshith J. , Kashish Agarwal
This research paper delves into the development and implementation of an advanced home automation system utilizing internet of things (IoT) technology to bolster safety and comfort within residential environments. The proposed system architecture revolves around an ESP8266 microcontroller board interfaced with a diverse array of sensors, including motion detectors, temperature and humidity sensors, and air quality sensors specifically designed to detect gas leaks. Additionally, the system incorporates a servo motor for stove control and relays for fan activation. The described system adds novel safety-focused features, including servo-controlled stoves and fan-gas leak integration, making it applicable for critical home safety scenarios. However, it shares common weaknesses with existing systems, such as inadequate attention to security, energy efficiency, and scalability. By addressing these gaps, this system could set itself apart as a comprehensive IoT solution for home automation.
Volume: 41
Issue: 2
Page: 579-588
Publish at: 2026-02-01

Evaluating test case minimization with DB K-means

10.11591/ijeecs.v41.i2.pp555-563
Sanjay Sharma , Jitendra Choudhary
This paper evaluates a new method for test case minimization using clustering methods. Clustering is a method used on data sets to generate clusters of the same behavior; thus, unnecessary and redundant data sets are removed. Hence, minimized data sets are generated that represent the same coverage as the original data sets. This is achieved by a new method based on clustering that separates data sets into two sets, outlier and non-outlier, after reducing redundant test cases, combines minimized data sets named DB K-means. The methods individually worked on outlier and non-outlier data sets and removed redundant data sets to minimize test cases. The result of the proposed method is better than the simple clustering method used for test case minimization. The software development would only be complete with software testing. Enhancing software quality requires testing numerous test cases, a laborious and time-consuming process, testing a program using a set of inputs known as test cases. Test case minimization approaches are critical in software testing, as they optimize testing resources and provide comprehensive coverage. Minimization is the process of choosing a subset of test cases that accurately captures the behavior of the entire test suite to minimize duplicacy and increase efficiency.
Volume: 41
Issue: 2
Page: 555-563
Publish at: 2026-02-01

Botnet detection: a system for identifying DGA-based botnets using LightGBM

10.11591/ijeecs.v41.i2.pp833-844
Mumtazimah Mohamad , Nazirah Abd Hamid , Sanaa A. A. Ghaleb , Siti Dhalila Mohd Satar , Suhailan Safei , Wan Mohd Amir Fazamin Wan Hamzah , Lim En En
Botnets present a major challenge to detecting anomalies in domain generation algorithms (DGAs). Botmasters use DGAs to create numerous domain names to communicate with command-and-control servers, complicating the detection process. Traditional blacklisting methods struggle to effectively identify anomalous DGA domain names amid the vast number of randomly generated domains, leading to a greater risk of detection being evaded. The proliferation of DGA-based botnets has created an urgent need for robust detection methods. Various techniques and attributes have been utilised to categorise different DGA families, yet the dynamic nature of DGA domain names renders the current blacklisting algorithms ineffective. Additionally, the dynamic characteristics of DGAs further complicate classification, emphasising the need for machine learning models to improve detection accuracy and enhance cyber defence. This study proposes a robust solution to address the challenges posed by DGA-based botnets by developing an innovative machine learning-based model for domain name classification. The model leverages the light gradient boosting algorithm (LightGBM) and integrates n-gram features to enhance the detection of malicious DGA domains. This approach offers superior accuracy, adaptability, and efficiency in identifying and classifying anomalous domain names, achieving 96% precision when detecting true DGA domains. This system represents a significant advancement in cybersecurity and anomaly detection.
Volume: 41
Issue: 2
Page: 833-844
Publish at: 2026-02-01

Engineering intelligence for sustainable and secure digital futures

10.11591/ijeecs.v41.i2.pp453-455
Tole Sutikno
This editorial introduces Volume 41, Number 2 (February 2026) of the Indonesian Journal of Electrical Engineering and Computer Science (IJEECS), which presents a diverse collection of peer-reviewed articles reflecting recent advances in electrical engineering, electronics, and computer science. The issue highlights the convergence of power and energy systems, artificial intelligence, cybersecurity, the Internet of Things (IoT), and datadriven engineering methodologies in addressing contemporary technological and societal challenges, with key contributions focusing on renewable energy integration, intelligent control strategies, secure and trusted digital infrastructures, smart IoT-based systems, and AI-driven applications in healthcare, finance, industrial automation, and human-centered computing. Particular emphasis is placed on energy efficiency, system resilience, explainable and trustworthy artificial intelligence, and sustainable engineering practices. Collectively, the published works demonstrate how interdisciplinary research can bridge theory and real-world implementation while supporting the United Nations Sustainable Development Goals, including affordable and clean energy, good health and well-being, sustainable cities, responsible consumption, and strong digital institutions. By fostering innovation, cross-domain collaboration, and responsible technology development, this issue of IJEECS aims to advance secure, intelligent, and sustainable engineering solutions that respond to both current demands and future global challenges. This issue further reinforces the journal’s commitment to advancing engineering intelligence that is ethically grounded, environmentally responsible, and resilient by design.
Volume: 41
Issue: 2
Page: 453-455
Publish at: 2026-02-01

IoT-enabled connected incubator with redundant communication for real-time neonatal monitoring

10.11591/ijeecs.v41.i2.pp633-644
Naçima Mellal , Soumia Hadj Maatallah , Ammar Merazga , Rachida Bouchouareb , Souad Nacer
Premature birth remains a major challenge in neonatal care, especially in resource-constrained settings, where continuous monitoring and timely intervention are limited. Most existing neonatal incubators offer limited real-time monitoring, unreliable alerting, and lack communication redundancy, potentially delaying critical responses. This paper presents a comprehensive internet of thing (IoT) enabled connected incubator with redundant communication (Wi-Fi and GSM) for real-time monitoring of physiological and environmental parameters. The system integrates sensing, processing, cloud connectivity, a mobile application, and multi-channel alerts (App notifications, SMS, voice calls, and local alarms). It was experimentally evaluated under controlled laboratory conditions. Quantitative evaluation shows a cloud transmission success rate of 99.1%, end-to-end communication latency below 1 second via Wi-Fi and 2.2 seconds via GSM, with 98% of alerts successfully delivered within 6 seconds. The proposed system provides a low-cost, reliable platform that enhances neonatal safety, supports timely clinical decisions, and is scalable for resource-constrained healthcare environments.
Volume: 41
Issue: 2
Page: 633-644
Publish at: 2026-02-01

Contextualized clinical anomaly detection with explainable AI and patient modeling

10.11591/ijeecs.v41.i2.pp614-623
Amel Elketroussi , Bachir Djebbar , Ibtissem Bekkouche
This study aims to reduce alarm fatigue and improve the clinical relevance of alerts in intensive care by combining sequential modeling, patient contextualization, explainable artificial intelligence (XAI), and probability calibration. To this end, we leverage the adult cohorts from MIMIC-III/IV, segmented into four-hour windows, explicitly handling missing data and constructing a context vector that integrates demographics, comorbidities, and therapeutic interventions. The approach relies on a tabular autoencoder, an long short-term memory (LSTM) autoencoder, and a transformer, complemented by an adjustment layer based on auditable clinical rules, local explanations (LIME/SHAP), and post-hoc calibration (temperature scaling). Evaluation involves receiver operating characteristic (ROC)/precision–recall (PR) area under the curve (AUC), F1-score, sensitivity and specificity, as well as calibration metrics (ECE, Brier score), alert burden, ablation studies, robustness tests, and subgroup fairness analyses. Across all experiments, the complete model (+Context+XAI+Calibration) outperforms baselines in AUPRC and F1, reduces alert burden, and improves calibration while providing understandable explanations. Specifically, the proposed model improves ROC AUC from 0.74 to 0.89 and reduces alert burden by approximately one third compared to clinical thresholds.
Volume: 41
Issue: 2
Page: 614-623
Publish at: 2026-02-01

Quantitative evaluation of a virtual tour navigation system using satisfaction modeling: a case study in Thai cultural tourism

10.11591/ijeecs.v41.i2.pp690-699
Ekapong Nopawong , Rawinan Praditsangthong
This research aims to develop and evaluate the Lak Hok virtual tour navigation system to promote sustainable cultural tourism by showcasing Thai wisdom through immersive digital experiences. The system utilized 360-degree panoramic images hosted on a web server and supported accessibility via laptops, smartphones, and virtual reality (VR) headsets. Both subjective evaluations and objective performance metrics were employed to assess the system’s usability, aesthetic appeal, and content quality (CQ). User satisfaction, measured through a survey of 87 participants, demonstrated consistently high ratings (mean scores: 3.59-3.77 for ease of use (EU), 3.32-3.95 for design aesthetics, and 3.62-3.70 for content knowledge). Objective tests revealed an average system response time of 1.45 seconds, a false interaction rate of 4.2%, and a navigation accuracy of 98.5%. Statistical analysis showed no significant differences in user satisfaction across gender, age, or region, highlighting the system’s broad accessibility and usability. Unlike prior systems, this study formalizes satisfaction modeling via equation-based analysis. This virtual tour system provides a scalable and engaging platform for preserving and promoting cultural heritage, offering a sustainable solution for modern tourism development.
Volume: 41
Issue: 2
Page: 690-699
Publish at: 2026-02-01

Depth estimation in handheld augmented reality: a review

10.11591/ijeecs.v41.i2.pp589-600
Muhammad Anwar Ahmad , Norhaida Mohd Suaib , Ajune Wanis Ismail
Depth estimation involves capturing the depth information of a scene in the form of depth data. This depth information can be applied in computer vision tasks to enhance perception and comprehension. In handheld augmented reality (AR), depth estimation refers to the capability of a handheld device to estimate the depth or distance of objects in the real world based on input from its camera feed. Currently, there is a lack of work that reviews on this topic. Thus, this paper reviews and discusses the technologies regarding depth estimation on handheld devices and their applications in relation to AR. We employ partially the systematic review procedure to allow more specific focus for our, broken into three main focuses. First, we discuss the methods to obtain depth data on handheld devices. Next, we discuss on the existing frameworks that enable depth estimation for handheld AR. Then, we compile and discuss the applications of depth estimation for handheld AR based on the reviewed papers. Finally, we discuss the novelties and limitations of the current research to determine the gaps in this field of research.
Volume: 41
Issue: 2
Page: 589-600
Publish at: 2026-02-01

Driving connectivity: a thorough review of networking protocols in electric mobility

10.11591/ijeecs.v41.i2.pp764-772
Ramandeep Sandhu , Harpreet Kaur Channi , Nimay Chandra Giri , Pulkit Kumar , Mohamed A. Elaskily , Mohamed A. Hebaishy
The rapid advancement of technology has transformed the automotive sector through intelligent systems for safety, control, and infotainment. This study reviews key networking protocols controller area network (CAN), local interconnect network (LIN), FlexRay, MOST, Ethernet, and Master-Slave used in electric vehicles (EVs) in India and worldwide, providing insights into their application trends across different regions. CAN provides reliable low-latency communication for safety-critical functions (1 Mbps), while CAN FD extends support up to 12 Mbps. LIN and Master-Slave topologies enable cost-effective low-speed operations (2–20 kbps). FlexRay ensures real-time communication (10–100 Mbps), and MOST supports 150 Mbps for multimedia applications. Ethernet offers superior bandwidth up to 10 Gbps for advanced driver assistance and autonomous systems, but it involves higher complexity and cost. The review identifies key challenges in interoperability, scalability, and cybersecurity and evaluates protocol suitability for next-generation EV architectures. It also integrates Industry 5.0 principles and SDGs 7, 9, and 13, emphasizing human-centric, sustainable, and resilient mobility.
Volume: 41
Issue: 2
Page: 764-772
Publish at: 2026-02-01

Machine learning models in the enhancement of PSE in high-dimensional socioeconomic data: a review

10.11591/ijeecs.v41.i2.pp645-654
Gene Marck B. Catedrilla , Joey Aviles
This study reviews the use of machine learning (ML) techniques to improve propensity score (PS) estimation in high-dimensional socioeconomic data. Traditional logistic regression (LR) often performs poorly under nonlinear and complex covariate structures, leading to bias and model misspecification. Across the reviewed studies, ensemble methods such as random forests (RF) and gradient boosting, and deep learning models consistently achieved better covariate balance, lower bias, and greater flexibility than conventional approaches, while classification-based methods improved performance in imbalanced datasets. The review also highlights practical considerations, including calibration, transparent reporting, and integration with doubly robust estimators to strengthen causal inference. The findings show that ML-based propensity score estimation (PSE) can substantially enhance the validity and reliability of socioeconomic evaluations, provided that its implementation is carefully guided by appropriate expertise and best-practice standards.
Volume: 41
Issue: 2
Page: 645-654
Publish at: 2026-02-01

Hybrid AES-LEA encryption: a performance and security analysis

10.11591/ijeecs.v41.i2.pp532-545
Hala Shaker Mehdy , Mohd Ezanee Rusli , Haider Kadhim Hoomod
The advanced encryption standard-lightweight encryption algorithm (AESLEA) hybrid algorithm (ALESA) addresses a critical gap in cryptographic systems by solving the inherent trade-off between high security and computational efficiency. While the AES offers robust security, its complex operations result in high latency and energy costs, making it less suitable for resource-constrained environments. Conversely, lightweight alternatives like the LEA provide high speed but potentially weaker diffusion properties. This paper proposes a novel hybrid encryption model that strategically integrates AES and LEA by replacing AES’s computationally intensive MixColumns transformation with a streamlined LEA-based operation. This solution delivers the best of both paradigms: the security strength of AES and the operational efficiency of LEA, while also demonstrating superior statistical security by passing all NIST tests with higher p-values and maintaining near-optimal entropy. The hybrid ALESA algorithm thus presents an ideal, balanced solution for applications requiring both strong security guarantees and high performance, particularly in IoT and large-scale data encryption scenarios.
Volume: 41
Issue: 2
Page: 532-545
Publish at: 2026-02-01
Show 110 of 2063

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