Why Does Diffusion Work Better than Auto-Regression?

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 382

  • @algorithmicsimplicity
    @algorithmicsimplicity  9 місяців тому +284

    Next video will be on Mamba/SSM/Linear RNNs!

    • @benjamindilorenzo
      @benjamindilorenzo 8 місяців тому +2

      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.

    • @harshvardhanv3873
      @harshvardhanv3873 6 місяців тому +3

      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!!

    • @QuantenMagier
      @QuantenMagier 5 місяців тому +1

      Well take my subscription then!!1111

    • @atishayjain1141
      @atishayjain1141 5 місяців тому

      From where did you learn, all these also have to tried to code for the same?

  • @doku7335
    @doku7335 6 місяців тому +553

    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!

    • @gonfpv
      @gonfpv 5 місяців тому +7

      You should check the rest of his videos. All are of sublime quality

    • @pvic6959
      @pvic6959 5 місяців тому +4

      > makes the full picture much clearer
      hehe did it help denoise

    • @MinoriMirari-fans
      @MinoriMirari-fans 4 місяці тому

      I mean it's a bit over simplified...

    • @MinoriMirari-fans
      @MinoriMirari-fans 4 місяці тому

      Diffusion these days for example could implement any number of methods.

    • @MinoriMirari-fans
      @MinoriMirari-fans 4 місяці тому

      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-i5t
    @Paplu-i5t 9 місяців тому +68

    This genius only makes videos occassionally, that are not to be missed.

  • @user-my3dd4lu2k
    @user-my3dd4lu2k 7 місяців тому +174

    Man I love the fact that you present the fundamental idea with an Intuitionistic approach, and then discuss the optimization.

    • @paperxplane1
      @paperxplane1 3 місяці тому +1

      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.

  • @jupiterbjy
    @jupiterbjy 6 місяців тому +220

    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
      @talkingbirb2808 Місяць тому +1

      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

  • @rafa_br34
    @rafa_br34 6 місяців тому +32

    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!

  • @yqisq6966
    @yqisq6966 6 місяців тому +72

    The clearest and most concise explanation of diffusion model I've seen so far. Well done.

  • @jamesking2439
    @jamesking2439 3 місяці тому +3

    I really appreciate you taking the time to explain the motive for an approach rather than just explaining how it works.

  • @GianlucaTruda
    @GianlucaTruda 5 місяців тому +16

    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.

  • @jasdeepsinghgrover2470
    @jasdeepsinghgrover2470 6 місяців тому +50

    This is a much better explanation than the diffusion paper itself. They just went all around variational inference to get the same result!

  • @RicardoRamirez-dr6gc
    @RicardoRamirez-dr6gc 6 місяців тому +13

    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

  • @erfanasgari21
    @erfanasgari21 5 місяців тому +8

    This is literally the best explanation of the diffusion models I have ever seen.

  • @Veptis
    @Veptis 6 місяців тому +9

    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.!

  • @pw7225
    @pw7225 6 місяців тому +31

    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.

    • @dustinandrews89019
      @dustinandrews89019 5 місяців тому +8

      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.

    • @fog1257
      @fog1257 5 місяців тому

      ​​@@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.

  • @Jack-gl2xw
    @Jack-gl2xw 6 місяців тому +31

    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-HumanBeing
      @Real-HumanBeing 5 місяців тому

      You realize these models contain their dataset, right? And that’s the only way they can work.

  • @santiagoarce5672
    @santiagoarce5672 4 місяці тому +3

    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!)

  • @chloefourte3413
    @chloefourte3413 3 місяці тому +2

    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!

  • @chocobelly
    @chocobelly 2 місяці тому +2

    This dude just helped me understand what I couldn't From reading a couple of papers.

  • @gnorts_mr_alien
    @gnorts_mr_alien 3 місяці тому +2

    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.

  • @jcorey333
    @jcorey333 9 місяців тому +9

    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.

  • @themodernshoe2466
    @themodernshoe2466 5 місяців тому +2

    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.

  • @TheParkitny
    @TheParkitny 3 місяці тому +3

    Great explanation. Please keep making more videos

  • @Frdyan
    @Frdyan 5 місяців тому +7

    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

  • @HD-Grand-Scheme-Unfolds
    @HD-Grand-Scheme-Unfolds 6 місяців тому +9

    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.

  • @poipoi300
    @poipoi300 5 місяців тому +3

    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-bess564
    @nasseral-bess564 5 місяців тому +3

    This is actually one of the best if not the best deep learning related video on UA-cam
    Thanks for your efforts

  • @akashmody9954
    @akashmody9954 9 місяців тому +2

    Great video....already waiting for your next video

  • @shivamkaushik6637
    @shivamkaushik6637 5 місяців тому +1

    Never knew youtube could give random suggestion to videos like these. This was mind blowing. The way you teach is work of art.

  • @TTminh-wh8me
    @TTminh-wh8me 4 місяці тому +2

    Bro casually drops some of the most high quality machine learning contents out there.

  • @1.4142
    @1.4142 9 місяців тому +4

    Some2 really brought out some good channels

  • @leeris19
    @leeris19 2 місяці тому +2

    This is by far the best explanation out there

  • @vineetgundecha7872
    @vineetgundecha7872 7 днів тому

    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.

  • @JordanMetroidManiac
    @JordanMetroidManiac 6 місяців тому +2

    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!

  • @riddhimanmoulick3407
    @riddhimanmoulick3407 5 місяців тому +6

    Kudos for an incredibly intuitive explanation! Really loved the visual representations too!!

  • @alenqquin4509
    @alenqquin4509 5 місяців тому +3

    A very good job, I have deepened my understanding of generative AI

  • @project_sayo
    @project_sayo 5 місяців тому +2

    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.

  • @Matyanson
    @Matyanson 6 місяців тому +4

    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!

  • @MeriaDuck
    @MeriaDuck 5 місяців тому +2

    This must be one of the best and concise explanations I've seen!

  • @epiphenomenon
    @epiphenomenon 4 місяці тому +2

    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.

    • @algorithmicsimplicity
      @algorithmicsimplicity  4 місяці тому +1

      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 ).

  • @justanotherbee7777
    @justanotherbee7777 9 місяців тому +4

    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

  • @siliconhawk
    @siliconhawk 3 місяці тому +2

    subbed 👍👍 keep bringing more technical videos i love em

  • @MichaelBrown-gt4qi
    @MichaelBrown-gt4qi 5 місяців тому +1

    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.

  • @kaushaljani814
    @kaushaljani814 2 місяці тому +2

    nice explanation of diffusion process apart from classic physics driven intuition.Great work!!!

  • @yuelinxin3684
    @yuelinxin3684 3 місяці тому +2

    Best explanation video on diffusion, hats off.

  • @wormjuice7772
    @wormjuice7772 5 місяців тому +2

    This has helped me so much wrapping my head around this whole subject!
    Thank you for now, and the future!

  • @TheTwober
    @TheTwober 5 місяців тому +2

    The best explanation I have found on the internet so far. 👍

  • @agustinbs
    @agustinbs 6 місяців тому +2

    This video is better than go to the MIT for machine learning degree. Man this is gold, thank you so much

  • @karlnikolasalcala8208
    @karlnikolasalcala8208 6 місяців тому +5

    This channel is gold, I'm glad I've randomly stumbled across one of your vids

  • @sobhhi
    @sobhhi 6 місяців тому +3

    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.

    • @algorithmicsimplicity
      @algorithmicsimplicity  6 місяців тому +2

      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.

    • @sobhhi
      @sobhhi 6 місяців тому +1

      @@algorithmicsimplicity of course, but I feel mentioning it may help with intuition as you’re walking through pixel by pixel image generation

  • @cust-qd8kn
    @cust-qd8kn Місяць тому +1

    You answered so many questions I had in my head. That’s the coolest explanation video I’ve ever seen!

  • @mattshannon5111
    @mattshannon5111 5 місяців тому +2

    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!

  • @benjamin6729
    @benjamin6729 4 місяці тому +2

    Such a clear video, I was researching this before it was well documented in videos like these. Liked and subscribed!

  • @londonl.5892
    @londonl.5892 5 місяців тому +2

    So glad this came across my recommended feed! Fantastic explanation and definitely cleared up a lot of confusion I had around diffusion models.

  • @ecla141
    @ecla141 6 місяців тому +3

    Awesome video! I would love to see a video about graph neural networks

  • @arseniykuznetsov1265
    @arseniykuznetsov1265 4 місяці тому +2

    Very clear and concise explanation, bravo!

  • @pseudolimao
    @pseudolimao 6 місяців тому +23

    this is insane. I feel bad for getting this level of content for free

  • @banana_lemon_melon
    @banana_lemon_melon 6 місяців тому +2

    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.

  • @updated_autopsy_report
    @updated_autopsy_report 5 місяців тому +2

    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

  • @李勇-x2s
    @李勇-x2s 5 місяців тому +2

    Very good video. I get to konw the straigforward reason: why diffusion idea emerges and why diffusion is intrinsically better than autogression algorithm.

  • @neonelll
    @neonelll 5 місяців тому +2

    The best explanation I've seen. Great work.

  • @Keytotransition
    @Keytotransition 5 місяців тому +2

    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.

  • @julienducrey1472
    @julienducrey1472 5 днів тому +1

    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 !

  • @anatolyr3589
    @anatolyr3589 7 місяців тому +2

    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 👏👏

  • @kkordik
    @kkordik 5 місяців тому +2

    Bro, this is amazing!!! Your explanation is so clear, like it

  • @deep.space.12
    @deep.space.12 5 місяців тому +3

    If there will be a longer version of this video, it might be worth mentioning VAE as well.

  • @benjamindilorenzo
    @benjamindilorenzo 8 місяців тому +11

    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

    • @algorithmicsimplicity
      @algorithmicsimplicity  8 місяців тому +9

      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.

    • @benjamindilorenzo
      @benjamindilorenzo 8 місяців тому +3

      @@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 ;)

  • @aloufin
    @aloufin 2 місяці тому +2

    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

    • @algorithmicsimplicity
      @algorithmicsimplicity  2 місяці тому +2

      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.

  • @Yala_yala_joonom_yala
    @Yala_yala_joonom_yala 21 годину тому +1

    Such a perfect video! Thanks for the good work. Please keep doing it.

  • @mrdr9534
    @mrdr9534 6 місяців тому +2

    Thanks for taking the time and effort of making and sharing these videos and Your knowledge.
    Kudos and best regards

  • @iestynne
    @iestynne 6 місяців тому +2

    Wow, fantastic video. Such clear explanations. I learned a great deal from this. Thank you so much!

  • @RobotProctor
    @RobotProctor 6 місяців тому +3

    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

  • @Dmitrii-q6p
    @Dmitrii-q6p 6 місяців тому +1

    nice explanations, although, i've already knew about diffusion. examples from simplest to final diffusion -- were a really nice touch.

  • @istoleyourfridgecall911
    @istoleyourfridgecall911 5 місяців тому +1

    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.

  • @sandipannath9588
    @sandipannath9588 Місяць тому +1

    Thanks for this amazing video. Did you create the images / animations using the Adobe product or these are outputs from the code?

    • @algorithmicsimplicity
      @algorithmicsimplicity  Місяць тому

      The entire video was created using python code (both Manim and my own animation library).

  • @BooBar2521
    @BooBar2521 5 місяців тому +2

    Boah what a good explanation. I alwa6was wondering how these big NN like chatgpt and dalle are working. Thank you

  • @ikechianyanwu8993
    @ikechianyanwu8993 Місяць тому +1

    I really liked this conclusion

  • @not_a_human_being
    @not_a_human_being 4 місяці тому +1

    Makes perfect sense! Perfect kind of tutorial! :)

  • @ComunidadLATAMAI
    @ComunidadLATAMAI Місяць тому +1

    Excellent video and explanation!!

  • @CodeMonkeyNo42
    @CodeMonkeyNo42 6 місяців тому

    Great video. Love the pacing and how you distiled the material into such an easy to watch video. Great job!

  • @abdelhakkhalil7684
    @abdelhakkhalil7684 6 місяців тому +1

    This was a good watch, thank you :)

  • @zephilde
    @zephilde 6 місяців тому +3

    Great visualisation! Good job!
    Maybe next video on LoRA or ControlNet ?

  • @vidishapurohit4709
    @vidishapurohit4709 5 місяців тому +1

    very nice visual explanations

  • @anthonybernstein1626
    @anthonybernstein1626 6 місяців тому +3

    I had a good idea how diffusion models work but I still learned a lot from this video. Thanks!

  • @snippletrap
    @snippletrap 5 місяців тому +1

    Fantastic explanation. Very intuitive

  • @CppExpedition
    @CppExpedition 3 місяці тому +1

    WONDERFUL EXPLANATION!
    -> PLEASE PEOPLE HOLD PATIENCE UNTIL MINUTE 7:40 🤯

  • @jalalghiasbeygi5609
    @jalalghiasbeygi5609 4 місяці тому +1

    This statement “Art can be reduced to a curve fitting exercise” is extremely undermining and also what has become the current art-world.

  • @Neo_Chen
    @Neo_Chen Місяць тому +1

    This is the video I didn't know I needed

  • @xaidopoulianou6577
    @xaidopoulianou6577 6 місяців тому +1

    Very nicely and simply explained! Keep it up

  • @arnauds3161
    @arnauds3161 3 місяці тому +1

    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 ?

    • @algorithmicsimplicity
      @algorithmicsimplicity  3 місяці тому

      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).

  • @johnbolt2686
    @johnbolt2686 6 місяців тому

    I would recommend reading about active inference to possibly understand the role of generative models in intelligence.

  • @iancallegariaragao
    @iancallegariaragao 9 місяців тому +2

    Great video and amazing content quality!

  • @sanjeev.rao3791
    @sanjeev.rao3791 5 місяців тому +1

    Wow, that was a fantastic explanation.

  • @marcusbluestone2822
    @marcusbluestone2822 5 місяців тому +1

    Brilliant explanation. Thank you very much

  • @Mhrn.Bzrafkn
    @Mhrn.Bzrafkn 6 місяців тому +3

    It was too easy understanding👌🏻👌🏻

  • @AGIBreakout
    @AGIBreakout Місяць тому +1

    👍Nice explanation 👍
    Cover how OpenAI 01 likely works with existing code example / options for each step.

  • @simonpenelle2574
    @simonpenelle2574 5 місяців тому +1

    Amazing content I now want to implement this

  • @ralusek
    @ralusek 5 місяців тому +1

    What are you using in order to make this visualizations? Great video

    • @algorithmicsimplicity
      @algorithmicsimplicity  5 місяців тому

      I am using a mix of Manim (for rendering LaTeX) and my own 3d renderer written in Pytorch.

  • @behrampatel3563
    @behrampatel3563 3 місяці тому +1

    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

    • @algorithmicsimplicity
      @algorithmicsimplicity  3 місяці тому

      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 ).

  • @WierdGuy734
    @WierdGuy734 3 місяці тому +2

    For those who don't know this is why AI art has more fingers or can be seen to have parts that merge together

  • @khangvutien2538
    @khangvutien2538 6 місяців тому

    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.