Git Product home page Git Product logo

mcd-gan-for-multi-site-harmonization's Introduction

Maximum Classifier Discrepancy Generative Adversarial Network (MCD-GAN)

multi-scanner harmonizaton package (python 3.7)

Multi-site collaboration is essential for overcoming the small-sample problems in exploring reproducible biomarkers in MRI studies. However, various scanner-specific factors dramatically reduce the cross-site replicability. Existing harmonization methods mostly could not guarantee the improved performance of downstream tasks after harmonization. Therefore, we propose a new multi-scanner harmony framework, called “maximum classifier discrepancy generative adversarial network” (MCD-GAN), for removing scanner effects while improving performances in the subsequent tasks. The adversarial generative network is utilized for persisting the structural layout of the data, and the maximum classifier discrepancy theory can regulate feature generating procedure while considering the downstream classification tasks.

For any question or comments please contact Weizheng Yan ([email protected]), Vince Calhoun ([email protected]) or Cyrus Eierud ([email protected])

Please cite: "Yan, W., Fu, Z., Jiang, R., Sui, J., & Calhoun, V. D. (2023). Maximum Classifier Discrepancy Generative Adversarial Network for Jointly Harmonizing Scanner Effects and Improving Reproducibility of Downstream Tasks. IEEE Transactions on Biomedical Engineering, 1-9. https://doi.org/10.1109/TBME.2023.3330087". or cite: "Yan, W., Fu, Z., Sui, J., & Calhoun, V. D. (2022, 11-15 July 2022). ‘Harmless’ adversarial network harmonization approach for removing site effects and improving reproducibility in neuroimaging studies. 2022 44th Annual International Conference of the IEEE Engineering in Medicine & Biology Society (EMBC)"

Run the code base

Configure environments

Create virtual python environment

conda create -n harmony python=3.7
conda activate harmony

Install the required python packages.

pip install -r  requirements.txt

Run and compare harmony methods

Run ComBat:

python main_demo.py  -harmony_mode=ComBat  -feature_name=Demo --harmony_retrain=1

Run CycleGAN:

python main_demo.py  -harmony_mode=CycleGAN  -feature_name=Demo --harmony_retrain=1

Run MCD-GAN:

python main_demo.py  -harmony_mode=MCDGAN  -feature_name=Demo  --harmony_retrain=1 --lambda_discrepancy_control=3.2

Visulizing results

python demo_visualize.py

Methods Comparison

mcd-gan-for-multi-site-harmonization's People

Contributors

wizardyan avatar drcyphi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.