File size: 1,164 Bytes
cd6fead
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: mit
tags:
  - diffusion-model
  - image-segmentation
  - pathology
  - nuclei-segmentation
  - medical-imaging
---

# DiffMix

This repository contains pretrained semantic diffusion model checkpoints from
[DiffMix: Diffusion Model-based Data Synthesis for Nuclei Segmentation and Classification in Imbalanced Pathology Image Datasets](https://arxiv.org/abs/2306.14132), presented at MICCAI 2023.

## Checkpoints

- `consep-ema_0.9999_010000.pt`: checkpoint trained for the CoNSeP dataset.
- `glysac-ema_0.9999_010000.pt`: checkpoint trained for the GLySAC dataset.

Use each checkpoint with the corresponding scripts in the [official implementation](https://github.com/hvcl/DiffMix), specifically `semantic-diffusion-model/scripts_ddim_sample/`.

## Citation

```bibtex
@inproceedings{oh2023diffmix,
  title={Diffmix: Diffusion model-based data synthesis for nuclei segmentation and classification in imbalanced pathology image datasets},
  author={Oh, Hyun-Jic and Jeong, Won-Ki},
  booktitle={International conference on medical image computing and computer-assisted intervention},
  pages={337--345},
  year={2023},
  organization={Springer}
}
```