Claim Missing Document
Check
Articles

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

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.