Application · Diffusion-based synthesis
InfoDist
Image Distillation for Safe Data Sharing in Histopathology
Zhe Li, Bernhard Kainz
MICCAI 2024 · first public 2024-06-19 · arXiv 2406.13536
In one paragraph
Trains a latent diffusion model on histopathology data and builds a distilled, human-readable synthetic dataset by selecting the most informative generated images through graph community analysis of the representation space, addressing prior distillation methods' unreadable outputs and weak downstream performance. Reports downstream classifiers trained on the synthetic set reaching performance suitable for practical application, comparable to models trained on real data.
Where it sits
- Diffusion-based synthesis (Generative priors)
- Setting: Image classification
Design choices
| Prior / networks used | diffusion |
Abstract (verbatim from arXiv)
Histopathology can help clinicians make accurate diagnoses, determine disease prognosis, and plan appropriate treatment strategies. As deep learning techniques prove successful in the medical domain, the primary challenges become limited data availability and concerns about data sharing and privacy. Federated learning has addressed this challenge by training models locally and updating parameters on a server. However, issues, such as domain shift and bias, persist and impact overall performance. Dataset distillation presents an alternative approach to overcoming these challenges. It involves creating a small synthetic dataset that encapsulates essential information, which can be shared without constraints. At present, this paradigm is not practicable as current distillation approaches only generate non human readable representations and exhibit insufficient performance for downstream learning tasks. We train a latent diffusion model and construct a new distilled synthetic dataset with a small number of human readable synthetic images. Selection of maximally informative synthetic images is done via graph community analysis of the representation space. We compare downstream classification models trained on our synthetic distillation data to models trained on real data and reach performances suitable for practical application.
BibTeX (generated; prefer the venue's official entry)
@article{li2024image,
title = {Image Distillation for Safe Data Sharing in Histopathology},
author = {Zhe Li and Bernhard Kainz},
journal = {MICCAI 2024},
year = {2024}
}Nearby in Diffusion-based synthesis
Learnability-guided diffusion — Learnability-Guided Diffusion for Dataset Distillation
Jeffrey A. Chan-Santiago, Mubarak Shah · CVPR 2026notablepaper ↗
ManifoldGD — ManifoldGD: Training-Free Hierarchical Manifold Guidance for Diffusion-Based Dataset Distillation
Ayush Roy, Wei-Yang Alex Lee, Rudrasis Chakraborty et al. · CVPR 2026notablepaper ↗code ↗