paper-with-me

홈 › Papers

Double InfoGAN for Contrastive Analysis

2024-01-31 · Florence Carton, Robin Louiset, Pietro Gori

Contrastive Analysis (CA) deals with the discovery of what is common and what is distinctive of a target domain compared to a background one. This is of great interest in many applications, such as medical imaging. Current state-of-the-art (SOTA) methods are latent variable models based on VAE (CA-VAEs). However, they all either ignore important constraints or they don't enforce fundamental assumptions. This may lead to sub-optimal solutions where distinctive factors are mistaken for common ones (or viceversa). Furthermore, the generated images have a rather poor quality, typical of VAEs, decreasing their interpretability and usefulness. Here, we propose Double InfoGAN, the first GAN based method for CA that leverages the high-quality synthesis of GAN and the separation power of InfoGAN. Experimental results on four visual datasets, from simple synthetic examples to complex medical images, show that the proposed method outperforms SOTA CA-VAEs in terms of latent separation and image quality. Datasets and code are available online.

📄 PDF Abstract BibTeX arXiv:2401.17776

Code (1)

florence-c/double_infogan 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
InfoGAN InfoGAN is a type of generative adversarial network that modifies the GAN objective to encourage it to learn interpretable and…

Similar Papers 제목 키워드 기반

DPD-InfoGAN: Differentially Private Distributed InfoGAN

2020-10-22 · Vaikkunth Mugunthan, Vignesh Gokul, Lalana Kagal, Shlomo Dubnov

Generative Adversarial Networks (GANs) are deep learning architectures capable of generating synthetic datasets. Despite producing high-quality synthetic images, the default GAN has no control over the kinds of images it…

Privacy Preserving

HSIC-InfoGAN: Learning Unsupervised Disentangled Representations by Maximising Approximated Mutual Information

2022-08-06 · Xiao Liu, Spyridon Thermos, Pedro Sanchez, Alison Q. O'Neil 외

Learning disentangled representations requires either supervision or the introduction of specific model designs and learning constraints as biases. InfoGAN is a popular disentanglement framework that learns unsupervised …

Disentanglement

InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets

2016-06-12 · NeurIPS 2016 12 · Xi Chen, Yan Duan, Rein Houthooft, John Schulman 외

This paper describes InfoGAN, an information-theoretic extension to the Generative Adversarial Network that is able to learn disentangled representations in a completely unsupervised manner. InfoGAN is a generative adver…

Generative Adversarial NetworkImage GenerationRepresentation LearningUnsupervised Image Classification+1

InfoGAN-MSF: a data augmentation approach for correlative bridge monitoring factors

2021-08-09 · IOP Publishing Ltd 2021 8 · Ping Wan1, Hongli He2, Ling Guo1, Jiancheng Yang1 and Jie Li3 외

Bridge health evaluation has been a challenging issue due to high assessment errors with imbalanced and insufficient monitoring data of correlative bridge monitoring factors. We propose a data augmentation model as the p…

Data Augmentation

The objective function equality property of infoGAN for two-layer network

2023-09-30 · Mahmud Hasan

Information Maximizing Generative Adversarial Network (infoGAN) can be understood as a minimax problem involving two networks: discriminators and generators with mutual information functions. The infoGAN incorporates var…

Generative Adversarial Network