8000 GitHub - userhr2333/CCD: Code for 'Constrained Contrastive Distribution Learning for Unsupervised Anomaly Detection and Localisation in Medical Images' (MICCAI 2021)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ CCD Public
forked from tianyu0207/CCD

Code for 'Constrained Contrastive Distribution Learning for Unsupervised Anomaly Detection and Localisation in Medical Images' (MICCAI 2021)

Notifications You must be signed in to change notification settings

userhr2333/CCD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CCD

This repo contains the Pytorch implementation of our paper:

Constrained Contrastive Distribution Learning for Unsupervised Anomaly Detection and Localisation in Medical Images

Yu Tian, Guansong Pang, Fengbei Liu, Seon Ho Shin, Johan W Verjans, Rajvinder Singh, Gustavo Carneiro.

  • Accepted at MICCAI 2021.

Training

The code is build based on the SCAN.

Modify the dataloader (data/lag_loader.py) code for your own medical images, then simply run the following command:

python simclr.py --config_env configs/env.yml --config_exp configs/pretext/simclr_cifar10.yml

Citation

If you find this repo useful for your research, please consider citing our paper:

@inproceedings{tian2021constrained,
  title={Constrained contrastive distribution learning for unsupervised anomaly detection and localisation in medical images},
  author={Tian, Yu and Pang, Guansong and Liu, Fengbei and Chen, Yuanhong and Shin, Seon Ho and Verjans, Johan W and Singh, Rajvinder and Carneiro, Gustavo},
  booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention},
  pages={128--140},
  year={2021},
  organization={Springer}
}

About

Code for 'Constrained Contrastive Distribution Learning for Unsupervised Anomaly Detection and Localisation in Medical Images' (MICCAI 2021)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0