Claim Missing Document
Check
Articles

Found 4 Documents
Search
Journal : Building of Informatics, Technology and Science

Optimalisasi Arsitektur LSTM dengan Pendekatan Bidirectional untuk Deteksi Kantuk Pengemudi Berbasis Fitur Wajah Hartono, Andhika Rhaifahrizal; Naufal, Muhammad; Alzami, Farrikh
Building of Informatics, Technology and Science (BITS) Vol 7 No 2 (2025): September 2025
Publisher : Forum Kerjasama Pendidikan Tinggi

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bits.v7i2.8219

Abstract

Traffic accidents caused by driver fatigue and drowsiness remain a serious safety concern in many countries, including Indonesia. Various image-based drowsiness detection systems have been developed, yet many still rely on single-frame analysis and lack the ability to capture complete temporal context. To address this issue, a system capable of accurately and real-time detecting signs of drowsiness is required. This study aims to evaluate and compare the performance of Long Short-Term Memory (LSTM) and Bidirectional LSTM (BiLSTM) algorithms for a facial-feature-based drowsiness detection system. The dataset used is YawDD, which consists of videos of drivers yawning and in neutral conditions. Each video was decomposed into frames and analyzed using MediaPipe to extract facial landmarks. Two main features, Eye Aspect Ratio (EAR) and Mouth Opening Ratio (MOR), were utilized. Due to class imbalance, the SMOTE technique was applied to the minority class in the training data. Both LSTM and BiLSTM models were compared under similar architecture configurations. The results show that BiLSTM outperformed LSTM with an accuracy of 94,74% and an F1- score 94,82%, compared to 92,98% accuracy and 93,22% F1-score achieved by LSTM. These findings demonstrate that bidirectional sequential processing in BiLSTM is more effective in capturing the temporal patterns of drowsiness symptoms. This study contributes to the development of accurate and efficient computer vision-based drowsiness detection systems.
Decision Tree Classification for Reducing Alert Fatigue in Patient Monitoring Systems Herfiani, Kheisya Talitha; Nurhindarto, Aris; Alzami, Farrikh; Budi, Setyo; Megantara, Rama Aria; Soeleman, M Arief; Handoko, L Budi; Rofiani, Rofiani
Building of Informatics, Technology and Science (BITS) Vol 7 No 3 (2025): December 2025
Publisher : Forum Kerjasama Pendidikan Tinggi

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bits.v7i3.8414

Abstract

The development of information technology in healthcare opens new opportunities to improve continuous patient monitoring. A major challenge is alert fatigue, where medical personnel are overwhelmed by excessive notifications, reducing concentration, work efficiency, and potentially compromising patient safety. This study presents a proof-of-concept application of the Decision Tree algorithm to analyze alert triggering factors in patient monitoring systems. The dataset is a synthetic health monitoring dataset from Kaggle, containing 10,000 entries with vital parameters including blood pressure, heart rate, oxygen saturation, and glucose levels, designed with deterministic logical relationships between threshold indicators and alert outcomes. The imbalanced dataset (73.67% alert triggered, 26.33% no alert) was intentionally not processed using imbalanced learning techniques to demonstrate Decision Tree's capability in processing structured health data and producing interpretable classifications. The research methodology included data preprocessing, exploratory data analysis, data splitting (90% training, 10% testing), GridSearchCV optimization, and performance evaluation. Results showed perfect metrics (100% accuracy, precision, recall, F1-score), reflecting the deterministic nature of the synthetic dataset rather than real-world clinical complexity. Feature importance analysis identified blood pressure as the most dominant variable, followed by heart rate and glucose levels. This study demonstrates Decision Tree's interpretability and feature importance analysis capabilities in health data contexts, establishing a methodological framework that requires validation on real clinical Electronic Health Record (EHR) data for practical application in reducing alert fatigue and supporting informed clinical decisions.
Comprehensive Benchmark of Yolov11n, SSD MobileNet, CenterFace, Yunet, FastMtCnn, HaarCascade, and LBP for Face Detection in Video Based Driver Drowsiness Go, Agnestia Agustine Djoenaidi; Alzami, Farrikh; Naufal, Muhammad; Azies, Harun Al; Winarno, Sri; Pramunendar, Ricardus Anggi; Megantara, Rama Aria; Maulana, Isa Iant; Arif, Mohammad
Building of Informatics, Technology and Science (BITS) Vol 7 No 3 (2025): December 2025
Publisher : Forum Kerjasama Pendidikan Tinggi

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bits.v7i3.8678

Abstract

Face detection is a critical foundation of video-based drowsiness monitoring systems because all downstream tasks such as eye-closure estimation, yawning detection, and head movement analysis depend entirely on correctly identifying the face region. Many previous studies rely on detector-generated outputs as ground truth, which can introduce bias and inflate model performance . To avoid this limitation, I manually constructed a ground truth dataset using 1,229 frames extracted from 129 yawning and microsleep videos in the NITYMED dataset. Ten representative frames were sampled from each video using a face-guided extraction script, and all frames were manually annotated in Roboflow following the COCO format to ensure accurate bounding box labeling under varying lighting, head poses, and facial deformation. Using this manually annotated dataset, I conducted a comprehensive benchmark of seven face-detection algorithms: YOLOv11n, SSD MobileNet, CenterFace, YuNet, FastMtCnn, HaarCascade, and LBP. The evaluation focused on localization quality using Intersection over Union (IoU ≥ 0.5) and Dice Similarity, allowing each algorithm’s predicted bounding box to be directly compared against human defined ground truth. The results show that HaarCascade achieved the highest IoU and Dice scores, particularly in frontal and well-lit frames. FastMtCnn also produced strong alignment with a high number of correctly matched frames. CenterFace and SSD MobileNet demonstrated smooth bounding box fitting with competitive Dice scores, while YOLOv11n and YuNet delivered moderate but stable performance across most samples. LBP showed the weakest results, mainly due to its sensitivity to lighting variations and soft-texture regions. Overall, this benchmark provides an unbiased and comprehensive comparison of modern and classical face-detection algorithms for video-based driver-drowsiness applications.
Dampak Penggunaan Data Augmentasi Terhadap Akurasi MobileNetV2 Dalam Deteksi Mikrosleep Berbasis Rasio Aspek Mata Maulana, Isa Iant; Riadi, Muhammad Fatah Abiyyu; Alzami, Farrikh; Naufal, Muhammad; Azies, Harun Al; Pramunendar, Ricardus Anggi; Basuki, Ruri Suko
Building of Informatics, Technology and Science (BITS) Vol 7 No 3 (2025): December 2025
Publisher : Forum Kerjasama Pendidikan Tinggi

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bits.v7i3.8719

Abstract

Detecting microsleep is important in preventing accidents caused by decreased alertness, especially in activities that require high concentration such as driving. This study aims to develop an image-based microsleep detection model using the MediaPipe FaceMesh. The EAR value is only used for the tagging process that forms the basis for dataset creation. The main problem investigated is how to produce a classification model that can accurately distinguish between normal eye conditions and microsleep conditions using image data taken from eye area snippets. To address this issue, this study applies a series of stages, starting from dataset formation, initial processing in the form of image size adjustment, normalization, and quality improvement through data augmentation, to model training using the MobileNetV2 architecture with transfer learning and fine-tuning techniques. The results of the experiment show that the use of data augmentation strategies has a significant effect on improving model performance, with the best configuration producing a test accuracy of 87.54 percent, with other high performance metrics, namely Precision of 88.64 percent, Recall (Sensitivity) of 87.14 percent, and F1-Score of 87.34 percent. These findings prove that an eye area image-based approach combined with a convolutional neural network model is capable of providing promising performance in detecting microsleep conditions. These findings prove that an approach based on eye area images combined with a convolutional neural network model can deliver promising performance in detecting microsleep. This research is expected to form the basis for the development of a more effective microsleep detection system that can be implemented in real world environments.
Co-Authors Abda Abda Abu Salam Aditya Rahman Adriani, Mira Riezky Ahmad Akrom Ahmad Akrom Ahmad Khotibul Umam, Ahmad Khotibul Ahmad Zainul Fanani Ahmad Zaniul Fanani Akrom, Ahmad Al-Azies, Harun Alpiana, Vika Alvin Steven Anggi Pramunendar, Ricardus Arifin, Zaenal Aris Nurhindarto ARIYANTO, MUHAMMAD Ashari, Ayu Asih Rohmani, Asih Atha Rohmatullah, Fawwaz Azzami, Salman Yuris Adila Brilianto, Rivaldo Mersis Budi, Setyo Candra Irawan Candra Irawan Caturkusuma, Resha Meiranadi Chaerul Umam Chaerul Umam Chaerul Umam Chaerul Umam Choirinnisa, Dina Dewi Agustini Santoso Diana Aqmala Dwi Puji Prabowo Dwi Puji Prabowo Dwi Puji Prabowo, Dwi Puji Enrico Irawan Erika Devi Udayanti Esa Wahyu Andriansyah Fahmi Amiq Farah Syadza Mufidah Fikri Diva Sambasri Fikri Diva Sambasri Fikri Firdaus Tananto Fikri Firdaus Tananto Filmada Ocky Saputra Filmada Ocky Saputra Firman Wahyudi Firman Wahyudi Firman Wahyudi, Firman Fitri Susanti Ghina Anggun Go, Agnestia Agustine Djoenaidi Hadi, Heru Pramono Hartono, Andhika Rhaifahrizal Harun Al Azies Hasan Aminda Syafrudin Heni Indrayani Herfiani, Kheisya Talitha Ifan Rizqa Ika Novita Dewi Ika Novita Dewi Indra Gamayanto Indra Gamayanto Indrayani, Heni Iswahyudi ISWAHYUDI ISWAHYUDI Jumanto Karin, Tan Regina Khariroh, Shofiyatul Khoirunnisa, Emila Krisnawati, Dyah Ika Kukuh Biyantama Kukuh Biyantama Kurniawan Aji Saputra Kurniawan, Defri Kusmiyati Kusmiyati Kusmiyati*, Kusmiyati Kusumawati, Yupie L. Budi Handoko Lalang Erawan Lesmarna, Salsabila Putri Mahmud Mahmud Marjuni, Aris Maulana, Isa Iant Megantara, Rama Aria Mila Sartika Mila Sartika, Mila Mira Nabila Mira Nabila Moch Arief Soeleman Moh Hadi Subowo Moh Yusuf, Moh Moh. Yusuf Mohammad Arif Muhammad Naufal, Muhammad Muhammad Noufal Baihaqi Muhammad Ridho Abdillah Muhammad Riza Noor Saputra Muhammad Rizal Nurcahyo Muslich Muslich, Muslich Muslih Muslih MY. Teguh Sulistyono Nuanza Purinsyira Nugraini, Siti Hadiati Nurhindarto, Aris Nurhindarto, Aris Nurwijayanti Pergiwati, Dewi Puji Prabowo, Dwi Pulung Nurtantio Andono Pulung Nurtantyo Andono Puri Sulistiyawati Puri Sulistiyawati Puri Sulistiyawati Purwanto Purwanto Purwanto Purwanto Puspitarini, Ika Dewi Rama Aria Megantara Rama Aria Megantara Ramadhan Rakhmat Sani Riadi, Muhammad Fatah Abiyyu Ricardus Anggi Pramunendar Rifqi Mulya Kiswanto Rini Anggraeni Risky Yuniar Rahmadieni Ritzkal, Ritzkal Rofiani, Rofiani Rohman, M. Hilma Minanur Ruri Suko Basuki Saputra, Filmada Ocky Saputra, Resha Mahardhika Saputri, Pungky Nabella Sasono Wibowo Sejati, Priska Trisna Sendi Novianto Sendi Novianto SIGIT MURYANTO Sigit Muryanto, Sigit Sinaga, Daurat Soeleman, Arief Soeleman, M Arief Sofiani, Hilda Ayu Sri Handayani Sri Winarno Sri Winarno Steven, Alvin Subowo, Moh Hadi Sukamto, Titien Suhartini Sulistiyono, MY Teguh Sulistyono, Teguh Sulistyowati, Tinuk Sutriawan Sutriawan Tamamy, Aries Jehan Thifaal, Nisrina Salwa Viry Puspaning Ramadhan Wellia Shinta Sari Wibowo, Isro' Rizky Widodo Widyatmoko Karis Yuniar Rahmadieni, Risky Yunita Ayu Pratiwi Yusianto Rindra Yuventius Tyas Catur Pramudi Zaenal Arifin Zahro, Azzula Cerliana Zulfiningrumi, Rahmawati