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








Base de dados
Intervalo de ano de publicação
1.
Comput Electr Eng ; 96: 107467, 2021 Dec.
Artigo em Inglês | MEDLINE | ID: mdl-34584299

RESUMO

New and more transmissible SARS-COV-2 variants aggravated the SARS-COV-2 emergence. Lung X-ray images stand out as an alternative to support case screening. The latest computer-aided diagnosis systems have been using Deep Learning (DL) to detect pulmonary diseases. In this context, our work investigates different types of pneumonia detection, including COVID-19, based on X-ray image processing and DL techniques. Our methodology comprehends a pre-processing step including data-augmentation, contrast enhancement, and resizing method to overcome the challenge of heterogeneous and few samples of public datasets. Additionally, we propose a new Genetic Fine-Tuning method to automatically define an optimal set of hyper-parameters of ResNet50 and VGG16 architectures. Our results are encouraging; we achieve an accuracy of 97% considering three classes: COVID-19, other pneumonia, and healthy. Thus, our methodology could assist in classifying COVID-19 pneumonia, which could reduce costs by making the process faster and more efficient.

2.
Comput Biol Med ; 136: 104744, 2021 09.
Artigo em Inglês | MEDLINE | ID: mdl-34388465

RESUMO

COVID-19 is a respiratory disease that, as of July 15th, 2021, has infected more than 187 million people worldwide and is responsible for more than 4 million deaths. An accurate diagnosis of COVID-19 is essential for the treatment and control of the disease. The use of computed tomography (CT) has shown to be promising for evaluating patients suspected of COVID-19 infection. The analysis of a CT examination is complex, and requires attention from a specialist. This paper presents a methodology for detecting COVID-19 from CT images. We first propose a convolutional neural network architecture to extract features from CT images, and then optimize the hyperparameters of the network using a tree Parzen estimator to choose the best parameters. Following this, we apply a selection of features using a genetic algorithm. Finally, classification is performed using four classifiers with different approaches. The proposed methodology achieved an accuracy of 0.997, a kappa index of 0.995, an AUROC of 0.997, and an AUPRC of 0.997 on the SARS-CoV-2 CT-Scan dataset, and an accuracy of 0.987, a kappa index of 0.975, an AUROC of 0.989, and an AUPRC of 0.987 on the COVID-CT dataset, using our CNN after optimization of the hyperparameters, the selection of features and the multi-layer perceptron classifier. Compared with pretrained CNNs and related state-of-the-art works, the results achieved by the proposed methodology were superior. Our results show that the proposed method can assist specialists in screening and can aid in diagnosing patients with suspected COVID-19.


Assuntos
COVID-19 , Aprendizado Profundo , Algoritmos , Humanos , Redes Neurais de Computação , SARS-CoV-2 , Tomografia Computadorizada por Raios X
3.
Artif Intell Med ; 105: 101845, 2020 05.
Artigo em Inglês | MEDLINE | ID: mdl-32505426

RESUMO

Currently, breast cancer diagnosis is an extensively researched topic. An effective method to diagnose breast cancer is to use histopathological images. However, extracting features from these images is a challenging task. Thus, we propose a method that uses phylogenetic diversity indexes to characterize images for creating a model to classify histopathological breast images into four classes - invasive carcinoma, in situ carcinoma, normal tissue, and benign lesion. The classifiers used were the most robust ones according to the existing literature: XGBoost, random forest, multilayer perceptron, and support vector machine. Moreover, we performed content-based image retrieval to confirm the classification results and suggest a ranking for sets of images that were not labeled. The results obtained were considerably robust and proved to be effective for the composition of a CADx system to help specialists at large medical centers.


Assuntos
Neoplasias da Mama , Mama/diagnóstico por imagem , Neoplasias da Mama/diagnóstico por imagem , Feminino , Humanos , Redes Neurais de Computação , Filogenia , Máquina de Vetores de Suporte
4.
Comput Methods Programs Biomed ; 173: 1-14, 2019 May.
Artigo em Inglês | MEDLINE | ID: mdl-31046984

RESUMO

BACKGROUND AND OBJECTIVE: Leukaemia is a disease found worldwide; it is a type of cancer that originates in the bone marrow and is characterised by an abnormal proliferation of white blood cells (leukocytes). In order to correctly identify this abnormality, haematologists examine blood smears from patients. A diagnosis obtained by this method may be influenced by factors such as the experience and level of fatigue of the haematologist, resulting in non-standard reports and even errors. In the literature, several methods have been proposed that involve algorithms to diagnose this disease. However, no reviews or surveys have been conducted. This paper therefore presents an empirical investigation of computational methods focusing on the segmentation of leukocytes. METHODS: In our study, 15 segmentation methods were evaluated using five public image databases: ALL-IDB2, BloodSeg, Leukocytes, JTSC Database and CellaVision. Following the standard methodology for literature evaluation, we conducted a pixel-level segmentation evaluation by comparing the segmented image with its corresponding ground truth. In order to identify the strengths and weaknesses of these methods, we performed an evaluation using six evaluation metrics: accuracy, specificity, precision, recall, kappa, Dice, and true positive rate. RESULTS: The segmentation algorithms performed significantly differently for different image databases, and for each database, a different algorithm achieved the best results. Moreover, the two best methods achieved average accuracy values higher than 97%, with an excellent kappa index. Also, the average Dice index indicated that the similarity between the segmented leukocyte and its ground truth was higher than 0.85 for these two methods This result confirms the high level of similarity between these images but does not guarantee that a method has segmented all leukocyte nuclei. We also found that the method that performed best segmented only 58.44% of all leukocytes. CONCLUSIONS: Of the techniques used to segment leukocytes, we note that clustering algorithms, the Otsu threshold, simple arithmetic operations and region growing are the approaches most widely used for this purpose. However, these computational methods have not yet overcome all the challenges posed by this problem.


Assuntos
Núcleo Celular/metabolismo , Leucócitos/citologia , Algoritmos , Análise por Conglomerados , Cor , Técnicas Citológicas , Bases de Dados Factuais , Aprendizado Profundo , Reações Falso-Positivas , Humanos , Processamento de Imagem Assistida por Computador/métodos , Informática Médica/métodos , Modelos Teóricos
5.
Comput Med Imaging Graph ; 72: 13-21, 2019 03.
Artigo em Inglês | MEDLINE | ID: mdl-30763802

RESUMO

Ninety years after its invention, the Pap test continues to be the most used method for the early identification of cervical precancerous lesions. In this test, the cytopathologists look for microscopic abnormalities in and around the cells, which is a time-consuming and prone to human error task. This paper introduces computational tools for cytological analysis that incorporate cell segmentation deep learning techniques. These techniques are capable of processing both free-lying and clumps of abnormal cells with a high overlapping rate from digitized images of conventional Pap smears. Our methodology employs a preprocessing step that discards images with a low probability of containing abnormal cells without prior segmentation and, therefore, performs faster when compared with the existing methods. Also, it ranks outputs based on the likelihood of the images to contain abnormal cells. We evaluate our methodology on an image database of conventional Pap smears from real scenarios, with 108 fields-of-view containing at least one abnormal cell and 86 containing only normal cells, corresponding to millions of cells. Our results show that the proposed approach achieves accurate results (MAP = 0.936), runs faster than existing methods, and it is robust to the presence of white blood cells, and other contaminants.


Assuntos
Aprendizado Profundo , Processamento de Imagem Assistida por Computador/métodos , Algoritmos , Feminino , Humanos , Redes Neurais de Computação , Teste de Papanicolaou , Neoplasias do Colo do Útero/patologia
SELEÇÃO DE REFERÊNCIAS
DETALHE DA PESQUISA