Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2025 Apr 19.
Published in final edited form as: IEEE EMBS Int Conf Biomed Health Inform. 2024 Nov;2024:10.1109/bhi62660.2024.10913850. doi: 10.1109/bhi62660.2024.10913850

Challenges in the Differential Classification of Individual Diagnoses from Co-Occurring Autism and ADHD Using Survey Data

Aditi Jaiswal 1, Dennis P Wall 2, Peter Washington 3
PMCID: PMC12008996  NIHMSID: NIHMS2074210  PMID: 40256615

Abstract

Autism and Attention-Deficit Hyperactivity Disorder (ADHD) are two of the most commonly observed neurodevelopmental conditions in childhood. Providing a specific computational assessment to distinguish between the two can prove difficult and time intensive. Given the high prevalence of their co-occurrence, there is a need for scalable and accessible methods for distinguishing the co-occurrence of autism and ADHD from individual diagnoses. The first step is to identify a core set of features that can serve as the basis for behavioral feature extraction. We trained machine learning models on data from the National Survey of Children’s Health to identify behaviors to target as features in automated clinical decision support systems. A model trained on the binary task of distinguishing either developmental delay (autism or ADHD) vs. neither achieved sensitivity >92% and specificity >94%, while a model trained on the 4-way classification task of autism vs. ADHD vs. both vs. none demonstrated >65% sensitivity and >66% specificity. While the performance of the binary model was respectable, the relatively low performance in the differential classification of autism and ADHD highlights the challenges that persist in achieving specificity within clinical decision support tools for developmental delays. Nevertheless, this study demonstrates the potential of applying behavioral questionnaires not traditionally used for clinical purposes towards supporting digital screening assessments for pediatric developmental delays.

Keywords: machine learning, autism, ADHD, survey data, differential diagnostics, feature selection

I. Introduction

Autism is often characterized by the presence of restrictive or repetitive behaviors, asynchronous emotions, sensory sensitivities, and atypical social communication patterns. By contrast, attention deficit hyperactivity disorder (ADHD) is defined by difficulties in attention and impulse control [1]. Although the two conditions differ in their diagnostic descriptions, it is frequently noted that a child with ADHD may exhibit characteristics of autism and vice versa. Prior research studies have investigated the prevalence rates of the co-occurrence of autism and ADHD in both children and adults, suggesting that 20–50% of individuals have a diagnosis of both conditions, and conversely, 30–80% of individuals diagnosed with autism have concurrent ADHD [24]. While the individual diagnosis itself is time intensive, the behavioral overlap between the two conditions further complicates differential classification.

Distinguishing between a diagnosis of autism only, ADHD only, and both remains challenging for both clinicians and computers. In recent years, machine learning (ML) has been used to identify salient reduced feature subsets for classifying autism with a minimum amount of information [57], a more direct approach than other autism diagnostics research leveraging genotypic [8,9], phenotypic [1013], and brain imaging data [14,15]. The results of such feature selection procedures have often been used as the basis for diagnostic crowdsourcing-enabled human-in-the-loop AI workflows [16,17], where the outputs of human annotations of the reduced behavioral feature set when observing a home video are fed as input into a classical ML model to perform a final diagnosis [18]. The generalization of human-in-the-loop ML to classify a broader range of pediatric developmental delays has yet to be studied. The first step to enable such workflows for multi-class diagnostics is to identify a salient list of behavioral features that can be analyzed and fed into a classical ML model.

Most, though not all, prior ML studies have focused on either a single binary diagnosis, enhancing the individual sensitivity of autism [1922] and ADHD [2326] classifiers or comparing the two conditions without considering co-occurring diagnoses. A few prior studies have examined the differential diagnoses between the two conditions [5,14,27,28]. These works demonstrate the potential of machine learning to optimize the features for simultaneous diagnoses that could help to build accessible screening platforms. However, these findings focus on gold standard clinical assessments, developed primarily for autism detection, limiting the availability of data related to ADHD.

Building upon this rich body of prior work, we aim to identify a subset of behavioral features from the publicly available National Survey of Children’s Health (NSCH) data that could potentially be used for differential diagnosis of autism and ADHD, including the possibility of co-occurrence. Using population-based data instead of gold standard clinical assessments not only provides more data samples but also enables the analysis of a potentially more diverse and representative sample of the population. While some prior works have used similar data, they either focused on ADHD classification alone [25] or provided statistical analysis using socio-demographic features [8,2931] rather than building ML models. The objective of our work, by contrast, is to identify the distinct subset of features that can effectively capture the complex behavioral patterns differentiating autism and ADHD co-occurrence between a diagnosis of only a single condition.

II. Methods

A. Data Description

We used publicly available data from the National Survey of Children’s Health (NSCH), a project overseen by the Health Resources and Services Administration Maternal and Child Health Bureau. This survey targets children aged 0 to 17 years and offers comprehensive national and state-level insights into various facets of child health and emotional well-being. Responses to questions on various social determinants of the child are completed by the parents or guardians of the children who live in the same household.

We used data from the years 2016 (n=50,212), 2017 (n=30,530), 2018 (n=29,433), 2019 (n=42,777), 2020 (n=50,892), 2021 (n=21,599) and 2022 (n=54,103). For the target variables, we used the survey questions: “Has a doctor or other health care provider EVER told you that the Selected Child (SC) has Autism or Autism Spectrum Disorder (ASD)?” and “Has a doctor or other health care provider EVER told you that SC has Attention Deficit Disorder or Attention-Deficit/Hyperactivity Disorder, that is, ADD or ADHD?” If the answer to either question was yes, we encoded the output as “autism only” or “ADHD only”, respectively. If the answers to both the questions were yes or no, they were encoded as “Both autism and ADHD” and “None”, respectively. A similar strategy was used to categorize Learning disability, Depression, Anxiety, Behavioral problems, Developmental delay, Speech disorder, Tourette syndrome, and Intellectual disability.

B. Data Cleaning

The initial analysis of the data revealed that numerous behavioral features contained missing values. This could be attributed to respondents either deeming certain questions inapplicable or choosing not to disclose information, resulting in skipped responses. Records missing any target labels for diagnosis such as Tourette’s syndrome, autism, ADHD, anxiety, depression, speech disorder, learning disability, and developmental delay were excluded to ensure the reliability of labels for ML model training. We additionally used sociodemographic variables to ensure balanced representation across different groups.

The filtered dataset resulted in 270,978 data points and 365 feature columns. As the study’s focus was on identifying behavioral markers for autism and ADHD diagnosis, we discarded all the features not describing any observable behavior. Given the differing proportions of missing values across these features, we partitioned them into two distinct groups (Table I) and assessed their significance in classification tasks using ML algorithms.

TABLE I.

Description of the feature sets used for the ml classification tasks

Feature group 1 Age, Sex, Difficulty concentrating, remembering or making decisions, Difficulty walking or climbing stairs, shows interest and curiosity in learning new things, Works to finish tasks started, stays calm and in control when challenged, argues too much, Difficulty making or keeping friends
Feature group 2 Age, Sex, Shows interest and curiosity in learning new things, Difficulty making or keeping friends, Difficulty in coordination or moving around, Is affectionate and tender, Bounces back quickly when things do not go his or her way, Smiles and laughs a lot, Recognize beginning sound of a word, Recognize letters of alphabet, Gives good explanation of things he/she did, Can write his/her first name, Is easily distracted, Plays well with others, Shows concern when others are hurt or unhappy

C. Machine Learning Classification

Three separate classification tasks were performed on each feature group: (1) a binary classification model for distinguishing individuals with any neurodevelopmental condition from those without any condition, (2) a binary classification model to distinguish individuals with either autism or ADHD from those without any condition, and (3) a multilabel classification model to distinguish autism only, ADHD only, both conditions, and none, generating a probabilistic prediction. For all three models, the dataset was divided into training, validation, and test sets using an 8:1:1 split. Logistic regression (LR) and decision tree (DT) models were used to assess the performance of each classification task independently.

The raw dataset is available on the official United States Census Bureau website via www.census.gov/programs-surveys/nsch/data/datasets.html. All of our machine learning code is available on GitHub via github.com/ucsfdigitalhealth/NSCH_feature_selection.

D. Feature Selection

We combined all features to assess their collective performance and identify which features contribute the most in the predictive tasks. Because some features contained numerous missing values, we applied imputation using a kNN Imputer, leveraging the Euclidean distance matrix to estimate missing values based on the closest data samples. Subsequently, we performed all three classification tasks on this combined feature set. We used the MLxtend sequential forward feature selector (SFS) implementation with a Random Forest (RF) classifier to identify the top 12 features yielding the highest classifier performance as measured by the Area Under the Receiver Operating Characteristic (ROCAUC) curve. Utilizing the reduced feature subset identified, we retrained the model on the original dataset to compare its performance when using all features. The overall workflow of the study is illustrated in Fig. 1.

Figure 1.

Figure 1.

An overview of the steps taken for feature selection and machine learning classification using the NSCH data.

III. Results

A. Preliminary Data Analysis

We conducted a preliminary data analysis on our filtered dataset to understand the sex, race, and age distribution among children with autism, ADHD, and both conditions. The demographic breakdown of the dataset is summarized in Table II.

TABLE II.

Descriptive Statsitics Of The Subset Of The NSCH Data We Examined

Variable Overall Autism only ADHD only Autism + ADHD
Mean age (years) 9 9.5 12.3 11.9
Female 130745 (48.3%) 971 (22.5%) 7840 (34.3%) 773 (20.5%)
Male 140233 (51.7%) 3344 (77.5%) 15023 (65.7%) 2997 (79.5%)
White 208993 (77.1%) 3167 (73.4%) 18400 (80.5%) 2995 (79.4%)
Black or African American 18175 (6.7%) 370 (8.57%) 1759 (7.7%) 264 (7%)
American Indian or Alaska Native 2424 (0.9%) 43 (0.99%) 212 (0.93%) 33 (0.89%)
Asian 15140 (5.6%) 239 (5.53%) 382 (1.6%) 123 (3.3%)
Native Hawaiian and Other Pacific Islander 1455 (0.54%) 22 (0.51%) 73 (0.32%) 19 (0.5%)
Multiple races 22232 (8.2%) 430 (9.96%) 1894 (8.3%) 318 (8.43%)
Other 2559 (0.96%) 44 (1.04%) 143 (0.6%) 18 (0.477%)

B. Machine Learning Classification and Feature Selection

The classification model demonstrates decent performance in correctly distinguishing individuals with any neurodevelopmental condition from individuals with no condition as well as those with autism or ADHD versus neither. However, the performance diminishes for the 4-way classification task as the model tends to erroneously confuse autism with ADHD, and vice versa. Upon closer examination, we found that the probabilities associated with each prediction were often very similar, leading to confusion in the model’s predictions (Fig 2).

Figure 2.

Figure 2.

Confusion matrix for predictions specific to class Autism, ADHD, both and none.

Table III presents the evaluation metrics obtained on the test sets for each classification task using individual feature groups and the combined feature set using LR as the better performing classifier.

TABLE III.

Results For The 3 ML Classification Tasks On Each Feature Group

Features used to train the model Metric Any neurodevelopmental condition vs None Autism or ADHD vs None Multilabel autism + ADHD
Feature group 1 Accuracy 72.78% 81.68% 68%
Sensitivity 62.60% 74.11% 67.15%
Specificity 83.62% 89.30% 66.12%
ROC-AUC score 0.73 0.817 Autism class: 0.83
ADHD class: 0.73
Feature group 2 Accuracy 73.30% 89.70% 73.40%
Sensitivity 68.08% 87.20% 66.40%
Specificity 78.70% 91.80% 63.50%
ROC-AUC score 0.734 0.895 Autism class: 0.82
ADHD class: 0.74
Combined features Accuracy 93.80% 93.50% 68%
Sensitivity 93.60% 92.30% 67.15%
Specificity 94.04% 94.70% 66.12%
ROC-AUC score 0.94 0.93 Autism class: 0.83
ADHD class: 0.73

Using forward feature selection on the combined feature set, the top 12 features identified were: age, sex, difficulty in making friends, difficulty in coordinating or moving around, affectionate and tender behavior, recognition of alphabets, easily distracted behavior, ability to play well with others, showing concern when others are hurt or happy, serious difficulty in concentrating or remembering things, tendency to work to finish tasks started, and arguing too much. Interestingly, these same features were consistently highlighted when training models using individual feature groups, further validating the model’s performance on the combined feature set. In a series of separate studies [5,32] using a dataset containing responses from the Social Responsiveness Scale [33], researchers found certain features related to social interaction and attention regulation overlapping with the NSCH dataset, helping to partially validate the contribution of the behavioral features available in the NSCH survey.

Our analyses indicate that certain questions related to emotion and social skills contribute significantly to diagnostic uncertainty. Specifically, the feature ‘ability to make friends’ ranks as the second most important variable with an importance score of approximately 1.4, indicating its strong impact on the model’s predictions. In contrast, items such as ‘stays calm and in control when challenged’ and ‘argues too much’ show moderate importance, with scores around 0.6 and 0.5, respectively. These differences suggest that while emotional regulation factors contribute to the model, social interaction abilities play a more critical role in diagnostic accuracy. Using the partial dependence plots, we found that the model is more sensitive to changes in memory-related conditions when diagnosing ADHD than it is for ASD, making it more prone to diagnostic confusion and potentially leading to over- or under-classification in certain cases. However, despite the adverse impact on model sensitivity, this misclassification underscores the model’s capacity to discern patterns indicative of neurodivergence broadly defined.

IV. Discussion and Conclusion

This study emphasizes the importance of establishing behavioral markers that can distinguish between neurodevelopmental conditions with overlapping features by leveraging population-based questionnaire data. Using an optimal subset of behavioral features can aid in preliminary screenings of neurodevelopmental delays. Using the NSCH data, the multilabel classifier demonstrates moderate accuracy in distinguishing between autism and ADHD. It is important to note that although misclassifications may occur, the likelihood of the individuals falling into one of the two categories, if either category is classified, is very high. This aligns with prior work demonstrating that ML has the ability to identify some neurodivergent patterns in NSCH survey data that could aid in screening procedures [5,32].

There are several limitations of this study that must be noted. Importantly, the majority of the dataset is from White participants, with several groups disproportionately underrepresented. This can lead to potential model biases and thus emphasizes the need for high-quality, clinically annotated datasets with information from diverse populations. Additionally, the NSCH dataset is a survey of various aspects of children’s physical, mental, and emotional well-being, with a focus on social and healthcare access factors. This contrasts with dedicated diagnostic tools such as the Autism Diagnostic Observation Schedule (ADOS) [34] and the Autism Diagnostic Interview-Revised (ADI-R) [35], designed to gauge autism spectrum severity, and the Conners Abbreviated Symptom Questionnaire [36], aimed at comprehensive ADHD assessment. While some observational behaviors from the NSCH dataset align with existing diagnostic tools, we acknowledge that the lack of external validation of our trained model and limited evaluation of feature selection are limitations of this study. We are actively working towards accessing more comprehensive datasets to further refine our model across different demographic groups and clinically validated features.

Additionally, the NSCH dataset contains several missing values. We tried to account for this by reducing the sample size and using model-based imputation techniques. The data loss that arises from fewer samples and discrepancies between the true and imputed values may negatively impact the model’s predictive capacity. It is also important to acknowledge potential recall bias inherent in behavioral data obtained from parental questionnaires, and addressing these require datasets that use clinical questionnaires. However, such datasets with corresponding labels of both autism and ADHD are sparse. Finally, it is important to note that co-occurrence is not always diagnosed. A lack of a formal diagnosis does not necessarily mean that the child should not have a diagnosis. Because underdiagnosis of both autism and ADHD is a well-documented phenomenon [3739], it is likely that there were children in the dataset who were reported to only have one diagnosis but should have had both, and some reportedly neurotypical children should have actually had at least one diagnosis.

In our future research, we will work on incorporating annotations of behavioral features that can distinguish autism, ADHD, and concurrent autism and ADHD into human-in-the-loop AI models [40]. The features identified in this study will be requested from human annotators, whose ratings will be fed as input into a ML model that will perform the final diagnosis. We ultimately aim to identify core behavioral features for early screening, thus helping to streamline clinical assessments and reduce time-consuming evaluation processes for autism and ADHD. Achieving clinical-grade performance in distinguishing the diagnosis of only autism or ADHD from having a diagnosis of both conditions poses a significant computational challenge. Solving this task is necessary given the high prevalence of concurrent autism and ADHD, and this work provides an initial pass at this problem using parent-reported behaviors.

Acknowledgment

PW acknowledges funding from the National Institutes of Health (NIH) via the NIH Director’s New Innovator Award (award DP2-EB035858). We used the generative artificial intelligence tool ChatGPT by OpenAI only to help with editing the grammar and phrasing of the text, and we further refined its output.

Contributor Information

Aditi Jaiswal, Information and Computer Sciences Department, University of Hawaii at Manoa, Honolulu, USA.

Dennis P. Wall, Departments of Pediatrics & Biomedical Data Science, Stanford University, Stanford, USA

Peter Washington, Information and Computer Sciences Department, University of Hawaii at Manoa, Honolulu, USA.

References

  • [1].American Psychiatric Association, Diagnostic and statistical manual of mental disorders, vol. 5. Arlington, VA, US: American Psychiatric Association, 2013. [Google Scholar]
  • [2].Lau-Zhu A, Fritz A, and McLoughlin G, “Overlaps and distinctions between attention deficit/hyperactivity disorder and autism spectrum disorder in young adulthood: Systematic review and guiding framework for EEG-imaging research,” Neurosci. Biobehav. Rev, vol. 96, pp. 93–115, Jan. 2019. Available: https://pubmed.ncbi.nlm.nih.gov/30367918/ DOI: 10.1016/j.neubiorev.2018.10.009 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [3].Carpenter Rich E, Loo SK, Yang M, Dang J, and Smalley SL, “Social functioning difficulties in ADHD: Association with PDD risk,” Clin. Child Psychol. Psychiatry, vol. 14, no. 3, pp. 329–344, Jul. 2009., doi:DOI: 10.1177/1359104508100890 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [4].Rowlandson PH and Smith C, “An interagency service delivery model for autistic spectrum disorders and attention deficit hyperactivity disorder,” Child Care Health Dev., vol. 35, no. 5, pp. 681–690, Sep. 2009. Available: https://pubmed.ncbi.nlm.nih.gov/19320646/ DOI: 10.1111/j.1365-2214.2009.00956.x [DOI] [PubMed] [Google Scholar]
  • [5].Duda M, Ma R, Haber N, and Wall DP, “Use of machine learning for behavioral distinction of autism and ADHD,” Transl. Psychiatry, vol. 6, no. 2, pp. e732–e732, Feb. 9 2016. Available: https://pubmed.ncbi.nlm.nih.gov/26859815/ DOI: 10.1038/tp.2015.221 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [6].Wolff N, Kohls G, Mack JT, Vahid A, Elster EM, Stroth S, et al. , “A data driven machine learning approach to differentiate between autism spectrum disorder and attention-deficit/hyperactivity disorder based on the best-practice diagnostic instruments for autism,” Sci. Rep, vol. 12, no. 1, p. 18744, Nov. 5 2022. Available: https://www.nature.com/articles/s41598-022-21719-x DOI: 10.1038/s41598-022-21719-x [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [7].Washington P, Park N, Srivastava P, Voss C, Kline A, Varma M, et al. , “Data-driven diagnostics and the potential of mobile artificial intelligence for digital therapeutic phenotyping in computational psychiatry,” Biol. Psychiatry Cogn. Neurosci. Neuroimaging, vol. 5, no. 8, pp. 759–769, Aug. 2020. Available: https://pubmed.ncbi.nlm.nih.gov/32085921/ DOI: 10.1016/j.bpsc.2019.11.015 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [8].Ghirardi L, Pettersson E, Taylor MJ, Freitag CM, Franke B, Asherson P, et al. , “Genetic and environmental contribution to the overlap between ADHD and ASD trait dimensions in young adults: A twin study,” Psychol. Med, vol. 49, no. 10, pp. 1713–1721, Jul. 2019., doi:DOI: 10.1017/s003329171800243x DOI: 10.1017/S003329171800243X [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [9].Rommelse NNJ, Franke B, Geurts HM, Hartman CA, and Buitelaar JK, “Shared heritability of attention-deficit/hyperactivity disorder and autism spectrum disorder,” Eur. Child Adolesc. Psychiatry, vol. 19, no. 3, pp. 281–295, Mar. 2010. Available: https://pubmed.ncbi.nlm.nih.gov/20148275/ DOI: 10.1007/s00787-010-0092-x [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [10].Lakkapragada A, Kline A, Mutlu OC, Paskov K, Chrisman B, Stockham N, et al. , “The classification of abnormal hand movement to aid in autism detection: Machine learning study,” JMIR Biomed. Eng, vol. 7, no. 1, p. e33771, 2022. Available: https://biomedeng.jmir.org/2022/1/e33771 DOI: 10.2196/33771 [DOI] [Google Scholar]
  • [11].Perochon S, Di Martino JM, Carpenter KLH, Compton S, Davis N, Eichner B, et al. , “Early detection of autism using digital behavioral phenotyping,” Nat. Med, vol. 29, no. 10, pp. 2489–2497, Oct. 2023. Available: https://www.nature.com/articles/s41591-023-02574-3 DOI: 10.1038/s41591-023-02574-3 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [12].Voss C, Schwartz J, Daniels J, Kline A, Haber N, Washington P, et al. , “Effect of wearable digital intervention for improving socialization in children with autism spectrum disorder: A randomized clinical trial,” JAMA Pediatr., vol. 173, no. 5, pp. 446–454, May 1 2019. Available: https://pubmed.ncbi.nlm.nih.gov/30907929/ DOI: 10.1001/jamapediatrics.2019.0285 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [13].Sapiro G, Hashemi J, and Dawson G, “Computer vision and behavioral phenotyping: An autism case study,” Curr. Opin. Biomed. Eng, vol. 9, pp. 14–20, Mar. 2019. Available: https://par.nsf.gov/servlets/purl/10096115 DOI: 10.1016/j.cobme.2018.12.002 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [14].Jung M, Tu Y, Park J, Jorgenson K, Lang C, Song W, et al. , “Surface-based shared and distinct resting functional connectivity in attention-deficit hyperactivity disorder and autism spectrum disorder,” Br. J. Psychiatry, vol. 214, no. 6, pp. 339–344, Jun. 2019., doi:DOI: 10.1192/bjp.2018.248 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [15].Hazlett HC, Poe M, Gerig G, Smith RG, Provenzale J, Ross A, et al. , “Magnetic resonance imaging and head circumference study of brain size in autism: Birth through age 2 years,” Arch. Gen. Psychiatry, vol. 62, no. 12, pp. 1366–1376, Dec. 2005. Available: https://pubmed.ncbi.nlm.nih.gov/16330725/ DOI: 10.1001/archpsyc.62.12.1366 [DOI] [PubMed] [Google Scholar]
  • [16].Washington P, Chrisman B, Leblanc E, Dunlap K, Kline A, Mutlu C, et al. , “Crowd annotations can approximate clinical autism impressions from short home videos with privacy protections,” Intell. Based Med, vol. 6, no. 100056, p. 100056, 2022. Available: https://pubmed.ncbi.nlm.nih.gov/35634270/ DOI: 10.1016/j.ibmed.2022.100056 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [17].Tariq Q, Daniels J, Schwartz JN, Washington P, Kalantarian H, and Wall DP, “Mobile detection of autism through machine learning on home video: A development and prospective validation study,” PLoS Med., vol. 15, no. 11, p. e1002705, Nov. 27 2018. Available: https://pubmed.ncbi.nlm.nih.gov/30481180/ DOI: 10.1371/journal.pmed.1002705 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [18].Washington P, Tariq Q, Leblanc E, et al. Crowdsourced privacy-preserved feature tagging of short home videos for machine learning ASD detection. Sci Rep. 2021;11(1):7620. Published 2021 Apr 7. doi:DOI: 10.1038/s41598-021-87059-4 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [19].Omar KS, Mondal P, Khan NS, Rizvi MRK, and Islam MN, A machine learning approach to predict autism spectrum disorder. In: 2019 International Conference on Electrical, Computer and Communication Engineering (ECCE). IEEE; 2019. p. 1–6. DOI: 10.1109/ECACE.2019.8679454 [DOI] [Google Scholar]
  • [20].Alves CL and Toutain TGLO, de Carvalho Aguiar P, Pineda AM, Roster K, Thielemann C, et al. Diagnosis of autism spectrum disorder based on functional brain networks and machine learning. Sci Rep. 2023;13(1):1–20. Available from: https://www.nature.com/articles/s41598-023-34650-6 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [21].Wall DP, Kosmicki J, Deluca TF, Harstad E, and Fusaro VA, “Use of machine learning to shorten observation-based screening and diagnosis of autism,” Transl. Psychiatry, vol. 2, no. 4, pp. e100–e100, Apr. 10 2012. Available: https://www.nature.com/articles/tp201210 DOI: 10.1038/tp.2012.10 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [22].Ikeda T, Hirai M, Sakurada T, Monden Y, Tokuda T, Nagashima M, et al. , “Atypical neural modulation in the right prefrontal cortex during an inhibitory task with eye gaze in autism spectrum disorder as revealed by functional near-infrared spectroscopy,” Neurophotonics, vol. 5, no. 3, p. 035008, Jul. 2018., doi:DOI: 10.1117/1.nph.5.3.035008 DOI: 10.1117/1.NPh.5.3.035008 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [23].Kim W-P, Kim H-J, Pack SP, Lim J-H, Cho C-H, and Lee H-J, “Machine learning–based prediction of attention-deficit/hyperactivity disorder and sleep problems with wearable data in children,” JAMA Netw. Open, vol. 6, no. 3, p. e233502, Mar. 1 2023., doi:DOI: 10.1001/jamanetworkopen.2023.3502 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [24].Slobodin O, Yahav I, and Berger I, “A machine-based prediction model of ADHD using CPT data,” Front. Hum. Neurosci, vol. 14, p. 560021, Sep. 17 2020. Available: https://pubmed.ncbi.nlm.nih.gov/33093829/ DOI: 10.3389/fnhum.2020.560021 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [25].Morrow AS, Campos Vega AD, Zhao X, and Liriano MM, “Leveraging machine learning to identify predictors of receiving psychosocial treatment for attention deficit/hyperactivity disorder,” Adm. Policy Ment. Health, vol. 47, no. 5, pp. 680–692, Sep. 2020. Available: https://pubmed.ncbi.nlm.nih.gov/32405822/ DOI: 10.1007/s10488-020-01045-y [DOI] [PubMed] [Google Scholar]
  • [26].Chang C-W, Ho C-C, and Chen J-H, “ADHD classification by a texture analysis of anatomical brain MRI data,” Front. Syst. Neurosci, vol. 6, p. 66, Sep. 18 2012. Available: https://pubmed.ncbi.nlm.nih.gov/23024630/ DOI: 10.3389/fnsys.2012.00066 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [27].Kosmicki JA, Sochat V, Duda M, and Wall DP, “Searching for a minimal set of behaviors for autism detection through feature selectionbased machine learning,” Transl. Psychiatry, vol. 5, no. 2, pp. e514–e514, Feb. 24 2015. Available: https://pubmed.ncbi.nlm.nih.gov/25710120/ DOI: 10.1038/tp.2015.7 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [28].Salley B, Gabrielli J, Smith CM, and Braun M, “Do communication and social interaction skills differ across youth diagnosed with autism spectrum disorder, attention-deficit/hyperactivity disorder, or dual diagnosis?” Res. Autism Spectr. Disord, vol. 20, pp. 58–66, Dec. 1 2015. Available: https://pubmed.ncbi.nlm.nih.gov/26779281/ DOI: 10.1016/j.rasd.2015.08.006 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [29].Accardo AL, Pontes NMH, and Pontes MCF, “Heightened anxiety and depression among autistic adolescents with ADHD: Findings from the national survey of children’s health 2016–2019,” J. Autism Dev. Disord, vol. 54, no. 2, pp. 563–576, Feb. 2024., doi:DOI: 10.1007/s10803-022-05803-9 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [30].Federico A, Zgodic A, Flory K, Hantman RM, Eberth JM, Mclain AC, et al. , “Predictors of autism spectrum disorder and ADHD: Results from the national survey of children’s health,” Disabil. Health J, vol. 17, no. 1, p. 101512, Jan. 2024. Available: https://pubmed.ncbi.nlm.nih.gov/37838574/ DOI: 10.1016/j.dhjo.2023.101512 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [31].Zablotsky B, Bramlett MD, and Blumberg SJ, “The co-occurrence of autism spectrum disorder in children with ADHD,” J. Atten. Disord, vol. 24, no. 1, pp. 94–103, Jan. 2020., doi:DOI: 10.1177/1087054717713638 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [32].Washington P, Paskov KM, Kalantarian H, Stockham N, Voss C, Kline A, et al. , “Feature Selection and Dimension Reduction of Social Autism Data,” Pac. Symp. Biocomput, vol. 25, pp. 707–718, 2020. (Constantino JN.) [PMC free article] [PubMed] [Google Scholar]
  • [33].Social Responsiveness Scale. Springer International Publishing. Published online January 1, 2021:4457–4467. [Google Scholar]
  • [34].Lord C, Risi S, Lambrecht L, Cook EH Jr., Leventhal BL, DiLavore PC, et al. , “The autism diagnostic observation schedule-generic: A standard measure of social and communication deficits associated with the spectrum of autism,” J. Autism Dev. Disord, vol. 30, no. 3, pp. 205–223, Jun. 2000. Available: https://pubmed.ncbi.nlm.nih.gov/11055457/ DOI: 10.1023/A:1005592401947 [DOI] [PubMed] [Google Scholar]
  • [35].Lord C, Rutter M, and Le Couteur A, “Autism Diagnostic Interview-Revised: A revised version of a diagnostic interview for caregivers of individuals with possible pervasive developmental disorders,” J. Autism Dev. Disord, vol. 24, no. 5, pp. 659–685, Oct. 1994. Available: https://pubmed.ncbi.nlm.nih.gov/7814313/ DOI: 10.1007/BF02172145 [DOI] [PubMed] [Google Scholar]
  • [36].Conners CK, Sitarenios G, Parker JDA, and Epstein JN, “The revised Conners’ Parent Rating Scale (CPRS-R): Factor structure, reliability, and criterion validity,” J. Abnorm. Child Psychol, vol. 26, no. 4, pp. 257–268, Aug. 1998. Available: https://pubmed.ncbi.nlm.nih.gov/9700518/ DOI: 10.1023/A:1022602400621 [DOI] [PubMed] [Google Scholar]
  • [37].Shenouda J, Barrett E, Davidow AL, Sidwell K, Lescott C, Halperin W, et al. , “Prevalence and disparities in the detection of autism without intellectual disability,” Pediatrics, vol. 151, no. 2, p. e2022056594, Feb. 1 2023. Available: https://pubmed.ncbi.nlm.nih.gov/36700335/ DOI: 10.1542/peds.2022-056594 [DOI] [PubMed] [Google Scholar]
  • [38].Heidgerken AD, Geffken G, Modi A, and Frakey L, “A survey of autism knowledge in a health care setting,” J. Autism Dev. Disord, vol. 35, no. 3, pp. 323–330, Jun. 2005. Available: https://pubmed.ncbi.nlm.nih.gov/16119473/ DOI: 10.1007/s10803-005-3298-x [DOI] [PubMed] [Google Scholar]
  • [39].Ford-Jones PC, “Misdiagnosis of attention deficit hyperactivity disorder: ‘Normal behaviour’ and relative maturity,” Paediatr. Child Health, vol. 20, no. 4, pp. 200–202, May 2015., doi:DOI: 10.1093/pch/20.4.200 [DOI] [PMC free article] [PubMed] [Google Scholar]
  • [40].Jaiswal A, Kruiper R, Rasool A, Nandkeolyar A, Wall DP, and Washington P, “Digitally Diagnosing Multiple Developmental Delays Using Crowdsourcing Fused With Machine Learning: Protocol for a Human-in-the-Loop Machine Learning Study,” JMIR Res. Protoc, vol. 13, p. e52205, Feb. 8 2024., doi:DOI: 10.2196/52205. Available: https://www.researchprotocols.org/2024/1/e52205 [DOI] [PMC free article] [PubMed] [Google Scholar]

RESOURCES