Diagnostic imaging

Model
Digital Document
Publisher
Florida Atlantic University
Description
Skin cancer is a prevalent cancer that significantly contributes to global mortality rates. Early detection is crucial for a high survival rate. Dermatologists primarily rely on visual inspection to diagnose skin cancers, but this method is inaccurate. Deep learning algorithms can enhance the diagnostic accuracy of skin cancers. However, these algorithms require substantial labeled data for effective training. Acquiring annotated data for skin cancer classification is time-consuming, expensive, and necessitates expert annotation. Moreover, skin cancer datasets often suffer from imbalanced data distribution.
Generative Adversarial Networks (GANs) can be used to overcome the challenges of data scarcity and lack of labels by automatically generating skin cancer images. However, training and testing data from different distributions can introduce domain shift and bias, impacting the model’s performance. This dissertation addresses this issue by developing deep learning-based domain adaptation models.
Additionally, this research emphasizes deploying deep learning models on hardware to enable real-time skin cancer detection, facilitating accurate diagnoses by dermatologists. Deploying conventional deep learning algorithms on hardware is not preferred due to the problem of high resource consumption. Therefore, this dissertation presents spiking neural network-based (SNN) models designed specifically for hardware implementation. SNNs are preferred for their power-efficient behavior and suitability for hardware deployment.
Model
Digital Document
Publisher
Florida Atlantic University
Description
The major objective of this dissertation was to create a framework which is used for medical image diagnosis. In this diagnosis, we brought classification and diagnosing of diseases through an Artificial Intelligence based framework, including COVID, Pneumonia, and Melanoma cancer through medical images. The algorithm ran on multiple datasets. A model was developed which detected the medical images through changing hyper-parameters.
The aim of this work was to apply the new transfer learning framework DenseNet-201 for the diagnosis of the diseases and compare the results with the other deep learning models. The novelty in the proposed work was modifying the Dense Net 201 Algorithm, changing hyper parameters (source weights, Batch Size, Epochs, Architecture (number of neurons in hidden layer), learning rate and optimizer) to quantify the results. The novelty also included the training of the model by quantifying weights and in order to get more accuracy. During the data selection process, the data were cleaned, removing all the outliers. Data augmentation was used for the novel architecture to overcome overfitting and hence not producing false absurd results the computational performance was also observed. The proposed model results were also compared with the existing deep learning models and the algorithm was also tested on multiple datasets.
Model
Digital Document
Publisher
Florida Atlantic University
Description
Advancements in Artificial Intelligence (AI) and Machine Learning (ML) have significantly improved their application in dermatology. However, bias issues in AI systems can result in missed diagnoses and disparities in healthcare, especially for individuals with different skin types. This dissertation aims to investigate and improve the fairness and bias in machine learning models for dermatology by evaluating and enhancing their performance across different Fitzpatrick skin types.
The technical contributions of the dissertation include generating metadata for Fitzpatrick Skin Type using Individual Typology Angle; outlining best practices for Explainable AI (XAI) and the use of colormaps; developing and enhancing ML models through skin color transformation and extending the models to include XAI methods for better interpretation and improvement of fairness and bias; and providing a list of steps for successful application of deep learning in medical image analysis.
The research findings of this dissertation have the potential to contribute to the development of fair and unbiased AI/ML models in dermatology. This can ultimately lead to better health outcomes and reduced healthcare costs, particularly for individuals with different skin types.
Model
Digital Document
Publisher
Florida Atlantic University
Description

The purpose of this research is to determine the feasibility of introducing the Monte Carlo (MC) dose calculation algorithm into the clinical practice. Unlike the Ray Tracing (RT) algorithm, the MC algorithm is not affected by the tissue inhomogeneities, which are significant inside the chest cavity. A retrospective study was completed for 102 plans calculated using both the RT and MC algorithms. The D95 of the PTV was 26% lower for the MC calculation. The first parameter of conformality, as defined as the ratio of the Prescription Isodose Volume to the PTV Volume was on average 1.27 for RT and 0.67 for MC. The results confirm that the RT algorithm significantly overestimates the dosages delivered confirming previous analyses. Correlations indicate that these overestimates are largest for small PTV and/or when the ratio of the volume of lung tissue to the PTV approaches 1.
Model
Digital Document
Publisher
Florida Atlantic University
Description
The efforts addressed in this thesis refer to assaying the extent of local features in 2D-images for the purpose of recognition and classification. It is based on comparing a test-image against a template in binary format. It is a bioinformatics-inspired approach pursued and presented as deliverables of this thesis as summarized below: 1. By applying the so-called 'Smith-Waterman (SW) local alignment' and 'Needleman-Wunsch (NW) global alignment' approaches of bioinformatics, a test 2D-image in binary format is compared against a reference image so as to recognize the differential features that reside locally in the images being compared 2. SW and NW algorithms based binary comparison involves conversion of one-dimensional sequence alignment procedure (indicated traditionally for molecular sequence comparison adopted in bioinformatics) to 2D-image matrix 3. Relevant algorithms specific to computations are implemented as MatLabTM codes 4. Test-images considered are: Real-world bio-/medical-images, synthetic images, microarrays, biometric finger prints (thumb-impressions) and handwritten signatures. Based on the results, conclusions are enumerated and inferences are made with directions for future studies.