Autism Disease Detection Using Transfer Learning Techniques: Performance Comparison Between Central Processing Unit vs Graphics Processing Unit Functions for Neural Networks
Mst Shapna Akter, Hossain Shahriar, Alfredo Cuzzocrea

TL;DR
This study compares CPU and GPU performance in neural network-based autism detection from facial images, demonstrating GPU's superior speed and accuracy across multiple models and evaluation metrics.
Contribution
It introduces a comprehensive comparison of CPU versus GPU processing for neural network models in autism detection using facial images.
Findings
GPU outperforms CPU in all tests
Neural network accuracy improves on GPU
Execution time is significantly reduced on GPU
Abstract
Neural network approaches are machine learning methods that are widely used in various domains, such as healthcare and cybersecurity. Neural networks are especially renowned for their ability to deal with image datasets. During the training process with images, various fundamental mathematical operations are performed in the neural network. These operations include several algebraic and mathematical functions, such as derivatives, convolutions, and matrix inversions and transpositions. Such operations demand higher processing power than what is typically required for regular computer usage. Since CPUs are built with serial processing, they are not appropriate for handling large image datasets. On the other hand, GPUs have parallel processing capabilities and can provide higher speed. This paper utilizes advanced neural network techniques, such as VGG16, Resnet50, Densenet, Inceptionv3,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAutism Spectrum Disorder Research
MethodsMax Pooling · Residual Connection · Average Pooling · Pointwise Convolution · 1x1 Convolution · Softmax · Depthwise Convolution · Global Average Pooling · Depthwise Separable Convolution · Convolution
