Graph Conditioned Diffusion for Controllable Histopathology Image Generation
By: Sarah Cechnicka , Matthew Baugh , Weitong Zhang and more
Potential Business Impact:
Makes fake medical pictures for training doctors.
Recent advances in Diffusion Probabilistic Models (DPMs) have set new standards in high-quality image synthesis. Yet, controlled generation remains challenging, particularly in sensitive areas such as medical imaging. Medical images feature inherent structure such as consistent spatial arrangement, shape or texture, all of which are critical for diagnosis. However, existing DPMs operate in noisy latent spaces that lack semantic structure and strong priors, making it difficult to ensure meaningful control over generated content. To address this, we propose graph-based object-level representations for Graph-Conditioned-Diffusion. Our approach generates graph nodes corresponding to each major structure in the image, encapsulating their individual features and relationships. These graph representations are processed by a transformer module and integrated into a diffusion model via the text-conditioning mechanism, enabling fine-grained control over generation. We evaluate this approach using a real-world histopathology use case, demonstrating that our generated data can reliably substitute for annotated patient data in downstream segmentation tasks. The code is available here.
Similar Papers
Generating healthy counterfactuals with denoising diffusion bridge models
CV and Pattern Recognition
Makes sick scans look healthy, keeping patient's body.
Semantic and Visual Crop-Guided Diffusion Models for Heterogeneous Tissue Synthesis in Histopathology
CV and Pattern Recognition
Creates fake tissue pictures for medical training.
Graffe: Graph Representation Learning via Diffusion Probabilistic Models
Machine Learning (CS)
Teaches computers to understand complex connections.