๐ Can we build a VQ-VAE without training one?
Our ICML 2026 paper introduces Gaussian Quant (GQ):
โ Train only a Gaussian VAE
โ Convert it into a VQ-VAE without any additional training
โ Random Gaussian noise codebook
Paper: https://t.co/jYsr5OVUPC
Does GenAI create new knowledge? https://t.co/JtW7aa1cdR gives
* 1st explicit characterization of diffusion model's generalization
* more precise than offered by classical stat. learning theory
* systematic integration of various inductive biases (training+architecture+inference)
๐ Can we build a VQ-VAE without training one?
Our ICML 2026 paper introduces Gaussian Quant (GQ):
โ Train only a Gaussian VAE
โ Convert it into a VQ-VAE without any additional training
โ Random Gaussian noise codebook
Paper: https://t.co/jYsr5OVUPC
Introducing interpolated FID: an variant of reconstruction FID that is highly correlated to diffusion generation FID.
It is well known that VAE rFID is not correlated with diffusion gFID. We propose a simple variant that achieves correlation 0.9!
https://t.co/Ml1Ig0Ocog
We provide an explaination for why reconstruction correlates negatively to gFID, by showing that the latent space optimized for reconstruction prefers separable modes, which leads to halluciation.
We provide an explanation for why iFID correlates well with gFID, and why reconstruction metrics are negatively correlated with gFID, by showing that latent space with low iFID avoids hallucation brought by mode interpolation.
For each element in the dataset, we retrieve its nearest neighbor (NN) in the latent space and interpolate their latent representations. We then decode the interpolated latent and compute the FID between the decoded samples and the original dataset.
A year later we finally scale this idea up to 256^2 images. Though the technical approach is kind of different from DiffC. We use inversion to replace correlation communication to make a real codec.
Preprint: https://t.co/qfZhm76Ndi
Code: https://t.co/8qdO1Q30JF
A year later we finally scale this idea up to 256^2 images. Though the technical approach is kind of different from DiffC. We use inversion to replace correlation communication to make a real codec.
Preprint: https://t.co/qfZhm76Ndi
Code: https://t.co/8qdO1Q30JF
We only require a single unconditionally trained diffusion model (used across bit-rates) where previous approaches use encoder and decoder transforms, entropy models, VGG, and adversarial models to achieve realism.