paper-with-me

Papers

Multi-scale GANs for Memory-efficient Generation of High Resolution Medical Images

2019-07-02 · Hristina Uzunova, Jan Ehrhardt, Fabian Jacob, Alex Frydrychowicz, Heinz Handels

Currently generative adversarial networks (GANs) are rarely applied to medical images of large sizes, especially 3D volumes, due to their large computational demand. We propose a novel multi-scale patch-based GAN approach to generate large high resolution 2D and 3D images. Our key idea is to first learn a low-resolution version of the image and then generate patches of successively growing resolutions conditioned on previous scales. In a domain translation use-case scenario, 3D thorax CTs of size 512x512x512 and thorax X-rays of size 2048x2048 are generated and we show that, due to the constant GPU memory demand of our method, arbitrarily large images of high resolution can be generated. Moreover, compared to common patch-based approaches, our multi-resolution scheme enables better image quality and prevents patch artifacts.

📄 PDF Abstract BibTeX arXiv:1907.01376

Code (2)

chensteven/medtech
hristina-uzunova/MEGAN pytorch

Tasks

GPUTranslation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Memory-efficient GAN-based Domain Translation of High Resolution 3D Medical Images

2020-10-06 · Hristina Uzunova, Jan Ehrhardt, Heinz Handels

Generative adversarial networks (GANs) are currently rarely applied on 3D medical images of large size, due to their immense computational demand. The present work proposes a multi-scale patch-based GAN approach for esta…

GPUImage GenerationTranslation

SETGAN: Scale and Energy Trade-off GANs for Image Applications on Mobile Platforms

2021-03-23 · Nitthilan Kannappan Jayakodi, Janardhan Rao Doppa, Partha Pratim Pande

We consider the task of photo-realistic unconditional image generation (generate high quality, diverse samples that carry the same visual content as the image) on mobile platforms using Generative Adversarial Networks (G…

Image GenerationSSIMUnconditional Image Generation

Parallel/distributed implementation of cellular training for generative adversarial neural networks

2020-04-07 · Emiliano Perez, Sergio Nesmachnow, Jamal Toutouh, Erik Hemberg 외

Generative adversarial networks (GANs) are widely used to learn generative models. GANs consist of two networks, a generator and a discriminator, that apply adversarial learning to optimize their parameters. This article…

TransGAN: Two Pure Transformers Can Make One Strong GAN, and That Can Scale Up

2021-02-14 · NeurIPS 2021 12 · Yifan Jiang, Shiyu Chang, Zhangyang Wang

The recent explosive interest on transformers has suggested their potential to become powerful "universal" models for computer vision tasks, such as classification, detection, and segmentation. While those attempts mainl…

Data AugmentationImage Generation

Memorization Precedes Generation: Learning Unsupervised GANs with Memory Networks

2018-03-05 · ICLR 2018 1 · Youngjin Kim, Minjung Kim, Gunhee Kim

We propose an approach to address two issues that commonly occur during training of unsupervised GANs. First, since GANs use only a continuous latent distribution to embed multiple classes or clusters of data, they often…

Memorization