6 comments

[ 3.1 ms ] story [ 27.2 ms ] thread
I don't understand how this didn't make the front-page, it's absolutely mind-blowing. Or am I missing something and it's not that much of a revolution?
It's a bigger, better version of DALL-E from earlier this year: https://openai.com/blog/dall-e/

It's good, important work, but not so new that I'd expect to see hundreds of upvotes. Also, mobile users generally won't read PDF submissions.

GLIDE is NOT Dall-E. Dall-E is a transformer (basically GPT-3), while GLIDE is a diffusion model. While they share some similarities, the major difference is that transformers generate image sequentially from top to bottom, pixel-by-pixel (technically, token-by-token), so one can condition them only by the text and the top of the image. At the same time, diffusion models predict all pixels at the same time, so one can naturally trade compute for result quality (do more inference iterations) and, beside sampling, do other image manipulation tasks, like text-prompted inpainting.
It's easily an impressive enough leap to get hundreds of upvotes. It's about that fact that it takes two clicks (including waiting for arxiv's absurdly slow PDF download speeds), and then some scrolling to get the results.

As someone else said, the blog post that they'll likely release will hit front page.

Surprisingly OpenAI did not release a blog post with this paper: I suspect that will be the one that makes the front page.