AI Pulse by Inblix

Glow gives flow-based generative models a much-needed win

OpenAI Blog · Jul 19, 2026 · 3 min read · Read original article →

Curated by the Inblix editorial team


Featured image for article: Glow gives flow-based generative models a much-needed win

For years, the generative model conversation has been a two-horse race: GANs and VAEs. Flow-based models, despite offering exact likelihood computation and a perfect encoder, sat on the sidelines. The new Glow architecture from OpenAI finally gives this third approach some serious teeth, extending earlier NICE and RealNVP work with a simpler design that leans heavily on invertible 1x1 convolutions. The result is a model that doesn’t just compete on benchmarks — it sets a new standard for reversible generation while keeping things practical. On a single NVIDIA 1080 Ti GPU, Glow churns out a 256x256 image in about 130ms. That’s not a typo. You’re getting high-res samples at interactive speeds without sacrificing the mathematical cleanliness that makes flow-based models so appealing in the first place.

The real story here isn’t just speed, though. It’s the latent space. Unlike GANs, which typically lack an encoder, Glow gives you perfect encoding and decoding with no approximation. That means you can take two real faces — not samples from the model — encode them, and smoothly interpolate between arbitrary points in the latent space. The paper demonstrates exactly this, and the transitions are genuinely convincing. More practically, that clean latent space lets you manipulate semantic attributes with very little labeled data. Want to add a smile or change hair color? Compute the average latent vector difference between images with and without that attribute, then push any input along that direction. The model doesn’t need labels during training — you can figure out these manipulation vectors after the fact.

Quantitatively, Glow posts significant improvements over RealNVP across standard image benchmarks. The bits-per-dimension numbers, reported on CIFAR-10, ImageNet, and LSUN, are the new state of the art for flow-based models. That metric matters because it directly measures how well the model compresses data — lower bits per dimension means the model has learned a tighter, more accurate representation of the data distribution. The team also found that sampling with a reduced temperature of 0.7 produces higher-quality outputs, a trick that echoes observations from earlier generative work but now grounded in a fully invertible architecture.

OpenAI is releasing the code and an online visualization tool alongside the paper. That’s a move that should accelerate adoption in a field where flow-based models have been chronically under-explored. The applications stretch well beyond face generation — speech synthesis, semi-supervised learning, and even model-based control all benefit from exact inference and efficient sampling. Whether this finally breaks the GAN/VAE duopoly is an open question. But for the first time, flow-based models have a flagship result that’s hard to ignore.

💡 Key Takeaways

  1. Glow achieves exact latent-variable inference, a mathematical guarantee that neither GANs nor VAEs can offer, which enables precise manipulation of generated and real data alike.
  2. A 256x256 image can be generated in roughly 130ms on consumer GPU hardware, making high-resolution flow-based sampling practical for the first time.
  3. The model's latent space supports post-hoc semantic editing — you can identify attribute directions like 'smile' or 'blonde hair' using a small set of labeled examples after training, with no labels needed during the unsupervised learning phase.

Keep reading: See related articles below for more coverage on this topic.

Get smarter about AI

The sharpest AI news, curated daily. Delivered free to your inbox.

Learn more

Glossary terms

← Back to all articles