Your browser doesn't support javascript.
loading
Mostrar: 20 | 50 | 100
Resultados 1 - 4 de 4
Filtrar
Mais filtros










Base de dados
Intervalo de ano de publicação
1.
Expert Syst Appl ; 183: 115452, 2021 Nov 30.
Artigo em Inglês | MEDLINE | ID: mdl-34177133

RESUMO

The COVID-19 pandemic, which originated in December 2019 in the city of Wuhan, China, continues to have a devastating effect on the health and well-being of the global population. Currently, approximately 8.8 million people have already been infected and more than 465,740 people have died worldwide. An important step in combating COVID-19 is the screening of infected patients using chest X-ray (CXR) images. However, this task is extremely time-consuming and prone to variability among specialists owing to its heterogeneity. Therefore, the present study aims to assist specialists in identifying COVID-19 patients from their chest radiographs, using automated computational techniques. The proposed method has four main steps: (1) the acquisition of the dataset, from two public databases; (2) the standardization of images through preprocessing; (3) the extraction of features using a deep features-based approach implemented through the networks VGG19, Inception-v3, and ResNet50; (4) the classifying of images into COVID-19 groups, using eXtreme Gradient Boosting (XGBoost) optimized by particle swarm optimization (PSO). In the best-case scenario, the proposed method achieved an accuracy of 98.71%, a precision of 98.89%, a recall of 99.63%, and an F1-score of 99.25%. In our study, we demonstrated that the problem of classifying CXR images of patients under COVID-19 and non-COVID-19 conditions can be solved efficiently by combining a deep features-based approach with a robust classifier (XGBoost) optimized by an evolutionary algorithm (PSO). The proposed method offers considerable advantages for clinicians seeking to tackle the current COVID-19 pandemic.

2.
Comput Methods Programs Biomed ; 177: 285-296, 2019 Aug.
Artigo em Inglês | MEDLINE | ID: mdl-31319957

RESUMO

BACKGROUND AND OBJECTIVE: Chest X-ray (CXR) is one of the most used imaging techniques for detection and diagnosis of pulmonary diseases. A critical component in any computer-aided system, for either detection or diagnosis in digital CXR, is the automatic segmentation of the lung field. One of the main challenges inherent to this task is to include in the segmentation the lung regions overlapped by dense abnormalities, also known as opacities, which can be caused by diseases such as tuberculosis and pneumonia. This specific task is difficult because opacities frequently reach high intensity values which can be incorrectly interpreted by an automatic method as the lung boundary, and as a consequence, this creates a challenge in the segmentation process, because the chances of incomplete segmentations are increased considerably. The purpose of this work is to propose a method for automatic segmentation of lungs in CXR that addresses this problem by reconstructing the lung regions "lost" due to pulmonary abnormalities. METHODS: The proposed method, which features two deep convolutional neural network models, consists of four steps main steps: (1) image acquisition, (2) initial segmentation, (3) reconstruction and (4) final segmentation. RESULTS: The proposed method was experimented on 138 Chest X-ray images from Montgomery County's Tuberculosis Control Program, and has achieved as best result an average sensitivity of 97.54%, an average specificity of 96.79%, an average accuracy of 96.97%, an average Dice coefficient of 94%, and an average Jaccard index of 88.07%. CONCLUSIONS: We demonstrate in our lung segmentation method that the problem of dense abnormalities in Chest X-rays can be efficiently addressed by performing a reconstruction step based on a deep convolutional neural network model.


Assuntos
Diagnóstico por Computador/métodos , Processamento de Imagem Assistida por Computador/métodos , Pulmão/diagnóstico por imagem , Redes Neurais de Computação , Reconhecimento Automatizado de Padrão , Tuberculose Pulmonar/diagnóstico por imagem , Algoritmos , Bases de Dados Factuais , Humanos , Radiografia Torácica , Reprodutibilidade dos Testes , Sensibilidade e Especificidade
3.
IEEE Trans Image Process ; 28(4): 1813-1823, 2019 Apr.
Artigo em Inglês | MEDLINE | ID: mdl-30387727

RESUMO

Lung cancer is the type of cancer that most often kills after the initial diagnosis. To aid the specialist in its diagnosis, temporal evaluation is a potential tool for analyzing indeterminate lesions, which may be benign or malignant, during treatment. With this goal in mind, a methodology is herein proposed for the analysis, quantification, and visualization of changes in lung lesions. This methodology uses a modified version of the quality threshold clustering algorithm to associate each voxel of the lesion to a cluster, and changes in the lesion over time are defined in terms of voxel moves to another cluster. In addition, statistical features are extracted for classification of the lesion as benign or malignant. To develop the proposed methodology, two databases of pulmonary lesions were used, one for malignant lesions in treatment (public) and the other for indeterminate cases (private). We determined that the density change percentage varied from 6.22% to 36.93% of lesion volume in the public database of malignant lesions under treatment and from 19.98% to 38.81% in the private database of lung nodules. Additionally, other inter-cluster density change measures were obtained. These measures indicate the degree of change in the clusters and how each of them is abundant in relation to volume. From the statistical analysis of regions in which the density changes occurred, we were able to discriminate lung lesions with an accuracy of 98.41%, demonstrating that these changes can indicate the true nature of the lesion. In addition to visualizing the density changes occurring in lesions over time, we quantified these changes and analyzed the entire set through volumetry, which is the technique most commonly used to analyze changes in pulmonary lesions.


Assuntos
Interpretação de Imagem Assistida por Computador/métodos , Neoplasias Pulmonares/diagnóstico por imagem , Algoritmos , Análise por Conglomerados , Bases de Dados Factuais , Humanos , Pulmão/diagnóstico por imagem , Fatores de Tempo , Tomografia Computadorizada por Raios X
4.
Comput Methods Programs Biomed ; 156: 191-207, 2018 Mar.
Artigo em Inglês | MEDLINE | ID: mdl-29428071

RESUMO

BACKGROUND AND OBJECTIVE: The processing of medical image is an important tool to assist in minimizing the degree of uncertainty of the specialist, while providing specialists with an additional source of detect and diagnosis information. Breast cancer is the most common type of cancer that affects the female population around the world. It is also the most deadly type of cancer among women. It is the second most common type of cancer among all others. The most common examination to diagnose breast cancer early is mammography. In the last decades, computational techniques have been developed with the purpose of automatically detecting structures that maybe associated with tumors in mammography examination. This work presents a computational methodology to automatically detection of mass regions in mammography by using a convolutional neural network. METHODS: The materials used in this work is the DDSM database. The method proposed consists of two phases: training phase and test phase. The training phase has 2 main steps: (1) create a model to classify breast tissue into dense and non-dense (2) create a model to classify regions of breast into mass and non-mass. The test phase has 7 step: (1) preprocessing; (2) registration; (3) segmentation; (4) first reduction of false positives; (5) preprocessing of regions segmented; (6) density tissue classification (7) second reduction of false positives where regions will be classified into mass and non-mass. RESULTS: The proposed method achieved 95.6% of accuracy in classify non-dense breasts tissue and 97,72% accuracy in classify dense breasts. To detect regions of mass in non-dense breast, the method achieved a sensitivity value of 91.5%, and specificity value of 90.7%, with 91% accuracy. To detect regions in dense breasts, our method achieved 90.4% of sensitivity and 96.4% of specificity, with accuracy of 94.8%. CONCLUSIONS: According to the results achieved by CNN, we demonstrate the feasibility of using convolutional neural networks on medical image processing techniques for classification of breast tissue and mass detection.


Assuntos
Neoplasias da Mama/diagnóstico por imagem , Mama/diagnóstico por imagem , Processamento de Imagem Assistida por Computador/métodos , Mamografia/métodos , Algoritmos , Densidade da Mama , Diagnóstico por Computador/métodos , Reações Falso-Positivas , Feminino , Humanos , Modelos Estatísticos , Redes Neurais de Computação , Interpretação de Imagem Radiográfica Assistida por Computador/métodos , Reprodutibilidade dos Testes , Sensibilidade e Especificidade
SELEÇÃO DE REFERÊNCIAS
DETALHE DA PESQUISA
...