Methods › Computer Vision › Generative Models › IAN

Introspective Adversarial Network

IAN

4 papers tagged archive 2025-07-28

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

The Introspective Adversarial Network (IAN) is a hybridization of GANs and VAEs that leverages the power of the adversarial objective while maintaining the VAE’s efficient inference mechanism. It uses the discriminator of the GAN, D, as a feature extractor for an inference subnetwork, E, which is implemented as a fully-connected layer on top of the final convolutional layer of the discriminator. We infer latent values Z ∼E(X) = q(Z|X) for reconstruction and sample random values Z ∼p(Z) from a standard normal for random image generation using the generator network, G.

Three distinct loss functions are used:

Including the VAE’s KL divergence between the inferred latents E(X) and the prior p(Z), the loss function for the generator and encoder network is thus:

ℒ_(E, G) = λ_(adv)ℒ_(G_(adv)) + λ_(img)ℒ_(img) + λ_(feature)ℒ_(feature) + D_(KL)(E(X) || p(Z))

Where the λ terms weight the relative importance of each loss. We set λ_(img) to 3 and leave the other terms at 1. The discriminator is updated solely using the ternary adversarial loss. During each training step, the generator produces reconstructions G(E(X)) (using the standard VAE reparameterization trick) from data X and random samples G(Z), while the discriminator observes X as well as the reconstructions and random samples, and both networks are simultaneously updated.

Source: Neural Photo Editing with Introspective Adversarial NetworksSee Code · ajbrock/Neural-Photo-Editor

Papers archive 2025-07-28

4 shown of 4, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

7 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Aspect-Based Sentiment Analysis1
Aspect-Based Sentiment Analysis (ABSA)1
Contrastive Learning1
Disaster Response1
Image Generation1
Sentence1
Sentiment Analysis1

Usage over time archive 2025-07-28

Papers per year tagged with IAN: 2016 to 2024, peak 1 1 0 2016: 1 paper 2016 2017: 0 papers 2017 2018: 0 papers 2018 2019: 0 papers 2019 2020: 0 papers 2020 2021: 1 paper 2021 2022: 0 papers 2022 2023: 1 paper 2023 2024: 1 paper 2024
Papers per year the archive tags with this method, by the paper's archive date (4 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Generative Models

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections