Generative Medical Segmentation
Jiayu Huo, Xi Ouyang, S\'ebastien Ourselin, Rachel Sparks

TL;DR
This paper introduces Generative Medical Segmentation (GMS), a novel generative approach using pre-trained vision models to improve medical image segmentation accuracy and generalization across diverse datasets.
Contribution
GMS leverages a generative framework with pre-trained vision models, reducing overfitting and enhancing cross-dataset generalization in medical segmentation tasks.
Findings
GMS outperforms existing discriminative and generative models on five datasets.
GMS demonstrates strong cross-center generalization within the same modality.
Fewer trainable parameters in GMS reduce overfitting risk.
Abstract
Rapid advancements in medical image segmentation performance have been significantly driven by the development of Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs). These models follow the discriminative pixel-wise classification learning paradigm and often have limited ability to generalize across diverse medical imaging datasets. In this manuscript, we introduce Generative Medical Segmentation (GMS), a novel approach leveraging a generative model to perform image segmentation. Concretely, GMS employs a robust pre-trained vision foundation model to extract latent representations for images and corresponding ground truth masks, followed by a model that learns a mapping function from the image to the mask in the latent space. Once trained, the model generates an estimated segmentation mask using the pre-trained vision foundation model to decode the predicted latent…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsMachine Learning in Healthcare
