Papers › Return of Unconditional Generation: A Self-supervised Representation Generation Method

Return of Unconditional Generation: A Self-supervised Representation Generation Method

6 Dec 2023arXiv:2312.03701archive 2025-07-28

Tianhong Li, Dina Katabi, Kaiming He

Unconditional generation -- the problem of modeling data distribution without relying on human-annotated labels -- is a long-standing and fundamental challenge in generative models, creating a potential of learning from large-scale unlabeled data. In the literature, the generation quality of an unconditional method has been much worse than that of its conditional counterpart. This gap can be attributed to the lack of semantic information provided by labels. In this work, we show that one can close this gap by generating semantic representations in the representation space produced by a self-supervised encoder. These representations can be used to condition the image generator. This framework, called Representation-Conditioned Generation (RCG), provides an effective solution to the unconditional generation problem without using labels. Through comprehensive experiments, we observe that RCG significantly improves unconditional generation quality: e.g., it achieves a new state-of-the-art FID of 2.15 on ImageNet 256x256, largely reducing the previous best of 5.91 by a relative 64%. Our unconditional results are situated in the same tier as the leading class-conditional ones. We hope these encouraging observations will attract the community's attention to the fundamental problem of unconditional generation. Code is available at https://github.com/LTH14/rcg.

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="2312.03701")

Code

Syntology Ran 12 of 18 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 9 ran with no contract checked.

By repository: official repository: 18 samples from 1 repository, 12 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

LTH14/rcg officialmentioned in papermentioned on GitHubpytorch 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

18 samples harvested; 12 ran; 0 honoured the contract we drafted; 6 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 · our draft was wrong
9ran
6unverified

Licence: 0 of the 18 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 LTH14/rcg. “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.

Attention LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran MIT (permissive) · 33aedbcfd18d75e0 · report
BertEmbeddings LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran MIT (permissive) · 63c52efe80c94cb3 · report
Block LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran MIT (permissive) · 607e78af8a011f8d · report
DDIMSampler LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran MIT (permissive) · 950818a420758dbe · report
Decoder LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran fingerprinted MIT (permissive) · 9c54ac910ba566df · report
Encoder LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran MIT (permissive) · 2deab9d7e8ce0dcd · report
MlmLayer LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran MIT (permissive) · 72ec0347648af855 · report
ResnetBlock LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran MIT (permissive) · 30fa834a4a883839 · report
VectorQuantizer LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran fingerprinted MIT (permissive) · 9d2f5c397afb9f4b · report
load_pretrained_deit LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran · our draft was wrong MIT (permissive) · 43b98b8b55d12a3d · report
load_pretrained_ibot LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran · our draft was wrong MIT (permissive) · c6c33009466a11bc · report
load_pretrained_moco LTH14/rcg/pixel_generator/mage/models_mage.py official repository ran · our draft was wrong MIT (permissive) · 606b6d93861e426d · report
MaskedGenerativeEncoderViT LTH14/rcg/pixel_generator/mage/models_mage.py official repository unverified MIT (permissive) · 928ed9eea191af30 · report
VQModel LTH14/rcg/pixel_generator/mage/models_mage.py official repository unverified MIT (permissive) · 5ff5b3c39cac8e4d · report
load_model LTH14/rcg/pixel_generator/mage/models_mage.py official repository unverified MIT (permissive) · 43c459d4c7f134b2 · report
load_model_from_config LTH14/rcg/pixel_generator/mage/models_mage.py official repository unverified MIT (permissive) · bf19fad78c0d01dd · report
load_pretrained_dino LTH14/rcg/pixel_generator/mage/models_mage.py official repository unverified MIT (permissive) · 751c98281389ad11 · report
mask_by_random_topk LTH14/rcg/pixel_generator/mage/models_mage.py official repository unverified MIT (permissive) · 92679b16417e54ec · report

Tasks

Conditional Image GenerationImage GenerationUnconditional Image Generation

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Image Generation ImageNet 256x256 RCG-L (w/o guidance) FID 3.49 #71 of 94 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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