Skip to content

Repository for "SS3D: Unsupervised Out-of-Distribution Detection and Localization for Medical Volumes" (MICCAI 2021 Medical Out-of-Distribution Analysis challenge)

License

Notifications You must be signed in to change notification settings

LarsDoorenbos/SS3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SS3D

Code for "SS3D: Unsupervised Out-of-Distribution Detection and Localization for Medical Volumes", published in Biomedical Image Registration, Domain Generalisation and Out-of-Distribution Analysis of MICCAI 2021.

This repository contains the EfficientNet version with pretrained weights. For the actual challenge submission, weights obtained through contrastive learning were used instead, conform its restrictions.

Based on https://github.com/MIC-DKFZ/mood

For example, run the method on brain data with:

sudo python3 src/ss3d.py -r all -t <path to test data> -d <path to train data> -p <path to prediction folder> -s brain

Citation

If you find this work helpful, consider citing it using

@inproceedings{doorenbos2021ss3d,
  title={SS3D: Unsupervised Out-of-Distribution Detection and Localization for Medical Volumes},
  author={Doorenbos, Lars and Sznitman, Raphael and M{\'a}rquez-Neila, Pablo},
  booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
  pages={111--118},
  year={2021},
  organization={Springer}
}

About

Repository for "SS3D: Unsupervised Out-of-Distribution Detection and Localization for Medical Volumes" (MICCAI 2021 Medical Out-of-Distribution Analysis challenge)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages