Next Article in Journal
Comparative Analysis of Intraocular Lens Power Calculation Formulas (Kane, Barrett Universal II, Hill–Radial Basis Function, and Ladas Super Formula): Which One Is More Accurate?
Next Article in Special Issue
When Standard Is Not Enough: A Narrative Review of Supratherapeutic SSRI Doses in Resistant Obsessive Compulsive Disorder
Previous Article in Journal
Clinical and Economic Burden of Metabolic Dysfunction-Associated Steatotic Liver Disease (MASLD) in a Spanish Mediterranean Region: A Population-Based Study
Previous Article in Special Issue
Obsessive–Compulsive Disorder with a Religious Focus: An Observational Study
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Precision Psychiatry for Obsessive-Compulsive Disorder: Clinical Applications of Deep Learning Architectures

1
Yale School of Medicine, Department of Psychiatry, Yale University, New Haven, CT 06510, USA
2
Department of Psychology, University of California, San Diego, CA 92093, USA
*
Author to whom correspondence should be addressed.
J. Clin. Med. 2025, 14(7), 2442; https://doi.org/10.3390/jcm14072442
Submission received: 21 February 2025 / Revised: 20 March 2025 / Accepted: 1 April 2025 / Published: 3 April 2025

Abstract

Obsessive-compulsive disorder (OCD) is a complex psychiatric condition characterized by significant heterogeneity in symptomatology and treatment response. Advances in neuroimaging, EEG, and other multimodal datasets have created opportunities to identify biomarkers and predict outcomes, yet traditional statistical methods often fall short in analyzing such high-dimensional data. Deep learning (DL) offers powerful tools for addressing these challenges by leveraging architectures capable of classification, prediction, and data generation. This brief review provides an overview of five key DL architectures—feedforward neural networks, convolutional neural networks, recurrent neural networks, generative adversarial networks, and transformers—and their applications in OCD research and clinical practice. We highlight how these models have been used to identify the neural predictors of treatment response, diagnose and classify OCD, and advance precision psychiatry. We conclude by discussing the clinical implementation of DL, summarizing its advances and promises in OCD, and underscoring key challenges for the field.

1. Introduction

Obsessive-compulsive disorder (OCD) is characterized by intrusive thoughts and repetitive behaviors that significantly impair daily functioning [1,2]. It remains one of psychiatry’s most complex challenges, with up to 50% of patients failing to achieve remission despite gold-standard interventions such as exposure and response prevention (ERP) and serotonin reuptake inhibitors (SSRIs) [3,4]. Current barriers to care include misdiagnosis [1], heterogeneous symptom presentations [2,3], family accommodation [4], high comorbidities with depression and anxiety disorders [5], ERP dropout [6], and limited accessibility to specialized care [7,8]. Moreover, challenges in pharmacological intervention include increased side effect burden at OCD-specific dosages [9], treatment resistance, and limited research on possible augmentation strategies (e.g., brexpiprazole and cariprazine) [10,11]. Because international treatment recommendations provide little to no guidance as to which patients are most likely to improve or to be treatment refractory [12,13,14], there is a critical need for computational approaches that can analyze complex patient data to improve diagnostics and inform personalized interventions.
Deep learning, a subset of artificial intelligence (AI), offers the analytic tools to understand and predict psychiatric illnesses, and its wide-ranging use in psychiatry can provide OCD researchers with an implementation model [15]. One application is in analyzing neuroimaging data. For example, in schizophrenia, AI-enhanced analyses have identified disruptions in the prefrontal cortex, hippocampus, and default mode network [15]. Through superior pattern recognition, these analyses found disrupted white matter tracts in the corpus callosum, cingulum bundle, and frontotemporal fasciculi. Another investigation [16] used fMRI-based frontoparietal activations to predict clinical improvement in N = 82 individuals with early psychosis. Deep learning outperformed machine learning in predicting both binary improvement status (70% accuracy) and continuous change in psychiatric symptoms, with left dorsolateral prefrontal cortex activation identified as a significant predictor. Additionally, numerous large-scale, AI-driven projects are underway, including the Master Data Platform (MDP), an AI-driven project utilizing machine and deep learning for the personalized treatment of eating disorders in Italy [17]. The MDP aims to enhance diagnosis, treatment planning, and relapse prediction through data analysis and a patient-facing chatbot, improving care accessibility, personalizing treatments, and optimizing treatment pathways within the Italian mental healthcare system.
Deep learning has also been utilized in pharmacogenetics studies, which integrate multimodal data types—including single nucleotide polymorphisms (SNPs), DNA methylation data, gene expression data, and phenotypic data (demographic and clinical information)—to optimize treatment response prediction. These approaches provide another promising application for OCD research. For instance, in major depressive disorder (MDD), integrating multimodal information yielded high performance in pharmacotherapy prediction. A deep neural network predicted antidepressant treatment response and remission, with better prediction than a traditional logistic regression [18]. Likewise, in a study with children diagnosed with attention-deficit/hyperactivity disorder (ADHD), researchers identified genetic variants associated with pharmacological treatment response using a genome-wide association study (GWAS) and developed deep learning models to predict this response based on genomic data [19]. They identified two significant genetic loci through the GWAS (TMEM117 and MYO5B) that were associated with pharmacological treatment response. Their model, which was designed for image identification, also demonstrated promising predictive performance for treatment response, highlighting NKAIN2 as a key contributing gene.
These applications illustrate deep learning’s utility in psychiatry for prediction, pattern recognition, and patient care, while providing a basis for personalized treatment approaches. Although the field of OCD has been using machine learning for at least a decade [20], it has been slow to adopt deep learning methods. To introduce readers to deep learning, this paper uniquely focuses on specific deep learning models (i.e., architectures) and their applications in OCD, providing clinicians and researchers with an accessible and practical understanding of how these techniques can transform patient care. In this focused review, we highlight applications such as advanced prediction, image-based analysis, real-time symptom monitoring, data generation, and dynamic therapeutic support. The representative applications discussed in this review are selected based on clinical relevance, methodological innovation, and the potential for translation to clinical practice. Ultimately, we aim to equip researchers and practitioners with basic knowledge of how some fundamental architectures work, offering clear applications for the field and evidence-based frameworks for adopting deep learning tools while addressing ethical challenges. For a more technical introduction with broader implications in psychiatry or specific reference to neuroimaging, we refer readers elsewhere [21,22,23,24,25,26].

2. Predictive Modeling and Biomarker Identification with Feedforward Neural Networks

Feedforward neural networks (FFNNs) are the simplest deep learning architecture. In a FFNN, information flows unidirectionally from an input layer, then through one or more hidden layers, and finally to an output layer. Each neuron in a layer is connected to neurons in the subsequent layer through weights that determine the strength of their relationships. The input data are transferred to hidden layers, which process the data and transfer it to the output layer. The output layer then provides the results of the network’s computations (e.g., outputs based on the input data; Figure 1). The backpropagation algorithm, which adjusts weights to minimize error and optimize performance, then propagates prediction errors backward through the network to refine its weights. Nonlinear relationships can be included with functions included in the hidden layer or output layers of the architecture.
This simple architecture holds substantial promise for advancing personalized approaches in OCD diagnosis and treatment. FFNNs have been instrumental in predicting treatment outcomes for patients undergoing ERP or SSRIs, with performance surpassing traditional models such as logistic regression in accounting for complex interactions among clinical, epidemiological, and neuropsychological variables [27]. For instance, using baseline quantitative EEG (qEEG) data, researchers achieved 80% accuracy in predicting response to transcranial magnetic stimulation (TMS), a neuromodulation technique gaining traction as a treatment for refractory OCD, thus highlighting the role of FFNNs in identifying neural biomarkers that guide treatment personalization [28]. Such applications provide an opportunity to refine treatment protocols by matching patients to interventions likely to yield optimal outcomes.
The flexibility of FFNNs also makes them well-suited for capturing the heterogeneity of OCD presentations across different populations. In one study, a FFNN successfully predicted OCD severity based on personality traits, religiosity, and demographic factors, offering insights into culturally sensitive symptom presentations such as heightened religious obsessions in Catholic-majority groups [29]. These findings illuminate how FFNNs can enhance clinical assessment by tailoring diagnostic and therapeutic strategies to patients’ cultural and individual contexts. Moreover, by integrating multimodal data sources, such as neuroimaging, clinical profiles, and ecological momentary assessments, FFNNs hold the potential to dynamically monitor symptoms and predict relapse risk in real-world settings, paving the way for more adaptive and context-aware interventions.

3. Image-Based Classification: Convolutional Neural Networks

Convolutional neural networks (CNNs) are among the most widely used deep learning architectures for analyzing unstructured data and are commonly encountered in psychiatric research [30]. In particular, CNNs excel at extracting spatial hierarchies of features from image data, making them well-suited for neuroimaging tasks [23]. A schematic of the LeNet architecture, one of the earliest CNNs, is shown in Figure 2 [31]. In CNNs, images are processed through layers of convolutional filters that detect patterns such as edges or textures. Pooling layers then reduce the spatial dimensions of these feature maps, simplifying the data while retaining critical information. Additional convolutional and pooling layers can be added to extract increasingly complex features, culminating in fully connected layers that produce predictions or classifications [32].
CNNs have been successfully applied to classify OCD patients and predict treatment outcomes using neuroimaging data, facilitating personalized care strategies. For instance, Kalmady et al. (2022) [33] applied resting-state functional magnetic resonance imaging (fMRI) to distinguish 188 OCD patients from 200 healthy controls with high accuracy (80%) and sensitivity (83%), demonstrating a CNN’s potential to identify neural biomarkers associated with OCD. Such insights could guide treatment selection, including neuromodulation techniques such as TMS. Beyond diagnosis, CNNs enable the development of AI-driven predictive tools that reduce reliance on manual feature selection, accelerating the analysis of complex neuroimaging datasets [34]. These advances create opportunities to translate research findings into real-world clinical workflows, such as integrating neurobiological predictors into decision-making systems for treatment-resistant OCD.
Moreover, CNNs are being explored for transdiagnostic features relevant to OCD, opening new avenues for early intervention and risk assessment. For example, CNN-based models have been used to identify subtle physiological markers, such as facial cues correlated with suicidal ideation, achieving 95% accuracy [35]. These models leverage explainable AI techniques to provide clinicians with interpretable outputs, detailing the neural or behavioral features driving predictions. The potential to combine CNN-derived biomarkers with patient history and symptom profiles not only enhances diagnostic precision but also equips clinicians with actionable data to inform therapeutic interventions.

4. Temporal Tracking of Symptoms: Recurrent Neural Networks

Recurrent neural networks (RNNs) are designed to analyze sequential data by incorporating dependencies between time points, making them particularly suited for time-series data such as fMRI, EEG, and ecological momentary assessments (EMAs). Unlike FFNNs or CNNs, RNNs “remember” prior inputs by using feedback loops that pass information from one time step to the next [36]. This enables RNNs to model dynamic systems where the current state depends on previous states (see Figure 3).
RNNs have demonstrated significant potential in OCD research, particularly for real-time symptom monitoring, predicting treatment responses, and optimizing dynamic therapeutic interventions. Long short-term memory (LSTM) networks, an advanced RNN variant, mitigate limitations such as vanishing gradients, enabling the modeling of long-term dependencies in sequential data. For instance, Mishra et al. (2025) [37] utilized LSTMs to analyze EEG signals and classify emotional states (positive, negative, neutral) with 97% accuracy, providing a pathway for detecting anxiety-related patterns that frequently co-occur with OCD. In a novel application, Kirsten et al. (2021) [38] developed an unobtrusive system to detect compulsive behaviors in OCD using wearable sensor data and personalized federated learning algorithms. The system achieved an area under the receiver operating characteristic curve (AUC) of 0.954, enabling accurate identification of repetitive compulsions such as excessive handwashing. By combining these tools with dynamic assessment frameworks such as EMA, clinicians could better differentiate between adaptive behaviors and symptomatic compulsions, identify early signs of symptom exacerbation, and intervene proactively with tailored therapeutic strategies.

5. Data Generation and Augmentation: Generative Adversarial Networks

Generative adversarial networks (GANs) generate new data based on existing input, such as text, images, or sounds. GANs consist of two neural networks—the generator and the discriminator—that work in opposition to improve their respective tasks. The generator creates synthetic data resembling the training examples, while the discriminator evaluates whether the generated data are real or fake. Through iterative training, both networks refine their abilities until the generator produces realistic outputs indistinguishable from the original data (Figure 4) [32].
Based on prior research in psychiatry, GANs hold significant potential for advancing OCD research and treatment, particularly in generating clinical insights from complex datasets or addressing unmet needs in patient populations. While no studies have explicitly examined GAN applications in OCD, their success in related fields provides a roadmap for future implementation. For example, GANs have been used to decompose neuroimaging data into components relevant and irrelevant to disease progression in Alzheimer’s research, enabling the identification of biomarkers tied to cognitive decline [39]. Similarly, GANs have augmented training datasets by generating synthetic medical images, such as imputing missing PET data based on corresponding MRI scans, thereby improving diagnostic accuracy [40]. Applying these techniques to OCD could include imputing missing data in longitudinal Y-BOCS scores or using neuroimaging modalities to predict illness trajectories and treatment responses. By synthesizing datasets that integrate diverse imaging, behavioral data, or neurophysiological data, GANs could accelerate the development of personalized interventions targeting unique OCD presentations.
GANs also offer promising solutions to challenges pervasive in OCD research, such as addressing demographic disparities and reducing the costs of large-scale data collection. Conditional GANs, for instance, have successfully generated virtual patient cohorts to model clinical biomarker distributions across underrepresented racial and ethnic groups, ensuring more inclusive and equitable datasets for diabetes research [41]. In the context of OCD, GANs could simulate culturally and demographically diverse patient profiles, enabling the development of interventions tailored to specific populations and reducing biases in treatment recommendations. Moreover, by generating synthetic data to simulate the effects of new therapies, GANs could aid in preclinical testing and refine intervention strategies before costly clinical trials. These efforts not only improve the generalizability of research findings but also bridge the translational gap between experimental models and real-world applications.

6. Automated Screening and Dynamic Therapeutic Support: Transformers

Transformers have revolutionized AI by replacing sequential processing with self-attention mechanisms, enabling models to analyze entire datasets simultaneously while identifying contextual relationships across data points [42]. Unlike RNNs, which process data step-by-step, transformers weigh the importance of each input element (e.g., words in a sentence, pixels in an image) relative to others, allowing them to capture long-range dependencies and global patterns. A transformer consists of an encoder-decoder structure, where the encoder maps input data into a high-dimensional representation, and the decoder generates output based on that representation. The core innovation is the multi-head attention layer, which computes the interactions between all the input elements in parallel [42]. This architecture underpins modern large language models (LLMs) such as BERT and GPT, which excel at tasks ranging from text generation to multimodal data integration [43,44].
Transformers are beginning to demonstrate promising applications in OCD diagnosis and treatment personalization, particularly through the use of LLMs and multimodal data integration. In a diagnostic study, Kim et al. (2024) [45] compared the performance of three LLMs—ChatGPT-4 (OpenAI, Inc., San Francisco, CA, USA, April 2023 version), Gemini Pro (Google Inc., Mountain View, CA, USA, April 2024 version), and Llama 3 (Meta Inc., Menlo Park, CA, USA, April 2024 version)—to medical and mental health professionals in identifying OCD across case vignettes. With ChatGPT-4 achieving perfect diagnostic performance (100%), these architectures surpassed human practitioners in accuracy, highlighting their potential as decision-support tools in psychiatric practice. Another study evaluated ChatGPT-3.5, ChatGPT-4, Claude, and Gemini (no version numbers specified) using client vignettes representing diverse OCD subtypes, demonstrating that LLMs consistently outperformed psychotherapists in recognizing OCD (90–100% vs. 47.3% accuracy) and recommending evidence-based treatments [46]. These findings underscore the opportunities for transformers to augment clinical workflows by accurately identifying OCD presentations, minimizing diagnostic delays, and tailoring interventions to specific symptom subtypes. Furthermore, explainable AI tools integrated into these models help clinicians interpret predictions and understand differential recommendations for personalized treatment pathways.

7. Evaluating Model Performance

7.1. Clinical Evaluation

The clinical utility of deep learning models in OCD critically depends on rigorous clinical validation, which ensures patient benefit and safety before integrating AI technologies into practice [47]. Clinical validation requires independent external datasets collected in newly recruited patients or at different sites than the dataset used for algorithm development. These datasets should effectively represent the target patients undergoing a given diagnostic or predictive procedure in clinical practice settings to obtain an unbiased assessment of an AI system [47]. For example, in OCD studies, models are increasingly tested on different OCD symptom dimensions (e.g., contamination versus checking) [38], performance is stratified by common comorbid conditions [28], and studies routinely report performance across demographics (e.g., age, gender, ethnicity) [29]. However, because AI research in OCD is in its infancy, models are not yet clinically validated on external datasets. Further accounting for this heterogeneity is a crucial next step for deep learning to become clinically actionable in the real world, where symptom presentations are more heterogeneous.

7.2. Model Evaluation

In AI and machine learning, validation is a technical term that refers to a specific step in algorithm development. For example, a large dataset is used to train a model, then validation involves fine-tuning it. Model performance is then tested on unseen data from the same dataset (a test set) [32]. To facilitate the process of model validation, studies frequently employ cross-validation, where data are systematically divided into training and testing sets. For example, imagine splitting a dataset into smaller groups, then repeatedly training a model on most groups and testing it on the leftover one. By rotating which group is used for testing, researchers can obtain a reliable measure of performance. Because training, testing, and validation use the same data, an external dataset is crucial for clinical validation [48,49].
When evaluating models, researchers must also consider overfitting and underfitting. In high-variance situations (e.g., the presence of irrelevant or extraneous information, sampling errors, or measurement inaccuracies), overfitting can occur when models memorize noise or random variations in the training data. Conversely, simplistic models can lead to underfitting (high bias), where they fail to capture underlying patterns in the data. Overfitting is closely tied to this bias–variance tradeoff; high variance often leads to overfitting, while high bias results in underfitting (expert readers may note that bias-variance tradeoffs behave somewhat unpredictably in the context of neural networks [50,51,52]). Kalmady et al. used a five-fold cross-validation approach in their CNN-based neuroimaging study to avoid overfitting [33]. Similarly, Metin et al. [28] managed their clinical dataset with leave-one-out cross-validation, a technique particularly valuable for the smaller datasets in most OCD research.
There are several metrics for evaluating how well a model performs at a task. These include sensitivity (correctly identifying true OCD cases), specificity (correctly identifying non-OCD cases), and overall accuracy. For classification tasks such as diagnostic prediction, the area under the receiver operating characteristic curve (AUC) provides a comprehensive assessment of a model’s ability to discriminate between classes (e.g., responder to OCD treatment vs. non-responder) [53]. Values range from 0.5 (no discrimination ability) to 1.0 (perfect discrimination). For instance, the paper by Kirsten et al. (2021) [38] for detecting compulsive behaviors achieved an AUC of 0.954, indicating excellent discriminative ability. For a more thorough treatment of model performance metrics, see Naidu et al. (2003) [53].

8. AI-Driven Personalization: Clinical Implementation

The integration of deep learning into OCD research and clinical care marks a paradigm shift from one-size-fits-all interventions to precision psychiatry. By leveraging deep learning architectures and multimodal data, AI enables dynamic, individualized treatment strategies that adapt to patient-specific symptoms, biomarkers, and environmental contexts. Below, we highlight key themes underlying this transformation.

8.1. Biomarker Identification

Advances in neuroimaging, EEG, and molecular biomarkers have enabled AI models to predict treatment responses in OCD with increasing precision. For example, EEG complexity metrics, such as approximate entropy in the beta frequency band, have been shown to differentiate treatment-resistant from treatment-responsive patients with 89.66% accuracy [54]. Similarly, neuroimaging studies using fMRI have identified distinct patterns of cortical-striatal-thalamic-cortical (CSTC) circuitry activity that correlate with OCD symptom severity and treatment outcomes [55]. These biomarkers are now being integrated into AI-driven models to predict responses to interventions such as TMS. For example, one study achieved 80% accuracy in predicting treatment response by analyzing connectivity patterns in CSTC circuits using CNNs and machine learning algorithms [33]. In another application, EEG theta-band power predicted TMS outcomes with 80% accuracy, enabling clinicians to prioritize neuromodulation for eligible patients [28]. These methods vastly improve upon studies that primarily investigate clinical correlates (e.g., EEG) [56].
Combining theory with the models and data sources discussed in this review, the first AI-created drug was developed—for OCD [57]. Compound DSP-1181 [58] progressed from initial screening to preclinical testing in under 12 months—a stark contrast to the industry average of 4–6 years [59]. By leveraging AI’s ability to analyze vast chemical libraries and optimize molecular structures, researchers aim to accelerate the identification of promising candidates while reducing costs and increasing efficiency. Of course, challenges remain, as only 10% of compounds entering Phase 1 trials typically achieve regulatory approval [59]. Nevertheless, AI’s capability to identify novel targets and optimize animal models for preclinical studies holds promise for enhancing success rates in OCD drug development [40].

8.2. Digital Therapeutics and Real-Time Interventions

Deep learning architectures represent a transformative leap in mental health research and clinical care. These technologies are poised to address long-standing challenges in psychiatry, such as the need for scalable, personalized interventions, and a nuanced understanding of complex mental health conditions such as OCD. These models can synthesize patient-specific data, interpret unstructured inputs (e.g., therapy transcripts or self-reports), and provide actionable insights for diagnosis and treatment. Their ability to integrate multimodal datasets, including behavioral, physiological, and linguistic data, heralds a new era in precision psychiatry, offering the potential to optimize treatment strategies and improve accessibility to evidence-based care. In the context of OCD, these architectures are already becoming integrated into the psychotherapy delivery process. AI-powered mobile apps such as Wysa and Woebot deliver personalized ERP by adjusting task difficulty with FFNNs and RNNs based on real-time symptoms and physiological data (e.g., galvanic skin response). Although more research is needed on their long-term benefit—and optimization is required to improve the user experience—many provide effective mental health support and successfully meet a high need for services (Farzan et al., 2025) [60].
Moreover, transformers such as ChatGPT are reshaping therapeutic workflows. Not only are they proving themselves diagnostically [45], they are being tailored to provide psychoeducation to each patient’s level of understanding, identify cognitive distortions in text, challenge automatic thoughts, create reflection prompts for homework assignments, and monitor CBT treatment fidelity [61]. Another approach is the development of AI-guided exposure therapy with virtual reality environments and an AI therapist [62]. In this study, the AI therapist, driven by GPT-4, interacted with patients, guiding them through exposure exercises for the fear of heights while monitoring their emotional state and adjusting the intensity. The system’s design incorporated ethical principles translated into technical requirements, including trust-building and bias detection. Preliminary evaluation showed that patients were satisfied with the virtual reality environment but noted that the AI therapist needed improvements in human-like interaction and empathy.

9. Challenges and Future Directions

9.1. General Limitations of AI in OCD

9.1.1. Uncertain Comparative Effectiveness

Although deep learning models show promising results in predicting treatment outcomes and identifying biomarkers for OCD, we do not yet know how effective these models are compared to traditional psychiatric assessment tools. The reported performance metrics, while impressive in research settings, lack validation against validated clinical assessments in real-world psychiatric practice. For example, although vignettes have been promising in clinical prediction [45,46], they do not reflect the complex, multi-step assessment process required for real-world clinical decisions. A curated dataset with 2400 real patient cases with common abdominal pathologies demonstrates this point; in this study, LLMs gathered and synthesized additional information to reach a diagnosis and treatment plan. It was found that clinicians had a mean diagnostic accuracy of 88%, while the LLM’s mean accuracy ranged from 46–54%, with them failing to accurately diagnose patients across all pathologies, follow diagnostic or treatment guidelines, or correctly interpret lab results. Consequently, researchers interested in applying LLMs in OCD research should consider testing them on real-world data (e.g., intakes, therapy transcripts). Future research must directly compare deep learning approaches with established clinical instruments such as the Y-BOCS, standardized diagnostic interviews, and clinical judgment through prospective studies with diverse patient populations.

9.1.2. Cost and Resource Constraints

Implementation in clinical settings faces significant barriers related to cost and resource requirements. The development, training, and deployment of neural networks require substantial computational infrastructure, including high-performance hardware, specialized software, and technical expertise not readily available in most mental health settings. The financial investment needed for these resources poses challenges for healthcare systems already operating under budget constraints. Additionally, the ongoing maintenance, model updates, and technical support needed for AI systems add further operational costs. These resource limitations are particularly problematic for community mental health centers and rural practices, potentially exacerbating existing disparities in access to innovative treatments for OCD patients. However, as AI research is in its early stages, with most studies being proof-of-concept or model validation [63], the cost for clinical deployment is too early to determine.

9.1.3. Limited Patient Perspectives Data

A critical research gap is the lack of data on how patients with OCD perceive AI-driven interventions. Understanding patient perspectives is essential for designing acceptable and engaging AI-based interventions, as technology adoption ultimately depends on patient willingness to incorporate these tools into their treatment. In a review of AI applications in clinical practice, 3/51 studies examined how patients evaluated AI applications, and all of them reported positive results [63]. For example, when evaluating an AI-based diabetic retinopathy screening tool, researchers found that 96% of screened patients were satisfied with the AI tool and 78% of patients in the follow-up survey preferred AI screening over manual screening [64]. At the same time, patient attitudes toward algorithmic decision-making, concerns about data privacy, and preferences regarding the balance of human and AI interaction may differ for OCD patients, who may have different perspectives of trust, control, and certainty [65,66,67]. Future studies should systematically assess patient experiences, concerns, and satisfaction with deep learning applications in OCD care through qualitative and quantitative methods.

9.1.4. Reproducibility

The reproducibility of deep learning models represents a significant limitation in current OCD research. Many studies utilize small, homogeneous samples with unique preprocessing pipelines and model architectures, making replication difficult. The complexity of neural networks further complicates reproducibility, as the internal mechanisms driving predictions often remain difficult to interpret. Additionally, differences in data collection methods, clinical assessment procedures, and outcome definitions across research sites introduce variability that affects model performance. Addressing these challenges requires the standardized reporting of methodologies, open-source code sharing, public dataset availability (while maintaining privacy), and multi-site validation studies. In addition, explainable AI techniques can be used to reveal the decision-making process of a model [35].

9.1.5. Interpretability

Traditional methods for characterizing outcomes in OCD have used tools such as ANCOVA or mixed models (e.g., to model a response to an SSRI in a randomized clinical trial). A downside to these linear models is that they can only approximate the high heterogeneity and multidimensionality inherent to OCD. Yet, these approximated models provide exact interpretations that provide researchers with insight into underlying mechanisms. For example, a researcher can examine the estimates provided by their statistics and conclude that an SSRI is probably effective. When a researcher is interested in mechanisms, such analyses may be appropriate.
By contrast, for questions related to prediction, these models may miss complex, nonlinear relationships, sacrificing predictive accuracy for interpretability [68]. Machine and deep learning approaches alleviate this problem by using models that fit the data exactly. As discussed in this review, these incorporate complex, nonlinear relationships that can generalize well to unseen data, which improves overall prediction. However, these strengths come at the expense of interpretability, providing only approximate interpretations of underlying mechanisms.
This tradeoff between methods that are adept at understanding mechanisms and prediction creates a clinical conundrum: clinicians need to understand the rationale behind their recommendations, yet deep learning models require clinicians to trust predictions without fully understanding how they arrive at their output. This is a problem that connects to clinical validation (discussed above) and showcases why these models need to face greater scrutiny than typical clinical applications. This scrutiny involves incorporating experts throughout model development and clinical practice implementation [69]. Clinicians may also need specialized training to interpret and appropriately act on model outputs to avoid their misapplication or the rejection of potentially valuable outputs due to discomfort with the model’s opaque nature. Applications of deep learning in OCD are young, and interpretation guidelines are not yet well-formulated. We encourage clinicians to continue their professional development and join organizations that give them a decision-making voice (e.g., the International OCD Foundation’s Special Interest Group on Artificial Intelligence) [70].

9.2. Ethical Limitations

9.2.1. OCD Research

AI application in OCD grapples with significant ethical considerations, particularly concerning data privacy, security, and potential biases [71,72]. The collection and utilization of personal data, especially sensitive psychiatric information, necessitate stringent measures to ensure data protection and confidentiality. Researchers must carefully navigate data access protocols and implement robust security measures to prevent unauthorized disclosure or misuse [62]. Furthermore, algorithmic bias poses a substantial challenge, as LLMs can inadvertently perpetuate harmful stereotypes present in their training data, leading to inequitable or discriminatory outcomes. To mitigate these risks, researchers must prioritize cultural sensitivity, inclusivity, and fairness in AI system design and evaluation. This involves curating diverse and representative datasets, employing bias-detection techniques, and continuously monitoring performance across different demographic groups to prevent exacerbating health disparities. Moreover, transparency in AI development is essential for fostering trust and accountability. Researchers should provide clear and comprehensive information about the system’s development team, ownership, funding sources, business model, training methodologies, and primary beneficiaries [71].
In addition, assessing AI’s efficacy and potential harm in research settings raises complex ethical dilemmas. The rapid proliferation of digital platforms necessitates a thorough and ongoing evaluation of their potential benefits and risks [71]. Without such an evaluation, timely responses to unforeseen adverse effects or unintended consequences become exceedingly difficult [62]. To address this gap, there is a growing need for structured frameworks and ethical guidelines tailored to evaluate LLM tools in mental health research. These frameworks should encompass key ethical principles, such as beneficence, non-maleficence, respect for autonomy, and justice [71]. The inherent complexity of AI interactions underscores the importance of actively involving users in the development process and continuously monitoring AI performance to detect and address any unintended consequences that may arise [62].

9.2.2. OCD Clinical Care

In the realm of clinical care, AI tools designed for OCD treatment, such as conversational agents and virtual reality exposure therapy (VRET), introduce concerns about the distortion of the therapeutic frame, the potential blurring of boundaries, and the compromise of the patient–therapist relationship [62,73]. While AI-driven interventions may simulate therapeutic conversations, they often lack the depth and nuance of genuine engagement with a human therapist, possibly endangering user autonomy and psychological integrity if not properly understood. Moreover, on-demand conversational access may undermine established therapeutic practices, hindering opportunities to cultivate realistic interpersonal relationships and support networks [73]. There are also ethical considerations with the use of autonomous VRET, and ensuring minimum standards concerning autonomy, control, fairness, transparency, reliability, security, and data protection [62].
Furthermore, ensuring patient safety and effectively managing crisis situations are paramount ethical considerations in AI-driven OCD care [72]. For instance, AI systems must be equipped to detect signs of suicidality, recognize contraindications for specific interventions, and proactively manage symptom deterioration [62]. Clear protocols and readily accessible resources for handling emergencies are essential, as are seamless mechanisms for incorporating human therapists into the treatment process when necessary [71]. The transparency and comprehensibility of AI algorithms are equally critical to empower patients to understand how these tools function and prevent potential misuse [62]. Addressing the digital divide and ensuring equitable access to AI-based interventions are also vital for responsible and ethical implementation in clinical settings, preventing further disparities.

10. Toward Precision OCD Care

Despite the barriers inherent to a new and rapidly growing field, researchers are uncovering novel biomarkers, predicting treatment responses, and tailoring interventions to individuals. AI-driven tools are enabling the identification of neural predictors of treatment outcomes, the generation of personalized exposure stimuli, and the development of dynamic therapeutic platforms that adapt to real-time patient feedback. Figure 5 summarizes the types of inputs, architectures, clinical applications, ethical considerations, and outcomes discussed in this focused review.
Although this review discusses specific applications for each architecture, Figure 5 shows that deep learning is exceedingly flexible and many different models can process varying types of input data. As Figure 5 also shows, ethical considerations including data privacy, algorithmic bias, and equitable access to AI-driven interventions are key considerations for all stages of model development and deployment. Moreover, results require constant iteration for improvement, perhaps requiring different data or alternative architectures that may give rise to new challenges. As these methods mature, taking a multidisciplinary approach that combines cutting-edge AI with rigorous clinical validation and ethical oversight will be essential to realize their potential in clinical care.

Author Contributions

B.A.Z. and L.B. equally contributed to the literature review, writing, and editing of this manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This work is funded in part by a grant provided by the Brain and Behavior Research Foundation (NARSAD, PI: BZ).

Conflicts of Interest

For the past three years, BZ has consulted with Biohaven Pharmaceuticals and received royalties from Oxford University Press; these relationships are not related to the work described here. The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
OCDObsessive-compulsive disorder
ERPExposure and response prevention
SSRIsSerotonin reuptake inhibitors
DLDeep learning
AIArtificial intelligence
FFNNsFeedforward neural networks
qEEGQuantitative electroencephalography
TMSTranscranial magnetic stimulation
CNNsConvolutional neural networks
fMRIFunctional magnetic resonance imaging
RNNsRecurrent neural networks
EMAEcological momentary assessment
LSTMLong short-term memory
GANsGenerative adversarial networks
LLMsLarge language models
CSTCCortical-striatal-thalamic-cortical
VRETVirtual reality exposure therapy

References

  1. Stahnke, B. A Systematic Review of Misdiagnosis in Those with Obsessive-Compulsive Disorder. J. Affect. Disord. Rep. 2021, 6, 100231. [Google Scholar]
  2. Lochner, C.; Stein, D.J. Does Work on Obsessive–Compulsive Spectrum Disorders Contribute to Understanding the Heterogeneity of Obsessive–Compulsive Disorder? Prog. Neuro-Psychopharmacol. Biol. Psychiatry 2006, 30, 353–361. [Google Scholar] [CrossRef]
  3. Cervin, M.; Miguel, E.C.; Güler, A.S.; Ferrão, Y.A.; Erdoğdu, A.B.; Lazaro, L.; Gökçe, S.; Geller, D.A.; Yulaf, Y.; Başgül, Ş.S. Towards a Definitive Symptom Structure of Obsessive-Compulsive Disorder: A Factor and Network Analysis of 87 Distinct Symptoms in 1366 Individuals. Psychol. Med. 2021, 52, 3267–3279. [Google Scholar] [PubMed]
  4. Lebowitz, E.R.; Panza, K.E.; Su, J.; Bloch, M.H. Family Accommodation in Obsessive–Compulsive Disorder. Expert Rev. Neurother. 2012, 12, 229–238. [Google Scholar] [CrossRef]
  5. Stein, D.J.; Costa, D.L.C.; Lochner, C.; Miguel, E.C.; Reddy, Y.C.J.; Shavitt, R.G.; van den Heuvel, O.A.; Simpson, H.B. Obsessive–Compulsive Disorder. Nat. Rev. Dis. Primers 2019, 5, 52. [Google Scholar] [CrossRef]
  6. Ong, C.W.; Clyde, J.W.; Bluett, E.J.; Levin, M.E.; Twohig, M.P. Dropout Rates in Exposure with Response Prevention for Obsessive-Compulsive Disorder: What Do the Data Really Say? J. Anxiety Disord. 2016, 40, 8–17. [Google Scholar]
  7. Frank, H.E.; Cain, G.; Freeman, J.; Benito, K.G.; O’Connor, E.; Kemp, J.; Kim, B. Parent-Identified Barriers to Accessing Exposure Therapy: A Qualitative Study Using Process Mapping. Front. Psychiatry 2023, 14, 1068255. [Google Scholar]
  8. O’Neill, J.; Feusner, J. Cognitive-Behavioral Therapy for Obsessive–Compulsive Disorder: Access to Treatment, Prediction of Long-Term Outcome with Neuroimaging. PRBM 2015, 8, 211–223. [Google Scholar] [CrossRef]
  9. Bloch, M.H.; McGuire, J.; Landeros-Weisenberger, A.; Leckman, J.F.; Pittenger, C. Meta-Analysis of the Dose-Response Relationship of SSRI in Obsessive-Compulsive Disorder. Mol. Psychiatry 2010, 15, 850–855. [Google Scholar] [CrossRef]
  10. Martiadis, V.; Pessina, E.; Martini, A.; Raffone, F.; Cattaneo, C.I.; De Berardis, D.; Pampaloni, I. Serotonin Reuptake Inhibitors Augmentation with Cariprazine in Patients with Treatment-Resistant Obsessive-Compulsive Disorder: A Retrospective Observational Study. CNS Spectr. 2024, 29, 296–299. [Google Scholar]
  11. Martiadis, V.; Pessina, E.; Martini, A.; Raffone, F.; Besana, F.; Olivola, M.; Cattaneo, C.I. Brexpiprazole Augmentation in Treatment-Resistant OCD: Safety and Efficacy in an Italian Sample. Psychiatr. Danub. 2024, 36, 396–401. [Google Scholar]
  12. Koran, L.M.; Hanna, G.L.; Hollander, E.; Nestadt, G.; Simpson, H.B.; American Psychiatric Association. Practice Guideline for the Treatment of Patients with Obsessive-Compulsive Disorder. Am. J. Psychiatry 2007, 164, 5–53. [Google Scholar] [PubMed]
  13. Bandelow, B.; Sher, L.; Bunevicius, R.; Hollander, E.; Kasper, S.; Zohar, J.; Möller, H.-J.; WFSBP Task Force on Mental Disorders in Primary Care; WFSBP Task Force on Anxiety Disorders, OCD and PTSD. Guidelines for the Pharmacological Treatment of Anxiety Disorders, Obsessive–Compulsive Disorder and Posttraumatic Stress Disorder in Primary Care. Int. J. Psychiatry Clin. Pract. 2012, 16, 77–84. [Google Scholar] [PubMed]
  14. National Institute for Health and Care Excellence. Obsessive-Compulsive Disorder and Body Dysmorphic Disorder: Treatment Guidance. Available online: https://www.nice.org.uk/guidance/cg31 (accessed on 30 March 2025).
  15. Di Stefano, V.; D’Angelo, M.; Monaco, F.; Vignapiano, A.; Martiadis, V.; Barone, E.; Fornaro, M.; Steardo, L.; Solmi, M.; Manchia, M. Decoding Schizophrenia: How AI-Enhanced fMRI Unlocks New Pathways for Precision Psychiatry. Brain Sci. 2024, 14, 1196. [Google Scholar] [CrossRef]
  16. Smucny, J.; Davidson, I.; Carter, C.S. Comparing Machine and Deep learning-based Algorithms for Prediction of Clinical Improvement in Psychosis with Functional Magnetic Resonance Imaging. Hum. Brain Mapp. 2021, 42, 1197–1205. [Google Scholar] [CrossRef]
  17. Monaco, F.; Vignapiano, A.; Piacente, M.; Pagano, C.; Mancuso, C.; Steardo, L., Jr.; Marenna, A.; Farina, F.; Petrillo, G.; Leo, S.; et al. An Advanced Artificial Intelligence Platform for a Personalised Treatment of Eating Disorders. Front. Psychiatry 2024, 15, 1414439. [Google Scholar]
  18. Lin, E.; Lin, C.-H.; Lane, H.-Y. Machine Learning and Deep Learning for the Pharmacogenomics of Antidepressant Treatments. Clin. Psychopharmacol. Neurosci. 2021, 19, 557. [Google Scholar]
  19. Zhao, Y.; Fu, Z.; Barnett, E.J.; Wang, N.; Zhang, K.; Gao, X.; Zheng, X.; Tian, J.; Zhang, H.; Ding, X. Genome Data Based Deep Learning Identified New Genes Predicting Pharmacological Treatment Response of Attention Deficit Hyperactivity Disorder. Transl. Psychiatry 2025, 15, 46. [Google Scholar]
  20. Askland, K.D.; Garnaat, S.; Sibrava, N.J.; Boisseau, C.L.; Strong, D.; Mancebo, M.; Greenberg, B.; Rasmussen, S.; Eisen, J. Prediction of Remission in Obsessive Compulsive Disorder Using a Novel Machine Learning Strategy. Int. J. Methods Psychiatr. Res. 2015, 24, 156–169. [Google Scholar] [CrossRef]
  21. Koppe, G.; Meyer-Lindenberg, A.; Durstewitz, D. Deep Learning for Small and Big Data in Psychiatry. Neuropsychopharmacology 2021, 46, 176–190. [Google Scholar] [CrossRef]
  22. Su, C.; Xu, Z.; Pathak, J.; Wang, F. Deep Learning in Mental Health Outcome Research: A Scoping Review. Transl. Psychiatry 2020, 10, 116. [Google Scholar] [CrossRef] [PubMed]
  23. Durstewitz, D.; Koppe, G.; Meyer-Lindenberg, A. Deep Neural Networks in Psychiatry. Mol. Psychiatry 2019, 24, 1583–1598. [Google Scholar] [CrossRef]
  24. Avberšek, L.K.; Repovš, G. Deep Learning in Neuroimaging Data Analysis: Applications, Challenges, and Solutions. Front. Neuroimaging 2022, 1, 981642. [Google Scholar] [CrossRef] [PubMed]
  25. Valverde, J.M.; Imani, V.; Abdollahzadeh, A.; De Feo, R.; Prakash, M.; Ciszek, R.; Tohka, J. Transfer Learning in Magnetic Resonance Brain Imaging: A Systematic Review. J. Imaging 2021, 7, 66. [Google Scholar] [CrossRef] [PubMed]
  26. Askr, H.; Elgeldawi, E.; Aboul Ella, H.; Elshaier, Y.A.M.M.; Gomaa, M.M.; Hassanien, A.E. Deep Learning in Drug Discovery: An Integrative Review and Future Challenges. Artif. Intell. Rev. 2023, 56, 5975–6037. [Google Scholar] [CrossRef]
  27. Salomoni, G.; Grassi, M.; Mosini, P.; Riva, P.; Cavedini, P.; Bellodi, L. Artificial Neural Network Model for the Prediction of Obsessive-Compulsive Disorder Treatment Response. J. Clin. Psychopharmacol. 2009, 29, 343. [Google Scholar] [CrossRef]
  28. Metin, S.Z.; Balli Altuglu, T.; Metin, B.; Erguzel, T.T.; Yigit, S.; Arıkan, M.K.; Tarhan, K.N. Use of EEG for Predicting Treatment Response to Transcranial Magnetic Stimulation in Obsessive Compulsive Disorder. Clin. EEG Neurosci. 2020, 51, 139–145. [Google Scholar] [CrossRef]
  29. Zaboski, B.A.; Wilens, A.; McNamara, J.P.; Muller, G.N. Predicting OCD Severity from Religiosity and Personality: A Machine Learning and Neural Network Approach. J. Mood Anxiety Disord. 2024, 8, 100089. [Google Scholar] [CrossRef]
  30. Zhang, A.; Lipton, Z.C.; Li, M.; Smola, A.J. Dive Into Deep Learning; Cambridge University Press: Cambridge, UK, 2022. [Google Scholar]
  31. LeCun, Y.; Bottou, L.; Bengio, Y.; Haffner, P. Gradient-Based Learning Applied to Document Recognition. Proc. IEEE 1998, 86, 2278–2324. [Google Scholar] [CrossRef]
  32. Goodfellow, I.J.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative Adversarial Networks. arXiv 2014, arXiv:1406.2661. [Google Scholar] [CrossRef]
  33. Kalmady, S.V.; Paul, A.K.; Narayanaswamy, J.C.; Agrawal, R.; Shivakumar, V.; Greenshaw, A.J.; Dursun, S.M.; Greiner, R.; Venkatasubramanian, G.; Reddy, Y.C.J. Prediction of Obsessive-Compulsive Disorder: Importance of Neurobiology-Aided Feature Design and Cross-Diagnosis Transfer Learning. Biol. Psychiatry Cogn. Neurosci. Neuroimaging 2022, 7, 735–746. [Google Scholar] [CrossRef] [PubMed]
  34. Krohn, J.; Beyleveld, G.; Bassens, A. Deep Learning Illustrated; Addison-Wesley Professional: Linköping, Sweden, 2019. [Google Scholar]
  35. Rashed, A.E.E.; Atwa, A.E.M.; Ahmed, A.; Badawy, M.; Elhosseini, M.A.; Bahgat, W.M. Facial Image Analysis for Automated Suicide Risk Detection with Deep Neural Networks. Artif. Intell. Rev. 2024, 57, 274. [Google Scholar] [CrossRef]
  36. Aggarwal, C.C. Neural Networks and Deep Learning: A Textbook; Springer: Berlin/Heidelberg, Germany, 2018. [Google Scholar]
  37. Mishra, S.; Seth, S.; Jain, S.; Pant, V.; Parikh, J.; Chugh, N.; Puri, Y. An Emotionally Intelligent Haptic System–An Efficient Solution for Anxiety Detection and Mitigation. Comput. Methods Programs Biomed. 2025, 260, 108590. [Google Scholar]
  38. Kirsten, K.; Pfitzner, B.; Löper, L.; Arnrich, B. Sensor-Based Obsessive-Compulsive Disorder Detection With Personalised Federated Learning. In Proceedings of the 2021 20th IEEE International Conference on Machine Learning and Applications (ICMLA), Virtual, 13–15 December 2021; pp. 333–339. [Google Scholar]
  39. Pan, J.; Lei, B.; Wang, S.; Wang, B.; Liu, Y.; Shen, Y. DecGAN: Decoupling Generative Adversarial Network Detecting Abnormal Neural Circuits for Alzheimer’s Disease. IEEE Trans. Artif. Intelligence 2024, 5, 5050–5063. [Google Scholar]
  40. Tripathi, S.; Augustin, A.I.; Dunlop, A.; Sukumaran, R.; Dheer, S.; Zavalny, A.; Haslam, O.; Austin, T.; Donchez, J.; Tripathi, P.K.; et al. Recent Advances and Application of Generative Adversarial Networks in Drug Discovery, Development, and Targeting. Artif. Intell. Life Sci. 2022, 2, 100045. [Google Scholar] [CrossRef]
  41. Nair, R.; Mohan, D.D.; Frank, S.; Setlur, S.; Govindaraju, V.; Ramanathan, M. Generative Adversarial Networks for Modelling Clinical Biomarker Profiles with Race/Ethnicity. Br. J. Clin. Pharmacol. 2023, 89, 1588–1600. [Google Scholar] [CrossRef]
  42. Vaswani, A.; Shazeer, N.; Parmar, N.; Uszkoreit, J.; Jones, L.; Gomez, A.N.; Kaiser, Ł.; Polosukhin, I. Attention Is All You Need. In Proceedings of the 31st Conference on Neural Information Processing Systems (NIPS 2017), Long Beach, CA, USA, 4–9 December 2017; pp. 6000–6010. [Google Scholar]
  43. Cao, Y.; Li, S.; Liu, Y.; Yan, Z.; Dai, Y.; Yu, P.S.; Sun, L. A Comprehensive Survey of AI-Generated Content (AIGC): A History of Generative AI from GAN to ChatGPT. arXiv 2023, arXiv:2303.04226. [Google Scholar]
  44. Wu, T.; He, S.; Liu, J.; Sun, S.; Liu, K.; Han, Q.-L.; Tang, Y. A Brief Overview of ChatGPT: The History, Status Quo and Potential Future Development. IEEE/CAA J. Autom. Sin. 2023, 10, 1122–1136. [Google Scholar]
  45. Kim, J.; Leonte, K.G.; Chen, M.L.; Torous, J.B.; Linos, E.; Pinto, A.; Rodriguez, C.I. Large Language Models Outperform Mental and Medical Health Care Professionals in Identifying Obsessive-Compulsive Disorder. NPJ Digit. Med. 2024, 7, 193. [Google Scholar] [CrossRef]
  46. Levkovich, I. Harnessing Large Language Models for Identification and Treatment of Obsessive-Compulsive Disorder. Preprints 2024, 2024060857. [Google Scholar] [CrossRef]
  47. Park, S.H.; Kressel, H.Y. Connecting Technological Innovation in Artificial Intelligence to Real-World Medical Practice through Rigorous Clinical Validation: What Peer-Reviewed Medical Journals Could Do. J. Korean Med. Sci. 2018, 33, e152. [Google Scholar] [CrossRef] [PubMed]
  48. Nagendran, M.; Chen, Y.; Lovejoy, C.A.; Gordon, A.C.; Komorowski, M.; Harvey, H.; Topol, E.J.; Ioannidis, J.P.A.; Collins, G.S.; Maruthappu, M. Artificial Intelligence versus Clinicians: Systematic Review of Design, Reporting Standards, and Claims of Deep Learning Studies. BMJ 2020, 368, m689. [Google Scholar] [CrossRef]
  49. Ramspek, C.L.; Jager, K.J.; Dekker, F.W.; Zoccali, C.; van Diepen, M. External Validation of Prognostic Models: What, Why, How, When and Where? Clin. Kidney J. 2021, 14, 49–58. [Google Scholar] [CrossRef] [PubMed]
  50. Belkin, M.; Hsu, D.; Ma, S.; Mandal, S. Reconciling Modern Machine-Learning Practice and the Classical Bias–Variance Trade-Off. Proc. Natl. Acad. Sci. USA 2019, 116, 15849–15854. [Google Scholar] [CrossRef] [PubMed]
  51. Dar, Y.; Muthukumar, V.; Baraniuk, R.G. A Farewell to the Bias-Variance Tradeoff? An Overview of the Theory of Overparameterized Machine Learning. arXiv 2021, arXiv:2109.02355. [Google Scholar]
  52. Yang, Z.; Yu, Y.; You, C.; Steinhardt, J.; Ma, Y. Rethinking Bias-Variance Trade-off for Generalization of Neural Networks. In Proceedings of the 37th International Conference on Machine Learning, PMLR, Online, 21 November 2020; pp. 10767–10777. [Google Scholar]
  53. Naidu, G.; Zuva, T.; Sibanda, E.M. A Review of Evaluation Metrics in Machine Learning Algorithms. In Artificial Intelligence Application in Networks and Systems; Silhavy, R., Silhavy, P., Eds.; Lecture Notes in Networks and Systems; Springer International Publishing: Cham, Switzerland, 2023; Volume 724, pp. 15–25. ISBN 978-3-031-35313-0. [Google Scholar]
  54. Altuğlu, T.B.; Metin, B.; Tülay, E.E.; Tan, O.; Sayar, G.H.; Taş, C.; Arikan, K.; Tarhan, N. Prediction of Treatment Resistance in Obsessive Compulsive Disorder Patients Based on EEG Complexity as a Biomarker. Clin. Neurophysiol. 2020, 131, 716–724. [Google Scholar] [CrossRef]
  55. Li, X.; Kang, Q.; Gu, H. A Comprehensive Review for Machine Learning on Neuroimaging in Obsessive-Compulsive Disorder. Front. Hum. Neurosci. 2023, 17, 1280512. [Google Scholar] [CrossRef]
  56. Zaboski, B.A.; Gilbert, A.; Hamblin, R.; Andrews, J.; Ramos, A.; Nadeau, J.M.; Storch, E.A. Quality of Life in Children and Adolescents with Obsessive-Compulsive Disorder: The Pediatric Quality of Life Enjoyment and Satisfaction Questionnaire (PQ-LES-Q). Bull. Menn. Clin. 2019, 83, 377–397. [Google Scholar] [CrossRef]
  57. BioPharm International First Drug Created via AI to Enter Clinical Trials, Signaling New Era for Pharma. Available online: https://www.biopharminternational.com/view/first-drug-created-ai-enter-clinical-trials-signaling-new-era-pharma (accessed on 12 February 2025).
  58. Sumitomo Dainippon Pharma Co., Ltd. Sumitomo Dainippon Pharma and Exscientia Joint Development New Drug Candidate Created Using Artificial Intelligence (AI) Begins Clinical Study. Available online: https://www.sumitomo-pharma.com/news/20200130.html (accessed on 12 February 2025).
  59. Burki, T. A New Paradigm for Drug Development. Lancet Digit. Health 2020, 2, e226–e227. [Google Scholar] [CrossRef]
  60. Farzan, M.; Ebrahimi, H.; Pourali, M.; Sabeti, F. Artificial Intelligence-Powered Cognitive Behavioral Therapy Chatbots, a Systematic Review. Iran. J. Psychiatry 2025, 20, 102–110. [Google Scholar] [CrossRef]
  61. Jiang, M.; Zhao, Q.; Li, J.; Wang, F.; He, T.; Cheng, X.; Yang, B.X.; Ho, G.W.K.; Fu, G. A Generic Review of Integrating Artificial Intelligence in Cognitive Behavioral Therapy 2024. arXiv 2024, arXiv:2407.19422. [Google Scholar]
  62. Obremski, D.; Wienrich, C. Autonomous VR Exposure Therapy for Anxiety Disorders Using Conversational AI—Ethical and Technical Implications and Preliminary Results. J. Comput. Commun. 2024, 12, 111–138. [Google Scholar] [CrossRef]
  63. Yin, J.; Ngiam, K.Y.; Teo, H.H. Role of Artificial Intelligence Applications in Real-Life Clinical Practice: Systematic Review. J. Med. Internet Res. 2021, 23, e25759. [Google Scholar] [CrossRef]
  64. Keel, S.; Lee, P.Y.; Scheetz, J.; Li, Z.; Kotowicz, M.A.; MacIsaac, R.J.; He, M. Feasibility and Patient Acceptability of a Novel Artificial Intelligence-Based Screening Model for Diabetic Retinopathy at Endocrinology Outpatient Services: A Pilot Study. Sci. Rep. 2018, 8, 4330. [Google Scholar]
  65. Rigoux, L.; Stephan, K.E.; Petzschner, F.H. Beliefs, Compulsive Behavior and Reduced Confidence in Control. PLoS Comput. Biol. 2024, 20, e1012207. [Google Scholar]
  66. Brandes, O.; Stern, A.; Doron, G. “I Just Can’t Trust My Partner”: Evaluating Associations between Untrustworthiness Obsessions, Relationship Obsessions and Couples Violence. J. Obs. Compuls. Relat. Disord. 2020, 24, 100500. [Google Scholar] [CrossRef]
  67. Moore, A.; Wheaton, M.G.; Rodriguez, C.I.; Raila, H.; Shen, H. Compulsively Seeking Certainty: Clarifying the Association between Intolerance of Uncertainty and Compulsion Severity in OCD. J. Emot. Psychopathol. 2023, 1, 262–272. [Google Scholar]
  68. Breiman, L. Statistical Modeling: The Two Cultures (with Comments and a Rejoinder by the Author). Stat. Sci. 2001, 16, 199–231. [Google Scholar] [CrossRef]
  69. Chandler, C.; Foltz, P.W.; Elvevåg, B. Improving the Applicability of AI for Psychiatric Applications through Human-in-the-Loop Methodologies. Schizophr. Bull. 2022, 48, 949–957. [Google Scholar] [CrossRef]
  70. International OCD Foundation|Special Interest Groups. Available online: https://iocdf.org/special-interest-groups/ (accessed on 28 May 2024).
  71. Golden, A.; Aboujaoude, E. Describing the Framework for AI Tool Assessment in Mental Health and Applying It to a Generative AI Obsessive-Compulsive Disorder Platform: Tutorial. JMIR Form. Res. 2024, 8, e62963. [Google Scholar]
  72. Hua, Y.; Liu, F.; Yang, K.; Li, Z.; Na, H.; Sheu, Y.; Zhou, P.; Moran, L.V.; Ananiadou, S.; CliDon, D.A.; et al. Large Language Models in Mental Health Care. arXiv 2024, arXiv:2401.02984. [Google Scholar]
  73. Vagwala, M.K.; Asher, R. Conversational Artificial Intelligence and Distortions of the Psychotherapeutic Frame: Issues of Boundaries, Responsibility, and Industry Interests. Am. J. Bioeth. 2023, 23, 28–30. [Google Scholar] [CrossRef] [PubMed]
Figure 1. Schematic of the feedforward neural network (FFNN).
Figure 1. Schematic of the feedforward neural network (FFNN).
Jcm 14 02442 g001
Figure 2. Schematic of the LeNet convolutional neural network. Purple areas represent the actual feature maps or activation values at each layer of the network. These show the data as it is being processed. The red outlines or borders highlight the boundaries of each feature map or filter. These red borders help visualize the distinct channels or filters at each layer, making it easier to see the three-dimensional structure of the data as it moves through the network. Lines indicate which parts of one layer connect to the next layer.
Figure 2. Schematic of the LeNet convolutional neural network. Purple areas represent the actual feature maps or activation values at each layer of the network. These show the data as it is being processed. The red outlines or borders highlight the boundaries of each feature map or filter. These red borders help visualize the distinct channels or filters at each layer, making it easier to see the three-dimensional structure of the data as it moves through the network. Lines indicate which parts of one layer connect to the next layer.
Jcm 14 02442 g002
Figure 3. Schematic of the recurrent feedforward neural network.
Figure 3. Schematic of the recurrent feedforward neural network.
Jcm 14 02442 g003
Figure 4. General procedure for training a generator and discriminator.
Figure 4. General procedure for training a generator and discriminator.
Jcm 14 02442 g004
Figure 5. Flowchart summarizing deep learning inputs, models, outcomes, applications, and ethical considerations.
Figure 5. Flowchart summarizing deep learning inputs, models, outcomes, applications, and ethical considerations.
Jcm 14 02442 g005
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Zaboski, B.A.; Bednarek, L. Precision Psychiatry for Obsessive-Compulsive Disorder: Clinical Applications of Deep Learning Architectures. J. Clin. Med. 2025, 14, 2442. https://doi.org/10.3390/jcm14072442

AMA Style

Zaboski BA, Bednarek L. Precision Psychiatry for Obsessive-Compulsive Disorder: Clinical Applications of Deep Learning Architectures. Journal of Clinical Medicine. 2025; 14(7):2442. https://doi.org/10.3390/jcm14072442

Chicago/Turabian Style

Zaboski, Brian A., and Lora Bednarek. 2025. "Precision Psychiatry for Obsessive-Compulsive Disorder: Clinical Applications of Deep Learning Architectures" Journal of Clinical Medicine 14, no. 7: 2442. https://doi.org/10.3390/jcm14072442

APA Style

Zaboski, B. A., & Bednarek, L. (2025). Precision Psychiatry for Obsessive-Compulsive Disorder: Clinical Applications of Deep Learning Architectures. Journal of Clinical Medicine, 14(7), 2442. https://doi.org/10.3390/jcm14072442

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop