Muslim, Fajar
Unknown Affiliation

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Comparative Analysis of GPT-2 Augmentation, ALBERT, and Similarity Measures for Cyberbullying Detection Hidayat, Zidane; Cahyono, Hasan Dwi; Muslim, Fajar
Jurnal Teknik Informatika (Jutif) Vol. 7 No. 2 (2026): JUTIF Volume 7, Number 2, April 2026
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2026.7.2.5320

Abstract

The effectiveness of cyberbullying detection is influenced by the availability of sufficient, diverse, and contextually rich training data, which is often limited in low-resource languages such as Indonesian. To address dataset limitations, researchers have extensively explored data augmentation (DA) as a promising approach to improving model performance. DA generates new data instances by applying transformations to existing data, thereby increasing both dataset size and variability. Prior studies have demonstrated that applying Easy Data Augmentation (EDA) with Support Vector Machine (SVM) classification improved cyberbullying detection performance, even when it faced challenges in capturing semantic and contextual nuances. In this paper, we investigated Indonesian DA methods using the Transformer-based GPT-2 model. The augmented sentences were evaluated and filtered based on context, semantics, diversity, and novelty, with similarity measures such as Euclidean Distance (ED), Cosine Similarity (CS), Jaccard Similarity (JS), and BLEU Score (BLS) ensuring the quality of the augmentation. Furthermore, we compared text classification performance using both SVM and the Transformer-based ALBERT model. Experimental results revealed that incorporating similarity measures and GPT-2 as a DA method failed to improve cyberbullying detection performance, potentially due to the semantic drift introduced by GPT-2 and the inadequacy of similarity measures in capturing nuanced contextual information. However, we found that ALBERT outperformed SVM as a classification model, achieving average F1-scores of 91.77% and 91.72%, respectively. This study contributes to the informatics field by exploring the potential of Transformer-based augmentation and similarity evaluation in enhancing low-resource text classification, while acknowledging the limitations in data quality and model adaptation.
Evaluation of Image Transmission Strategies on Edge Server-Based Centralized Object Detection Systems Adam, Firmansyah Achmad; Harjito, Bambang; Muslim, Fajar
Jurnal Teknik Informatika (Jutif) Vol. 7 No. 3 (2026): JUTIF Volume 7, Number 3, June 2026
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2026.7.3.5731

Abstract

Urban waste management in smart city development requires efficient and stable visual monitoring systems. Utilization of edge devices such as Raspberry Pi is often constrained by limited computational power for complex computer vision models, making edge server architecture a relevant solution. This study evaluates the performance of image transmission from a Raspberry Pi to a centralized server for YOLOv8 object detection by comparing MJPEG streaming and HTTP POST-based periodic snapshot methods. Evaluation metrics included median latency (p50), jitter, and tail latency (p95 and p99). The results indicate that MJPEG streaming provides more stable latency compared to snapshots, particularly at tight transmission intervals. The transmission interval proved to have a significant effect on inference pipeline stability, while image resolution showed no observable impact on latency distribution under the evaluated conditions. This research recommends selecting appropriate transmission strategies to maintain the reliability of visual monitoring systems. These findings provide practical guidance for designing reliable centralized visual monitoring systems in resource-constrained edge environments.