Papers › Variational Diffusion Autoencoders with Random Walk Sampling

Variational Diffusion Autoencoders with Random Walk Sampling

29 May 2019ECCV 2020 8arXiv:1905.12724archive 2025-07-28

Henry Li, Ofir Lindenbaum, Xiuyuan Cheng, Alexander Cloninger

Variational autoencoders (VAEs) and generative adversarial networks (GANs) enjoy an intuitive connection to manifold learning: in training the decoder/generator is optimized to approximate a homeomorphism between the data distribution and the sampling space. This is a construction that strives to define the data manifold. A major obstacle to VAEs and GANs, however, is choosing a suitable prior that matches the data topology. Well-known consequences of poorly picked priors are posterior and mode collapse. To our knowledge, no existing method sidesteps this user choice. Conversely, diffusion maps automatically infer the data topology and enjoy a rigorous connection to manifold learning, but do not scale easily or provide the inverse homeomorphism (i.e. decoder/generator). We propose a method that combines these approaches into a generative model that inherits the asymptotic guarantees of diffusion maps while preserving the scalability of deep models. We prove approximation theoretic results for the dimension dependence of our proposed method. Finally, we demonstrate the effectiveness of our method with various real and synthetic datasets.

PaperPDFConference PDFCodeCode 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="1905.12724")

Code

Syntology Ran 0 of 16 code samples harvested from 1 repository linked to this paper; 16 have no recorded run.

By repository: community (archive-listed): 16 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lihenryhfl/SpectralVAEGAN mentioned on GitHubtfMIT 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

16 samples harvested; 0 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.

16unverified

Licence: 0 of the 16 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 lihenryhfl/SpectralVAEGAN. “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.

Orthonorm lihenryhfl/SpectralVAEGAN/vdae/layer.py community (archive-listed) unverified MIT (permissive) · b7f96c3f7527ce26 · report
create_pairs_from_labeled_data lihenryhfl/SpectralVAEGAN/vdae/pairs.py community (archive-listed) unverified MIT (permissive) · d5f96b481cc7e0ae · report
embed_data lihenryhfl/SpectralVAEGAN/vdae/data.py community (archive-listed) unverified MIT (permissive) · a448df61f6aa9fd2 · report
full_affinity lihenryhfl/SpectralVAEGAN/vdae/costs.py community (archive-listed) unverified MIT (permissive) · 3847457d45802ae3 · report
get_choices lihenryhfl/SpectralVAEGAN/vdae/pairs.py community (archive-listed) unverified MIT (permissive) · 3397f51110e4a583 · report
get_scale lihenryhfl/SpectralVAEGAN/vdae/util.py community (archive-listed) unverified MIT (permissive) · b482d03e6f8ffec4 · report
imscatter lihenryhfl/SpectralVAEGAN/vdae/vdae_util.py community (archive-listed) unverified MIT (permissive) · 9845dd5e25ba4c00 · report
knn_affinity lihenryhfl/SpectralVAEGAN/vdae/costs.py community (archive-listed) unverified MIT (permissive) · 7af6527a017a74c2 · report
load_data lihenryhfl/SpectralVAEGAN/vdae/data.py community (archive-listed) unverified MIT (permissive) · c4b2990ab9c5ad43 · report
make_batches lihenryhfl/SpectralVAEGAN/vdae/util.py community (archive-listed) unverified MIT (permissive) · e135919e9b27c8de · report
make_layer_list lihenryhfl/SpectralVAEGAN/vdae/util.py community (archive-listed) unverified MIT (permissive) · a3f6d9141e555686 · report
orthonorm_op lihenryhfl/SpectralVAEGAN/vdae/layer.py community (archive-listed) unverified MIT (permissive) · 83305d58a471435d · report
pick_nearest_k lihenryhfl/SpectralVAEGAN/vdae/networks.py community (archive-listed) unverified MIT (permissive) · bac1359a6cea53e2 · report
predict_with_K_fn lihenryhfl/SpectralVAEGAN/vdae/vdae_util.py community (archive-listed) unverified MIT (permissive) · 7ecb4b40a28622dc · report
squared_distance lihenryhfl/SpectralVAEGAN/vdae/costs.py community (archive-listed) unverified MIT (permissive) · eeab17c83f3d81f1 · report
stack_layers lihenryhfl/SpectralVAEGAN/vdae/layer.py community (archive-listed) unverified MIT (permissive) · 814ca20c84d96c8b · report

Tasks

Decoder

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