Live data from Hacker News

Imagen: An AI system that creates photorealistic images from input text

imagen.research.google

21–30 of 233 posts

Re: Imagen: An AI system that creates photorealistic images from input text

#21

i only have a passing curiosity in these projects personally. can someone in the field explain why this has exploded recently? there seems to be a lot of these tools released recently (text to image) was there a major breakthrough? a new idea that pushed everyone forward? a recent sharing of talent between groups? edit: just another thought, are they just being posted to HN now, i don't see a date on the page for whe…

Like anyone deeply in a field I know maybe several thousand people who could probably give a better answer, but I figure I'll give an effort to provide one since I don't see any good ones posted yet.

The moment everyone knew this was going to be big was in 2019 when StyleGAN came out. They used a lot of tricks like aligning face features (like eyes) and had all their pictures of a single domain (the most famous being faces) but none the less, that was the moment everyone in the AI field knew this was going to be big, and so three years ago a lot of big people shifted to this line of research.

The four main innovations since then have been:

1. Transformers

Generalized computation kernels which allow for images to consider non-localised relationships between pixels of an image. Released in 2017, and originally used for language.

2. Pixel Patch Encodings

Different resolution semantic and geometric image information encodings which allow for better representations of relationships between image areas than pixels are able to achieve given the same compute. Allows using Transformers on high resolution images.

3. CLIP

Contrastive Language and Image Pairing. Before, the only way we knew to classify an image was as a "face" or "cat" or "ramen". When the genius idea of labeling images as semantically meaningful vectors rather than one hot encoded classes was revealed, it changed everything in computer vision very quickly, and problems that used to be hard became trivial. Released in 2021

4. Diffusion Models

GANs penalise you for making an image which does not seem to be part of an existing dataset. This encourages one to make the worst quality image that looks like a member of that dataset. Diffusion learns to denoise an image, removing noise is perceptually similar to increasing resolution, people like images that look that way. There may be more people with better intuition about diffusion models may be able to add on why they're superior. I've read all the papers leading up to the latest unCLIP (Dalle2) but it's complicated. Released in 2020, with major improvements to the training process continuously being made since then.

Hope this was helpful. All of the above were only implemented for images in any real way in the last three years. Putting them all together is something many people only just this year did, resulting in DallE, Stable Diffusion, and Imagen.

I'm working on doing this for 3D and later for use cases in AR. 3D generation still hasn't been cracked the same way image has but the above will likely contribute to the solution to that as well. Anyone who's intersted in working on that feel free to message me.

Re: Imagen: An AI system that creates photorealistic images from input text

#22
post #18

Earlier quoted context omitted.

Ok I’m just going to list ideas, feel free to add more * Text to 3d model * Text to video clip * Illustrations for newspapers * Generating pictures for food menus * Generating a music video from a song * Generating pictures or even an entire movie for a book * Interior design ideas * Product design ideas I have noticed that leveraging these tools isn’t easy. It requires a fair bit of creativity to come up with the pr…

Someone on the midjourney discord is making a comic with images generated by the bot. Another person is making a Magic The Gathering card pack with generated art (it looks good too!). People are already using it for stock photos One murky area we're still far away from but I'm curious to follow the developments on: AI-generated movies. Once generated clips gets good, what if some movie buff can just generate a movie,…

Lot of potential for movies- using AI to up res, AI to turn a 2d movie 3d, more advanced would be new or edited scenes. Or how about translating a live action movie to a cartoon and vice versa. Or a different style or tone. Run The Lord of the Rings through a cyberpunk filter.

Re: Imagen: An AI system that creates photorealistic images from input text

#23
post #15

Earlier quoted context omitted.

Not a threat to stock photos? That's exactly what they are. Look at these photos from the Midjourney Discord today: crystal dragon thing: https://cdn.discordapp.com/attachments/951197655021797436/10... https://cdn.discordapp.com/attachments/951197655021797436/10... https://cdn.discordapp.com/attachments/951197655021797436/10... davinci-style notebook of flying machines: https://cdn.discordapp.com/attachments/10080491…

those were generated? those look dope

Generated and paying for MidJourney gives you the copyright to them so you can use them for whatever projects you want

Re: Imagen: An AI system that creates photorealistic images from input text

#24

i only have a passing curiosity in these projects personally. can someone in the field explain why this has exploded recently? there seems to be a lot of these tools released recently (text to image) was there a major breakthrough? a new idea that pushed everyone forward? a recent sharing of talent between groups? edit: just another thought, are they just being posted to HN now, i don't see a date on the page for whe…

It is now available to lay people by just typing into a website. Months ago it was rather „use this Jupyter notebook“. So people are now using it for more serious stuff.

For example, here is an RPG designer using Midjourney for illustrations: https://www.bastionland.com/2022/07/primeval-bastionland-pla...

Re: Imagen: An AI system that creates photorealistic images from input text

#26

i only have a passing curiosity in these projects personally. can someone in the field explain why this has exploded recently? there seems to be a lot of these tools released recently (text to image) was there a major breakthrough? a new idea that pushed everyone forward? a recent sharing of talent between groups? edit: just another thought, are they just being posted to HN now, i don't see a date on the page for whe…

[deleted]

Re: Imagen: An AI system that creates photorealistic images from input text

#28
These tools are amazing for prototyping. I had an idea for a promotional poster, and seeing my idea just by writing it felt like magic. The generated image had too many artifacts to use, but gave me a guideline to follow when creating the real thing in Pixlr.

AI content generation (text, image, source code, video, music) will be a huge boon for prototyping where applied judiciously.

Re: Imagen: An AI system that creates photorealistic images from input text

#29
post #11

Earlier quoted context omitted.

People are getting into "prompt-craft". People have also started pasting different AI tools together like putting these images into CogVideo[0] to generate actual videos (takes ages and usually the length of a gif currently). Others have realized you can run these images through GANs to make faces look extremely convincing I think "what's next" is fitting these tools together in a larger system [0] https://replicate.…

Ok I’m just going to list ideas, feel free to add more * Text to 3d model * Text to video clip * Illustrations for newspapers * Generating pictures for food menus * Generating a music video from a song * Generating pictures or even an entire movie for a book * Interior design ideas * Product design ideas I have noticed that leveraging these tools isn’t easy. It requires a fair bit of creativity to come up with the pr…

> Generating pictures for food menus

This is what I've been doing for any recipes[0] that don't have pictures with pretty good result.

[0] www.reciped.io ex: https://www.reciped.io/recipes/mushroom-and-onion-pizza/

Post reply on HN