great! Also maybe think about the Tradeoff between scaling and incremental improvements, in case your perspective is, that LLM´s also always approximate the data set and therefore memorize rather than any "emergent capabilities". So that ChatGPT also does "only" curve fitting.
I am student who is pursuing a degree in ai and we want more of your videos for even simplest of the concepts in ai, trust me this channel will be a huge deal in the near future, good luck!!
At first I thought "oh, another random video explaining the same basics and not adding anything new", but I was so wrong. It's an incredibly clear explanation of diffusion, and the start with the basic makes the full picture much clearer. Thank you for the video!
To know more of an advanced technical perspective you could join this server where we research and study on all forms of ai aspecialy generative ai prompting, theoretical ways to run computation of ai neutral networks and tandems such as quantum networks. We help also suggest and invent theoretical applications of the ai and also ways in which to enhance the systems ect.
I enjoyed the presentation for these aspects as well. My learning experience at university was similar to his approach so it made understanding the content very easy.
kinda sorry to my professors and seniors but this is the single best explanation of logics behind each models. About dozen min vid > 2 years of confusion in univ
Yeah, it's great, but you also gotta understand that it's easier to digest such a great video after learning machine learning for some time. I learned machine learning 1,5 years ago and now I relearn it and everything seems so easy, while it was so confusing during my education at uni
Such an underrated video, I love how you went from the basic concepts to complex ones and didn't just explain how it works but also the reason why other methods are not as good/efficient. I will definitely be looking forward to more of your content!
Holy shit, at 11:03 I suddenly realised what you were cooking! I've been trying to find a way to articulate this interesting relationship between autoregression and diffusion for ages (my thesis developed diffusion models for tabular data). This is such a brilliantly-visualised and intuitively explained video! Well done. And the classifier-free guidance explanation you threw in at the end has got to be some of the most high-ROI intuition pumping I've seen on UA-cam.
This is seriously one of the best explainer videos i've ever seen. I've spent a long time trying to understand diffusion models and not a single video has come close to this one
This is a great explanation on how image decoders work. I haven't seen this approach and narrative direction yet. This now makes my reference for explaining it to people that got no idea.!
The way you tell the story is fantastic! I am surprised that all AI/ML books are so terrible at didactics. We should always start at the intuition, the big picture, the motivation. The math comes later when the intuition is clear.
I have seen the "math-first, intuition later or never" approach in a lot of teaching. High school and college math, physics and programming classes are rife with this approach. I agree it's sub-optimal for most students. I have some vague ideas about why this approach perpetuates itself and I have seen a lot of gatekeeping around learning in a bottom up way. It's lovely to see some educators like AlgorithmicSiplicity and Three Blue One Brown break things down in much more intuitive way that then allows us to understand the maths.
@@dustinandrews89019I think the main reason is time. Most university courses are 8 weeks in my case and there simply isn't enough time to explain all the details in theory behind electronics or math for example. My learning is terrible when I am just given a formula for a particular problem, it's useless to me. Instead I end up spending days understanding who came up with the formula and why before I derive it myself and then I will never forget it since it becomes part of my intuition. Another reason I've noticed is sadly lack of deeper understanding from some teachers. They themselves only memoriesed the solution for the problem but they don't really fully understand the problem or the solution, in my opinion they are unfit for teaching. A teacher should never be worried about a student asking why.
I have trained my own diffusion models and it required me to do a deep dive of the literature. This is hands down the best video on the subject and covers so much helpful context that makes understanding diffusion models so much easier. I applaud your hard work, you have earned a subscriber!
This is a beautiful work of explanation. You show why diffusion is better than the autoregression by deconstructing autoregression and gradually adding optimisations and ideas to end up with a basic diffusion model. (which is also meta, as deconstruction and reconstruction is what these networks do to learn too!)
watched this after reading the 2017 distill blogpost on Feature Visualisation. Extremely helpful in filling in the gaps of parts of the process that went over my head. Thank you!
what an amazing explanation! world needs more "from first principles" explanations for everything, but for that we need people that understand in the first place. you are doing a huge service.
This has been on my watch later for 3 months. Finally got to watching it, glad I did. This is an exceptional explanation of the technologies at play here.
I have a graduate degree in this shit and this is by far the clearest explanation of diffusion I've seen. Have you thought about doing a video running over the NN Zoo? I've used that as a starting point for lectures on NN and people seem to really connect with that paradigm
You truly understand how to simplify... to engage our imagination... to employ naive thought or ideas to make comparisons to bring across a deeper more core principles and concepts to make the subject for more easier to grasp and get an intuition for. Algorithmic Simplicity indeed... thank you for your style of presentation and teaching. love it love it... you make me know what question I want to ask but didn't know I wanted to ask. UA-cam needs your contribution in ML education. please don't forget that.
This is refreshing to watch in a sea of people who don't know what they're talking about and decide to make "educational" videos on the subject anyways. The simplifications are often harmful.
Insightful video! I'd like to point out that generating images auto-regressively is also a feasible approach and has been done in multiple techniques, most notable in DALL-E 1. However, auto-regression happens in a compressed latent space instead of in the pixel space.
I finally understand how models like Stable Diffusion work now! I tried understanding them before but got lost at the equation (17:50), but this video describes that equation very simply. Thank you!
Thank you for the explanation. I already knew a little bit about diffusion but this is exactly the way I'd hope to learn. Start from the simplest examples(usually historical) and progresivelly advance, explaining each optimisation!
Great video! One interesting point about diffusion models that I haven't seen discussed enough is that the noising process can be replaced with other (even deterministic!) image degradation transforms. See the 2022 paper by Bansal et. al, "Cold Diffusion." For example, they train a model using an "animorph" transform that interpolates between training images and random images from an animal photo dataset. Models trained on these quirky transforms still give very decent results.
Absolutely agreed, that paper is amazing. Also recently there was a paper using upscaling/downscaling as the information degrading transformation and it seemed to achieve very good results ( arxiv.org/abs/2404.02905 ).
A person with very less background can understand what he describes here.. commenting to make youtube so it gets recommended for other .. wonderful video! really good one
This is a great video. I have watched videos in the past (years ago) talk about auto-regression and more lately talk about diffusion. But it's nice to see why and how there was such a jump between the two. Amazing! However, I feel this video is a little incomplete when there was no mention of the enhancer model that "cleans up" the final generated image. This enhancing model is able to create a larger image while cleaning up the six fingers gen AI is so famous for. While not technically a part of the diffusion process (because it has no random noise) it is a valuable addition to image gen if anyone is trying to build their own model.
I think it would help to mention that the auto-regressors may be viewing the image as a sequence of pixels (RGB vectors). Overall excellent video, extremely intuitive.
In general, auto-regressors do not view images as a sequence. For example, PixelCNN uses convolutional layers and treats inputs as 2d images. Only sequential models such as recurrent neural networks would view the image as a sequence.
bruh, I loved your contents. Other channel/video usually explain general knowledge that can be easily found on internet. But you're going deeper to the intrinsic aspects of how the stuff works. This video, and one of your video about transformer, are really good.
Very good video. I get to konw the straigforward reason: why diffusion idea emerges and why diffusion is intrinsically better than autogression algorithm.
Excellente vidéo, les explications sont claires et parfaitement imagées. Les concepts et les idées clés sont bien ammenés et forment un cheminement entièrement cohérent, ce qui aide vraiment à suivre facilement. Le contenu est très complet. Merci et encore Bravo !
Great explanation!👍👍, I personally would like to see a video observing all major types of neural nets with their distinctions, specifics, advantages, disadvantages etc. the author explains very well 👏👏
Very good job. My suggestion is that you explain more about how it actually works, that the model learns to understand complete sceneries just from text prompts. This could fill its own video. Also it would be very nice to have a video about Diffusion Transformers like OpenAIs Sora probably is. Also it could be great to have a Video about the paper "Learning in High Dimension Always Amounts to Extrapolation". best wishes
Thanks for the suggestions, I was planning to make a video about why neural networks generalize outside their training set from the perspective of algorithmic complexity. That paper "Learning in High Dimension Always Amounts to Extrapolation" essentially argues that the interpolation vs extrapolation distinction is meaningless for high dimensional data, and I agree, I don't think it is worth talking about interpolation/extrapolation at all when explaining neural network generalization.
@@algorithmicsimplicity yes true. It would be great also because this links back to the LLM´s discussions, wether scaling up Transformers actually brings up "emergent capabilities", or if this is simple and less magical explainable by extrapolation. Or in other words: either people tend to believe, that Deep Learning Architectures like Transformers only approximating their training data set, or people tend to believe, that seemingly unexplainable or unexpected capabilities emerge while scaling. I believe, that extrapolation alone explains really good why LLM´s work so well, especially when scaled up AND that LLM´s "just" approximate their training data (curve fitting). This is why i brought this up ;)
audio is mentioned very briefly in 0:24, would love to have a video showing how text can be transformed not into pictures, but audio of songs... and somehow get us guitar solos, saxaphone, standup comedy routines, etc... I'm thinking of the wild stuff we see on udio or suno
Udio and Suno don't say publicly how their models work, but there are basically 2 approaches to generating audio: 1) is you use an encoder module to map sound waves into a sequence of discrete tokens, and then training an auto-regressive transformer on those tokens. 2) is you just apply diffusion to the frequency spectrogram of the audio (use Fourier transform to convert sound waves into frequency images, then do diffusion in exactly the same way as image diffusion). In either case, the generative mechanism is identical to the auto-regression or diffusion covered in this video, so I don't feel like its worth covering separately. If there's anything unique to audio that you are aware of, I would be interested in hearing it.
I like to think of ML as a funky calculator. Instead of a calculator where you give it inputs and an operation and it gives you an output, you give it inputs and outputs and it gives you an operation. You said it's like curve fitting, which is the same thing, but I like thinking the words funky calculator because why not
Hands down the best video that explains how these models work. I love that you explain these topics in a way that resembles how the researchers created these models. Your video shows the thinking process behind these models, combined with great animated examples, it is so easy to understand. You really went all out. Only if youtube promoted these kinds of videos instead of brainrot low quality videos made by inexperienced teenagers.
Amazing video ! First time I saw it explained in such a comprehensible way :D. I was really wondering from where the idea of diffusion came from. Thanks for this explanation. I'm still not sure how the fact that predicting the noise at each steps gets away with the issue mentioned for auto-regression. Like would the model not just output the average noise seen during training like the auto-regressor would the average ?
The model outputs the average of valid labels for the input. At the early stages of generation, the input is almost entirely noise. At this point, there is only one valid label for the noise (which is essentially just the input itself). Later on, as the image becomes clearer, there is more uncertainty in what the noise label is, so the model will average over possible noise values. But the average of a bunch of different nose is just the zero vector (more generally the canter of the normal distribution from which they are sampled). And the zero vector is itself a valid noise input. So when you average a bunch of noise, the result is still within the noise distribution. When you average a bunch of images you get a blurry mess (which is not part of the valid image distribution).
I haven't seen a better explanation or intuition of the diffusion process anywhere ! Do you teach a course online ? Because this paired with actual exercises would make the best Stable Diffusion course. Cheers, b
I did a teach a physical course at my university, but unfortunately it is not available online. If you are want practical exercises about diffusion, I would highly recommend the fast.ai course by Jeremy Howard ( course.fast.ai/Lessons/part2.html ).
Thank you very much. I enjoyed the first part, the first 10 seconds. After, there are too any shortcuts in the explanations that I struugled to understand and be able to explain it again to myself. Still, I subscribed. As for suggestions for other videos, I'll check whether you have explained the U-Net already. If not I'd appreciate to have the same kind of explanation about it.
Next video will be on Mamba/SSM/Linear RNNs!
great! Also maybe think about the Tradeoff between scaling and incremental improvements, in case your perspective is, that LLM´s also always approximate the data set and therefore memorize rather than any "emergent capabilities". So that ChatGPT also does "only" curve fitting.
I am student who is pursuing a degree in ai and we want more of your videos for even simplest of the concepts in ai, trust me this channel will be a huge deal in the near future, good luck!!
Well take my subscription then!!1111
From where did you learn, all these also have to tried to code for the same?
At first I thought "oh, another random video explaining the same basics and not adding anything new", but I was so wrong. It's an incredibly clear explanation of diffusion, and the start with the basic makes the full picture much clearer. Thank you for the video!
You should check the rest of his videos. All are of sublime quality
> makes the full picture much clearer
hehe did it help denoise
I mean it's a bit over simplified...
Diffusion these days for example could implement any number of methods.
To know more of an advanced technical perspective you could join this server where we research and study on all forms of ai aspecialy generative ai prompting, theoretical ways to run computation of ai neutral networks and tandems such as quantum networks. We help also suggest and invent theoretical applications of the ai and also ways in which to enhance the systems ect.
This genius only makes videos occassionally, that are not to be missed.
absolutely true
Man I love the fact that you present the fundamental idea with an Intuitionistic approach, and then discuss the optimization.
I enjoyed the presentation for these aspects as well. My learning experience at university was similar to his approach so it made understanding the content very easy.
kinda sorry to my professors and seniors but this is the single best explanation of logics behind each models. About dozen min vid > 2 years of confusion in univ
Yeah, it's great, but you also gotta understand that it's easier to digest such a great video after learning machine learning for some time. I learned machine learning 1,5 years ago and now I relearn it and everything seems so easy, while it was so confusing during my education at uni
Such an underrated video, I love how you went from the basic concepts to complex ones and didn't just explain how it works but also the reason why other methods are not as good/efficient.
I will definitely be looking forward to more of your content!
The clearest and most concise explanation of diffusion model I've seen so far. Well done.
I really appreciate you taking the time to explain the motive for an approach rather than just explaining how it works.
Holy shit, at 11:03 I suddenly realised what you were cooking! I've been trying to find a way to articulate this interesting relationship between autoregression and diffusion for ages (my thesis developed diffusion models for tabular data). This is such a brilliantly-visualised and intuitively explained video! Well done. And the classifier-free guidance explanation you threw in at the end has got to be some of the most high-ROI intuition pumping I've seen on UA-cam.
This is a much better explanation than the diffusion paper itself. They just went all around variational inference to get the same result!
This is seriously one of the best explainer videos i've ever seen. I've spent a long time trying to understand diffusion models and not a single video has come close to this one
This is literally the best explanation of the diffusion models I have ever seen.
This is a great explanation on how image decoders work. I haven't seen this approach and narrative direction yet.
This now makes my reference for explaining it to people that got no idea.!
The way you tell the story is fantastic! I am surprised that all AI/ML books are so terrible at didactics. We should always start at the intuition, the big picture, the motivation. The math comes later when the intuition is clear.
I have seen the "math-first, intuition later or never" approach in a lot of teaching. High school and college math, physics and programming classes are rife with this approach. I agree it's sub-optimal for most students. I have some vague ideas about why this approach perpetuates itself and I have seen a lot of gatekeeping around learning in a bottom up way. It's lovely to see some educators like AlgorithmicSiplicity and Three Blue One Brown break things down in much more intuitive way that then allows us to understand the maths.
@@dustinandrews89019I think the main reason is time. Most university courses are 8 weeks in my case and there simply isn't enough time to explain all the details in theory behind electronics or math for example. My learning is terrible when I am just given a formula for a particular problem, it's useless to me. Instead I end up spending days understanding who came up with the formula and why before I derive it myself and then I will never forget it since it becomes part of my intuition.
Another reason I've noticed is sadly lack of deeper understanding from some teachers. They themselves only memoriesed the solution for the problem but they don't really fully understand the problem or the solution, in my opinion they are unfit for teaching. A teacher should never be worried about a student asking why.
I have trained my own diffusion models and it required me to do a deep dive of the literature. This is hands down the best video on the subject and covers so much helpful context that makes understanding diffusion models so much easier. I applaud your hard work, you have earned a subscriber!
You realize these models contain their dataset, right? And that’s the only way they can work.
This is a beautiful work of explanation. You show why diffusion is better than the autoregression by deconstructing autoregression and gradually adding optimisations and ideas to end up with a basic diffusion model. (which is also meta, as deconstruction and reconstruction is what these networks do to learn too!)
watched this after reading the 2017 distill blogpost on Feature Visualisation. Extremely helpful in filling in the gaps of parts of the process that went over my head. Thank you!
This dude just helped me understand what I couldn't From reading a couple of papers.
what an amazing explanation! world needs more "from first principles" explanations for everything, but for that we need people that understand in the first place. you are doing a huge service.
This is an amazing quality video! The best conceptual video on diffusion in AI I've ever seen.
Thanks for making it!
I'd love to see you cover RNNs.
This has been on my watch later for 3 months. Finally got to watching it, glad I did. This is an exceptional explanation of the technologies at play here.
Great explanation. Please keep making more videos
I have a graduate degree in this shit and this is by far the clearest explanation of diffusion I've seen. Have you thought about doing a video running over the NN Zoo? I've used that as a starting point for lectures on NN and people seem to really connect with that paradigm
You truly understand how to simplify... to engage our imagination... to employ naive thought or ideas to make comparisons to bring across a deeper more core principles and concepts to make the subject for more easier to grasp and get an intuition for. Algorithmic Simplicity indeed... thank you for your style of presentation and teaching. love it love it... you make me know what question I want to ask but didn't know I wanted to ask. UA-cam needs your contribution in ML education. please don't forget that.
This is refreshing to watch in a sea of people who don't know what they're talking about and decide to make "educational" videos on the subject anyways. The simplifications are often harmful.
This is actually one of the best if not the best deep learning related video on UA-cam
Thanks for your efforts
Great video....already waiting for your next video
Never knew youtube could give random suggestion to videos like these. This was mind blowing. The way you teach is work of art.
Bro casually drops some of the most high quality machine learning contents out there.
Some2 really brought out some good channels
This is by far the best explanation out there
Insightful video! I'd like to point out that generating images auto-regressively is also a feasible approach and has been done in multiple techniques, most notable in DALL-E 1. However, auto-regression happens in a compressed latent space instead of in the pixel space.
I finally understand how models like Stable Diffusion work now! I tried understanding them before but got lost at the equation (17:50), but this video describes that equation very simply. Thank you!
Kudos for an incredibly intuitive explanation! Really loved the visual representations too!!
A very good job, I have deepened my understanding of generative AI
wow, this is such an amazing resource. I'm glad I stuck around. This is literally the first time this is all making sense to me.
Thank you for the explanation. I already knew a little bit about diffusion but this is exactly the way I'd hope to learn. Start from the simplest examples(usually historical) and progresivelly advance, explaining each optimisation!
This must be one of the best and concise explanations I've seen!
Great video! One interesting point about diffusion models that I haven't seen discussed enough is that the noising process can be replaced with other (even deterministic!) image degradation transforms. See the 2022 paper by Bansal et. al, "Cold Diffusion." For example, they train a model using an "animorph" transform that interpolates between training images and random images from an animal photo dataset. Models trained on these quirky transforms still give very decent results.
Absolutely agreed, that paper is amazing. Also recently there was a paper using upscaling/downscaling as the information degrading transformation and it seemed to achieve very good results ( arxiv.org/abs/2404.02905 ).
A person with very less background can understand what he describes here.. commenting to make youtube so it gets recommended for other ..
wonderful video! really good one
subbed 👍👍 keep bringing more technical videos i love em
This is a great video. I have watched videos in the past (years ago) talk about auto-regression and more lately talk about diffusion. But it's nice to see why and how there was such a jump between the two. Amazing! However, I feel this video is a little incomplete when there was no mention of the enhancer model that "cleans up" the final generated image. This enhancing model is able to create a larger image while cleaning up the six fingers gen AI is so famous for. While not technically a part of the diffusion process (because it has no random noise) it is a valuable addition to image gen if anyone is trying to build their own model.
nice explanation of diffusion process apart from classic physics driven intuition.Great work!!!
Best explanation video on diffusion, hats off.
This has helped me so much wrapping my head around this whole subject!
Thank you for now, and the future!
The best explanation I have found on the internet so far. 👍
This video is better than go to the MIT for machine learning degree. Man this is gold, thank you so much
This channel is gold, I'm glad I've randomly stumbled across one of your vids
I think it would help to mention that the auto-regressors may be viewing the image as a sequence of pixels (RGB vectors). Overall excellent video, extremely intuitive.
In general, auto-regressors do not view images as a sequence. For example, PixelCNN uses convolutional layers and treats inputs as 2d images. Only sequential models such as recurrent neural networks would view the image as a sequence.
@@algorithmicsimplicity of course, but I feel mentioning it may help with intuition as you’re walking through pixel by pixel image generation
You answered so many questions I had in my head. That’s the coolest explanation video I’ve ever seen!
Wow, it requires really deep understanding and a lot of work to make videos this clear that are also so correct and insightful. Very impressive!
Such a clear video, I was researching this before it was well documented in videos like these. Liked and subscribed!
So glad this came across my recommended feed! Fantastic explanation and definitely cleared up a lot of confusion I had around diffusion models.
Awesome video! I would love to see a video about graph neural networks
Very clear and concise explanation, bravo!
this is insane. I feel bad for getting this level of content for free
bruh, I loved your contents. Other channel/video usually explain general knowledge that can be easily found on internet. But you're going deeper to the intrinsic aspects of how the stuff works. This video, and one of your video about transformer, are really good.
I really enjoyed this video!! took a lot of notes while watching it too. you have a god tier ability to explain concepts in an easy to follow way
Very good video. I get to konw the straigforward reason: why diffusion idea emerges and why diffusion is intrinsically better than autogression algorithm.
The best explanation I've seen. Great work.
You’re him 🙌🏽. Thank you so much. Getting this kind of information or well explanation is not easy with all the “BREAKING AI NEWS !😮‼️” on UA-cam now.
Excellente vidéo, les explications sont claires et parfaitement imagées. Les concepts et les idées clés sont bien ammenés et forment un cheminement entièrement cohérent, ce qui aide vraiment à suivre facilement. Le contenu est très complet. Merci et encore Bravo !
Great explanation!👍👍, I personally would like to see a video observing all major types of neural nets with their distinctions, specifics, advantages, disadvantages etc. the author explains very well 👏👏
Bro, this is amazing!!! Your explanation is so clear, like it
If there will be a longer version of this video, it might be worth mentioning VAE as well.
Thanks for the suggestion.
Very good job.
My suggestion is that you explain more about how it actually works, that the model learns to understand complete sceneries just from text prompts.
This could fill its own video.
Also it would be very nice to have a video about Diffusion Transformers like OpenAIs Sora probably is.
Also it could be great to have a Video about the paper "Learning in High Dimension Always Amounts to Extrapolation".
best wishes
Thanks for the suggestions, I was planning to make a video about why neural networks generalize outside their training set from the perspective of algorithmic complexity. That paper "Learning in High Dimension Always Amounts to Extrapolation" essentially argues that the interpolation vs extrapolation distinction is meaningless for high dimensional data, and I agree, I don't think it is worth talking about interpolation/extrapolation at all when explaining neural network generalization.
@@algorithmicsimplicity yes true. It would be great also because this links back to the LLM´s discussions, wether scaling up Transformers actually brings up "emergent capabilities", or if this is simple and less magical explainable by extrapolation.
Or in other words: either people tend to believe, that Deep Learning Architectures like Transformers only approximating their training data set, or people tend to believe, that seemingly unexplainable or unexpected capabilities emerge while scaling.
I believe, that extrapolation alone explains really good why LLM´s work so well, especially when scaled up AND that LLM´s "just" approximate their training data (curve fitting). This is why i brought this up ;)
audio is mentioned very briefly in 0:24, would love to have a video showing how text can be transformed not into pictures, but audio of songs... and somehow get us guitar solos, saxaphone, standup comedy routines, etc... I'm thinking of the wild stuff we see on udio or suno
Udio and Suno don't say publicly how their models work, but there are basically 2 approaches to generating audio: 1) is you use an encoder module to map sound waves into a sequence of discrete tokens, and then training an auto-regressive transformer on those tokens. 2) is you just apply diffusion to the frequency spectrogram of the audio (use Fourier transform to convert sound waves into frequency images, then do diffusion in exactly the same way as image diffusion). In either case, the generative mechanism is identical to the auto-regression or diffusion covered in this video, so I don't feel like its worth covering separately. If there's anything unique to audio that you are aware of, I would be interested in hearing it.
Such a perfect video! Thanks for the good work. Please keep doing it.
Thanks for taking the time and effort of making and sharing these videos and Your knowledge.
Kudos and best regards
Wow, fantastic video. Such clear explanations. I learned a great deal from this. Thank you so much!
I like to think of ML as a funky calculator. Instead of a calculator where you give it inputs and an operation and it gives you an output, you give it inputs and outputs and it gives you an operation.
You said it's like curve fitting, which is the same thing, but I like thinking the words funky calculator because why not
nice explanations, although, i've already knew about diffusion. examples from simplest to final diffusion -- were a really nice touch.
Hands down the best video that explains how these models work. I love that you explain these topics in a way that resembles how the researchers created these models. Your video shows the thinking process behind these models, combined with great animated examples, it is so easy to understand. You really went all out. Only if youtube promoted these kinds of videos instead of brainrot low quality videos made by inexperienced teenagers.
Thanks for this amazing video. Did you create the images / animations using the Adobe product or these are outputs from the code?
The entire video was created using python code (both Manim and my own animation library).
Boah what a good explanation. I alwa6was wondering how these big NN like chatgpt and dalle are working. Thank you
I really liked this conclusion
Makes perfect sense! Perfect kind of tutorial! :)
Excellent video and explanation!!
Great video. Love the pacing and how you distiled the material into such an easy to watch video. Great job!
This was a good watch, thank you :)
Great visualisation! Good job!
Maybe next video on LoRA or ControlNet ?
Great suggestions, I will put them on my TODO list.
+1 for LoRA
very nice visual explanations
I had a good idea how diffusion models work but I still learned a lot from this video. Thanks!
Fantastic explanation. Very intuitive
WONDERFUL EXPLANATION!
-> PLEASE PEOPLE HOLD PATIENCE UNTIL MINUTE 7:40 🤯
This statement “Art can be reduced to a curve fitting exercise” is extremely undermining and also what has become the current art-world.
This is the video I didn't know I needed
Very nicely and simply explained! Keep it up
Amazing video ! First time I saw it explained in such a comprehensible way :D. I was really wondering from where the idea of diffusion came from. Thanks for this explanation.
I'm still not sure how the fact that predicting the noise at each steps gets away with the issue mentioned for auto-regression. Like would the model not just output the average noise seen during training like the auto-regressor would the average ?
The model outputs the average of valid labels for the input. At the early stages of generation, the input is almost entirely noise. At this point, there is only one valid label for the noise (which is essentially just the input itself). Later on, as the image becomes clearer, there is more uncertainty in what the noise label is, so the model will average over possible noise values. But the average of a bunch of different nose is just the zero vector (more generally the canter of the normal distribution from which they are sampled). And the zero vector is itself a valid noise input. So when you average a bunch of noise, the result is still within the noise distribution. When you average a bunch of images you get a blurry mess (which is not part of the valid image distribution).
I would recommend reading about active inference to possibly understand the role of generative models in intelligence.
Great video and amazing content quality!
Wow, that was a fantastic explanation.
Brilliant explanation. Thank you very much
It was too easy understanding👌🏻👌🏻
👍Nice explanation 👍
Cover how OpenAI 01 likely works with existing code example / options for each step.
Amazing content I now want to implement this
What are you using in order to make this visualizations? Great video
I am using a mix of Manim (for rendering LaTeX) and my own 3d renderer written in Pytorch.
I haven't seen a better explanation or intuition of the diffusion process anywhere !
Do you teach a course online ?
Because this paired with actual exercises would make the best Stable Diffusion course.
Cheers,
b
I did a teach a physical course at my university, but unfortunately it is not available online. If you are want practical exercises about diffusion, I would highly recommend the fast.ai course by Jeremy Howard ( course.fast.ai/Lessons/part2.html ).
For those who don't know this is why AI art has more fingers or can be seen to have parts that merge together
Thank you very much.
I enjoyed the first part, the first 10 seconds.
After, there are too any shortcuts in the explanations that I struugled to understand and be able to explain it again to myself. Still, I subscribed.
As for suggestions for other videos, I'll check whether you have explained the U-Net already. If not I'd appreciate to have the same kind of explanation about it.