Publication Search

79,575 articles from 739 journals · 2,111 citations tracked

Showing 21-35 of 35

Analytics

Firmansyah, Mirza Putra; Nashir, Muhammad Naufal; Rahmeisi, Nazli; Augusta, Putri Safira; Arfriandi, Arief +5 more

JUISI : Jurnal Ilmiah Sistem Informasi 2025 LPPM Universitas Sains dan Teknologi Komputer

Pertumbuhan eksponensial Internet of Things (IoT) menghasilkan tantangan keamanan jaringan yang signifikan, terutama intrusi jaringan, di mana metode deteksi tradisional gagal melawan serangan adaptif. Kajian ini menyajikan Systematic Literature Review (SLR) berpedoman PRISMA untuk memahami pemanfaatan Artificial Intelligence (AI) dalam deteksi anomali pada IoT. Tujuannya adalah mengidentifikasi algoritma AI yang dominan, mengevaluasi performa, dan menilai pertimbangan efisiensi energi dalam penelitian terkini. SLR menganalisis 24 studi primer dari basis data Scopus yang diterbitkan antara tahun 2021 hingga 2025. Temuan utama menunjukkan dominasi algoritma deep learning: Convolutional Neural Network (CNN), Long Short-Term Memory (LSTM), dan model hibrida/ensemble. Pendekatan ini terbukti sangat efektif, dengan akurasi deteksi seringkali melebihi 99% pada dataset benchmark. Selain itu, efisiensi sumber daya diidentifikasi sebagai isu sentral. Solusi yang diimplementasikan meliputi optimalisasi model ringan, kompresi Quantized Autoencoder (QAE), dan seleksi fitur, yang secara signifikan mengurangi konsumsi energi dan beban komputasi. Penelitian ini memberikan gambaran komprehensif mengenai state-of-the-art deteksi anomali IoT berbasis AI, menegaskan perlunya keseimbangan antara akurasi tinggi dan efisiensi sumber daya. Implikasinya, riset mendatang disarankan untuk memprioritaskan pengujian di dunia nyata, mengintegrasikan Explainable AI (XAI), dan mengembangkan metrik efisiensi yang terstandarisasi demi solusi keamanan IoT yang lebih praktis dan terpercaya.

Julfikar Mawansyah; Mokh. Sholihul Hadi; Syaad Patmanthara

jurnal Riset Rumpun Agama dan Filsafat 2025 Pusat Riset dan Inovasi Nasional

This study explores the intersection of Artificial Intelligence (AI), agriculture, and decolonial philosophy, emphasizing the role of local knowledge as the foundation for sustainable agricultural technology in Indonesia. The research investigates how AI can be developed not as a tool of technological domination but as a dialogical partner that recognizes the epistemic value of indigenous wisdom. Using a mixed-method approach, the study combines algorithmic experiments applying lightweight Convolutional Neural Networks (CNN) with Explainable AI (XAI) methods such as SHAP and LIME with participatory interviews involving farmers in Bima District. Empirical findings show that models integrated with localized visualization and community-based interpretability improved user trust by 84% and reduced computational energy by 28% without compromising accuracy. More importantly, the interaction between AI and farmers revealed a form of epistemic integration where algorithmic logic aligns with traditional indicators, such as soil texture, humidity, and seasonal signs known to local farmers. Philosophically, this research asserts that sustainable AI should emerge from ecological and cultural contexts rather than imposing external frameworks. In the decolonial sense, it positions local farmers not as passive users but as active epistemic agents shaping the meaning of technology. Thus, AI becomes not only a technical instrument but a site of ethical and epistemic liberation that reaffirms human responsibility toward knowledge, culture, and the earth.

Hamza, Ali; Hussain, Wahid; Iftikhar, Hassan; Ahmad, Aziz; Shamim, Alamgir Md

Journal of Computing Theories and Applications 2025 Universitas Dian Nuswantoro

The rapid growth of open-source software (OSS) in machine learning (ML) has intensified the need for reliable, automated methods to assess project quality, particularly as OSS increasingly underpins critical applications in science, industry, and public infrastructure. This study evaluates the effectiveness of a diverse set of machine learning and deep learning (ML/DL) algorithms for classifying GitHub OSS ML projects as engineered or non-engineered using a SMOTE-enhanced and explainable modeling pipeline. The dataset used in this research includes both numerical and categorical attributes representing documentation, testing, architecture, community engagement, popularity, and repository activity. After handling missing values, standardizing numerical features, encoding categorical variables, and addressing the inherent class imbalance using the Synthetic Minority Oversampling Technique (SMOTE), seven different classifiers—K-Nearest Neighbors (KNN), Decision Tree (DT), Random Forest (RF), XGBoost (XGB), Logistic Regression (LR), Support Vector Machine (SVM), and a Deep Neural Network (DNN)—were trained and evaluated. Results show that LR (84%) and DNN (85%) outperform all other models, indicating that both linear and moderately deep non-linear architectures can effectively capture key quality indicators in OSS ML projects. Additional explainability analysis using SHAP reveals consistent feature importance across models, with documentation quality, unit testing practices, architectural clarity, and repository dynamics emerging as the strongest predictors. These findings demonstrate that automated, explainable ML/DL-based quality assessment is both feasible and effective, offering a practical pathway for improving OSS sustainability, guiding contributor decisions, and enhancing trust in ML-based systems that depend on open-source components.

Rahmeisi, Nazli; Gani, Eksa Umar; Arfriandi, Arief; Rahmeisi, Nazli; Gani, Eksa +1 more

JUISI : Jurnal Ilmiah Sistem Informasi 2025 LPPM Universitas Sains dan Teknologi Komputer

The rapid growth of web technologies and online services has increased the exposure of web applications to cyber threats such as Cross-Site Scripting (XSS) and SQL Injection (SQLi). Conventional rule-based mechanisms, such as Web Application Firewalls (WAFs), often fail to detect emerging attack patterns. To address this, Machine Learning (ML) and Deep Learning (DL) have emerged as adaptive approaches for enhancing web attack detection. This study performs a Systematic Literature Review (SLR) following the Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) 2020 guidelines to analyze recent ML/DL-based detection methods. Of the 263 retrieved studies, 15 met the inclusion criteria for detailed review. The findings reveal that Random Forest (RF), Support Vector Machine (SVM), Convolutional Neural Network (CNN), and Long Short-Term Memory (LSTM) are the most applied algorithms. At the same time, recent works emphasize Transformer-based and hybrid ML–DL models. These approaches achieved robust performance (accuracy 85–97%, F1-score >90%) but still face challenges in dataset representativeness, class imbalance, and computational cost. This review highlights future research directions in Explainable Artificial Intelligence (XAI), Federated Learning (FL), and adversarial robustness to develop more efficient and trustworthy web attack detection systems.

Yulio Ferdinand; Muharman Lubis; Oktariani Nurul Pratiwi

International Journal of Computer Technology and Science 2025 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

This study presents a Systematic Literature Review on Artificial Intelligence (AI) and Natural Language Processing (NLP) applications for customer support automation and digital service optimization. The review follows the PRISMA framework to ensure methodological rigor and transparency, focusing on literature published between 2020 and 2025 from the Scopus database. The findings reveal that AI-driven technologies, including Machine Learning, Deep Learning, and Large Language Models, have significantly improved efficiency, response time, and customer satisfaction in customer support and digital service. Common NLP applications include sentiment analysis, ticket classification, and automated response generation. Among these, hybrid and transformer-based models demonstrate superior accuracy and contextual understanding compared to traditional algorithms. However, several challenges persist, including data quality limitations, privacy and security concerns, algorithmic bias, and linguistic ambiguities such as sarcasm and negation. Moreover, issues related to trust and ethical adoption continue to influence user acceptance of AI systems. This review provides a comprehensive synthesis of current methodologies, trends, and research gaps, offering insights for future studies to develop explainable, secure, and human-centered AI systems that enhance the sustainability and transparency of digital customer support services.

Milli Alfhi Syari; Hermansyah Sembiring; Muhammad Fadlan Siregar

Systematic Literature Review Journal 2025 International Forum of Researchers and Lecturers

The rapid growth of social media as a primary channel for information dissemination has triggered a significant surge in the distribution of hoaxes, potentially damaging social order, instigating mass disinformation, and threatening national security. This research aims to design an intelligent algorithm for hoax detection by integrating a critical thinking approach into Natural Language Processing (NLP)-based text processing. The algorithmic model is built using a combination of linguistic features, argument logic, and cognitive indicators such as the detection of unsubstantiated claims, identification of source bias, and evidence testing. To ensure accountability and transparency of the system, an Explainable AI (XAI) approach is applied so that classification results can be understood by non-technical users. The research results show that integrating critical thinking significantly improves detection accuracy to 93.1%, with an increase in precision and recall for detecting hoaxes based on emotional narratives. Beyond technical aspects, this model aligns with the mandate of Law of the Republic of Indonesia Number 11 of 2008 concerning Information and Electronic Transactions (ITE Law), particularly Article 28 paragraph (1), which prohibits the dissemination of false and misleading news that harms the public. Therefore, this system is not only scientifically relevant but also supports law enforcement and strengthens digital literacy in the post-truth era. These findings are expected to be a strategic contribution to the development of an ethical, critical, and responsible digital ecosystem.

Kikunda, Philippe Boribo; Kasongo, Issa Tasho; Nsabimana, Thierry; Ndikumagenge, Jérémie; Ndayisaba, Longin +2 more

Journal of Computing Theories and Applications 2025 Universitas Dian Nuswantoro

This study examines the application of Educational Data Mining (EDM) to predict the academic per-formance of first-year students at the Catholic University of Bukavu and the Higher Institute of Edu-cation (ISP) in the Democratic Republic of Congo. The primary objective is to develop a model that can identify at-risk students early, providing the university with a tool to enhance student support and academic guidance. To address the challenges posed by data imbalance (where successful cases outnumber failures), the study adopts a hybrid methodological approach. First, the SMOTE algorithm was applied to balance the dataset. Then, a stacking classification model was developed to combine the predictive power of multiple algorithms. The variables used for prediction include the National Exam score (PEx), the secondary school track (Humanities), and the type of prior institution (public, private, or religious-affiliated schools), as well as age and sex. The results demonstrate that this approach is highly effective. The model is not only capable of predicting success or failure but also of forecasting students' performance levels (e.g., honors or distinctions). Moreover, the use of the Apriori association rule mining algorithm allowed the identification of faculty-specific success profiles, transforming prediction into an interpretable decision-support tool. This research makes several significant contributions. Practically, it provides the University of Bukavu with a tool for student orientation and early risk detection. Methodologically, it illustrates the effectiveness of a combined approach to EDM in an African context. However, the study acknowledges certain limitations, including the non-public nature of the data and the geographical specificity of the sample. It therefore proposes avenues for future research, such as the integration of Explainable AI (XAI) techniques for more refined and transparent analysis of the results.

Anjun Dermawan; Efan Efan; Elay Yusifli Elshad

Journal of Information Technology and Computer Science 2025 International Forum of Researchers and Lecturers

The integration of Augmented Reality (AR) and Explainable AI (XAI) within Cyber-Physical Systems (CPS) design is transforming the industrial automation landscape. This study explores how combining AR’s immersive visualization with XAI’s decision transparency enhances collaborative design processes in CPS. The AR-XAI platform developed in this research improves team collaboration by offering real-time visual feedback and enabling interactive decision-making. The platform provides interpretable insights into AI-driven decisions, fostering trust among engineers and decision-makers. Key features of the platform include the ability to visualize complex CPS models, facilitating faster iterations, reducing design errors, and improving design accuracy. The integration of XAI ensures transparency in decision-making by offering clear explanations of AI predictions, which is essential for ensuring accountability and building trust in automated systems. Testing with industrial engineers confirmed that the AR-XAI platform significantly improved design outcomes, with a reduction in errors and enhanced team performance compared to traditional design methods. Moreover, the platform enabled faster decision-making and improved collaboration across diverse teams, demonstrating its potential to optimize CPS design workflows. This research provides valuable insights into the role of AR and XAI in advancing Industry 4.0 and paves the way for more advanced integrations of these technologies in industrial settings. Future research should focus on developing scalable solutions for various industrial applications and exploring more sophisticated AR-XAI integrations for emerging fields like smart cities and autonomous manufacturing.

Jarot Dian Susatyono; Sofiansyah Fadli; G Thippanna

Journal of Information Technology and Computer Science 2025 International Forum of Researchers and Lecturers

The integration of autonomous systems in traffic management has become increasingly important as urban populations and vehicle numbers continue to rise, leading to significant congestion. Traditional traffic signal control systems, which rely on fixed timing, are no longer sufficient to handle the dynamic and complex nature of urban traffic. To address these challenges, the proposed explainable Deep Reinforcement Learning (DRL) framework aims to optimize traffic signal control by dynamically adjusting traffic signals based on real-time data. This approach enhances traffic flow efficiency, reduces congestion, and improves overall system performance. The framework leverages Vehicle-to-Everything (V2X) communication, which enables real-time data exchange between vehicles, infrastructure, and other road users, extending the perception range of autonomous vehicles and providing valuable insights for traffic signal optimization. Additionally, the integration of smart infrastructure, such as smart intersections, plays a crucial role in enabling adaptive traffic management and facilitating better coordination across multiple intersections. One of the key advantages of the proposed system is its transparency, achieved through the implementation of explainable AI (XAI) techniques. These mechanisms provide clear insights into the decision-making processes, ensuring that traffic management authorities and system users can understand the rationale behind the system’s decisions. Although challenges such as data accuracy, scalability, and cybersecurity risks remain, the proposed DRL framework shows great promise in revolutionizing traffic management systems. Future research directions include enhancing data collection methods, improving the scalability of the system for larger cities, and further developing explainability features to improve trust and adoption in real-world applications.

Kikunda, Philippe Boribo; Ndikumagenge, Jérémie; Ndayisaba, Longin; Nsabimana, Thierry

Journal of Computing Theories and Applications 2025 Universitas Dian Nuswantoro

In a context where students face increasingly complex academic choices, this work proposes a recommendation system based on Bayesian networks to guide new baccalaureate holders in their university choices. Using a dataset containing variables such as secondary school section, gender, type of school, percentage obtained, age, and first-year honors, we have constructed a probabilistic model capturing the dependencies between these characteristics and the option chosen. The data is collected at the Catholic University of Bukavu, the Official University of Bukavu, and the Higher Institute of Education of Bukavu, preprocessed and then used to learn the structure via the hill-climbing algorithm with the BIC score using R's bnlearn tool. The model enables us to estimate the probability that a candidate will choose a given stream, depending on their profile. The approach has been validated using metrics such as BIC, cross-validation, and bootstrap and offers a good compromise between interpretability and predictive performance. The results highlight the potential of Bayesian networks in constructing explainable recommendation systems in the field of academic guidance. The system produces orientation probability maps for each candidate, which can be used by enrollment service advisers, as well as an ordered list of options relevant to the candidate's profile. With a remarkable performance on a test sample of precision@k=0.85, recall@k=0.61, ndcg=0.8, and Map=0.88, it constitutes an effective lever for reducing the risk of being misdirected in universities in South-Kivu, in the Democratic Republic of Congo

Tanveer Shah; Danang Danang

Systematic Literature Review Journal 2025 International Forum of Researchers and Lecturers

This study aims to address the challenges and propose solutions for the Optimization of Blockchain-Based Cybersecurity Systems to Enhance Resilience Against Ransomware Attacks using a Systematic Literature Review (SLR) approach. Blockchain is increasingly recognized as a transformative technology in cybersecurity due to its decentralized structure, transparency, and robustness in securing data. Despite these advantages, its widespread adoption is hindered by several challenges, including scalability, interoperability, high energy consumption, and limited access to representative ransomware datasets. This research highlights that integrating blockchain with advanced technologies such as data analytics, machine learning, and Explainable AI (XAI) can significantly enhance its effectiveness in combating ransomware.The findings reveal that Graph Convolutional Neural Networks (GCN) enable real-time detection of ransomware patterns in network traffic with an accuracy of up to 95%. Furthermore, Layer-2 solutions like the Lightning Network and sharding effectively alleviate the load on main blockchains, thereby increasing transaction throughput. Efficient consensus mechanisms, including Proof of Stake (PoS) and Delegated Proof of Stake (DPoS), address energy consumption issues, making blockchain more adaptable to IoT and resource-constrained environments. These approaches have proven successful in enabling early detection, mitigation, and prevention of ransomware in IoT systems, cloud infrastructures, and smart grid networks. The implications of this study underscore the potential of blockchain as a critical component of proactive and adaptive cybersecurity systems. However, overcoming existing challenges requires further development of hybrid frameworks that integrate blockchain with data analytics and machine learning technologies. In addition, efforts should focus on standardizing global security protocols to enhance interoperability and creating robust, diverse ransomware datasets to support more accurate detection systems. Future research should also explore methods to minimize latency and improve blockchain efficiency in real-time cybersecurity applications.

Ahmad Jurnaidi Wahidin; Siti Shofiah; Siska Narulita; Deny Prasetyo; Ardy Wicaksono +2 more

International Journal of Computer Technology and Science 2024 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

Autonomous vehicles (AVs) are revolutionizing transportation by relying on advanced AI techniques like deep learning and reinforcement learning for decision-making and navigation. However, concerns about the opacity of traditional AI models in safety-critical applications such as autonomous driving raise issues related to safety, accountability, and trust. This study explores the integration of Explainable AI (XAI) techniques in AV systems to enhance transparency and interpretability while maintaining high prediction accuracy. XAI methods, such as LIME (Local Interpretable Model-agnostic Explanations) and SHAP (SHapley Additive ExPlanations), provide understandable justifications for AI-driven decisions, addressing biases, fairness, and accountability. These techniques also support regulatory compliance and foster public trust in AVs. A mixed-methods approach, combining experimental simulations and user surveys, was employed to integrate XAI into AV systems and test its performance in urban traffic and highway driving scenarios. Feedback from users, collected through questionnaires and in-depth interviews, revealed that XAI-enhanced systems significantly improved the interpretability of AV decisions, leading to higher user trust and satisfaction. The study highlights the importance of balancing model complexity with interpretability, demonstrating that XAI techniques are crucial for building trust and ensuring accountability in autonomous driving systems.

Jillahi, Kamal Bakari; Iorliam, Aamo

Journal of Computing Theories and Applications 2024 Universitas Dian Nuswantoro

Artificial Intelligence (AI) has been applied to many human endeavors, and epidemiology is no exception. The AI community has recently seen a renewed interest in applying AI methods and approaches to epidemiological problems. However, a number of challenges are impeding the growth of the field. This work reviews the uses and applications of AI in epidemiology from 1994 to 2023. The following themes were uncovered: epidemic outbreak tracking and surveillance, Geo-location and visualization of epidemics data, Tele-Health, vaccine resistance and hesitancy sentiment analysis, diagnosis, predicting and monitoring recovery and mortality, and decision support systems. Disease detection received the most interest during the time under review. Furthermore, the following AI approaches were found to be used in epidemiology: prediction, geographic information systems (GIS), knowledge representation, analytics, sentiment analysis, contagion analysis, warning systems, and classification. Finally, the work makes the following findings: the absence of benchmark datasets for epidemiological purposes, the need to develop ethical guidelines to regulate the development of AI for epidemiology as this is a major issue impeding it’s growth, a concerted and continuous collaboration between AI and Epidemiology experts to grow the field, the need to develop explainable and privacy retaining AI methods for more secured and human understandable AI solutions.

Priyo Wibowo; Rudolf Sinaga

International Journal of Computer Technology and Science 2024 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

The increasing complexity and heterogeneity of data in Smart Information Systems pose significant challenges for effective decision-making. While data fusion techniques have been widely adopted to integrate multiple data sources, traditional fusion approaches often fail to consider contextual information, resulting in limited interpretability and reduced decision relevance. This study proposes a contextual data fusion approach that integrates heterogeneous data sources with contextual attributes, including temporal, spatial, and operational context, to enhance decision accuracy and robustness. The research employs a computational and experimental methodology involving data preprocessing, context encoding, multi-level data fusion, and performance evaluation. Experimental results demonstrate that the proposed approach outperforms single-source analysis and non-contextual data fusion in terms of accuracy, precision, recall, and F1-score, with only a marginal increase in computational cost. The findings confirm that incorporating context into the data fusion process significantly improves the quality and reliability of analytical outcomes. This study contributes to the development of intelligent and data-driven systems by highlighting the critical role of contextual awareness in supporting transparent and effective decision-making in Smart Information Systems.

Danang Danang; Toni Wijanarko Adi Putra

Jurnal Riset Rumpun Seni, Desain dan Media 2023 Pusat Riset dan Inovasi Nasional

Tabular-based clinical risk prediction models are extensively applied in medical decision support systems; however, two major challenges often reduce their reliability: predictions that contradict basic clinical logic and poorly calibrated probability outputs that weaken threshold-based decision making. This study investigates explainable binary risk prediction using the processed Cleveland subset of the UCI Heart Disease dataset as a public clinical benchmark. A lightweight and CPU-efficient pipeline is proposed by employing an XGBoost classifier integrated with monotonic constraints on clinically relevant features, followed by probability calibration through post-hoc methods, including Platt scaling, temperature scaling, and isotonic regression on a separate validation set. Model performance is assessed in terms of discrimination capability using AUROC, AUPRC, F1-score, sensitivity, and specificity, while probability reliability is evaluated using ECE and Brier score metrics. A monotonicity audit is also conducted through counterfactual feature sweeps to measure violation rates. In addition, the model is applied for risk stratification into low-, medium-, and high-risk categories with corresponding event-rate reporting. The findings demonstrate that isotonic regression improves probability reliability without degrading discrimination performance. Furthermore, the monotonicity audit reveals no observed violations for constrained features. Overall, the integration of monotonic constraints and probability calibration produces more decision-ready risk estimates for threshold-based clinical decision support while maintaining transparency through SHAP-based analysis.