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.
@harshvardhanv38736 ай бұрын
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!!
@QuantenMagier6 ай бұрын
Well take my subscription then!!1111
@atishayjain11415 ай бұрын
From where did you learn, all these also have to tried to code for the same?
@doku73356 ай бұрын
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!
@gonfpv6 ай бұрын
You should check the rest of his videos. All are of sublime quality
@pvic69595 ай бұрын
> makes the full picture much clearer hehe did it help denoise
@MinoriMirari-fans5 ай бұрын
I mean it's a bit over simplified...
@MinoriMirari-fans5 ай бұрын
Diffusion these days for example could implement any number of methods.
@MinoriMirari-fans5 ай бұрын
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.
@Paplu-i5t9 ай бұрын
This genius only makes videos occassionally, that are not to be missed.
@justanotherbee77779 ай бұрын
absolutely true
@jupiterbjy6 ай бұрын
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
@talkingbirb2808Ай бұрын
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
@user-my3dd4lu2k7 ай бұрын
Man I love the fact that you present the fundamental idea with an Intuitionistic approach, and then discuss the optimization.
@paperxplane13 ай бұрын
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.
@rafa_br346 ай бұрын
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!
@yqisq69666 ай бұрын
The clearest and most concise explanation of diffusion model I've seen so far. Well done.
@RicardoRamirez-dr6gc6 ай бұрын
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
@jasdeepsinghgrover24706 ай бұрын
This is a much better explanation than the diffusion paper itself. They just went all around variational inference to get the same result!
@erfanasgari215 ай бұрын
This is literally the best explanation of the diffusion models I have ever seen.
@jamesking24393 ай бұрын
I really appreciate you taking the time to explain the motive for an approach rather than just explaining how it works.
@pw72256 ай бұрын
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.
@dustinandrews890196 ай бұрын
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.
@fog12575 ай бұрын
@@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.
@GianlucaTruda6 ай бұрын
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 KZbin.
@Jack-gl2xw6 ай бұрын
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!
@Real-HumanBeing5 ай бұрын
You realize these models contain their dataset, right? And that’s the only way they can work.
@santiagoarce56724 ай бұрын
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!)
@gnorts_mr_alien3 ай бұрын
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.
@Veptis6 ай бұрын
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.!
@poipoi3005 ай бұрын
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.
@nasseral-bess5645 ай бұрын
This is actually one of the best if not the best deep learning related video on KZbin Thanks for your efforts
@shivamkaushik66376 ай бұрын
Never knew youtube could give random suggestion to videos like these. This was mind blowing. The way you teach is work of art.
@chloefourte34134 ай бұрын
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!
@jcorey3339 ай бұрын
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.
@HD-Grand-Scheme-Unfolds6 ай бұрын
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. KZbin needs your contribution in ML education. please don't forget that.
@themodernshoe24665 ай бұрын
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.
@leeris192 ай бұрын
This is by far the best explanation out there
@Gabr1elStarkКүн бұрын
This video really explains diffusion very clearly and the animation is really intuitive.
@TTminh-wh8me4 ай бұрын
Bro casually drops some of the most high quality machine learning contents out there.
@justanotherbee77779 ай бұрын
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
@MeriaDuck6 ай бұрын
This must be one of the best and concise explanations I've seen!
@chocobelly2 ай бұрын
This dude just helped me understand what I couldn't From reading a couple of papers.
@Frdyan6 ай бұрын
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
@riddhimanmoulick34075 ай бұрын
Kudos for an incredibly intuitive explanation! Really loved the visual representations too!!
@project_sayo5 ай бұрын
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.
@karlnikolasalcala82086 ай бұрын
This channel is gold, I'm glad I've randomly stumbled across one of your vids
@TheTwober5 ай бұрын
The best explanation I have found on the internet so far. 👍
@pseudolimao6 ай бұрын
this is insane. I feel bad for getting this level of content for free
@epiphenomenon4 ай бұрын
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.
@algorithmicsimplicity4 ай бұрын
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 ).
@JordanMetroidManiac6 ай бұрын
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!
@wormjuice77725 ай бұрын
This has helped me so much wrapping my head around this whole subject! Thank you for now, and the future!
@mattshannon51115 ай бұрын
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!
@Matyanson6 ай бұрын
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!
@akashmody99549 ай бұрын
Great video....already waiting for your next video
@banana_lemon_melon6 ай бұрын
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.
@benjamin67294 ай бұрын
Such a clear video, I was researching this before it was well documented in videos like these. Liked and subscribed!
@alenqquin45095 ай бұрын
A very good job, I have deepened my understanding of generative AI
@MichaelBrown-gt4qi5 ай бұрын
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.
@updated_autopsy_report6 ай бұрын
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
@yuelinxin36843 ай бұрын
Best explanation video on diffusion, hats off.
@londonl.58926 ай бұрын
So glad this came across my recommended feed! Fantastic explanation and definitely cleared up a lot of confusion I had around diffusion models.
@vineetgundecha787213 күн бұрын
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.
@TheParkitny3 ай бұрын
Great explanation. Please keep making more videos
@cust-qd8knАй бұрын
You answered so many questions I had in my head. That’s the coolest explanation video I’ve ever seen!
@siliconhawk4 ай бұрын
subbed 👍👍 keep bringing more technical videos i love em
@neonelll5 ай бұрын
The best explanation I've seen. Great work.
@1.41429 ай бұрын
Some2 really brought out some good channels
@arseniykuznetsov12654 ай бұрын
Very clear and concise explanation, bravo!
@sobhhi6 ай бұрын
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.
@algorithmicsimplicity6 ай бұрын
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.
@sobhhi6 ай бұрын
@@algorithmicsimplicity of course, but I feel mentioning it may help with intuition as you’re walking through pixel by pixel image generation
@kkordik5 ай бұрын
Bro, this is amazing!!! Your explanation is so clear, like it
@Keytotransition5 ай бұрын
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 KZbin now.
@李勇-x2s5 ай бұрын
Very good video. I get to konw the straigforward reason: why diffusion idea emerges and why diffusion is intrinsically better than autogression algorithm.
@ecla1416 ай бұрын
Awesome video! I would love to see a video about graph neural networks
@mrdr95346 ай бұрын
Thanks for taking the time and effort of making and sharing these videos and Your knowledge. Kudos and best regards
@istoleyourfridgecall9115 ай бұрын
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.
@julienducrey147211 күн бұрын
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 !
@iestynne6 ай бұрын
Wow, fantastic video. Such clear explanations. I learned a great deal from this. Thank you so much!
@kaushaljani8143 ай бұрын
nice explanation of diffusion process apart from classic physics driven intuition.Great work!!!
@agustinbs6 ай бұрын
This video is better than go to the MIT for machine learning degree. Man this is gold, thank you so much
@Yala_yala_joonom_yala6 күн бұрын
Such a perfect video! Thanks for the good work. Please keep doing it.
@RobotProctor6 ай бұрын
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
@anatolyr35898 ай бұрын
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 👏👏
@deep.space.125 ай бұрын
If there will be a longer version of this video, it might be worth mentioning VAE as well.
@algorithmicsimplicity5 ай бұрын
Thanks for the suggestion.
@oculuscat6 ай бұрын
Diffusion doesn't necessarily work better than auto-regression. The "Visual Autoregressive Modeling: Scalable Image Generation via Next-Scale Prediction" paper introduces an architecture they call VAR that upscales noise using an AR model and this currently out-performs all diffusion models in terms of speed and accuracy.
@xynonnersАй бұрын
at the cost of extreme amounts of complexity (the algorithm is nowhere near as elegant)
@WoWOmegorАй бұрын
Algorithmic simplicity is not a measure of success
@benjamindilorenzo8 ай бұрын
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
@algorithmicsimplicity8 ай бұрын
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.
@benjamindilorenzo8 ай бұрын
@@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 ;)
@aloufin2 ай бұрын
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
@algorithmicsimplicity2 ай бұрын
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.
@CodeMonkeyNo426 ай бұрын
Great video. Love the pacing and how you distiled the material into such an easy to watch video. Great job!
@xaidopoulianou65776 ай бұрын
Very nicely and simply explained! Keep it up
@Dmitrii-q6p6 ай бұрын
nice explanations, although, i've already knew about diffusion. examples from simplest to final diffusion -- were a really nice touch.
@abdelhakkhalil76846 ай бұрын
This was a good watch, thank you :)
@jalalghiasbeygi56094 ай бұрын
This statement “Art can be reduced to a curve fitting exercise” is extremely undermining and also what has become the current art-world.
@ArtOfTheProblem6 ай бұрын
great work
@snippletrap5 ай бұрын
Fantastic explanation. Very intuitive
@BooBar25215 ай бұрын
Boah what a good explanation. I alwa6was wondering how these big NN like chatgpt and dalle are working. Thank you
@iancallegariaragao9 ай бұрын
Great video and amazing content quality!
@not_a_human_being4 ай бұрын
Makes perfect sense! Perfect kind of tutorial! :)
@CppExpedition3 ай бұрын
WONDERFUL EXPLANATION! -> PLEASE PEOPLE HOLD PATIENCE UNTIL MINUTE 7:40 🤯
@ikechianyanwu89932 ай бұрын
I really liked this conclusion
@RezaJavadzadeh5 ай бұрын
such complete explanations, keep it up thank you
@Neo_Chen2 ай бұрын
This is the video I didn't know I needed
@sandipannath9588Ай бұрын
Thanks for this amazing video. Did you create the images / animations using the Adobe product or these are outputs from the code?
@algorithmicsimplicityАй бұрын
The entire video was created using python code (both Manim and my own animation library).
@vidishapurohit47095 ай бұрын
very nice visual explanations
@sanjeev.rao37916 ай бұрын
Wow, that was a fantastic explanation.
@ComunidadLATAMAIАй бұрын
Excellent video and explanation!!
@WierdGuy7343 ай бұрын
For those who don't know this is why AI art has more fingers or can be seen to have parts that merge together
@marcusbluestone28226 ай бұрын
Brilliant explanation. Thank you very much
@hmmmza9 ай бұрын
what a great rare content!
@MilesBellas6 ай бұрын
via Pi "Diffusion models and auto-regressive (AR) models are two popular approaches for generating images and other types of data. They differ in their fundamental techniques, generation time, and output quality. Here's a brief comparison: **Diffusion Models:** * Approach: Diffusion models are based on the idea of denoising images iteratively, starting from a noisy input and gradually refining it into a high-quality output. * Generation Time: Diffusion models are generally faster than AR models for image generation, especially when using optimizations like "asymmetric step" or Cascade models. * Output Quality: Diffusion models are known for generating high-quality and diverse images, especially when trained on large datasets like Stable Diffusion or DALL-E 2. They can capture various styles and generate coherent images with intricate details. **Auto-Regressive (AR) Models:** * Approach: AR models generate images pixel by pixel, conditioning each new pixel on previously generated pixels. This sequential approach makes AR models computationally expensive, especially for large images. * Generation Time: AR models tend to be slower than diffusion models due to their sequential nature. The generation time can be significantly longer for high-resolution images. * Output Quality: While AR models can produce high-quality images, they may struggle with capturing diverse styles or maintaining coherence across different image regions. They might require additional techniques, like classifier-free guidance or super-resolution, to achieve better results. In summary, diffusion models generally offer faster generation times and better output quality compared to AR models. However, both approaches have their strengths and limitations, and the choice between them depends on the specific use case, available computational resources, and desired generation speed and output quality."
@arnauds31613 ай бұрын
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 ?
@algorithmicsimplicity3 ай бұрын
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).
@Mhrn.Bzrafkn6 ай бұрын
It was too easy understanding👌🏻👌🏻
@zephilde6 ай бұрын
Great visualisation! Good job! Maybe next video on LoRA or ControlNet ?
@algorithmicsimplicity6 ай бұрын
Great suggestions, I will put them on my TODO list.