paper-with-me

Papers

Learning Fixed Points in Generative Adversarial Networks: From Image-to-Image Translation to Disease Detection and Localization

2019-08-16 · ICCV 2019 10 · Md Mahfuzur Rahman Siddiquee, Zongwei Zhou, Nima Tajbakhsh, Ruibin Feng, Michael B. Gotway, Yoshua Bengio, Jianming Liang

Generative adversarial networks (GANs) have ushered in a revolution in image-to-image translation. The development and proliferation of GANs raises an interesting question: can we train a GAN to remove an object, if present, from an image while otherwise preserving the image? Specifically, can a GAN "virtually heal" anyone by turning his medical image, with an unknown health status (diseased or healthy), into a healthy one, so that diseased regions could be revealed by subtracting those two images? Such a task requires a GAN to identify a minimal subset of target pixels for domain translation, an ability that we call fixed-point translation, which no GAN is equipped with yet. Therefore, we propose a new GAN, called Fixed-Point GAN, trained by (1) supervising same-domain translation through a conditional identity loss, and (2) regularizing cross-domain translation through revised adversarial, domain classification, and cycle consistency loss. Based on fixed-point translation, we further derive a novel framework for disease detection and localization using only image-level annotation. Qualitative and quantitative evaluations demonstrate that the proposed method outperforms the state of the art in multi-domain image-to-image translation and that it surpasses predominant weakly-supervised localization methods in both disease detection and localization. Implementation is available at https://github.com/jlianglab/Fixed-Point-GAN.

📄 PDF Abstract BibTeX arXiv:1908.06965

Code (2)

jlianglab/Fixed-Point-GAN 공식 구현 pytorch
mahfuzmohammad/fixed-point-gan pytorch

Tasks

domain classificationImage-to-Image TranslationTranslation

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 제목 키워드 기반

Self-Attention Generative Adversarial Networks

2018-05-21 · arXiv 2018 5 · Han Zhang, Ian Goodfellow, Dimitris Metaxas, Augustus Odena

In this paper, we propose the Self-Attention Generative Adversarial Network (SAGAN) which allows attention-driven, long-range dependency modeling for image generation tasks. Traditional convolutional GANs generate high-r…

Conditional Image GenerationGenerative Adversarial NetworkImage Generation

NeurInt-Learning Interpolation by Neural ODEs

2021-09-27 · NeurIPS Workshop DLDE 2021 12 · Avinandan Bose, Aniket Das, Yatin Dandi, Piyush Rai

A range of applications require learning image generation models whose latent space effectively captures the high-level factors of variation in the data distribution, which can be judged by its ability to interpolate be…

Image Generation

Attack Deterministic Conditional Image Generative Models for Diverse and Controllable Generation

2024-03-13 · Tianyi Chu, Wei Xing, Jiafu Chen, Zhizhong Wang 외

Existing generative adversarial network (GAN) based conditional image generative models typically produce fixed output for the same conditional input, which is unreasonable for highly subjective tasks, such as large-mask…

Adversarial AttackConditional Image GenerationGenerative Adversarial NetworkImage Generation+2

Generative Ratio Matching Networks

2018-05-31 · ICLR 2020 1 · Akash Srivastava, Kai Xu, Michael U. Gutmann, Charles Sutton

Deep generative models can learn to generate realistic-looking images, but many of the most effective methods are adversarial and involve a saddlepoint optimization, which requires a careful balancing of training between…

Stable Parallel Training of Wasserstein Conditional Generative Adversarial Neural Networks

2022-07-25 · Massimiliano Lupo Pasini, Junqi Yin

We propose a stable, parallel approach to train Wasserstein Conditional Generative Adversarial Neural Networks (W-CGANs) under the constraint of a fixed computational budget. Differently from previous distributed GANs tr…