TL;DR
SynSeg-Net is an end-to-end deep learning framework that enables synthetic segmentation across different imaging modalities without requiring manual labels in the target modality, leveraging unpaired images and cycle-GANs.
Contribution
It introduces a novel end-to-end network that trains for target modality segmentation using only source modality labels and unpaired images, eliminating manual annotation needs.
Findings
Achieved superior performance over two-stage methods.
Performed comparably to traditional methods with target labels in some cases.
Validated on MRI-CT splenomegaly and intracranial volume segmentation tasks.
Abstract
A key limitation of deep convolutional neural networks (DCNN) based image segmentation methods is the lack of generalizability. Manually traced training images are typically required when segmenting organs in a new imaging modality or from distinct disease cohort. The manual efforts can be alleviated if the manually traced images in one imaging modality (e.g., MRI) are able to train a segmentation network for another imaging modality (e.g., CT). In this paper, we propose an end-to-end synthetic segmentation network (SynSeg-Net) to train a segmentation network for a target imaging modality without having manual labels. SynSeg-Net is trained by using (1) unpaired intensity images from source and target modalities, and (2) manual labels only from source modality. SynSeg-Net is enabled by the recent advances of cycle generative adversarial networks (CycleGAN) and DCNN. We evaluate the…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDiffusion-Convolutional Neural Networks
