44 research outputs found

    A Computationally Efficient U-Net Architecture for Lung Segmentation in Chest Radiographs

    Get PDF
    Lung segmentation plays a crucial role in computer-aided diagnosis using Chest Radiographs (CRs). We implement a U-Net architecture for lung segmentation in CRs across multiple publicly available datasets. We utilize a private dataset with 160 CRs provided by the Riverain Medical Group for training purposes. A publicly available dataset provided by the Japanese Radiological Scientific Technology (JRST) is used for testing. The active shape model-based results would serve as the ground truth for both these datasets. In addition, we also study the performance of our algorithm on a publicly available Shenzhen dataset which contains 566 CRs with manually segmented lungs (ground truth). Our overall performance in terms of pixel-based classification is about 98.3% and 95.6% for a set of 100 CRs in Shenzhen dataset and 140 CRs in JRST dataset. We also achieve an intersection over union value of 0.95 at a computation time of 8 seconds for the entire suite of Shenzhen testing cases

    Lung Segmentation from Chest X-rays using Variational Data Imputation

    Full text link
    Pulmonary opacification is the inflammation in the lungs caused by many respiratory ailments, including the novel corona virus disease 2019 (COVID-19). Chest X-rays (CXRs) with such opacifications render regions of lungs imperceptible, making it difficult to perform automated image analysis on them. In this work, we focus on segmenting lungs from such abnormal CXRs as part of a pipeline aimed at automated risk scoring of COVID-19 from CXRs. We treat the high opacity regions as missing data and present a modified CNN-based image segmentation network that utilizes a deep generative model for data imputation. We train this model on normal CXRs with extensive data augmentation and demonstrate the usefulness of this model to extend to cases with extreme abnormalities.Comment: Accepted to be presented at the first Workshop on the Art of Learning with Missing Values (Artemiss) hosted by the 37th International Conference on Machine Learning (ICML). Source code, training data and the trained models are available here: https://github.com/raghavian/lungVAE

    Implementation of Image Quality Improvement Methods and Lung Segmentation on Chest X-Ray Images Using U-Net Architectural Modifications

    Get PDF
    COVID-19 is an infectious disease that causes acute respiratory distress syndrome due to the SARS-CoV-2 virus. Rapid and accurate screening and early diagnosis of patients play an essential role in controlling outbreaks and reducing the spread of this disease. This disease can be diagnosed by manually reading CXR images, but it is time-consuming and prone to errors. For this reason, this research proposes an automatic medical image segmentation system using a combination of U-Net architecture with Batch Normalization to obtain more accurate and fast results. The method used in this study consists of pre-processing using the CLAHE method and morphology opening, CXR image segmentation using a combination of U-Net-4 Convolution Block architecture with Batch Normalization, then evaluated using performance measures such as accuracy, sensitivity, specificity, F1-score, and IoU. The results showed that the U-Net architecture modified with Batch Normalization had successfully segmented CXR images, as seen from all performance measurement values above 94%

    A statistical approach on pulmonary tuberculosis detection system based on X-ray image

    Get PDF
    This paper presented the research result on the design of pulmonary TB (Tuberculosis) detection systems using a statistical approach. The study aimed to address two problems in detecting pulmonary TB by doctors, especially in remote areas of Indonesia, namely the long waiting time for patients to get the doctor's diagnosis and the doctor's subjectivity. We used hundreds of X-ray images from radiology department of Sardjito Hospital, Yogyakarta, as primary data and thirty data from various sources on the internet as secondary data. Using statistical approach, we exploited statistical image feature from image histogram, examined two statistical methods of PCA and LDA transformation for feature extraction, and two minimum distance classifier in image classification. We also used histogram equalization in the image enhancement process and bicubic interpolation in image segmentation and template making. Test results on primary and secondary data images show the identification accuracy of 94% and 83.3%, respectively
    corecore