Claim Missing Document
Check
Articles

Found 3 Documents
Search
Journal : Journal of Electronics, Electromedical Engineering, and Medical Informatics

Performance Evaluation of IoT-based SpO2 Monitoring Systems for COVID-19 Patients Trie Maya Kadarina; Rinto Priambodo
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 3 No 2 (2021): July
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA and IKATEMI

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v3i2.1

Abstract

Internet of Things (IoT) applications can be used in healthcare services to monitor patients remotely. One implementation is that it is used to monitor COVID-19 patients. During the COVID-19 pandemic, people who are infected without symptoms must self-isolate so that the virus does not spread. Measurement of blood oxygen levels or SpO2 is one of the measurements that must be carried out in routine examination procedures for self-isolating patients for early detection of silent hypoxemia in COVID-19 patients. Previous research has developed an IoT-based health monitoring system with a Wireless Body Sensor Network (WBSN) and a gateway that can be used for data acquisition and transmission. The system uses a home pulse oximeter to measure SpO2 and heart rate and an Android application that functions as an IoT gateway to collect data from sensors and add location information before sending data to the server. The WBSN has been successfully integrated with two types of open source IoT platforms, namely ThingsBoard and Elasticsearch Logstash Kibana (ELK). However, it is necessary to carry out further studies on analytical and experimental performance tests of the two systems. Therefore, the purpose of this study is to develop a performance evaluation of the IoT-based SpO2 monitoring systems using the Thingsboard and ELK as IoT platforms. To evaluate the performace we ran the monitoring system on both platforms using pulse oximeter and Android device as IoT gateway with HTTP and MQTT as transport protocol for sending the data to the server. From this study we found that average time of message delivery in ELK compared to ThingsBoard using the same protocols was higher but stable.
Reduction of Feature Extraction for COVID-19 CXR using Depthwise Separable Convolution Network Zendi Iklima; Trie Maya Kadarina; Rinto Priambodo
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 4 No 4 (2022): October
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA and IKATEMI

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v4i4.255

Abstract

A Convolutional Neural Network (CNN) classifier is generally utilized to classify an image tensor according to the mapped labels. The simplification of the classifier causes CNN to be often used to classify images, especially in the biomedical field. Thus, CNN is widely used to classify computer tomography (CT) and chest X-ray (CXR) images against the mapped labels. Several transfer learning models were implemented to classify CXR images for preliminary detection of COVID-19 infection, e.g., ResNet, Inception, Xception, etc. However, a transfer learning model has a maximum and minimum input resolution. Thus, the computational cost tends to be huge and unable to be optimized. Therefore, A custom CNN model can be a solution to reduce computational costs by configuring the feature extraction layers. This study proposed an efficient reduction of feature extraction for COVID-19 CXR namely Depthwise Separable Convolution Network. Furthermore, numerous strategies were adopted to lower the computational cost while retaining accuracy, including customizing the Batch Normalization (BN) layer and replacing the convolution layer with a separable convolution layer. The proposed model successfully reduced the feature extraction represented by the decreases in trainable parameters from 28.640 trainable parameters to 4.640 trainable parameters. The depthwise separable convolution effectively retains the performance accuracy 72.96%, loss 12.43%, recall 74.67%, precision 77.67%, and F1-score 75.33%. The CXR augmentation is also successfully increase the performance accuracy 74.55%, loss 11.37%, recall 77.67%, precision 79.56%, and F1-score 78.33%.
Dental Caries Segmentation using Deformable Dense Residual Half U-Net for Teledentistry System Iklima, Zendi; Trie Maya Kadarina; Priambodo, Rinto; Riandini, Riandini; Wardhani, Rika Novita; Setiowati, Sulis
Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol 6 No 4 (2024): October
Publisher : Department of Electromedical Engineering, POLTEKKES KEMENKES SURABAYA

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/jeeemi.v6i4.511

Abstract

Clinical practitioners’ workload and challenges are significantly reduced by classifying, predicting, and localizing lesions or dental caries. In recent research, a high-reliability diagnostic system within deep learning models has been implemented in a clinical teledentistry system. In order to construct an efficient, precise, and lightweight deep learning architecture, it is dynamically structured. In this paper, we present an efficient, accurate, and lightweight deep learning architecture for augmenting spatial locations and improving the transformation modeling abilities of fixed-structure CNNs. Deformable Dense Residual (DDR) enhances the efficacy of the residual convolution block by optimizing its structure, thereby mitigating model redundancy and ameliorating the challenge of vanishing gradients encountered during the training stages. DDR Half U-Net presents notable advancements to the simplified U-Net framework across three pivotal domains: the encoder, decoder, and loss function. Specifically, the encoder integrates deformable convolutions, thereby enhancing the model's capacity to discern features of diverse scales and configurations. In the decoder, a sophisticated arrangement of dense residual connections facilitates the fusion of low-level and high-level features, contributing to comprehensive feature extraction. Moreover, the utilization of a weight-adaptive loss function ensures equitable consideration of both caries and non-caries samples, thereby promoting balanced optimization during training.