Papers › Diffusion Bridge AutoEncoders for Unsupervised Representation Learning

Diffusion Bridge AutoEncoders for Unsupervised Representation Learning

27 May 2024arXiv:2405.17111archive 2025-07-28

Yeongmin Kim, Kwanghyeon Lee, Minsang Park, Byeonghu Na, Il-Chul Moon

Diffusion-based representation learning has achieved substantial attention due to its promising capabilities in latent representation and sample generation. Recent studies have employed an auxiliary encoder to identify a corresponding representation from a sample and to adjust the dimensionality of a latent variable z. Meanwhile, this auxiliary structure invokes information split problem because the diffusion and the auxiliary encoder would divide the information from the sample into two representations for each model. Particularly, the information modeled by the diffusion becomes over-regularized because of the static prior distribution on xT. To address this problem, we introduce Diffusion Bridge AuteEncoders (DBAE), which enable z-dependent endpoint xT inference through a feed-forward architecture. This structure creates an information bottleneck at z, so xT becomes dependent on z in its generation. This results in two consequences: 1) z holds the full information of samples, and 2) xT becomes a learnable distribution, not static any further. We propose an objective function for DBAE to enable both reconstruction and generative modeling, with their theoretical justification. Empirical evidence supports the effectiveness of the intended design in DBAE, which notably enhances downstream inference quality, reconstruction, and disentanglement. Additionally, DBAE generates high-fidelity samples in the unconditional generation.

PaperPDFCode 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="2405.17111")

Code

Syntology Ran 17 of 27 code samples harvested from 3 repositories linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · honoured contract; 6 ran · our draft was wrong; 2 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: found in paper text by Syntology: 27 samples from 3 repositories, 17 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

openai/guided-diffusion found in paper text by SyntologyMIT report
ckczzj/PDAE found in paper text by Syntology report
yue-zhongqi/diti found in paper text by Syntology report
aailab-kaist/DBAE found in paper text by SyntologyApache-2.0 report
ericyeats/nashae-beamsynthesis found in paper text by Syntology report
GaParmar/clean-fid found in paper text by Syntology 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

27 samples harvested; 17 ran; 3 honoured the contract we drafted; 10 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.

3ran · honoured contract
6ran · our draft was wrong
2ran · fixture could not drive it
6ran
10unverified

Licence: 14 of the 27 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

DDIM yue-zhongqi/diti/model/diffusion/gaussian_diffusion.py found in paper text by Syntology ran no licence file found · pointer only · 94462cd3ef4ce032 · report
DDIM ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology ran no licence file found · pointer only · f7487b6d19383fd2 · report
UpBlock aailab-kaist/DBAE/ddbm/unet.py found in paper text by Syntology ran Apache-2.0 (permissive) · 5a2cb2800ec7d0de · report
apply_to_sample ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · e6a9932fddabc671 · report
approx_standard_normal_cdf aailab-kaist/DBAE/ddbm/losses.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · cfd76fd0d89574a4 · report
create_window aailab-kaist/DBAE/eval_reconstruction.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · 6154e3744ece5728 · report
discretized_gaussian_log_likelihood aailab-kaist/DBAE/ddbm/losses.py found in paper text by Syntology ran · our draft was wrong Apache-2.0 (permissive) · cd33283d615fb3d7 · report
gaussian aailab-kaist/DBAE/eval_reconstruction.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · c56b7ef16f309a45 · report
get_workdir aailab-kaist/DBAE/dbae_infer_class.py found in paper text by Syntology ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 874a2882475bf3de · report
load_databatch aailab-kaist/DBAE/datasets/imagenet.py found in paper text by Syntology ran Apache-2.0 (permissive) · e2f262ec3f30d30c · report
load_yaml ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 23a955cb5ab536ed · report
move_to_cuda ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 5999a3c31acadfe9 · report
normal_kl aailab-kaist/DBAE/ddbm/losses.py found in paper text by Syntology ran · honoured contract fingerprinted Apache-2.0 (permissive) · cf2798b666b231ca · report
save_image ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · acd70fe09760a8b6 · report
set_worker_seed_builder ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology ran no licence file found · pointer only · 9b1ad82621dea0cf · report
soft_clamp5 aailab-kaist/DBAE/ddbm/unet.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 1b3468f8f7313851 · report
weight_init aailab-kaist/DBAE/ddbm/edm_unet.py found in paper text by Syntology ran · fixture could not drive it Apache-2.0 (permissive) · d41a4250066bce93 · report
BaseTrainer ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology unverified no licence file found · pointer only · 59d0f7c7bd4e6720 · report
GaussianDiffusion yue-zhongqi/diti/model/diffusion/gaussian_diffusion.py found in paper text by Syntology unverified no licence file found · pointer only · b9372fbb285f6852 · report
GaussianDiffusion ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology unverified no licence file found · pointer only · c7bd746e2c86ba6c · report
RepresentationLearningTrainer ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology unverified no licence file found · pointer only · 690c2ec6cac49099 · report
get_t aailab-kaist/DBAE/datasets/imagenet.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d9fa2e8aae38ad38 · report
init_distributed_mode ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology unverified no licence file found · pointer only · 05a2d13828b0fcb0 · report
save_yaml ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology unverified no licence file found · pointer only · 7f266a03bbbc3136 · report
set_seed ckczzj/PDAE/trainer/train_representation_learning.py found in paper text by Syntology unverified no licence file found · pointer only · 0081e6dcf509161e · report
ssim aailab-kaist/DBAE/eval_reconstruction.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 9151c793f90473f0 · report
unpickle aailab-kaist/DBAE/datasets/imagenet.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4ebc0e09cb353eac · report

Tasks

DisentanglementRepresentation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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