Claim Missing Document
Check
Articles

Found 2 Documents
Search

Lung Segmentation from Chest X-Ray Images Using Deeplabv3plus-Based CNN Model Hasan, Dathar; Abdulazeez, Adnan Mohsin
The Indonesian Journal of Computer Science Vol. 13 No. 1 (2024): The Indonesian Journal of Computer Science (IJCS)
Publisher : AI Society & STMIK Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33022/ijcs.v13i1.3700

Abstract

As a result of technological advancements, a variety of medical diagnostic systems have grown rapidly to support the healthcare sectors. Over the past years, there has been considerable interest in utilizing deep learning algorithms for the proactive diagnosis of multiple diseases. In most cases, Coronavirus (COVID-19) and tuberculosis (TB) are diagnosed through the examination of pulmonary X-rays. Deep learning algorithms can identify tuberculosis with an almost medical-grade level of consistency by extracting the lung regions in the X-ray images. The probability of tuberculosis detection is increased when classification algorithms are applied to segmented lungs rather than the entire X-ray. The main focus of this paper is to execute lung segmentation from X-ray images using the deeplabv3plus CNN-based semantic segmentation model. In other CNN architectures, the feature resolution diminishes as the network becomes deeper due to the use of sequential convolutions with pooling or striding within the down-sampling stage. To tackle this drawback, deeplabv3plus incorporates "Atrous Convolution" in addition to modifying the pooling and convolutional striding components of the backbone. The experimental results were: an accuracy of 97.42%, a Jaccard index of 93.49%, and a dice coefficient of 96.63%. We also conduct an extensive comparison between the deeplabv3plus segmentation model and other benchmark segmentation architectures. The results prove the ability of the deeplabv3plus model to achieve precise lung segmentation from X-ray images.
Proactive Fault Tolerance in Distributed Cloud Systems: A Review of Predictive and Preventive Techniques Hasan, Dathar; Zeebaree , Subhi R. M.
The Indonesian Journal of Computer Science Vol. 13 No. 2 (2024): The Indonesian Journal of Computer Science (IJCS)
Publisher : AI Society & STMIK Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33022/ijcs.v13i2.3808

Abstract

In a cloud computing environment, various hardware and software services are provided to the users across multiple servers and data centers. These servers are communicated to each other to allow greater scalability, flexibility, and reliability. Reliability is a vital factor in cloud computing that ensures that the requested services will be delivered to the users whenever they request them. However, different hardware or software faults may occur in cloud servers or data centers that prevent the users from receiving the service. Fault tolerance is defined as the ability of the system to provide services to the users even with the presence of faults or failures. In this review, we focused on some of the emerging fault tolerance techniques researchers have proposed to tackle the fault issues in cloud computing. We divided these techniques into three main categories: proactive and reactive techniques. Proactive techniques involve protecting the system defects by proposing certain procedures to prevent reaching the defective condition. Reactive techniques refer to the ability of the cloud system to recover the defective server or framework to continue working and providing the service.