miccaiif / DGMIL

Official PyTorch implementation of our MICCAI 2022 paper: DGMIL: Distribution Guided Multiple Instance Learning for Whole Slide Image Classification.
32 stars 3 forks source link
classification miccai2022 multiple-instance-learning weakly-supervised-learning whole-slide-image

:mushroom: DGMIL

This is a PyTorch/GPU implementation of our MICCAI 2022 paper DGMIL: Distribution Guided Multiple Instance Learning for Whole Slide Image Classification.

Main models and training frameworks are uploaded. For patch generating, please follow DSMIL for details. For MAE pretraining, please follow MAE for details.

Description of Key Inputs

MAE_dynamic_trainingneg_feats.npy

MAE_dynamic_trainingpos_feats.npy

MAE_testing_neg_feats.npy & MAE_testing_pos_feats.npy

test_slide_label.npy & num_bag_list_index.npy

MAE_dynamic_trainingneg_dis.npy & MAE_dynamic_trainingpos_dis.npy

Overview of DGMIL

Additional Tips

Frequently Asked Questions.

Citation

If this work is helpful to you, please cite it as:

@InProceedings{10.1007/978-3-031-16434-7_3,
author="Qu, Linhao
and Luo, Xiaoyuan
and Liu, Shaolei
and Wang, Manning
and Song, Zhijian",
title="DGMIL: Distribution Guided Multiple Instance Learning for Whole Slide Image Classification",
booktitle="Medical Image Computing and Computer Assisted Intervention -- MICCAI 2022",
year="2022",
publisher="Springer Nature Switzerland",
address="Cham",
pages="24--34",
isbn="978-3-031-16434-7"
}

Contact Information

If you have any question, please email to me lhqu20@fudan.edu.cn.