Autism Detection Using HAAR Cascade Machine Learning Algorithm
Autism Detection Using HAAR Cascade Machine Learning Algorithm
Abstract: Autism Spectrum Disorder It refers to a big spectrum of conditions that influence social interactions,
communication skills, and repetitive behaviors. Traditionally, ASD diagnosis relies on behavioural observations, but there is
increasing interest in leveraging technology for earlier detection. This project explores using the HAAR Cascade algorithm,
typically employed for object detection like facial recognition, to identify different ASD types. We concentrated on four
categories: Asperger Syndrome, Childhood Disintegrative Disorder, Pervasive Developmental Disorder-Not Otherwise
Specified (PDD-NOS), and Classic Autism are all conditions that fall under the umbrella of developmental disorders. Our
approach involved training separate HAAR Cascade models for each type using meticulously labelled images. Positive
samples highlighted features associated with each condition, while negative samples included unrelated facial characteristics.
The system analyzes new images to classify the type of ASD or indicate no detection if relevant features are absent. Although
HAAR Cascade is generally used for simpler tasks, this project aimed to assess its capability in this complex application.
The success of our system heavily depended on the quality of the training data and the precision of feature identification by
each model. This project is an initial exploration into using HAAR Cascade for ASD detection, suggesting that more
advanced techniques, such as deep learning, may be necessary for improved accuracy. Our findings could inform future
research, potentially leading to more effective combined methods.
Keywords: Autism Spectrum Disorder (ASD), ASD Detection, HAAR Cascade, Object Detection, Asperger Syndrome, Childhood
Disintegrative Disorder, Pervasive Developmental Disorder-Not Otherwise Specified (PDD-NOS), Classic Autism, Facial Features,
Image Analysis, Classification, Training Data, Positive Examples, Negative Examples, Variability in Facial Features, Deep
Learning, Future Research, Combined Methods, Diagnostic Accuracy.
How to Cite: Lakshmiprabha; Shivam Patil; Sumit Kakad; Sanket Patil (2025). Autism Detection Using HAAR Cascade Machine
Learning Algorithm. International Journal of Innovative Science and Research Technology, 10(3), 1636-1641.
https://doi.org/10.38124/ijisrt/25mar1417
Characteristics of Autism Spectrum Disorder (ASD): Develop a HAAR Cascade-based Detection System:
Create a system using HAAR Cascade classifiers to detect
Ongoing challenges with communication and interaction ASD-related facial features and distinguish between
that occur across different contexts. specific ASD types, this includes Asperger Syndrome,
The presence of repetitive behaviors or a pronounced Childhood Disintegrative Disorder, Pervasive
resistance to alterations in daily routines. Developmental Disorder-Not Otherwise Specified (PDD-
Symptoms generally become apparent during early NOS), and Classic Autism.
childhood, often manifesting within the very first years Train and Validate Classifiers: Train individual HAAR
of life. Cascade models for each ASD subtype using labeled
positive and negative image samples, ensuring reliable
Header: feature identification for each condition.
Brain Growth, Structure, and Connectivity in Autism Evaluate Feasibility of HAAR Cascade for Complex
Spectrum Disorder (ASD) Authors: Bartholomeusz HH, Detection: Assess the effectiveness of HAAR Cascade,
Courchesne E, Karns CM Source: Neuropediatrics (October traditionally used for simpler tasks, in identifying
2002, Volume 33, Issue 5, pp. 239–241). nuanced facial features related to ASD, and determine its
potential in this more complex application.
Info: Contribute Foundational Research for Future
Research utilizing head circumference measurements in Approaches: Establish baseline findings on HAAR
infants and young children diagnosed with autism has shed Cascade’s applicability in ASD detection to inform and
light on abnormal patterns of early brain development. Head inspire future studies, potentially combining this approach
circumference, a reliable indicator of brain size in early with deep learning for improved accuracy.
postnatal stages, has been pivotal in identifying both Enhance Early Diagnostic Accessibility: Explore the
accelerated and reduced growth tendencies in Autism potential of an image-based system to support accessible
Spectrum Disorder (ASD). Numerous studies have reported early diagnosis, especially in under-resourced areas,
unusually large head circumferences in children with ASD, ultimately aiding in timely intervention for individuals
particularly around the time when symptoms first become with ASD.
noticeable. These findings underscore significant deviations
in brain growth trajectories that are associated with ASD. III. BACKGROUND
Fig 1 Here we can see the Frame Selection Algo in Pictorial Form also here we Crop the Face of Child for Further Process.
HAAR Cascade Classifier for Object Detection In the context of ASD detection, the HAAR Cascade
The HAAR Cascade Classifier is a learning-based Classifier can be extended beyond simple face detection to
method used for object spotting in images and video streams. identify specific facial features and expressions that may
Originally developed for face detection, HAAR Cascade uses indicate ASD. By training the classifier with a labelled dataset
simple rectangular features to identify objects based on the of facial images from individuals with different types of
presence of particular patterns in the image. It works by autism, the system can learn to recognize facial expression
scanning an image at multiple scales and detecting faces by patterns corresponding to Asperger Syndrome, Childhood
analyzing the image at various resolutions. The classifier is Disintegrative Disorder, PDD-NOS, and Classic Autism.
trained using a dataset of positive (faces) and negative (non-
faces) examples, learning to distinguish between these two by OpenCV and HAAR Cascade for Autism Detection
detecting the patterns that differentiate them. In addition to facial expression analysis, other important
technologies used in this project include the OpenCV library,
which provides a comprehensive set of tools for.
Fig 2 This Fig Explains the Steps Involved in Identifying Autism Spectrum Disorders through Facial Recognition and
Classification Algorithms.
VII. CONCLUSION
REFERENCES