<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.4 20241031//EN" "JATS-journalpublishing1-4.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" article-type="research-article" dtd-version="1.4" xml:lang="en">
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">Oalib</journal-id>
      <journal-title-group>
        <journal-title>Open Access Library Journal</journal-title>
      </journal-title-group>
      <issn pub-type="epub">2333-9721</issn>
      <issn pub-type="ppub">2333-9705</issn>
      <publisher>
        <publisher-name>Scientific Research Publishing</publisher-name>
      </publisher>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.4236/oalib.1115676</article-id>
      <article-id pub-id-type="publisher-id">Oalib-153916</article-id>
      <article-categories>
        <subj-group>
          <subject>Article</subject>
        </subj-group>
        <subj-group>
          <subject>Biomedical</subject>
          <subject>Life Sciences</subject>
          <subject>Business</subject>
          <subject>Economics</subject>
          <subject>Chemistry</subject>
          <subject>Materials Science</subject>
          <subject>Computer Science</subject>
          <subject>Communications</subject>
          <subject>Earth</subject>
          <subject>Environmental Sciences</subject>
          <subject>Engineering</subject>
          <subject>Medicine</subject>
          <subject>Healthcare</subject>
          <subject>Physics</subject>
          <subject>Mathematics</subject>
          <subject>Social Sciences</subject>
          <subject>Humanities</subject>
        </subj-group>
      </article-categories>
      <title-group>
        <article-title>Federated Learning for Privacy-Preserving Antidepressant Safety Surveillance across Multi-Site Bipolar Disorder Registries</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author" corresp="yes">
          <contrib-id contrib-id-type="orcid">0000-0001-9101-072X</contrib-id>
          <name name-style="western">
            <surname>Filippis</surname>
            <given-names>Rocco de</given-names>
          </name>
          <xref ref-type="aff" rid="aff1">1</xref>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <contrib-id contrib-id-type="orcid">0000-0002-5102-4999</contrib-id>
          <name name-style="western">
            <surname>Foysal</surname>
            <given-names>Abdullah Al</given-names>
          </name>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
      </contrib-group>
      <aff id="aff1"><label>1</label> Institute of Psychopathology, Rome, Italy </aff>
      <aff id="aff2"><label>2</label> ARAVIS Unit, EPSM 74, La Roche-sur-Foron, Haute-Savoie, France </aff>
      <aff id="aff3"><label>3</label> Department of Informatics, Bioengineering, Robotics and Systems Engineering, University of Genoa, Genoa, Italy </aff>
      <author-notes>
        <fn fn-type="conflict" id="fn-conflict">
          <p>The authors declare no conflicts of interest.</p>
        </fn>
      </author-notes>
      <pub-date pub-type="epub">
        <day>02</day>
        <month>09</month>
        <year>2026</year>
      </pub-date>
      <pub-date pub-type="collection">
        <month>09</month>
        <year>2026</year>
      </pub-date>
      <volume>13</volume>
      <issue>09</issue>
      <fpage>1</fpage>
      <lpage>15</lpage>
      <history>
        <date date-type="received">
          <day>22</day>
          <month>06</month>
          <year>2026</year>
        </date>
        <date date-type="accepted">
          <day>14</day>
          <month>09</month>
          <year>2026</year>
        </date>
        <date date-type="published">
          <day>17</day>
          <month>09</month>
          <year>2026</year>
        </date>
      </history>
      <permissions>
        <copyright-statement>© 2026 by the authors and Scientific Research Publishing Inc.</copyright-statement>
        <copyright-year>2026</copyright-year>
        <license license-type="open-access">
          <license-p> This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license ( <ext-link ext-link-type="uri" xlink:href="https://creativecommons.org/licenses/by/4.0/">https://creativecommons.org/licenses/by/4.0/</ext-link> ). </license-p>
        </license>
      </permissions>
      <self-uri content-type="doi" xlink:href="https://doi.org/10.4236/oalib.1115676">https://doi.org/10.4236/oalib.1115676</self-uri>
      <abstract>
        <p>Antidepressant safety surveillance in bipolar disorder requires large, multi-site patient populations to achieve reliable pharmacovigilance signal detection yet the raw patient data necessary to train centralized machine learning models are subject to strict privacy regulations (GDPR, HIPAA) that prohibit cross-site data sharing in most jurisdictions. Federated learning (FL) offers a principled solution: locally trained models share only gradient updates or model weights with a central aggregation server, enabling collaborative learning across institutions without any raw data leaving the originating site. No federated learning framework has been applied to antidepressant safety surveillance in BD, and the privacy-utility tradeoff of differential privacy augmentation in this clinical context remains uncharacterised. We implemented and evaluated a Federated Averaging (FedAvg) framework across five fully simulated, heterogeneous bipolar-disorder registry sites (total N = 800; Sites A-E represented academic, community, European, primary-care, and specialised bipolar-clinic settings). A multilayer perceptron was trained locally for 15 communication rounds with five local epochs per round. Comparators included local-only models, centralised MLP and XGBoost reference models, FedProx, and differentially private FedAvg (DP-FedAvg). A privacy-utility analysis examined seven nominal privacy settings. The composite outcome was a simulated SSRI-associated safety event within six months of initiation, comprising mood switch, cycle acceleration, or unplanned discontinuation. In the held-out simulated test set, FedAvg achieved AUC = 0.957 (95% CI: 0.920 - 0.987), F1 = 0.842 (CI: 0.750 - 0.925), sensitivity = 0.814, and specificity = 0.936. Its point-estimate AUC was slightly higher than the centralised MLP (0.931) and similar to centralised XGBoost (0.954), FedProx (0.956), and local-only averaging (0.950). These small differences should be interpreted as performance equivalence within uncertainty, not evidence that federation intrinsically outperforms centralised training. FedAvg converged within approximately 12 communication rounds, and the simulated privacy-noise analysis showed limited AUC degradation over the tested range. Within this proof-of-concept simulation, federated training preserved predictive performance without sharing raw records. The findings support evaluation on real multi-site bipolar-disorder registries but do not by themselves establish clinical validity, formal GDPR/HIPAA compliance, or deployability.</p>
      </abstract>
      <kwd-group kwd-group-type="author-generated" xml:lang="en">
        <kwd>Federated Learning</kwd>
        <kwd>Privacy-Preserving</kwd>
        <kwd>Antidepressant Safety</kwd>
        <kwd>Bipolar Disorder</kwd>
        <kwd>FedAvg</kwd>
        <kwd>FedProx</kwd>
        <kwd>Differential Privacy</kwd>
        <kwd>Pharmacovigilance</kwd>
        <kwd>GDPR</kwd>
        <kwd>Multi-Site Registry</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec1">
      <title>1. Introduction</title>
      <p>Pharmacovigilance for antidepressant safety in bipolar disorder is a multi-institutional challenge. Individual BD registries even large academic ones rarely contain enough antidepressant-exposed BD patients with longitudinal outcome data to train reliable ML safety surveillance models: rare adverse events (hypomanic switch in BD-II, rapid cycling induction, severe discontinuation reactions) require hundreds of exposed patients to estimate with acceptable confidence intervals [<xref ref-type="bibr" rid="B1">1</xref>]. The solution is multi-site data pooling combining registries from academic centres, community mental health, European longitudinal cohorts, and specialised BD clinics to create the large, diverse training sets that surveillance ML requires.</p>
      <p>The obstacle is regulatory. Under GDPR Article 9, health data are a special category of personal data subject to the highest protection tier, and cross-border transfer of psychiatric raw data requires explicit consent frameworks, data protection agreements, and supervisory authority approval that are practically difficult to obtain and maintain [<xref ref-type="bibr" rid="B2">2</xref>]. HIPAA in the United States similarly restricts data sharing to de-identified datasets, and re-identification risk from rare psychiatric diagnoses combined with prescription records is non-trivial even after standard de-identification [<xref ref-type="bibr" rid="B3">3</xref>]. The result is that multi-site BD pharmacovigilance data that could collectively train powerful surveillance models sits siloed in independent institutions, with no practical mechanism for pooling.</p>
      <p>Federated learning, first formalized by McMahan <italic>et al</italic>. [<xref ref-type="bibr" rid="B4">4</xref>] in the FedAvg algorithm, offers a technically elegant and regulatory-compatible solution: each participating site trains a local model on its own data, then shares only model weight updates (Δw) with a central aggregation server. The server aggregates updates into an improved global model (via weighted averaging of local weights) and distributes it back to sites for the next training round. At no point does any raw patient data leave the originating site, satisfying the core GDPR and HIPAA data minimisation and purpose limitation requirements [<xref ref-type="bibr" rid="B5">5</xref>].</p>
      <p>We present a simulation-based proof-of-concept federated learning framework for antidepressant safety surveillance across multi-site bipolar disorder registries, with five contributions: i) FedAvg training across five simulated sites with site-specific demographic and clinical distributions; ii) comparison with local-only, centralised reference, FedProx, and DP-FedAvg models; iii) a privacy-utility analysis across seven nominal privacy settings; iv) convergence analysis; and v) site-specific evaluation of potential benefit for smaller registries.</p>
    </sec>
    <sec id="sec2">
      <title>2. Background and Related Work</title>
      <sec id="sec2dot1">
        <title>2.1. Federated Learning: FedAvg and Variants</title>
        <p>The canonical FedAvg algorithm operates as follows: at each communication round r, a global model w<sup>R</sup> is broadcast to all K participating sites. Each site k trains a local model on its local dataset for E epochs using stochastic gradient descent, producing updated weights w<sup>R+1</sup>_k. The server aggregates as w<sup>R+1</sup> = Σ_k (n_k/N) · w<sup>R+1</sup>_k, where n_k is the local sample size and N is the total. FedAvg’s convergence behaviour depends critically on the degree of non-IID data distribution (client drift): when site distributions are highly heterogeneous, local gradient steps diverge from the global optimum, slowing or preventing convergence.</p>
        <p>FedProx [<xref ref-type="bibr" rid="B6">6</xref>] addresses the non-IID challenge by adding a proximal regularisation term <italic>μ</italic>/2 · ||w_k − w<sup>R</sup>||_2<sup>2</sup> to each site’s local objective, limiting client drift from the global model. The hyperparameter μ controls the regularisation strength: larger μ constrains local updates more strongly, improving convergence stability at the cost of reduced local adaptation.</p>
      </sec>
      <sec id="sec2dot2">
        <title>2.2. Differential Privacy in Federated Learning</title>
        <p>Differential privacy (DP), [<xref ref-type="bibr" rid="B7">7</xref>] introduced by Dwork <italic>et al</italic>., provides a mathematical guarantee that the model’s output cannot distinguish between datasets differing in any single individual’s record. In the FL context, Gaussian noise <italic>υ</italic>∼N(0, <italic>σ</italic><sup>2</sup>) is added to each site’s gradient update before transmission: Δw_k → Δw_k + <italic>υ</italic>. The privacy budget ε quantifies the privacy guarantee: smaller ε indicates stronger privacy but requires larger <italic>σ</italic>, increasing gradient noise and degrading model accuracy. The privacy-utility tradeoff is the fundamental tension in DP-FL: sufficient privacy for regulatory compliance versus sufficient accuracy for clinical utility [<xref ref-type="bibr" rid="B8">8</xref>].</p>
      </sec>
      <sec id="sec2dot3">
        <title>2.3. Federated Learning in Healthcare</title>
        <p>FL has been applied to federated EHR modelling for mortality prediction [<xref ref-type="bibr" rid="B9">9</xref>], cancer detection from federated pathology images [<xref ref-type="bibr" rid="B10">10</xref>], and drug-drug interaction prediction from multi-hospital prescription databases [<xref ref-type="bibr" rid="B11">11</xref>]. In psychiatry specifically, FL has been proposed for depression severity prediction from wearable sensors [<xref ref-type="bibr" rid="B12">12</xref>] and suicide risk modelling from electronic clinical notes [<xref ref-type="bibr" rid="B13">13</xref>]. No study has applied FL to antidepressant pharmacovigilance in BD across heterogeneous multi-site registry data.</p>
      </sec>
      <sec id="sec2dot4">
        <title>2.4. Antidepressant Safety Surveillance in BD</title>
        <p>The STEP-BD study [<xref ref-type="bibr" rid="B14">14</xref>] and the CANMAT longitudinal registry [<xref ref-type="bibr" rid="B15">15</xref>] represent the largest single-institution BD safety surveillance datasets, yet both face statistical power limitations for rare adverse event prediction (switch, rapid cycling induction) and lack the pharmacogenomic and digital biomarker features that contemporary ML models require. A federated multi-registry approach combining STEP-BD, CANMAT, ISBD registries, and European BD network data would represent a step change in pharmacovigilance capability.</p>
      </sec>
    </sec>
    <sec id="sec3">
      <title>3. Methods</title>
      <sec id="sec3dot1">
        <title>3.1. Multi-Site Registry Simulation</title>
        <p>Five fully synthetic bipolar-disorder registry sites were generated (total N = 800): Site A, an academic centre (n = 180; BD-I enriched, older and higher-severity); Site B, community mental health (n = 160; BD-II enriched and socioeconomically mixed); Site C, a European longitudinal registry (n = 160; older age, longer illness duration, and lower event prevalence); Site D, a primary-care referral cohort (n = 140; younger age, shorter illness duration, and lower event prevalence); and Site E, a specialised bipolar clinic (n = 160; treatment-resistant profile and the highest event prevalence). Marginal ranges and relative-risk directions were informed by antidepressant-safety evidence and bipolar-treatment guidance. Continuous variables were sampled from truncated normal or beta distributions within clinically plausible ranges; binary variables from Bernoulli distributions; and medication class categorically. A Gaussian-copula design imposed correlated blocks: symptom severity with functional impairment and side-effect burden; prior safety events with mixed-episode history and antidepressant-class risk; adherence inversely with prescription gaps; and sleep/circadian measures with symptom severity. Non-IID heterogeneity was imposed through site-specific shifts in means, prevalences, class mixtures, and selected correlation strengths.</p>
        <p>The simulated composite endpoint was any SSRI-associated pharmacological safety event occurring within six months of initiation. Mood switch was operationalised as a simulated transition to hypomania or mania; cycle acceleration as an increase to at least four affective episodes per year or a prespecified shortening of inter-episode intervals; and unplanned discontinuation as stopping the SSRI before the planned endpoint because of adverse effects, emerging activation, or intolerance. The composite was binary: occurrence of any component yielded label 1. Components were not numerically weighted, and patients with multiple components were counted once.</p>
        <p>A patient-level stratified split was created before preprocessing and training: 680 records were retained for site-specific development and 120 for the global held-out test set. The test set preserved site proportions and approximately preserved class balance. Within each site’s development data, validation subsets were used for early stopping and hyperparameter selection. The global test set was not used for scaling, class weighting, threshold selection, model selection, privacy-setting selection, or feature engineering.</p>
      </sec>
      <sec id="sec3dot2">
        <title>3.2. Feature Architecture</title>
        <p>Thirty features were encoded per patient across five domains: clinical severity (MADRS, YMRS, CGI-BP, GAF, chronic depression flag, psychotic features, anxiety), pharmacological history (antidepressant class risk index, mood stabiliser adequacy, lithium use, prior safety event, number of prior AD trials), episode chronology (BD subtype, illness duration, episode rate, mixed episode history, age at onset), real-world adherence (refill adherence ratio, prescription gap count, WAI total, side-effect burden), and biological risk (genetic risk composite, polypharmacy count, IS score, HRV SDNN, sleep efficiency, step count).</p>
      </sec>
      <sec id="sec3dot3">
        <title>3.3. Federated Averaging Protocol</title>
        <p>Local model: 3-layer MLP (30 -&gt; 128 -&gt; 64 -&gt; 2, GELU activation, dropout 0.20). Training used 15 communication rounds, five local epochs per round, AdamW (learning rate 1 × 10<sup>−</sup><sup>3</sup>), and class-weighted cross-entropy at each site. FedAvg aggregated local weights by site sample size; FedProx used mu = 0.01; and DP-FedAvg added clipped Gaussian noise to transmitted updates. Hyperparameters were selected using development/validation data only and then fixed before test evaluation. The reported analysis represents one reproducible end-to-end run with master seed 42 and deterministic child seeds for data generation, splitting, model initialisation, and minibatch order. Independent repeated simulations were not available; therefore, bootstrap intervals quantify test-sample uncertainty for this run but not variability across regenerated cohorts, splits, or initialisations.</p>
      </sec>
      <sec id="sec3dot4">
        <title>3.4. Bayesian Model Comparison</title>
        <p>BIC, WAIC, and Bayes-factor calculations were retained as exploratory model-fit summaries. FedAvg, FedProx, DP-FedAvg, and the centralised MLP use the same underlying MLP predictor; federation changes the optimisation and data-access scheme, not the nominal predictor architecture. Counting only four aggregation quantities for FedAvg while assigning larger effective parameter counts to the other MLP schemes can therefore favour FedAvg mechanically. The original analysis used a Fisher-information approximation for neural models and k_eff = 4 for the FedAvg aggregation mechanism [<xref ref-type="bibr" rid="B16">16</xref>][<xref ref-type="bibr" rid="B17">17</xref>]. Because this convention is asymmetric, the resulting BIC and Bayes factors are treated as sensitivity analyses rather than definitive evidence of cross-scheme superiority.</p>
        <p>No repeated end-to-end simulation runs were performed in the source analysis. A confirmatory experiment should repeat the complete site generation, split, and training procedure across at least 10 - 30 seeds and report the mean, standard deviation, and percentile interval for AUC, F1, Brier score, convergence round, and site-specific performance.</p>
      </sec>
      <sec id="sec3dot5">
        <title>3.5. Privacy-Utility Tradeoff Analysis</title>
        <p>Seven privacy budget values were evaluated: <italic>ε</italic><inline-formula><mml:math display="inline"><mml:mo> ∈ </mml:mo></mml:math></inline-formula> {1.0, 2.5, 5.0, 10.0, 25.0, 50.0, ∞} corresponding to Gaussian noise standard deviations <italic>σ</italic><inline-formula><mml:math display="inline"><mml:mo> ∈ </mml:mo></mml:math></inline-formula>  {0.05, 0.02, 0.01, 0.005, 0.002, 0.001, 0.0}. The approximate relationship <italic>ε</italic> ≈ Δ/(2<italic>σ</italic>), where Δ is the L2 sensitivity of the gradient update, was used to map <italic>σ</italic> to <italic>ε</italic>. AUC was evaluated on the global test set at each ε level. The clinically acceptable minimum AUC of 0.90 was used as the utility threshold.</p>
      </sec>
    </sec>
    <sec id="sec4">
      <title>4. Results</title>
      <sec id="sec4dot1">
        <title>4.1. Calibration and Clinical Utility</title>
        <p><xref ref-type="fig" rid="fig1">Figure 1</xref><xref ref-type="fig" rid="fig1">Figure 1</xref> presents calibration curves. FedAvg achieved Brier score = 0.085, competitive with XGBoost (0.085) and substantially better than local-only (0.086). <xref ref-type="fig" rid="fig2">Figure 2</xref><xref ref-type="fig" rid="fig2">Figure 2</xref> presents DCA. FedAvg and FedProx jointly achieve the highest net clinical benefit across threshold probabilities 0.25 - 0.55, matching centralised model performance while maintaining full privacy compliance. The DP-FedAvg model (ε ≈ 10, moderate privacy) shows slightly reduced net benefit, particularly above threshold 0.45, reflecting the probability calibration degradation introduced by Gaussian gradient noise.</p>
        <fig id="fig1">
          <label>Figure 1</label>
          <graphic xlink:href="https://html.scirp.org/file/1115675-rId19.jpeg?20260917021525" />
        </fig>
        <p><bold>Figure 1.</bold>Calibration curves for all six models. Brier scores: FedAvg 0.085, XGBoost 0.085, FedProx 0.085, DP-FedAvg 0.086, Centralised MLP 0.120, Local Only 0.086. Perfect calibration = dashed diagonal.</p>
        <fig id="fig2">
          <label>Figure 2</label>
          <graphic xlink:href="https://html.scirp.org/file/1115675-rId20.jpeg?20260917021525" />
        </fig>
        <p><bold>Figure 2.</bold>Decision curve analysis. FedAvg (dark bold) and FedProx jointly achieve highest net benefit across threshold probabilities 0.25 - 0.55, matching centralised performance. DP-FedAvg shows slight DCA degradation above threshold 0.45 from Gaussian noise calibration effects. Local-only model is consistently dominated.</p>
      </sec>
      <sec id="sec4dot2">
        <title>4.2. Discriminative Performance</title>
        <p><bold>Table 1</bold> presents comparative performance on the global test set (n = 120). FedAvg achieved AUC = 0.957 (95% CI: 0.920 - 0.987), F1 = 0.842, sensitivity = 0.814, and specificity = 0.936. Its AUC was numerically higher than the centralised MLP (0.931), essentially the same as centralised XGBoost (0.954) and FedProx (0.956), and close to the local-only average (0.950). Because confidence intervals overlap and all values come from one simulated run, the appropriate interpretation is broadly comparable discrimination, not proof that FedAvg exceeds a centralised upper bound. The centralised models are pooled-data reference conditions, but their observed point estimates are not guaranteed mathematical upper bounds.</p>
        <p><bold>Table 1.</bold>Comparative model performance - global test set (n = 120).</p>
        <table-wrap id="tbl1">
          <label>Table 1</label>
          <table>
            <tbody>
              <tr>
                <td>
                  <bold>Model</bold>
                </td>
                <td>
                  <bold>AUC</bold>
                </td>
                <td>
                  <bold>F1</bold>
                </td>
                <td>
                  <bold>Sensitivity</bold>
                </td>
                <td>
                  <bold>Specificity</bold>
                </td>
                <td>
                  <bold>Brier</bold>
                </td>
              </tr>
              <tr>
                <td>Local Only (avg)</td>
                <td>0.950</td>
                <td>0.866</td>
                <td>0.837</td>
                <td>0.948</td>
                <td>0.086</td>
              </tr>
              <tr>
                <td>XGBoost (centralised)</td>
                <td>0.954</td>
                <td>0.829</td>
                <td>0.792</td>
                <td>0.936</td>
                <td>0.085</td>
              </tr>
              <tr>
                <td>DP-FedAvg</td>
                <td>0.951</td>
                <td>0.851</td>
                <td>0.883</td>
                <td>0.896</td>
                <td>0.086</td>
              </tr>
              <tr>
                <td>FedProx</td>
                <td>0.956</td>
                <td>0.856</td>
                <td>0.837</td>
                <td>0.936</td>
                <td>0.085</td>
              </tr>
              <tr>
                <td>Centralised MLP</td>
                <td>0.931</td>
                <td>0.793</td>
                <td>0.813</td>
                <td>0.870</td>
                <td>0.120</td>
              </tr>
              <tr>
                <td>
                  <bold>FedAvg (proposed) (proposed)</bold>
                </td>
                <td>
                  <bold>0.957</bold>
                </td>
                <td>
                  <bold>0.842</bold>
                </td>
                <td>
                  <bold>0.814</bold>
                </td>
                <td>
                  <bold>0.936</bold>
                </td>
                <td>
                  <bold>0.085</bold>
                </td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>95% bootstrap CI (1000 resamples): AUC [0.920 - 0.987], F1 [0.750 - 0.925], Sens [0.689 - 0.923], Spec [0.873 - 0.987]. Threshold = 0.65, selected using validation data and fixed before test evaluation. Centralised MLP and XGBoost are pooled-data reference models rather than guaranteed upper bounds.</p>
      </sec>
      <sec id="sec4dot3">
        <title>4.3. Federation Network Topology</title>
        <p>Five heterogeneous BD registry sites (coloured boxes) each train local models on local EHR data (locked, no sharing). Only model weight updates (Δw) are transmitted to the central aggregation server. The server applies FedAvg without accessing any raw patient data. Green dashed circle: privacy boundary (GDPR/HIPAA compliant). Blue arrows: global model distribution to sites; coloured arrows: local weight update upload (See <xref ref-type="fig" rid="fig3">Figure 3</xref><xref ref-type="fig" rid="fig3">Figure 3</xref>).</p>
        <fig id="fig3">
          <label>Figure 3</label>
          <graphic xlink:href="https://html.scirp.org/file/1115675-rId21.jpeg?20260917021525" />
        </fig>
        <p><bold>Figure 3.</bold>Federated learning network topology. </p>
      </sec>
      <sec id="sec4dot4">
        <title>4.4. ROC Curves</title>
        <p><xref ref-type="fig" rid="fig4">Figure 4</xref><xref ref-type="fig" rid="fig4">Figure 4</xref> presents ROC curves with 95% bootstrap CI bands. FedAvg (dark bold, AUC = 0.957) overlaps FedProx and XGBoost across the full operating range, confirming that federated training matches centralised-equivalent discrimination without data sharing. The local-only model (grey) shows wider CI bands, reflecting the limited statistical power of individual site models trained on only 140 - 180 patients. DP-FedAvg shows modest CI band widening at high TPR operating points, reflecting the gradient noise effect on tail predictions.</p>
      </sec>
      <sec id="sec4dot5">
        <title>4.5. Site-Specific AUC Analysis</title>
        <p><xref ref-type="fig" rid="fig5">Figure 5</xref><xref ref-type="fig" rid="fig5">Figure 5</xref> presents the site-specific AUC comparison across all five registry sites. FedAvg (dark bars) consistently matches or outperforms local-only models (grey bars) across all sites. The advantage is most pronounced at Site D (primary care referral, n = 140) and Site C (European registry, n = 160), where local-only models are most constrained by small sample size: FedAvg’s access to gradient information from the other four sites’ 700 + combined training patients effectively acts as a cross-site transfer learning mechanism, lifting performance at data-scarce sites closer to centralised levels. Site A (academic centre, n = 180) shows the smallest federated advantage, consistent with its larger local dataset providing sufficient local training signal. All sites show FedAvg AUC &gt; 0.90, confirming reliable pharmacovigilance performance across the full registry spectrum.</p>
        <fig id="fig4">
          <label>Figure 4</label>
          <graphic xlink:href="https://html.scirp.org/file/1115675-rId22.jpeg?20260917021525" />
        </fig>
        <p><bold>Figure 4.</bold> ROC curves with 95% bootstrap CI bands (400 resamples). FedAvg (dark bold, AUC = 0.957) overlaps FedProx and XGBoost across the full operating range, confirming federated learning achieves centralised-equivalent discrimination. Local-only (grey) shows wider CI bands from limited site-level statistical power.</p>
        <fig id="fig5">
          <label>Figure 5</label>
          <graphic xlink:href="https://html.scirp.org/file/1115675-rId23.jpeg?20260917021525" />
        </fig>
        <p><bold>Figure 5.</bold>Site-specific AUC comparison. Dark bars (FedAvg) consistently match or exceed grey bars (Local Only) across all 5 sites. Federated advantage is largest at Site D (primary care, n = 140) and Site C (European registry, n = 160) where local training data are most limited. XGBoost (centralised, green) and Centralised MLP (blue) shown as privacy-violating upper bounds.</p>
      </sec>
      <sec id="sec4dot6">
        <title>4.6. SHAP Feature Importance</title>
        <p><xref ref-type="fig" rid="fig6">Figure 6</xref><xref ref-type="fig" rid="fig6">Figure 6</xref> presents XGBoost SHAP feature importance for the top 15 predictors, computed on the centralised reference model for interpretability. The five dominant predictors were: prior safety event history (largest SHAP), consistent across all previous papers in this series; antidepressant class risk index; mood stabiliser adequacy (protective direction); refill adherence ratio; and genetic risk composite. The five highest-SHAP features span all five feature domains (clinical, pharmacological, adherence, biological), confirming that the federated safety surveillance model integrates multi-domain risk information rather than relying on a single predictor class.</p>
        <fig id="fig6">
          <label>Figure 6</label>
          <graphic xlink:href="https://html.scirp.org/file/1115675-rId24.jpeg?20260917021525" />
        </fig>
        <p><bold>Figure 6.</bold>SHAP feature importance: top 15 AD safety predictors. Red: pharmacological/adherence features. Blue: clinical/demographic features. Prior safety event history is the dominant predictor, consistent across all models in this series. All five feature domains are represented in the top 5 SHAP contributors.</p>
      </sec>
      <sec id="sec4dot7">
        <title>4.7. Bayesian Model Comparison</title>
        <p><bold>Table 2</bold> and <xref ref-type="fig" rid="fig7">Figure 7</xref><xref ref-type="fig" rid="fig7">Figure 7</xref> present the original exploratory modified-BIC analysis. Because FedAvg, FedProx, DP-FedAvg, and the centralised MLP share the same underlying MLP architecture, assigning k_eff = 4 only to FedAvg is not directly comparable and can drive the apparent Bayes-factor advantage. The values are retained for transparency but are not used to claim that FedAvg is intrinsically simpler or decisively superior. A confirmatory comparison should apply a common predictor-complexity convention or a hierarchical Bayesian formulation.</p>
        <p><bold>Table 2.</bold>Bayesian model comparison: modified BIC, WAIC, and bayes factors.</p>
        <table-wrap id="tbl2">
          <label>Table 2</label>
          <table>
            <tbody>
              <tr>
                <td>
                  <bold>Model</bold>
                </td>
                <td>
                  <bold>Log-Lik.</bold>
                </td>
                <td>
                  <bold>k_eff</bold>
                </td>
                <td>
                  <bold>BIC</bold>
                </td>
                <td>
                  <bold>WAIC</bold>
                </td>
                <td>
                  <bold>log</bold>
                  <bold>
                    <sub>10</sub>
                  </bold>
                  <bold>(BF)</bold>
                </td>
                <td>
                  <bold>Evidence</bold>
                </td>
              </tr>
              <tr>
                <td>Local Only (avg)</td>
                <td>−34.0</td>
                <td>30</td>
                <td>188.4</td>
                <td>175.6</td>
                <td>14.8</td>
                <td>Decisive</td>
              </tr>
              <tr>
                <td>XGBoost (centralised)</td>
                <td>−32.4</td>
                <td>60</td>
                <td>155.7</td>
                <td>148.3</td>
                <td>7.7</td>
                <td>Decisive</td>
              </tr>
              <tr>
                <td>DP-FedAvg</td>
                <td>0.0</td>
                <td>20</td>
                <td>163.1</td>
                <td>155.8</td>
                <td>9.3</td>
                <td>Decisive</td>
              </tr>
              <tr>
                <td>FedProx</td>
                <td>0.0</td>
                <td>20</td>
                <td>138.2</td>
                <td>130.5</td>
                <td>3.9</td>
                <td>Decisive</td>
              </tr>
              <tr>
                <td>Centralised MLP</td>
                <td>0.0</td>
                <td>20</td>
                <td>198.6</td>
                <td>188.4</td>
                <td>17.0</td>
                <td>Decisive</td>
              </tr>
              <tr>
                <td>
                  <bold>FedAvg (proposed) (proposed)</bold>
                </td>
                <td>
                  <bold>0.0</bold>
                </td>
                <td>
                  <bold>4</bold>
                </td>
                <td>
                  <bold>120.4</bold>
                </td>
                <td>
                  <bold>110.2</bold>
                </td>
                <td>
                  <bold>0.0 (ref.)</bold>
                </td>
                <td>
                  <bold>Reference</bold>
                </td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>k_eff: effective parameter count (Fisher information approximation for MLP models). log₁₀(BF): Bayes Factor in favour of FedAvg. Decisive: log<sub>10</sub>(BF) &gt; 2. Privacy-violating models shown for completeness only.</p>
        <fig id="fig7">
          <label>Figure 7</label>
          <graphic xlink:href="https://html.scirp.org/file/1115675-rId25.jpeg?20260917021525" />
        </fig>
        <p><bold>Figure 7.</bold>Bayesian model comparison. Left: modified BIC values (FedAvg = 120.4, lowest). Right: log₁₀ Bayes Factor evidence; all competitors exceed decisive threshold (log<sub>10</sub>BF &gt; 2).</p>
      </sec>
      <sec id="sec4dot8">
        <title>4.8. Subgroup and Site Analysis</title>
        <p><bold>Table</bold><bold>3</bold> presents subgroup performance for FedAvg. Low refill adherence patients achieved the highest subgroup AUC (0.918), confirming that prescription-derived adherence features carry the strongest pharmacovigilance signal. High genetic risk patients showed AUC = 0.993, reflecting the composite genetic risk score’s contribution to safety prediction. BD-I patients showed AUC = 0.975. No adequate mood stabiliser patients achieved AUC = 0.930, confirming the model’s reliable high-sensitivity performance in this critical subgroup.</p>
        <p><bold>Table 3.</bold>Subgroup analysis—FedAvg (proposed).</p>
        <table-wrap id="tbl3">
          <label>Table 3</label>
          <table>
            <tbody>
              <tr>
                <td>
                  <bold>Subgroup</bold>
                </td>
                <td>
                  <bold>N</bold>
                </td>
                <td>
                  <bold>AUC</bold>
                </td>
                <td>
                  <bold>F1</bold>
                </td>
                <td>
                  <bold>Sensitivity</bold>
                </td>
              </tr>
              <tr>
                <td>BD-I subtype</td>
                <td>72</td>
                <td>0.975</td>
                <td>0.897</td>
                <td>0.839</td>
              </tr>
              <tr>
                <td>No adequate mood stabiliser</td>
                <td>58</td>
                <td>0.930</td>
                <td>0.862</td>
                <td>0.833</td>
              </tr>
              <tr>
                <td>Prior AD safety event</td>
                <td>29</td>
                <td>0.906</td>
                <td>0.927</td>
                <td>0.950</td>
              </tr>
              <tr>
                <td>High genetic risk</td>
                <td>60</td>
                <td>0.993</td>
                <td>0.927</td>
                <td>0.905</td>
              </tr>
              <tr>
                <td>Low refill adherence</td>
                <td>29</td>
                <td>0.918</td>
                <td>0.880</td>
                <td>0.846</td>
              </tr>
            </tbody>
          </table>
        </table-wrap>
        <p>Low refill adherence: ratio &lt; 0.60. High genetic risk: composite score &gt; test-set median. Global test set (n = 120). All subgroup n ≥ 12.</p>
      </sec>
      <sec id="sec4dot9">
        <title>4.9. Privacy-Utility Tradeoff and Convergence</title>
        <p><xref ref-type="fig" rid="fig8">Figure 8</xref><xref ref-type="fig" rid="fig8">Figure 8</xref> presents the privacy-utility tradeoff (Panel A) and FedAvg convergence (Panel B). Panel A shows that AUC remains above 0.93 for <italic>ε</italic> ≥ 5 (strong privacy guarantee), declining to 0.946 at the strongest budget (<italic>ε</italic> = 1.0). The clinically acceptable threshold of AUC = 0.90 is preserved down to approximately <italic>ε</italic> = 2.5, corresponding to a Gaussian noise <italic>σ</italic> ≈ 0.02 on gradient updates. This defines a deployable operating point: DP-FedAvg with <italic>ε</italic> = 5 provides strong formal privacy guarantees while maintaining AUC &gt; 0.93—above the minimum clinical utility threshold.</p>
        <p>Panel B shows that FedAvg converges to near-centralised performance within 12 communication rounds, with the convergence curve entering the [±0.01 AUC] band around the centralised reference at round 10 - 12. The initial 3 - 4 rounds show rapid improvement from the local-only baseline (grey dashed line), consistent with the well-established FedAvg convergence property that the global model rapidly surpasses any individual local model’s performance even in the first few rounds [<xref ref-type="bibr" rid="B18">18</xref>]-[<xref ref-type="bibr" rid="B20">20</xref>].</p>
        <fig id="fig8">
          <label>Figure 8</label>
          <graphic xlink:href="https://html.scirp.org/file/1115675-rId26.jpeg?20260917021525" />
        </fig>
        <p><bold>Figure 8.</bold>Privacy-utility tradeoff and convergence. Left (Panel A): AUC vs differential privacy budget ε; shaded green zone = strong privacy (<italic>ε</italic> &lt; 2). AUC remains &gt; 0.93 for <italic>ε</italic> ≥ 5. Right (Panel B): FedAvg global AUC per communication round converging to centralised MLP reference within 12 rounds. Shaded region: performance gain over local-only baseline.</p>
      </sec>
    </sec>
    <sec id="sec5">
      <title>5. Discussion</title>
      <p>The primary finding is that FedAvg produced discrimination broadly comparable to the pooled-data references within this synthetic experiment while avoiding raw-record transfer during training. The 0.026 AUC difference from the centralised MLP is a point-estimate difference with overlapping uncertainty, and centralised XGBoost achieved a similar AUC of 0.954. This supports technical feasibility under the selected simulation, not superiority over centralised learning. Federated learning alone also does not establish GDPR or HIPAA compliance; lawful governance, security controls, contracts, auditing, and privacy-risk assessment remain necessary [<xref ref-type="bibr" rid="B21">21</xref>].</p>
      <p>The site-specific AUC analysis reveals the mechanism of federated benefit: Sites D and C (smallest and second-smallest local datasets) show the largest federated improvement over local-only models. This is precisely the “long tail” scenario that federated learning was designed to address: rare-disease registries at smaller institutions that individually lack the statistical power to train reliable ML models gain substantial performance lifts by contributing to and receiving from the federated gradient aggregation. The practical implication for BD pharmacovigilance network design is that smaller specialised clinics whose rare-condition patients are disproportionately informative benefit most from federation [<xref ref-type="bibr" rid="B22">22</xref>].</p>
      <p>The privacy-utility analysis illustrates the expected tradeoff between update noise and predictive utility in the simulator. At the nominal epsilon = 5 setting, AUC remained above 0.93, and at epsilon = 1.0 the point estimate was 0.946. These values are not formal privacy guarantees because a complete accountant, clipping norm, delta, sampling rate, and composition across rounds were not reported. They identify candidate settings for future, formally accounted experiments rather than a deployable GDPR-compliant operating point.</p>
      <p><bold>Limitations.</bold>The registry data and labels are fully synthetic, and the imposed non-IID distributions cannot fully capture real cross-site coding practices, missingness, care pathways, or covariate shift. Performance may partly recover the simulator’s outcome rules. Metrics are from one seeded end-to-end run; bootstrap intervals do not measure variability across regenerated cohorts, data splits, or neural initialisations. The modified BIC analysis uses asymmetric effective-parameter conventions and is exploratory. The nominal differential-privacy sweep does not constitute a formal guarantee without explicit clipping, delta, sampling, and composition accounting. Convergence assumes synchronous participation without client dropout, and external clinical validation is absent [<xref ref-type="bibr" rid="B23">23</xref>][<xref ref-type="bibr" rid="B24">24</xref>].</p>
    </sec>
    <sec id="sec6">
      <title>6. Conclusion</title>
      <p>This simulation-based proof-of-concept evaluates federated learning for antidepressant safety surveillance across five synthetic bipolar-disorder registries. FedAvg achieved AUC = 0.957 on one held-out simulated test set and performed similarly to FedProx and pooled-data XGBoost, while site-level results suggested potential benefit for smaller registries. The privacy-noise and convergence analyses generate engineering hypotheses, not formal privacy, regulatory, or clinical validation. Priorities are preregistered repeated simulations across multiple seeds, external validation on real multi-site registries under formal governance, complete differential-privacy accounting, and fair model comparison using matched predictor complexity and test-independent tuning.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <title>References</title>
      <ref id="B1">
        <label>1.</label>
        <citation-alternatives>
          <mixed-citation publication-type="report">Pacchiarotti, I., Bond, D.J., Baldessarini, R.J., Nolen, W.A., Grunze, H., Licht, R.W. and Vieta, E. (2013) The ISBD Task Force Report on Antidepressant Use in Bipolar Disorders. <italic>American Journal of Psychiatry</italic>, 170, 1249-1262.</mixed-citation>
          <element-citation publication-type="report">
            <person-group person-group-type="author">
              <string-name>Pacchiarotti, I.</string-name>
              <string-name>Bond, D.J.</string-name>
              <string-name>Baldessarini, R.J.</string-name>
              <string-name>Nolen, W.A.</string-name>
              <string-name>Grunze, H.</string-name>
              <string-name>Licht, R.W.</string-name>
              <string-name>Vieta, E.</string-name>
            </person-group>
            <year>2013</year>
            <article-title>The ISBD Task Force Report on Antidepressant Use in Bipolar Disorders</article-title>
            <source>American Journal of Psychiatry</source>
            <volume>170</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B2">
        <label>2.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">(2016) Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the Protection of Natural Persons with Regard to the Processing of Personal Data (General Data Protection Regulation).</mixed-citation>
          <element-citation publication-type="other">
            <year>2016</year>
            <article-title>Regulation (EU) 2016/679 of the European Parliament and of the Council of 27 April 2016 on the Protection of Natural Persons with Regard to the Processing of Personal Data (General Data Protection Regulation)</article-title>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B3">
        <label>3.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Garfinkel, S.L. (2015) De-Identification of Personal Information. NISTIR 8053, National Institute of Standards and Technology.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Garfinkel, S.L.</string-name>
            </person-group>
            <year>2015</year>
            <article-title>De-Identification of Personal Information</article-title>
            <source>NISTIR 8053</source>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B4">
        <label>4.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Wu, X.Y., Yao, X. and Wang, C.L. (2020) FedSCR: Structure-Based Communication Reduction for Federated Learning. <italic>IEEE Transactions on Parallel and Distributed Systems</italic>, 32, 1565-1577.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Wu, X.Y.</string-name>
              <string-name>Yao, X.</string-name>
              <string-name>Wang, C.L.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>FedSCR: Structure-Based Communication Reduction for Federated Learning</article-title>
            <source>IEEE Transactions on Parallel and Distributed Systems</source>
            <volume>32</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B5">
        <label>5.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Rieke, N., Hancox, J., Li, W., Milletarì, F., Roth, H.R., Albarqouni, S., <italic>et al</italic>. (2020) The Future of Digital Health with Federated Learning. <italic>npj Digital Medicine</italic>, 3, Article No. 119. https://doi.org/10.1038/s41746-020-00323-1 <pub-id pub-id-type="doi">10.1038/s41746-020-00323-1</pub-id><pub-id pub-id-type="pmid">33015372</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1038/s41746-020-00323-1">https://doi.org/10.1038/s41746-020-00323-1</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Rieke, N.</string-name>
              <string-name>Hancox, J.</string-name>
              <string-name>Li, W.</string-name>
              <string-name>Roth, H.R.</string-name>
              <string-name>Albarqouni, S.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>The Future of Digital Health with Federated Learning</article-title>
            <source>npj Digital Medicine</source>
            <volume>3</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1038/s41746-020-00323-1</pub-id>
            <pub-id pub-id-type="pmid">33015372</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B6">
        <label>6.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Li, T., Sahu, A.K., Zaheer, M., Sanjabi, M., Talwalkar, A. and Smithy, V. (2019). Feddane: A Federated Newton-Type Method. 2019 53 <italic>rd Asilomar Conference on Signals</italic>, <italic>Systems</italic>, <italic>and Compu</italic><italic>ters</italic>, Pacific Grove, 3-6 November 2019. https://doi.org/10.1109/ieeeconf44664.2019.9049023 <pub-id pub-id-type="doi">10.1109/ieeeconf44664.2019.9049023</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/ieeeconf44664.2019.9049023">https://doi.org/10.1109/ieeeconf44664.2019.9049023</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Li, T.</string-name>
              <string-name>Sahu, A.K.</string-name>
              <string-name>Zaheer, M.</string-name>
              <string-name>Sanjabi, M.</string-name>
              <string-name>Talwalkar, A.</string-name>
              <string-name>Smithy, V.</string-name>
              <string-name>Signals, S</string-name>
              <string-name>Computers, P</string-name>
            </person-group>
            <year>2019</year>
            <pub-id pub-id-type="doi">10.1109/ieeeconf44664.2019.9049023</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B7">
        <label>7.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Dwork, C., McSherry, F., Nissim, K. and Smith, A. (2006) Calibrating Noise to Sensitivity in Private Data Analysis. In: Halevi, S. and Rabin, T., Eds., <italic>Lecture Notes in Computer Science</italic>, Springer, 265-284. https://doi.org/10.1007/11681878_14 <pub-id pub-id-type="doi">10.1007/11681878_14</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1007/11681878_14">https://doi.org/10.1007/11681878_14</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Dwork, C.</string-name>
              <string-name>McSherry, F.</string-name>
              <string-name>Nissim, K.</string-name>
              <string-name>Smith, A.</string-name>
              <string-name>Halevi, S.</string-name>
              <string-name>Rabin, T.</string-name>
              <string-name>Science, S</string-name>
            </person-group>
            <year>2006</year>
            <article-title>Calibrating Noise to Sensitivity in Private Data Analysis</article-title>
            <source>In: Halevi</source>
            <volume>265</volume>
            <pub-id pub-id-type="doi">10.1007/11681878_14</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B8">
        <label>8.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Abadi, M., Chu, A., Goodfellow, I., McMahan, H.B., Mironov, I., Talwar, K., <italic>et al</italic>. (2016) Deep Learning with Differential Privacy. <italic>Proceedings of the</italic>2016 <italic>ACM SIGSAC Conference on Computer and Communications Security</italic>, Vienna, 24-28 October 2016, 308-318. https://doi.org/10.1145/2976749.2978318 <pub-id pub-id-type="doi">10.1145/2976749.2978318</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1145/2976749.2978318">https://doi.org/10.1145/2976749.2978318</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Abadi, M.</string-name>
              <string-name>Chu, A.</string-name>
              <string-name>Goodfellow, I.</string-name>
              <string-name>McMahan, H.B.</string-name>
              <string-name>Mironov, I.</string-name>
              <string-name>Talwar, K.</string-name>
              <string-name>Security, V</string-name>
            </person-group>
            <year>2016</year>
            <article-title>Deep Learning with Differential Privacy</article-title>
            <source>Proceedings of the 2016 ACM SIGSAC Conference on Computer and Communications Security</source>
            <volume>24</volume>
            <pub-id pub-id-type="doi">10.1145/2976749.2978318</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B9">
        <label>9.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Brisimi, T.S., Chen, R., Mela, T., Olshevsky, A., Paschalidis, I.C. and Shi, W. (2018) Federated Learning of Predictive Models from Federated Electronic Health Records. <italic>International Journal of Medical Informatics</italic>, 112, 59-67. https://doi.org/10.1016/j.ijmedinf.2018.01.007 <pub-id pub-id-type="doi">10.1016/j.ijmedinf.2018.01.007</pub-id><pub-id pub-id-type="pmid">29500022</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.ijmedinf.2018.01.007">https://doi.org/10.1016/j.ijmedinf.2018.01.007</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Brisimi, T.S.</string-name>
              <string-name>Chen, R.</string-name>
              <string-name>Mela, T.</string-name>
              <string-name>Olshevsky, A.</string-name>
              <string-name>Paschalidis, I.C.</string-name>
              <string-name>Shi, W.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>Federated Learning of Predictive Models from Federated Electronic Health Records</article-title>
            <source>International Journal of Medical Informatics</source>
            <volume>112</volume>
            <pub-id pub-id-type="doi">10.1016/j.ijmedinf.2018.01.007</pub-id>
            <pub-id pub-id-type="pmid">29500022</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B10">
        <label>10.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Sheller, M.J., Edwards, B., Reina, G.A., Martin, J., Pati, S., Kotrotsou, A., <italic>et al</italic>. (2020) Federated Learning in Medicine: Facilitating Multi-Institutional Collaborations without Sharing Patient Data. <italic>Scientific Reports</italic>, 10, Article No. 12598. https://doi.org/10.1038/s41598-020-69250-1 <pub-id pub-id-type="doi">10.1038/s41598-020-69250-1</pub-id><pub-id pub-id-type="pmid">32724046</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1038/s41598-020-69250-1">https://doi.org/10.1038/s41598-020-69250-1</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Sheller, M.J.</string-name>
              <string-name>Edwards, B.</string-name>
              <string-name>Reina, G.A.</string-name>
              <string-name>Martin, J.</string-name>
              <string-name>Pati, S.</string-name>
              <string-name>Kotrotsou, A.</string-name>
            </person-group>
            <year>2020</year>
            <article-title>Federated Learning in Medicine: Facilitating Multi-Institutional Collaborations without Sharing Patient Data</article-title>
            <source>Scientific Reports</source>
            <volume>10</volume>
            <elocation-id>No</elocation-id>
            <pub-id pub-id-type="doi">10.1038/s41598-020-69250-1</pub-id>
            <pub-id pub-id-type="pmid">32724046</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B11">
        <label>11.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Pfohl, S.R., Foryciarz, A. and Shah, N.H. (2021) An Empirical Characterization of Fair Machine Learning for Clinical Risk Prediction. <italic>Journal of Biomedical Informatics</italic>, 113, Article 103621. https://doi.org/10.1016/j.jbi.2020.103621 <pub-id pub-id-type="doi">10.1016/j.jbi.2020.103621</pub-id><pub-id pub-id-type="pmid">33220494</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.jbi.2020.103621">https://doi.org/10.1016/j.jbi.2020.103621</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Pfohl, S.R.</string-name>
              <string-name>Foryciarz, A.</string-name>
              <string-name>Shah, N.H.</string-name>
            </person-group>
            <year>2021</year>
            <article-title>An Empirical Characterization of Fair Machine Learning for Clinical Risk Prediction</article-title>
            <source>Journal of Biomedical Informatics</source>
            <volume>113</volume>
            <elocation-id>103621</elocation-id>
            <pub-id pub-id-type="doi">10.1016/j.jbi.2020.103621</pub-id>
            <pub-id pub-id-type="pmid">33220494</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B12">
        <label>12.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Dubey, P., Dubey, P. and Bokoro, P.N. (2025) Federated Learning for Privacy-Enhanced Mental Health Prediction with Multimodal Data Integration. <italic>Computer Met</italic><italic>hods in Biomechanics and Biomedical Engineering: Imaging &amp; Visualization</italic>, 13, Article 2509672. https://doi.org/10.1080/21681163.2025.2509672 <pub-id pub-id-type="doi">10.1080/21681163.2025.2509672</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1080/21681163.2025.2509672">https://doi.org/10.1080/21681163.2025.2509672</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Dubey, P.</string-name>
              <string-name>Dubey, P.</string-name>
              <string-name>Bokoro, P.N.</string-name>
            </person-group>
            <year>2025</year>
            <article-title>Federated Learning for Privacy-Enhanced Mental Health Prediction with Multimodal Data Integration</article-title>
            <source>Computer Methods in Biomechanics and Biomedical Engineering: Imaging &amp; Visualization</source>
            <volume>13</volume>
            <elocation-id>2509672</elocation-id>
            <pub-id pub-id-type="doi">10.1080/21681163.2025.2509672</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B13">
        <label>13.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Rashid, M., Ramakrishnan, M., Chandran, V.P., Nandish, S., Nair, S., Shanbhag, V., <italic>et al</italic>. (2022) Artificial Intelligence in Acute Respiratory Distress Syndrome: A Systematic Review. <italic>Artif</italic><italic>icial Intelligence in Medicine</italic>, 131, Article 102361. https://doi.org/10.1016/j.artmed.2022.102361 <pub-id pub-id-type="doi">10.1016/j.artmed.2022.102361</pub-id><pub-id pub-id-type="pmid">36100348</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1016/j.artmed.2022.102361">https://doi.org/10.1016/j.artmed.2022.102361</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Rashid, M.</string-name>
              <string-name>Ramakrishnan, M.</string-name>
              <string-name>Chandran, V.P.</string-name>
              <string-name>Nandish, S.</string-name>
              <string-name>Nair, S.</string-name>
              <string-name>Shanbhag, V.</string-name>
            </person-group>
            <year>2022</year>
            <article-title>Artificial Intelligence in Acute Respiratory Distress Syndrome: A Systematic Review</article-title>
            <source>Artificial Intelligence in Medicine</source>
            <volume>131</volume>
            <elocation-id>102361</elocation-id>
            <pub-id pub-id-type="doi">10.1016/j.artmed.2022.102361</pub-id>
            <pub-id pub-id-type="pmid">36100348</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B14">
        <label>14.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Sachs, G.S., Nierenberg, A.A., Calabrese, J.R., Marangell, L.B., Wisniewski, S.R., Gyulai, L., <italic>et al</italic>. (2007) Effectiveness of Adjunctive Antidepressant Treatment for Bipolar Depression. <italic>New England Journal of Medicine</italic>, 356, 1711-1722. https://doi.org/10.1056/nejmoa064135 <pub-id pub-id-type="doi">10.1056/nejmoa064135</pub-id><pub-id pub-id-type="pmid">17392295</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1056/nejmoa064135">https://doi.org/10.1056/nejmoa064135</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Sachs, G.S.</string-name>
              <string-name>Nierenberg, A.A.</string-name>
              <string-name>Calabrese, J.R.</string-name>
              <string-name>Marangell, L.B.</string-name>
              <string-name>Wisniewski, S.R.</string-name>
              <string-name>Gyulai, L.</string-name>
            </person-group>
            <year>2007</year>
            <article-title>Effectiveness of Adjunctive Antidepressant Treatment for Bipolar Depression</article-title>
            <source>New England Journal of Medicine</source>
            <volume>356</volume>
            <pub-id pub-id-type="doi">10.1056/nejmoa064135</pub-id>
            <pub-id pub-id-type="pmid">17392295</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B15">
        <label>15.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Yatham, L.N., Kennedy, S.H., Parikh, S.V., Schaffer, A. and McIntyre, R. (2018) CANMAT and ISBD 2018 Guidelines for the Management of Patients with Bipolar Disorder. <italic>Bipolar Disorders</italic>, 20, 97-170.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Yatham, L.N.</string-name>
              <string-name>Kennedy, S.H.</string-name>
              <string-name>Parikh, S.V.</string-name>
              <string-name>Schaffer, A.</string-name>
              <string-name>McIntyre, R.</string-name>
            </person-group>
            <year>2018</year>
            <article-title>CANMAT and ISBD 2018 Guidelines for the Management of Patients with Bipolar Disorder</article-title>
            <source>Bipolar Disorders</source>
            <volume>20</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B16">
        <label>16.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Graves, A. (2011) Practical Variational Inference for Neural Networks. <italic>Advances in Neural Information Processing Systems</italic>, 24, 2348-2356.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Graves, A.</string-name>
            </person-group>
            <year>2011</year>
            <article-title>Practical Variational Inference for Neural Networks</article-title>
            <source>Advances in Neural Information Processing Systems</source>
            <volume>24</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B17">
        <label>17.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Kass, R.E. and Raftery, A.E. (1995) Bayes Factors. <italic>Journal of the American Statistical Association</italic>, 90, 773-795. https://doi.org/10.1080/01621459.1995.10476572 <pub-id pub-id-type="doi">10.1080/01621459.1995.10476572</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1080/01621459.1995.10476572">https://doi.org/10.1080/01621459.1995.10476572</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Kass, R.E.</string-name>
              <string-name>Raftery, A.E.</string-name>
            </person-group>
            <year>1995</year>
            <article-title>Bayes Factors</article-title>
            <source>Journal of the American Statistical Association</source>
            <volume>90</volume>
            <pub-id pub-id-type="doi">10.1080/01621459.1995.10476572</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B18">
        <label>18.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">Chen, T. and Guestrin, C. (2016) XGBoost: A Scalable Tree Boosting System. <italic>Proceedings of the</italic> 22 <italic>nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</italic>, San Francisco, 13-17 August 2016, 785-794. https://doi.org/10.1145/2939672.2939785 <pub-id pub-id-type="doi">10.1145/2939672.2939785</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1145/2939672.2939785">https://doi.org/10.1145/2939672.2939785</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>Chen, T.</string-name>
              <string-name>Guestrin, C.</string-name>
              <string-name>Mining, S</string-name>
            </person-group>
            <year>2016</year>
            <article-title>XGBoost: A Scalable Tree Boosting System</article-title>
            <source>Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
            <volume>13</volume>
            <pub-id pub-id-type="doi">10.1145/2939672.2939785</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B19">
        <label>19.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Lundberg, S.M. and Lee, S.-I. (2017) A Unified Approach to Interpreting Model Predictions. <italic>Advances in Neural Information Processing Systems</italic>, 30, 4765-4774.</mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Lundberg, S.M.</string-name>
              <string-name>Lee, S.</string-name>
            </person-group>
            <year>2017</year>
            <article-title>A Unified Approach to Interpreting Model Predictions</article-title>
            <source>Advances in Neural Information Processing Systems</source>
            <volume>30</volume>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B20">
        <label>20.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Vickers, A.J. and Elkin, E.B. (2006) Decision Curve Analysis: A Novel Method for Evaluating Prediction Models. <italic>Me</italic><italic>dical Decision Making</italic>, 26, 565-574. https://doi.org/10.1177/0272989x06295361 <pub-id pub-id-type="doi">10.1177/0272989x06295361</pub-id><pub-id pub-id-type="pmid">17099194</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1177/0272989x06295361">https://doi.org/10.1177/0272989x06295361</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Vickers, A.J.</string-name>
              <string-name>Elkin, E.B.</string-name>
            </person-group>
            <year>2006</year>
            <article-title>Decision Curve Analysis: A Novel Method for Evaluating Prediction Models</article-title>
            <source>Medical Decision Making</source>
            <volume>26</volume>
            <pub-id pub-id-type="doi">10.1177/0272989x06295361</pub-id>
            <pub-id pub-id-type="pmid">17099194</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B21">
        <label>21.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">Steyerberg, E.W., Vickers, A.J., Cook, N.R., Gerds, T., Gonen, M., Obuchowski, N., <italic>et al</italic>. (2010) Assessing the Performance of Prediction Models. <italic>Epidemiology</italic>, 21, 128-138. https://doi.org/10.1097/ede.0b013e3181c30fb2 <pub-id pub-id-type="doi">10.1097/ede.0b013e3181c30fb2</pub-id><pub-id pub-id-type="pmid">20010215</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1097/ede.0b013e3181c30fb2">https://doi.org/10.1097/ede.0b013e3181c30fb2</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>Steyerberg, E.W.</string-name>
              <string-name>Vickers, A.J.</string-name>
              <string-name>Cook, N.R.</string-name>
              <string-name>Gerds, T.</string-name>
              <string-name>Gonen, M.</string-name>
              <string-name>Obuchowski, N.</string-name>
            </person-group>
            <year>2010</year>
            <article-title>Assessing the Performance of Prediction Models</article-title>
            <source>Epidemiology</source>
            <volume>21</volume>
            <pub-id pub-id-type="doi">10.1097/ede.0b013e3181c30fb2</pub-id>
            <pub-id pub-id-type="pmid">20010215</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B22">
        <label>22.</label>
        <citation-alternatives>
          <mixed-citation publication-type="other">DeLong, E.R., DeLong, D.M. and Clarke-Pearson, D.L. (1988) Comparing the Areas under Two or More Correlated Receiver Operating Characteristic Curves: A Nonparametric Approach. <italic>Biometrics</italic>, 44, 837-844. https://doi.org/10.2307/2531595 <pub-id pub-id-type="doi">10.2307/2531595</pub-id><pub-id pub-id-type="pmid">3203132</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.2307/2531595">https://doi.org/10.2307/2531595</ext-link></mixed-citation>
          <element-citation publication-type="other">
            <person-group person-group-type="author">
              <string-name>DeLong, E.R.</string-name>
              <string-name>DeLong, D.M.</string-name>
              <string-name>Clarke-Pearson, D.L.</string-name>
            </person-group>
            <year>1988</year>
            <article-title>Comparing the Areas under Two or More Correlated Receiver Operating Characteristic Curves: A Nonparametric Approach</article-title>
            <source>Biometrics</source>
            <volume>44</volume>
            <pub-id pub-id-type="doi">10.2307/2531595</pub-id>
            <pub-id pub-id-type="pmid">3203132</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B23">
        <label>23.</label>
        <citation-alternatives>
          <mixed-citation publication-type="journal">Chawla, N.V., Bowyer, K.W., Hall, L.O. and Kegelmeyer, W.P. (2002) SMOTE: Synthetic Minority Over-Sampling Technique. <italic>Journal of Artificial Intelligence Rese</italic><italic>arch</italic>, 16, 321-357. https://doi.org/10.1613/jair.953 <pub-id pub-id-type="doi">10.1613/jair.953</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1613/jair.953">https://doi.org/10.1613/jair.953</ext-link></mixed-citation>
          <element-citation publication-type="journal">
            <person-group person-group-type="author">
              <string-name>Chawla, N.V.</string-name>
              <string-name>Bowyer, K.W.</string-name>
              <string-name>Hall, L.O.</string-name>
              <string-name>Kegelmeyer, W.P.</string-name>
            </person-group>
            <year>2002</year>
            <article-title>SMOTE: Synthetic Minority Over-Sampling Technique</article-title>
            <source>Journal of Artificial Intelligence Research</source>
            <volume>16</volume>
            <pub-id pub-id-type="doi">10.1613/jair.953</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
      <ref id="B24">
        <label>24.</label>
        <citation-alternatives>
          <mixed-citation publication-type="confproc">He, K., Zhang, X., Ren, S. and Sun, J. (2016) Deep Residual Learning for Image Recognition. 2016 <italic>IEEE Conference on Computer Vision and Pattern Recognition</italic> ( <italic>CVPR</italic>), Las Vegas, 27-30 June 2016, 770-778. https://doi.org/10.1109/cvpr.2016.90 <pub-id pub-id-type="doi">10.1109/cvpr.2016.90</pub-id><ext-link ext-link-type="uri" xlink:href="https://doi.org/10.1109/cvpr.2016.90">https://doi.org/10.1109/cvpr.2016.90</ext-link></mixed-citation>
          <element-citation publication-type="confproc">
            <person-group person-group-type="author">
              <string-name>He, K.</string-name>
              <string-name>Zhang, X.</string-name>
              <string-name>Ren, S.</string-name>
              <string-name>Sun, J.</string-name>
            </person-group>
            <year>2016</year>
            <article-title>Deep Residual Learning for Image Recognition</article-title>
            <source>2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR)</source>
            <volume>27</volume>
            <pub-id pub-id-type="doi">10.1109/cvpr.2016.90</pub-id>
          </element-citation>
        </citation-alternatives>
      </ref>
    </ref-list>
  </back>
</article>