| Literature DB >> 35370895 |
Biozid Bostami1,2,3, Frank G Hillary4, Harm Jan van der Horn5, Joukje van der Naalt6, Vince D Calhoun1,2,3, Victor M Vergara1,2,3.
Abstract
Recent studies showed that working with neuroimage data collected from different research facilities or locations may incur additional source dependency, affecting the overall statistical power. This problem can be mitigated with data harmonization approaches. Recently, the ComBat method has become commonly adopted for various neuroimage modalities. While open neuroimaging datasets are becoming more common, a substantial amount of data is still unable to be shared for various reasons. In addition, current approaches require moving all the data to a central location, which requires additional resources and creates redundant copies of the same datasets. To address these issues, we propose a decentralized harmonization approach that does not create redundant copies of the original datasets and performs remote operations on the datasets separately without sharing any individual subject data, ensuring a certain level of privacy and reducing regulatory hurdles. We proposed a novel approach called "Decentralized ComBat" which can harmonize datasets separately without combining the datasets. We tested our model by harmonizing functional network connectivity datasets from two traumatic brain injury studies in a decentralized way. Also, we used simulations to analyze the performance and scalability of our model when the number of data collection sites increases. We compare the output with centralized ComBat and show that the proposed approach produces similar results, increasing the sensitivity of the functional network connectivity analysis and validating our approach. Simulations show that our model can be easily scaled to many more datasets based on the requirement. In sum, we believe this provides a powerful tool, further complementing open data and allowing for integrating public and private datasets.Entities:
Keywords: brain network; federated learning; functional connectivity; harmonization; neuroimage analysis
Year: 2022 PMID: 35370895 PMCID: PMC8965063 DOI: 10.3389/fneur.2022.826734
Source DB: PubMed Journal: Front Neurol ISSN: 1664-2295 Impact factor: 4.003
Figure 1Gives the overall picture of the decentralized ComBat algorithm and intra-communication between nodes.
Figure 2Heatmap of t-values site-difference (NM-EU) before (left) and after harmonization (right).
Figure 3Heatmap of t-values group difference (NM-EU) before (left) and after harmonization (right).
Figure 4Decentralized ComBat with different distributions as the multiplicative parameter; Gaussian distribution (skewness: 0.26 and kurtosis: 3.3) (left) and Sub-Gaussian distribution (skewness: 0.12 and kurtosis: 2.2) (right) for additive parameter.
Figure 5Decentralized ComBat with different distributions as the multiplicative parameter; Skewed-left distribution(skewness: −0.58 and kurtosis: 3.48) (left) and right skewed distribution (skewness: 0.34 and kurtosis: 2.34) (right) for additive parameter.
Algorithm:
| 1. calculate tde local mean across tde features using tde local β coefficients |
| 2. calculate tde local variance across tde feature using tde local β coefficients |
| 3. send tde local mean and variance to tde aggregator node. |
| 4. end for loop. |
| 1. standardized tde data w.r.t tde grand mean and grand variance. |
| 2. estimate tde site parameters |
| 3. Adjust tde data accordingly. |
| 4. Save tde adjusted data. |
| 5. end for loop. |