DCGAN For ASD Journal
DCGAN For ASD Journal
Akash K
Computer Science and Business Ananth G
Systems Computer Science and Business
Sri Eshwar College of Engineering Systems
Coimbatore, India Sri Eshwar College of Engineering
[email protected] Coimbatore, India
[email protected]
Abstract— The diagnosis and treatment of autism spectrum groups. The use of machine learning (ML) and artificial
disorder (ASD) present difficulties, which calls for the intelligence (AI) techniques, especially deep learning (DL),
investigation of cutting-edge technology solutions. Although has become a potential approach for ASD diagnosis and
ASD prediction using machine learning has demonstrated prediction in response to these challenges. Diagnoses can be
promise, especially with respect to accuracy achieving made more quickly and accurately by using deep learning
significant milestones, the shift to deep learning techniques techniques like convolutional neural networks (CNNs),
presents opportunities for improvement. The Deep which have the ability to extract features directly from raw
Convolutional Generative Adversarial Network (DCGAN) data. Renowned for its capacity to create and supplement
algorithm for prediction and the Convolutional Neural data, the Deep Convolutional Generative Adversarial
Network (CNN) Grid Search Optimization (GSO) method Network (DCGAN) algorithm has great promise to improve
for feature extraction are combined in this study to present ASD prediction, especially in neuroimaging research. In
an integrated strategy. We want to improve ASD prediction order to improve ASD diagnosis and comprehension, we
accuracy by utilizing deep learning's ability to extract present an integrated approach in this study that combines
complicated representations straight from raw data. DCGAN-based prediction with CNN-based feature
Additionally, we present several age and gender-based extraction. Our goal is to create a strong diagnostic
classifications in an effort to clarify their roles in the framework that can transform the diagnosis and treatment of
diagnosis of ASD—a first for the field. Our research ASD by utilizing DL approaches along with age and gender
attempts to create a strong prediction system that can considerations.
discriminate between people with ASD and Typical
Development (TD) based on the analysis of brain structural
MRI (sMRI) scans, leading to more precise and trustworthy
diagnoses. In conclusion, our work offers a novel method
for predicting ASD that combines sophisticated feature 2) RELATED WORK
extraction techniques with deep learning for prediction,
ultimately leading to better patient outcomes in ASD In recent years, significant efforts have been made to use
diagnosis and treatment. machine learning and deep learning methodologies to the
prediction and diagnosis of Autism Spectrum Disorder
Keywords—autism spectrum disorder (ASD), Machine (ASD). This section examines the relevant literature and
Learning, Deep Learning situates the proposed Deep Convolutional Generative
1) INTRODUCTION Adversarial Network (DCGAN) method within the
framework of autism prediction research
The complex issue of autism spectrum disorder (ASD) is
typified by a variety of related symptoms, social interaction
challenges, and communication impairments. The need for 2.1 Feature extraction from fMRI images:
better diagnostic techniques and interventions has become
more urgent as the prevalence of ASD has increased over
time. Comorbidity makes diagnosis much more difficult Using brain structural MRI (sMRI) scans to explore multiple
because people with ASD frequently have other problems. It categories for ASD diagnosis presents problems because of
is critical to comprehend how age and gender affect the the scans' high accuracy rates and complexity. However, few
diagnosis of ASD, since new genetic research has shown research have looked into quadruple and octal
that ASD occurs differently in different demographic classifications; instead, they have focused on binary pairs
3) METHODOLOGY
L_G = -log(D(G(z)))
3.2 DCGAN Architecture
A generator (G) and a discriminator (D) neural network Discriminator Loss (L_D): The discriminator's purpose
comprise the DCGAN architecture. The generator creates is to optimize its ability to distinguish between genuine
synthetic neuroimaging data samples, while the and manufactured data. The discriminator loss is the sum
discriminator tells the difference between real and created of two binary cross-entropy terms for real and produced
samples. Both networks use convolutional layers to extract
hierarchical characteristics from images. The generator samples. The discriminator loss formula is as follows:
network is made up of [number of layers] layers, each of L_D = -log(P_real) - log(1 - P_fake)
)
0.72 0.68 0.75 0.71
SVM
4) EXPERIMENTAL RESULTS
In this part, we discuss the dataset, evaluation criteria, visual When compared to existing approaches, our DCGAN model
representation, and performance ratings of our Deep outperforms them across all evaluation measures, indicating
Convolutional Generative Adversarial Network (DCGAN) its efficacy in autism prediction based on neuroimaging
for autism diagnosis. data.