CUTS / README.md
ChenLiu1996's picture
Update README.md
274fe36 verified
---
license: mit
task_categories:
- image-segmentation
language:
- en
tags:
- medical
size_categories:
- 100M<n<1B
---
# The CUTS Dataset
This is the dataset released along with the publication:
**CUTS: A Deep Learning and Topological Framework for Multigranular Unsupervised Medical Image Segmentation**
[[ArXiv]](https://arxiv.org/pdf/2209.11359) [[MICCAI 2024]](https://link.springer.com/chapter/10.1007/978-3-031-72111-3_15) [[GitHub]](https://github.com/ChenLiu-1996/CUTS)
## Citation
If you use this dataset, please cite our paper
```
@inproceedings{Liu_CUTS_MICCAI2024,
title = { { CUTS: A Deep Learning and Topological Framework for Multigranular Unsupervised Medical Image Segmentation } },
author = { Liu, Chen and Amodio, Matthew and Shen, Liangbo L. and Gao, Feng and Avesta, Arman and Aneja, Sanjay and Wang, Jay C. and Del Priore, Lucian V. and Krishnaswamy, Smita},
booktitle = {proceedings of Medical Image Computing and Computer Assisted Intervention -- MICCAI 2024},
publisher = {Springer Nature Switzerland},
volume = {LNCS 15008},
page = {155–165},
year = {2024},
month = {October},
}
```
## Data Directory
The following data directories belong here:
```
β”œβ”€β”€ berkeley_natural_images
β”œβ”€β”€ brain_tumor
β”œβ”€β”€ brain_ventricles
└── retina
```
As some background info, I inherited the datasets from a graduated member of the lab when I worked on this project. These datasets are already preprocessed by the time I had them. For reproducibility, I have included the `berkeley_natural_images`, `brain_tumor` and `retina` datasets in `zip` format in this directory. The `brain_ventricles` dataset exceeds the GitHub size limits, and can be found on [Google Drive](https://drive.google.com/file/d/1TB5Zu3J4UbEleJUuNf-h1AymOn1jOoQe/view?usp=sharing).
Please be mindful that these datasets are relatively small in sample size. If big sample size is a requirement, you can look into bigger datasets such as the BraTS challenge.