paper-with-me

Papers

EQ-VAE: Equivariance Regularized Latent Space for Improved Generative Image Modeling

2025-02-13 · Theodoros Kouzelis, Ioannis Kakogeorgiou, Spyros Gidaris, Nikos Komodakis

Latent generative models have emerged as a leading approach for high-quality image synthesis. These models rely on an autoencoder to compress images into a latent space, followed by a generative model to learn the latent distribution. We identify that existing autoencoders lack equivariance to semantic-preserving transformations like scaling and rotation, resulting in complex latent spaces that hinder generative performance. To address this, we propose EQ-VAE, a simple regularization approach that enforces equivariance in the latent space, reducing its complexity without degrading reconstruction quality. By finetuning pre-trained autoencoders with EQ-VAE, we enhance the performance of several state-of-the-art generative models, including DiT, SiT, REPA and MaskGIT, achieving a 7 speedup on DiT-XL/2 with only five epochs of SD-VAE fine-tuning. EQ-VAE is compatible with both continuous and discrete autoencoders, thus offering a versatile enhancement for a wide range of latent generative models. Project page and code: https://eq-vae.github.io/.

📄 PDF Abstract BibTeX arXiv:2502.09509

Code (0)

등록된 구현이 없습니다.

Tasks

Image Generation

Similar Papers 제목 키워드 기반

Unconditional flow-based time series generation with equivariance-regularised latent spaces

2026-01-30 · Camilo Carvajal Reyes, Felipe Tobar arxiv

Flow-based models have proven successful for time-series generation, particularly when defined in lower-dimensional latent spaces that enable efficient sampling. However, how to design latent representations with desirab…

Spectrally Regularized Latent Flow Matching for Turbulence Generation

2026-06-10 · Khalid Rafiq, Aditya G. Nair arxiv

Latent diffusion and flow matching have emerged as leading approaches for synthetic turbulence generation, yet they systematically under-represent dissipation-range amplitudes. We introduce a latent flow matching framewo…

Topographic VAEs learn Equivariant Capsules

2021-09-03 · NeurIPS 2021 12 · T. Anderson Keller, Max Welling

In this work we seek to bridge the concepts of topographic organization and equivariance in neural networks. To accomplish this, we introduce the Topographic VAE: a novel method for efficiently training deep generative m…

Gradient-Regularized Latent Space Modulation in Large Language Models for Structured Contextual Synthesis

2025-02-04 · Derek Yotheringhay, Beatrix Nightingale, Maximilian Featherstone, Edmund Worthington 외

Generating structured textual content requires mechanisms that enforce coherence, stability, and adherence to predefined constraints while maintaining semantic fidelity. Conventional approaches often rely on rule-based h…

Text Generation

MaskAAE: Latent space optimization for Adversarial Auto-Encoders

2019-12-10 · Arnab Kumar Mondal, Sankalan Pal Chowdhury, Aravind Jayendran, Parag Singla 외

The field of neural generative models is dominated by the highly successful Generative Adversarial Networks (GANs) despite their challenges, such as training instability and mode collapse. Auto-Encoders (AE) with regular…