Skip to content

[ECCV'24] cDP-MIL: Robust Multiple Instance Learning via Cascaded Dirichlet Process

Notifications You must be signed in to change notification settings

HKU-MedAI/cDPMIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[ECCV2024] cDP-MIL: Robust Multiple Instance Learning via Cascaded Dirichlet Process

Data Download

We use two dataset projects in our paper for demonstration: 1) Camelyon16 and 2) TCGA.

You may follow the instructions in the websites to download the data.

WSI Preprocessing and Feature Extraction

We follow the preprocessing steps of DSMIL and features are extracted using pretrained KimiaNet. Of course, you can use any feature extractor you want.

Model Training

In order to train a cDP-MIL model, you need to firstly aggregate the extracted features and then use the aggrgated features for prediction.

Feature Aggregation

Extracted features should be arranged as below:

Feature Directory
|-- WSI
|   |-- features.pt (or other format)

Then, run the command:

  $ python DP_feats_aggr.py --feat_dir Yours --save_dir Yours

and you will find the aggregated feature files in your designated directory.

Model Training and Evaluation

python main.py ----train_wsi_file Yours --test_wsi_file Yours --train_label_file Yours --test_label_file Yours --aggr_feat_dir Yours --feat_dim 1024/512...

WSI file refers to the file that contains the wsi names and they should match the corresponding label file. Aggregated feature directory refers to the directory that you store the features generated in the last step. Results will be uploaded to wandb.

Disclaimer

Our code is based on Remix.

Citation

Please consider citing our paper in your publications if the project helps your research.

@article{chen2024cdp,
  title={cDP-MIL: Robust Multiple Instance Learning via Cascaded Dirichlet Process},
  author={Chen, Yihang and Chan, Tsai Hor and Yin, Guosheng and Jiang, Yuming and Yu, Lequan},
  journal={arXiv preprint arXiv:2407.11448},
  year={2024}
}

About

[ECCV'24] cDP-MIL: Robust Multiple Instance Learning via Cascaded Dirichlet Process

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages