Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoh01 authored Oct 15, 2024
1 parent 2910612 commit e809d94
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ ___
![Overview](./figure/overview.png)

#### Updates
- (Oct. 14th. 2024) Changed google drive link for the GLySAC dataset, as the original link is broken. * Original GLySAC data was provided by [SONNET](https://github.com/QuIIL/Sonnet).
(Oct. 14th. 2024)
- Changed google drive link for the GLySAC dataset, as the original link is broken. * Original GLySAC data was provided by [SONNET](https://github.com/QuIIL/Sonnet).
- Uploaded checkpoints

#### Abstract
- Nuclei segmentation and classification is a significant process in pathology image analysis. Deep learning-based approaches have greatly contributed to the higher accuracy of this task. However, those approaches suffer from the imbalanced nuclei data composition, which shows lower classification performance on the rare nuclei class. In this paper, we propose a realistic data synthesis method using a diffusion model. We generate two types of virtual patches to enlarge the training data distribution, which is for balancing the nuclei class variance and for enlarging the chance to look at various nuclei. After that, we use a semantic-label-conditioned diffusion model to generate realistic and high-quality image samples. We demonstrate the efficacy of our method by experiment results on two imbalanced nuclei datasets, improving the state-of-the-art networks. The experimental results suggest that the proposed method improves the classification performance of the rare type nuclei classification, while showing superior segmentation and classification performance in imbalanced pathology nuclei datasets.
Expand All @@ -26,6 +28,10 @@ You can train SDM with the script "semantic-diffusion-model/scripts_ddim_sample"
- Training code: image_train.py
- Sampling code: image_sample.py

#### Checkpoints
- [CoNSeP](https://drive.google.com/file/d/1UdpN5QESW6TyN9AdYgXfvgnJyx1RR8bH/view?usp=drive_link)
- [GLySAC](https://drive.google.com/file/d/1iLsmGtQSs2dD3emzvQv1kZaCKiv0f-KW/view?usp=drive_link)

#### Acknowledgement
Our code is developed based on [Semantic Image Synthesis via Diffusion Models (SDM)](https://github.com/WeilunWang/semantic-diffusion-model) and [GradMix](https://github.com/QuIIL/Grad_Mix).

Expand Down

0 comments on commit e809d94

Please sign in to comment.