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

Detection model for pulmonary tuberculosis and performance evaluation on histogram enhanced augmented X-rays

10.11591/ijict.v15i1.pp405-413
Abdul Karim Siddiqui , Vijay Kumar Garg
Tuberculosis is one of the biggest threats that has been remaining a contagious disease since its discovery, posing a significant risk to millions of lives. Many people yield to TB because of incomplete treatments or the lack of preventive measures. An effective pulmonary TB diagnostic system has remained a big challenge. As it is a contagious disease, it mainly affects the lungs and other vital organs of the human body. We find DL as a subset of ML that runs an incurable disease diagnostic system with multi-neural architectures. In recent ages, a neural model can detect more accurately and quickly resulting in classified labels as normal and positive TB cases.    It helps medical practitioners to identify bacterial infections in the early stage. It has also enabled proper diagnosis and treatment for pulmonary tuberculosis. Through this paper, an enhanced detection model to classify TB and non-TB cases using clinical X-ray images has been proposed. The augmented histogram equalized X-rays were applied to top state-of-the-art classifiers. The evaluation matrics have been compared with and without histogram equalization and a comparative study is done to find the best CNN classifiers. The Resnet 50 and ResNet169 have shown the higest accuracy on preprocessed chest X-rays with 99.6% and 99.48% respectively.   
Volume: 15
Issue: 1
Page: 405-413
Publish at: 2026-03-01

A unified intelligent AI platform for resolving citizens' queries related to beneficiary service using AI -Powered chatbots a practical apparoach

10.11591/ijict.v15i1.pp267-275
Parveen Mehta , Shweta Bansal
The daily many rural citizens visit government offices to inquire about beneficiary services that support poor and illiterate citizens. However, without proper knowledge, many eligible citizens fail to benefit from these services. In the artificial intelligence (AI) era, AI-powered chatbots, such as AI agents, can provide valuable support to the villagers and provide them with complete information at their door step. In this paper, a proposed framework, using a chatbot, to reduce the communication gap between citizens and government officials to improve service delivery performance. This chatbot is developed by using a built large language model, python libraries, fast API, and mongodb data base. Our findings demonstrate the challenges of imbalanced data and suggest improvements for future implementations. The system enhances service delivery by automating eligibility checks and reducing office visit frequency by up to 60%.
Volume: 15
Issue: 1
Page: 267-275
Publish at: 2026-03-01

Development of machine learning techniques for automatic modulation classification and performance analysis under AWGN and fading channels

10.11591/ijict.v15i1.pp287-301
P. G. Varna Kumar Reddy , M. Meena
Automatic modulation classification (AMC) is essential in modern wireless communication for optimizing spectrum usage and adaptive signal processing. This study explores the use of various machine learning (ML) methods for AMC, focusing on their performance in additive white Gaussian noise (AWGN) and fading channels. This study evaluates of ML classifiers such as support vector machines (SVM), K-nearest neighbors (KNN), decision trees (DT), and ensemble methods with a dataset spanning signalto-noise ratios (SNRs) from -30 dB to +30 dB. Higher-order statistical features including moments and cumulants are used to train the classifiers for AMC. Performance is measured in terms of classification accuracy and computational efficiency across different SNR levels. The findings show that linear SVM, fine KNN, and fine trees consistently achieved high classification accuracy, even at low SNRs. From the analysis, it is observed that linear SVM and fine KNN achieve over 96% accuracy at 0 dB SNR. These classifiers demonstrate significant robustness, maintaining performance in challenging noise conditions. The research highlights the promise of ML techniques in improving AMC, providing a detailed comparison of classifiers and their strengths.
Volume: 15
Issue: 1
Page: 287-301
Publish at: 2026-03-01

NLP-based fraudulent biomedical news identification using LSTM-SGD deep learning algorithm

10.11591/ijict.v15i1.pp179-188
Siva Dhievaraj , Agusthiyar Ramu
Concern over bio medical fake news is rising, particularly as false information about illnesses, medical procedures, and public health regulations becomes more prevalent. It is essential to recognize such false information, and deep learning (DL) algorithms can offer a potent remedy, especially when paired with sophisticated natural language processing (NLP) methods. This technique improves the model's capacity to ignore frequently used but uninformative terms and concentrate on important terminology. The model's capacity to concentrate on the most pertinent phrases for fake news identification is enhanced by the use of chi-squared, a statistical test that ascertains the dependency between various variables and aids in the removal of unnecessary data. By reducing less significant characteristics to zero, the Lasso approach, a kind of regression, is used for feature selection, guaranteeing that the model only utilizes the most predictive features for classification. A crucial step in getting the data ready for DL models is feature extraction, which turns unprocessed text into numerical data. After the structured data has been analyzed, algorithms like as stochastic gradient descent (SGD), long short-term memory (LSTM) may determine whether or not an article is accurate. The authenticity and dependability of medical information provided across platforms may be ensured by effectively identifying biomedical fake news by fusing DL with sophisticated NLP techniques.
Volume: 15
Issue: 1
Page: 179-188
Publish at: 2026-03-01

Fetal electrocardiogram extraction and signal quality assessment using statistical method

10.11591/ijict.v15i1.pp217-227
Li Mun Ng , Nur Anida Jumadi , Farah Najidah Noorizan
Abdominal electrocardiogram (aECG) can be used to monitor fetal heart rate (fHR), providing critical insights into fetal health during pregnancy. However, separating the mixed signals of fetal ECG (fECG) and maternal ECG (mECG) within the aECG remains a critical challenge. This paper investigates the integration of statistical metrics, including signal-to-noise ratio (SNR), skewness, kurtosis, standard deviation, and variance to assess fECG signal quality during extraction using three adaptive filtering metods ((Least mean square (LMS), normalized LMS (NLMS), and recursive least square (RLS)) and independent component analysis (ICA). The findings reveal that RLS achieves the best performance among the three AF methods, with the highest SNR of 5.6 dB at the step size, µ of 0.9. For ICA with a bandpass Chebyshev filter (low-cut frequency = 1 Hz, high-cut frequency = 50 Hz) produces an SNR of 0.86 dB. Additionally, both RLS and ICA yield similar fHR values of 133 bpm with a PE measurement of 0.9%. In conclusion, integrating statistical metrics with ICA and RLS effectively extracts fECG with good signal quality. Future research could explore other ECG datasets and incorporate machine learning to further improve fECG extraction and signal quality assessment.
Volume: 15
Issue: 1
Page: 217-227
Publish at: 2026-03-01

Plant disease sensing using image processing (with CNN)

10.11591/ijict.v15i1.pp93-101
Haresh Rajkumar , Harry Jakin S. , Sudhakar Thirumalaivasal Devanathan , Booapthy Kannan
Plant disease is a significant challenge for agriculture, leading to reduced yield, economic loss, and environmental impact. Leveraging digital photos of plant leaves, convolutional neural networks (CNNs) have emerged as promising tools for disease detection. The methodology involves several steps, including image pre-processing, segmentation, feature extraction using CNNs. Crucially, a diverse dataset comprising images of both healthy and diseased leaves under varying conditions is necessary for training accurate models. Transfer learning, particularly with pre-trained models like ImageNet, can further enhance accuracy, allowing for better performance with fewer training samples. The proposed method demonstrates impressive results, achieving over 95% accuracy, outperforming existing state-of-the-art techniques. This system could serve as a valuable tool for farmers, facilitating timely disease identification and treatment, ultimately leading to increased agricultural yields, reduced financial losses, and the adoption of more sustainable farming practices. Additionally, beyond its practical applications, the proposed system holds promise for advancing sustainable agriculture by promoting environmentally friendly farming methods and contributing to the overall resilience and productivity of agricultural systems.
Volume: 15
Issue: 1
Page: 93-101
Publish at: 2026-03-01

DFIG integration with ReLIFT converter for grid-connected systems: ANFIS MPPT control

10.11591/ijict.v15i1.pp21-29
Aravindhan Karunanithy , Chidambararaj Natarajan , Sanjay Selvan Arul Manimaran Malathy , Siva Malavan Elantherayan Sharmila
Although dispersed generation and non-linear loads provide difficulties for contemporary power systems that depend on power electronics, renewable energy sources (RES) are essential for meeting the world’s energy demands. This paper provides a unique method for maximum power point tracking (MPPT) in doubly fed induction generators (DFIG) system using an Adaptive network based fuzzy inference system (ANFIS) inference system. The suggested ANFIS MPPT controller adaptively modifies discontinuous control gain to reduce chattering phenomena in the excitation system while preserving the resilience of the closed-loop system. Prior to using a DQ control theory controller for rotor magnitude adjustment to accomplish vector control of active and reactive power, the turbine and DFIG must be modeled. The converter maximizes output current while striving for unity power factor and allowable harmonic content.
Volume: 15
Issue: 1
Page: 21-29
Publish at: 2026-03-01

Artificial intelligence-powered image recognition retail checkout systems

10.11591/ijaas.v15.i1.pp187-196
Malyssa Alias , Dhaifina Saidi , Lim Jia Huey , Lee Qing Fang , Durghaashini S. Ragunathan , JosephNg Poh Soon , Phan Koo Yuen , Lim Jit Theam , Wong See Wan
The integration of artificial intelligence (AI) with big data analytics leads to substantial transformations in the retail sector. This research explores the impact of AI-powered image recognition checkout systems on the retail industry, focusing on operational efficiency, customer experience, and resource waste. Employing a mixed-methods approach, this study combines usability testing and data analytics to assess the viability of this technology in attaining automation and accuracy in retail operations. The study focuses on the creation of robust, resource-efficient systems that foster long-term industrial growth. The findings show that AI-powered solutions not only speed the checkout process but also contribute to sustainable infrastructure by reducing resource consumption and increasing energy efficiency. This report offers significant information, like the impact of AI-powered image recognition checkout systems on operational efficiency, customer experience, and the role of AI in promoting sustainable infrastructure for retailers and governments looking to advance the digitalization of the retail industry.
Volume: 15
Issue: 1
Page: 187-196
Publish at: 2026-03-01

Application of fuzzy logic for the evaluation of student academic performance in biomedical subjects

10.11591/ijaas.v15.i1.pp235-243
Elda Maraj , Anila Peposhi , Aida Bendo
Conventional educational systems primarily use rigid assessment models that narrowly define student achievement through examination scores, categorizing outcomes into success or failure. Fuzzy logic, a mathematical approach derived from set theory, provides a more flexible framework capable of capturing uncertainty and gradations in performance. Initially applied in engineering and artificial intelligence, fuzzy logic has shown significant promise in educational contexts where nuanced evaluation is essential. This study applies a fuzzy logic-based methodology to the evaluation of biomedical course performance at the Sports University of Tirana, Faculty of Rehabilitation Sciences. Data were collected from fifty students enrolled in biomedical subjects and analyzed through both classical examination grading and fuzzy logic evaluation. Comparative analysis revealed that while classical assessment remains constrained by static calculations, fuzzy logic introduces dynamic adaptability. The findings highlight the superiority of fuzzy logic over traditional methods in providing a multidimensional picture of academic achievement. This approach not only refines evaluation accuracy but also supports fairer and more individualized assessment practices. Consequently, fuzzy logic emerges as a powerful tool for modernizing educational evaluation systems, particularly in biomedical disciplines where learning outcomes often extend beyond conventional metrics.
Volume: 15
Issue: 1
Page: 235-243
Publish at: 2026-03-01

Exploratory data analysis and forecasting of dengue outbreaks in Pangasinan using the ARIMA model

10.11591/ijict.v15i1.pp46-56
Patrick Mole , Thelma Palaoag
Dengue fever remains a critical public health concern in tropical countries like the Philippines, with Pangasinan frequently experiencing outbreaks due to favorable environmental conditions for mosquito breeding. Despite ongoing efforts to control the disease, the absence of a reliable forecasting tool limits the ability of health authorities to implement proactive measures. This study developed a forecasting model using the autoregressive integrated moving average (ARIMA) technique, following an initial exploratory data analysis (EDA) to identify trends and patterns in historical dengue case data from 2019 to 2024. The ARIMA model was trained and validated using historical data, capturing seasonal variations and projecting future dengue outbreaks. The evaluation metrics, including mean absolute error (MAE), root mean squared error (RMSE), and mean absolute percentage error (MAPE), indicated that the model achieved an accuracy of approximately 78.3%, suggesting reasonable predictive capability. Forecasts for the year 2025 indicate a potential rise in dengue cases, particularly during peak seasons, aligning with observed historical trends. These predictions offer valuable insights for local health authorities, enabling them to plan targeted interventions, allocate resources efficiently, and mitigate the impact of future outbreaks. The study demonstrates the practical application of time series analysis in public health forecasting and provides a proactive tool tailored for the needs of Pangasinan.
Volume: 15
Issue: 1
Page: 46-56
Publish at: 2026-03-01

GSM based load monitoring system with ADL classification and smart meter design

10.11591/ijict.v15i1.pp74-83
Debani Prasad Mishra , Rudranarayan Senapati , Rohit Kumar Swain , Subhankar Dash , Raj Alpha Swain , Surender Reddy Salkuti
This paper introduces a method for the classification of activities of daily living (ADL) by utilizing smart meter and smart switch data in a synergistic approach. Through the integration of these internet of things (IoT) devices, the paper aims to enhance the application of ADL classification. Guided by recent advancements in load monitoring and energy management systems, the methodology incorporates machine learning techniques to analyze data streams from both the smart meter and smart switch. Drawing inspiration from prepaid smart meter monitoring systems, IoT-based smart energy meters for optimizing energy usage, and energy metering chips with adaptable computing engines, our design incorporates diverse perspectives. Additionally, we consider the utilization of mobile communication for prepaid meters, remote detection of malfunctioning smart meters, and an empirical investigation into the acceptance of IoT-based smart meters. We substantiate our proposed approach through experimental results, showcasing its effectiveness in accurately classifying diverse ADL scenarios. This research contributes to the field of smart home technology by offering an advanced method for ADL classification. The integration of smart meter and smart switch data provides a comprehensive understanding of energy consumption patterns, opening avenues for improved energy management and informed decision-making within smart homes.
Volume: 15
Issue: 1
Page: 74-83
Publish at: 2026-03-01

Securing Defi: a comprehensive review of ML approaches for detecting smart contract vulnerabilities and threats

10.11591/ijict.v15i1.pp438-446
Dhivyalakshmi Venkatraman , Manikandan Kuppusamy
The rapid evolution of decentralized finance (DeFi) has brought revolutionary innovations to global financial systems; however, it has also revealed some major security vulnerabilities, especially of smart contracts. Traditional auditing methods and static analysis tools are prone to fail in identifying sophisticated threats, including reentrancy attacks, front-running, oracle manipulation, and honeypots. This review discusses the growing role of machine learning (ML) in enhancing the security of DeFi systems. It provides a comprehensive overview of modern ML-based methods related to the detection of smart contract vulnerabilities, transaction-level fraud detection, and oracle trust assessment. The paper also provides publicly available datasets, necessary toolkits, and architectural designs used for developing and testing these models. Additionally, it provides future directions like federated learning, explainable AI, real-time mempool inspection, and cross-chain intelligence sharing. While it is full of promise, the application of ML in DeFi security is plagued by issues like data scarcity, interoperability, and explainability. This paper concludes by highlighting the need for standardised benchmarks, shared data initiatives, and the integration of ML into development pipelines to deliver secure, scalable, and reliable DeFi ecosystems.
Volume: 15
Issue: 1
Page: 438-446
Publish at: 2026-03-01

Privacy-preserving fitness recommendation system using modified seagull monarch butterfly optimized deep learning model

10.11591/ijict.v15i1.pp393-404
Esmita Gupta , Shilpa Shinde
This paper presents a novel modified seagull monarch butterfly optimization (MSMBO) algorithm, with a multi-objective focus on privacy and personalization in the fitness recommender system using a refined three-tier deep learning structure. The method is divided into three phases. In the first phase, fitness data from wearable devices undergoes preprocessing to eliminate noise and standardize features. The second phase incorporates improved elliptic curve cryptography (IECC) alongside the MSMBO to encrypt user data securely, ensuring privacy in cloud storage. This phase also enhances neural network performance by optimizing weights and hyperparameters through feature selection, effectively reducing data complexity while boosting accuracy. In the third phase, ConvCaps extracts spatial data features, while Bi-LSTM identifies temporal dependencies. The proposed system balances multiple objectives like novelty, accuracy, and precision, while safeguarding user data through robust encryption. With the experimental findings, our suggested method performs better than current existing models, especially in heart rate prediction and fitness pattern identification. The overall outcome makes the system ideal for privacyconscious, personalized fitness recommendations. The model’s shows significant improvement in mean squared error (MSE), normalized mean squared error (NMSE), and mean absolute percentage error (MAPE), thus verifying its effectiveness in secure, real-time fitness tracking.
Volume: 15
Issue: 1
Page: 393-404
Publish at: 2026-03-01

Enhancing intellectual property rights management through blockchain integration

10.11591/ijict.v15i1.pp111-119
Raghavan Sheeja , Sherwin Richard R. , Shreenidhi Kovai Sivabalan , Srinivas Madhavan
The generational improvement has significantly converted several industries, and the area of intellectual property rights (IPR) isn’t any exception. IPRs, being as important as they are, need to be securely managed in some way. Blockchain, with its decentralized and immutable nature, gives a promising answer for enhancing the management of intellectual property (IP). This paper explores the strategic integration of blockchain generation for the control of IPR. The proposed system consists of a complete system, from registration and validation to predictive evaluation and royalty distribution, all facilitated through clever contracts. The use of zero-knowledge proofs guarantees the safety and confidentiality of sensitive information. The paper discusses the advantages and future implications of implementing this type of device.
Volume: 15
Issue: 1
Page: 111-119
Publish at: 2026-03-01

Towards efficient fog computing in smart cities: balancing energy consumption and delay

10.11591/ijict.v15i1.pp332-342
Ida Syafiza Md Isa , Nur latif Azyze Mohd Shaari Azyze , Haslinah Mohd Nasir , Vigneswara Rao Gannapathy , Ashwini Jayadevan Naidu
In this work, we propose fog-based energy-delay optimization (F-EDO) approach and benchmark its performance against the cloud-based energydelay optimization (C-EDO) method, focusing on energy consumption and delay. Unlike previous studies that optimize energy or delay separately, FEDO minimizes both metrics simultaneously, achieving up to 52.2% energy savings with near-zero delay. Additionally, increasing the number of users also leads to energy savings. This is due to the optimized placement of fog servers at the access layer which reduces network energy consumption compared to C-EDO. F-EDO also significantly reduces delay, with negligible delay compared to C-EDO due to fog servers are placed closer to the users which minimized the transmission distances. Besides, the results also show that the energy saving in F-EDO compared to the C-EDO increased as the processing capacity of the processing server increased while maintaining its minimal delay. Overall, F-EDO proves to be a more energyefficient and lower-delay solution for IoT networks, offering a better alternative to cloud-based offloading.
Volume: 15
Issue: 1
Page: 332-342
Publish at: 2026-03-01
Show 88 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