English

Adapting Self-Supervised Representations as a Latent Space for Efficient Generation

Computer Vision and Pattern Recognition 2026-04-22 v2

Abstract

We introduce Representation Tokenizer (RepTok), a generative modeling framework that represents an image using a single continuous latent token obtained from self-supervised vision transformers. Building on a pre-trained SSL encoder, we fine-tune only the semantic token embedding and pair it with a generative decoder trained jointly using a standard flow matching objective. This adaptation enriches the token with low-level, reconstruction-relevant details, enabling faithful image reconstruction. To preserve the favorable geometry of the original SSL space, we add a cosine-similarity loss that regularizes the adapted token, ensuring the latent space remains smooth and suitable for generation. Our single-token formulation resolves spatial redundancies of 2D latent spaces and significantly reduces training costs. Despite its simplicity and efficiency, RepTok achieves competitive results on class-conditional ImageNet generation and naturally extends to text-to-image synthesis, reaching competitive zero-shot performance on MS-COCO under extremely limited training budgets. Our findings highlight the potential of fine-tuned SSL representations as compact and effective latent spaces for efficient generative modeling.

Keywords

Cite

@article{arxiv.2510.14630,
  title  = {Adapting Self-Supervised Representations as a Latent Space for Efficient Generation},
  author = {Ming Gui and Johannes Schusterbauer and Timy Phan and Felix Krause and Josh Susskind and Miguel Angel Bautista and Björn Ommer},
  journal= {arXiv preprint arXiv:2510.14630},
  year   = {2026}
}

Comments

ICLR 2026, Code: https://github.com/CompVis/RepTok

R2 v1 2026-07-01T06:41:13.763Z