Papers › Importance Weighted Autoencoders

Importance Weighted Autoencoders

1 Sep 2015arXiv:1509.00519archive 2025-07-28

Yuri Burda, Roger Grosse, Ruslan Salakhutdinov

The variational autoencoder (VAE; Kingma, Welling (2014)) is a recently proposed generative model pairing a top-down generative network with a bottom-up recognition network which approximates posterior inference. It typically makes strong assumptions about posterior inference, for instance that the posterior distribution is approximately factorial, and that its parameters can be approximated with nonlinear regression from the observations. As we show empirically, the VAE objective can lead to overly simplified representations which fail to use the network's entire modeling capacity. We present the importance weighted autoencoder (IWAE), a generative model with the same architecture as the VAE, but which uses a strictly tighter log-likelihood lower bound derived from importance weighting. In the IWAE, the recognition network uses multiple samples to approximate the posterior, giving it increased flexibility to model complex posteriors which do not fit the VAE modeling assumptions. We show empirically that IWAEs learn richer latent space representations than VAEs, leading to improved test log-likelihood on density estimation benchmarks.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1509.00519")

Code

Syntology Ran 13 of 29 code samples harvested from 9 repositories linked to this paper; 16 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 11 ran with no contract checked.

By repository: community (archive-listed): 28 samples from 9 repositories, 12 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

31 repositories listed; official and paper-mentioned ones first.

AntixK/PyTorch-VAE mentioned on GitHubpytorchApache-2.0 report
Daniil-Selikhanovych/h-vae mentioned on GitHubpytorch report
Gabriel-Macias/iwae_tutorial mentioned on GitHubtfMIT report
JohanYe/IWAE-pytorch mentioned on GitHubpytorch report
JohanZYe/IWAE-pytorch mentioned on GitHubpytorch report
adrianjav/heterogeneous_vaes mentioned on GitHubpytorch report
alexey-pronkin/annealed mentioned on GitHubpytorch report
amoretti86/PSVO mentioned on GitHubtf report
andrecavalcante/iwae mentioned on GitHubpytorch report
boschresearch/unscented-autoencoder mentioned on GitHubpytorchAGPL-3.0 report
clementchadebec/benchmark_VAE mentioned on GitHubpytorch report
denproc/Taming-VAEs mentioned on GitHubpytorch report
geoffroeder/iwae mentioned on GitHub report
harvardnlp/sa-vae mentioned on GitHubpytorch report
jurgisp/pydreamer mentioned on GitHubpytorchMIT report
la3ma/IWAE-torch mentioned on GitHubpytorch report
madhubabuv/TightIWAE mentioned on GitHubpytorch report
nbip/IWAE mentioned on GitHubtfMIT report
xiangyu-liu/Computer-Network mentioned on GitHubtf report
yburda/iwae mentioned on GitHub report
zonems/enko mentioned on GitHubpytorch report
pwc-1/Paper-9 mindspore report
pwc-1/Paper-9 mindspore report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

29 samples harvested; 13 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
11ran
16unverified

Licence: 21 of the 29 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 9 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Decoder madhubabuv/TightIWAE/model.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 345529606c7ce3f1 · report
Encoder madhubabuv/TightIWAE/model.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 95c347831411d92d · report
HVITransition alexey-pronkin/annealed/avo/models/vae_hvi.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 09532121d9834645 · report
IWAE andrecavalcante/iwae/iwae.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 35d63939c447a9f8 · report
ImportanceWeightedAutoencoder la3ma/IWAE-torch/src/models.py community (archive-listed) ran fingerprinted MIT (permissive) · 9b0570a716391574 · report
MaskedConv2d harvardnlp/sa-vae/models_img.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 0df0f85652bb400e · report
PytorchIWAE JohanYe/IWAE-pytorch/model/PytorchIWAE.py community (archive-listed) ran no licence file found · pointer only · 4bb10cc9c1249911 · report
RefinementOperatorModule alexey-pronkin/annealed/avo/models/vae_hvi.py community (archive-listed) ran · metamorphic tier: deterministic no licence file found · pointer only · c6fa73ec552e34c9 · report
VAE madhubabuv/TightIWAE/model.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · a4a3b579a1c261fb · report
VAEHead adrianjav/heterogeneous_vaes/src/models/iwae.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · 22dff8581dcfbf0a · report
VAE_2 angzhifan/Importance_Weighted_Autoencoders/model.py community (archive-listed) ran no licence file found · pointer only · 331f0ac646f63a0a · report
get_activation alexey-pronkin/annealed/avo/models/vae_hvi.py community (archive-listed) ran · our draft was wrong no licence file found · pointer only · 14576598bdf9154f · report
CNNVAE harvardnlp/sa-vae/models_img.py community (archive-listed) unverified no licence file found · pointer only · 7c34da1793d4495f · report
GatedMaskedConv2d harvardnlp/sa-vae/models_img.py community (archive-listed) unverified no licence file found · pointer only · f16612739812b34c · report
IWAE adrianjav/heterogeneous_vaes/src/models/iwae.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 215e8a7b9e225449 · report
ResidualBlock harvardnlp/sa-vae/models_img.py community (archive-listed) unverified no licence file found · pointer only · 8caea4e84f7e6c2d · report
StackedGatedMaskedConv2d harvardnlp/sa-vae/models_img.py community (archive-listed) unverified no licence file found · pointer only · df38b0e37366392c · report
VAE adrianjav/heterogeneous_vaes/src/models/iwae.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · a4f76a4d4d881d17 · report
VAE alexey-pronkin/annealed/avo/models/vae_hvi.py community (archive-listed) unverified no licence file found · pointer only · f79c21f1eeefc8f3 · report
VAEHVI alexey-pronkin/annealed/avo/models/vae_hvi.py community (archive-listed) unverified no licence file found · pointer only · a9665ebff625b64f · report
flatten jurgisp/pydreamer/pydreamer/models/functions.py community (archive-listed) unverified MIT (permissive) · a3ec62a9c649b4eb · report
flatten_batch jurgisp/pydreamer/pydreamer/models/functions.py community (archive-listed) unverified MIT (permissive) · 8e9e702c0c99753a · report
he_init harvardnlp/sa-vae/models_img.py community (archive-listed) unverified no licence file found · pointer only · a61c21baef53a292 · report
img_to_onehot jurgisp/pydreamer/pydreamer/preprocessing.py community (archive-listed) unverified MIT (permissive) · 76b1176ac4bedca4 · report
lenb jurgisp/pydreamer/pydreamer/data.py community (archive-listed) unverified MIT (permissive) · 72f12f98266796c4 · report
to_image jurgisp/pydreamer/pydreamer/preprocessing.py community (archive-listed) unverified MIT (permissive) · 291954b28ca216e7 · report
to_onehot jurgisp/pydreamer/pydreamer/preprocessing.py community (archive-listed) unverified MIT (permissive) · 5f3793a255e72f19 · report
unflatten jurgisp/pydreamer/pydreamer/models/functions.py community (archive-listed) unverified MIT (permissive) · b26ca1623f8bfc99 · report
IWAE_KL identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · 5fb1d231ba9d1ff8 · report

Tasks

Density Estimation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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