Generative Unsupervised Anomaly Detection with Coarse-Fine Ensemble for Workload Reduction in 3D Non-contrast Brain CT of Emergency Room
Jongjun Won1, Jihwan Kim1, Joonseo Oh1, Yereen Yo1, Jieun Yum1, Joonsang Lee1, Joon Hyung Park1, Wooyoung Jo1, Nam Yoojin1, Hyunki Lee2, Gil-sun Hong2, Namkug Kim1
1 Department of Convergence Medicine, Asan Medical Center, University of Ulsan College of Medicine, Seoul, Republic of Korea,
2 Department of Radiology and Research Institute of Radiology, University of Ulsan Col-lege of Medicine, Asan Medical Center, Seoul, South Korea
International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI 2025)
This is the codebase for the paper "Generative Unsupervised Anomaly Detection with Coarse-Fine Ensemble for Workload Reduction in 3D Non-contrast Brain CT of Emergency Room".
This repository is composed of model "Coarse-Morphological-Model (CMM)" & "Fine-Grained-Model (FGM)"
Our code parts are mainly in "CMM" and "FGM" illustrated below:
This repository is based on MONAI.
pip install -r requirements.txtThere are directories for each upstream model and downstream task.
For the training stage of CMM & FGM models.
CMM
python main.py --batch_size <batch_size> --log_dir <log_dir> -image_size 96FGM
python main_seg.py --batch_size <batch_size> --log_dir <log_dir> -image_size 256For the testing stage of CMM & FGM models.
CMM
python inference.py --session <inference_dataset_categry> -image_size 96FGM
python inference.py --session <inference_dataset_categry> -image_size 256


