Skip to content

Code for our publication "Advancing diagnostic performance and clinical usability of neural networks via adversarial training and dual batch normalization".

License

Notifications You must be signed in to change notification settings

peterhan91/Medical-Robust-Training

Repository files navigation

Adversarial training and dual batch normalization to refine neural network architectures for improved diagnostic performance and clinical usability of deep learning
– Official Pytorch implementation of the paper

Tianyu Han (RWTH), Daniel Truhn (UKA), Volkmar Schulz (RWTH), Christiane Kuhl (UKA), Fabian Kiessling (RWTH)

Abstract:
Understanding the decision making process of machine learning models is an essential element for deploying computer vision algorithms in clinical practice. We demonstrate that adversarially trained models can significantly enhance usability in clinical practice as compared to standard models. We let six radiologists rate the interpretability of saliency maps in datasets of x-rays, computed tomography and magnetic resonance imaging. Significant improvements were found for adversarially trained models and results further improved when employing dual batch normalization. Contrary to previous research on adversarially trained models, we found that accuracy of such models was equal to standard models, when sufficiently large datasets and dual batch norm training were used. To ensure transferability, we additionally validated our results on an external test set of 22,433 x-rays. Our work demonstrates that different paths for adversarial and real images are needed during training in order to achieve state of the art results with superior interpretability.

System requirements

  • Both Linux and Windows are supported, but we strongly recommend Linux for performance and compatibility reasons.
  • 64-bit Python 3.6 installation with numpy 1.13.3 or newer. We recommend Anaconda3.
  • One or more high-end NVIDIA Pascal or Volta GPUs with 16GB of DRAM. We recommend NVIDIA DGX-1 with 8 Tesla V100 GPUs.
  • NVIDIA driver 391.25 or newer, CUDA toolkit 9.0 or newer, cuDNN 7.1.2 or newer.
  • Pytorch 1.1.0

Datasets used in the study

Basic usage

  • Network standard training
python main_std.py --affix dsbn_res50_std --batch_size 16    
  • Network robust (dual bns) training
python main_bn.py --adv_train --affix dsbn_res50_linf --batch_size 16 --max_epoch 250    
  • Network testing and plot ROC-AUC
python main_bn.py --affix dsbn_res18_AUC --todo test --load_checkpoint ./checkpoint/rijeka_ROIMG_dsbn_res18/checkpoint_best.pth 

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

About

Code for our publication "Advancing diagnostic performance and clinical usability of neural networks via adversarial training and dual batch normalization".

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages