AI and ML-Kevin and Joscelin
AI and ML-Kevin and Joscelin
Abstract— Thyroid ultrasound imaging is a crucial Feature, and Homogeneity are gathered to train the
diagnostic method for assessing thyroid conditions, especially classification models. The system's performance is compared
for distinguishing benign nodules from malignant ones. This with ground truth images provided by radiologists, and
paper introduces a deep learning method focused on automating accuracy serves as the main performance measure. Results
the classification of thyroid ultrasound images, supporting
healthcare professionals in providing precise diagnoses and
show that the segmentation performance of ELM
making better treatment decisions. The method is based on outperforms the SVM classifier in this task [1].
Convolutional Neural Networks (CNNs), utilizing a ResNet The discussion about various thyroid disease by
architecture to categorize images into three distinct groups: Alyas, Tahir et al. such as hypothyroidism, hyperthyroidism,
Normal Thyroid, Malignant, and Benign. A dataset of annotated and thyroid cancer, that affect people globally. These
thyroid ultrasound images is used to train the model, with data conditions can lead to severe symptoms, making early
augmentation techniques employed to enhance its ability to detection crucial for effective treatment. Machine learning
generalize. evaluated through important metrics like accuracy, and classification techniques play a crucial role in the timely
loss, precision, recall, F1-score, and support. This approach identification of thyroid diseases, enabling more efficient
seeks to offer a reliable and efficient solution for thyroid nodule
classification, ultimately improving diagnostic precision and
patient management. Accurate identification and
contributing to better management of thyroid diseases. categorization of thyroid nodules in ultrasound images help
alleviate radiologists' workload and reduce the likelihood of
Keywords— Thyroid Ultrasound Imaging, Convolutional errors. This research evaluates various machine learning
Neural Networks (CNNs), ResNet, Thyroid Nodule approaches, including decision trees, random forests, KNN,
Classification, Diagnostic Accuracy. and neural networks. Through dataset manipulation, the
random forest algorithm demonstrated the highest accuracy
I.INTRODUCTION of 94.8% and a specificity of 91%, emphasizing its
Thyroid disorders, including both benign and malignant effectiveness in predicting thyroid conditions [2].
nodules, are prevalent conditions that can have serious health
The survey study on ultrasound imaging by Yi-
consequences if not properly diagnosed and managed. Precise
differentiation between benign and malignant nodules is crucial for Cheng Zhu et al. explain that is commonly used for
proper treatment planning, as it influences decisions related to diagnosing thyroid nodules, and AI-powered solutions are
surgery, excision, or other medical interventions. However, the gaining traction in this area. This study proposed a deep
interpretation of these images can be subjective, often relying on the learning-based algorithm to differentiate benign and
clinician's experience, which may lead to inconsistencies in malignant thyroid nodules using ultrasound images. A dataset
diagnosis. In recent years, deep learning has brought significant comprising 592 patients with 600 thyroid nodules was
advancements to medical imaging, offering powerful tools for utilized for training, validation, and testing, with an
automating image analysis and classification. Among these, additional 187 patients and 200 nodules included in an
Convolutional Neural Networks (CNNs) have shown impressive
external test set. The authors improved the Visual Geometry
performance across a variety of image classification challenges,
including applications in healthcare. These models can Group (VGG)-16 architecture by incorporating batch
automatically learn intricate patterns and features from large normalization and dropout layers, resulting in the VGG-16T
datasets, making them particularly useful for identifying normal, model. The model’s performance was assessed using a 10-
malignant, and benign thyroid nodules in ultrasound scans. fold cross-validation approach. The findings, based on
grayscale ultrasound images from five distinct machine
brands, highlighted the VGG-16T model’s robustness in
II. RELATED WORDS accurately classifying thyroid nodules [3].
The research study by D. Selvathi, V.S. Sharnitha et The analysis of thyroid nodule by Yang Jingya et al.
al., shows that the clinical reports often provide are characterized by abnormal growth in thyroid cells, which
morphometric data by comparing it to previous studies. To may indicate various conditions like excessive iodine intake,
convey clinically relevant data regarding an object’s size and degeneration, or inflammation. Though most nodules are
shape, alongside image segmentation and classification, are benign, the risk of malignancy increases yearly. To alleviate
critical aspects of medical image processing. Ultrasound, as the burden on clinicians and avoid unnecessary fine-needle
a versatile imaging method, can clearly reveal internal organ aspirations or surgeries, deep learning techniques have been
structures, often with remarkable detail. It has the unique explored for diagnosing thyroid nodules via image
capability of imaging both anatomy and physiology in real recognition. In this study, 508 ultrasound images from Hebei
time, providing a rapid, non-invasive method of assessment. Medical University were used to train a ResNet18 model. A
Ultrasound remains one of thefrequently used diagnostic 10-fold random sampling approach was applied to the
methods in clinical environments, significantly aiding patient training dataset to prevent errors. The model exhibited strong
care by providing physicians with comprehensive anatomical performance, achieving an average AUC of 0.997, accuracy
insights. In this work, an automated system is proposed for of 0.984, recall of 0.978, precision of 0.939, and F1-score of
classifying thyroid images and segmenting the thyroid gland 0.957. Additionally, the study used Gradient-weighted Class
using machine learning techniques. Classifiers like SVM and Activation Mapping (Grad-CAM) to identify key regions in
ELM are employed, and features such as mean, variance, the images during the learning process. This technique
Coefficient of Local Variation, Histogram Feature, NMSID