paper-with-me

Papers

Memory-Efficient 3D High-Resolution Medical Image Synthesis Using CRF-Guided GANs

2025-03-13 · Mahshid shiri, Alessandro Bruno, Daniele Loiacono

Generative Adversarial Networks (GANs) have many potential medical imaging applications. Due to the limited memory of Graphical Processing Units (GPUs), most current 3D GAN models are trained on low-resolution medical images, these models cannot scale to high-resolution or are susceptible to patchy artifacts. In this work, we propose an end-to-end novel GAN architecture that uses Conditional Random field (CRF) to model dependencies so that it can generate consistent 3D medical Images without exploiting memory. To achieve this purpose, the generator is divided into two parts during training, the first part produces an intermediate representation and CRF is applied to this intermediate representation to capture correlations. The second part of the generator produces a random sub-volume of image using a subset of the intermediate representation. This structure has two advantages: first, the correlations are modeled by using the features that the generator is trying to optimize. Second, the generator can generate full high-resolution images during inference. Experiments on Lung CTs and Brain MRIs show that our architecture outperforms state-of-the-art while it has lower memory usage and less complexity.

📄 PDF Abstract BibTeX arXiv:2503.10899

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

SAINT: Spatially Aware Interpolation NeTwork for Medical Slice Synthesis

2020-06-01 · CVPR 2020 6 · Cheng Peng, Wei-An Lin, Haofu Liao, Rama Chellappa 외

Deep learning-based single image super-resolution (SISR) methods face various challenges when applied to 3D medical volumetric data (i.e., CT and MR images) due to the high memory cost and anisotropic resolution, which a…

Image Super-ResolutionSuper-Resolution

WDM: 3D Wavelet Diffusion Models for High-Resolution Medical Image Synthesis

2024-02-29 · Paul Friedrich, Julia Wolleb, Florentin Bieder, Alicia Durrer 외

Due to the three-dimensional nature of CT- or MR-scans, generative modeling of medical images is a particularly challenging task. Existing approaches mostly apply patch-wise, slice-wise, or cascaded generation techniques…

DiversityGPUImage GenerationMedical Image Generation+1

Memory-efficient High-resolution OCT Volume Synthesis with Cascaded Amortized Latent Diffusion Models

2024-05-26 · Kun Huang, Xiao Ma, Yuhan Zhang, Na Su 외

Optical coherence tomography (OCT) image analysis plays an important role in the field of ophthalmology. Current successful analysis models rely on available large datasets, which can be challenging to be obtained for ce…

High-Resolution Mammogram Synthesis using Progressive Generative Adversarial Networks

2018-07-09 · Dimitrios Korkinof, Tobias Rijken, Michael O'Neill, Joseph Yearsley 외

The ability to generate synthetic medical images is useful for data augmentation, domain transfer, and out-of-distribution detection. However, generating realistic, high-resolution medical images is challenging, particul…

Data AugmentationImage GenerationOut-of-Distribution DetectionVocal Bursts Intensity Prediction

Learning to Rearrange Voxels in Binary Segmentation Masks for Smooth Manifold Triangulation

2021-08-11 · Jianning Li, Antonio Pepe, Christina Gsaxner, Yuan Jin 외

Medical images, especially volumetric images, are of high resolution and often exceed the capacity of standard desktop GPUs. As a result, most deep learning-based medical image analysis tasks require the input images to …

GPUImage GenerationMedical Image Analysis