Kolmogorov Arnold Networks (KAN) Paper Explained - An exciting new paradigm for Deep Learning?

Поділитися
Вставка
  • Опубліковано 3 чер 2024
  • This is a paper breakdown video of the paper: Kolmogorov Arnold Networks, which brilliantly provides an alternative to standard Multi Layer Perceptrons. The video discusses the main contributions and core ideas of the paper, visually explaining the math, concepts, and challenges ahead.
    #deeplearning #machinelearning #neuralnetworks
    To access the animations, narration scripts, slides, notes, etc for the video, consider joining us on Patreon.
    Patreon: / neuralbreakdownwithavb
    Timestamps:
    0:00 - Intro
    1:03 - Kolmogorov Arnold Representation Theorem
    5:05 - KAN Layers
    8:00 - Comparisons
    9:00 - B-splines
    11:08 - Grid Extension, Sparsification, Continual Learning
    14:00 - KANs get the best of MLPs and Splines
    15:00 - Advantages and Challenges for KANs
    Check out the paper:
    arxiv.org/abs/2404.19756
    Check out code:
    kindxiaoming.github.io/pykan/... and
    github.com/KindXiaoming/pykan
  • Наука та технологія

КОМЕНТАРІ • 94

  • @avb_fj
    @avb_fj  19 днів тому +9

    At 7:10 there is a correction. The notations aren't consistent with the matrix shown at 5:44.
    x_1 will pass through phi_{11}, phi_{21},..., phi_{51}; and x_2 would pass through phi_{21}, phi_{22},...,phi_{52}.
    Basically, the activation functions should be labeled in this order: phi_{11}, phi{21}, phi{31}, phi{41}, phi{51}, phi_{21}, phi_{22}, phi_{32}, phi_{42}, phi_{52}
    Credit to @bat.chev.hug.0r for pointing it out!

  • @soumilyade1057
    @soumilyade1057 7 днів тому +3

    Simple and to-the-point explanation. You avoided the mathematical jargos cleverly.

  • @jayd8935
    @jayd8935 18 днів тому +11

    Even as a person who isn't great at math, your explanation was clear and helped me a lot in understanding this quite exciting paper! Thank you :)

  • @foramjoshi3699
    @foramjoshi3699 23 дні тому +17

    2:54 The example really helps me understand...this is an amazing and simple to understand KAN. Kudos to you!

  • @mrpocock
    @mrpocock 12 днів тому +2

    I get an itch in the back of my brain that KANs should be able to use some support-vector tricks. In particular, there should be a sub-set of training examples that support the learned splines, with the others being hit "well enough" by interpolation. It's kind of like learning the support vectors + kernel at the same time. It perhaps should be possible to train an independent KAN per minibatch with a really restricted number of free params, and use this to a) drop out the non-supporting training examples, and b) concat/combine the learned parameters recursively.

  • @darkhydrastar
    @darkhydrastar 19 днів тому +3

    Great work bud. I also appreciate your high quality sound and gentle voice.

  • @johnandersontorresmosquera1156
    @johnandersontorresmosquera1156 22 дні тому +5

    Excellent explanation, and great examples, thanks for sharing your knowledge !

  • @user-rx5pp3hh1x
    @user-rx5pp3hh1x 22 дні тому +17

    This is an excellent explanation of the paper (now i can ease into reading the paper). Learnable activations is new and exciting and most researchers would be kicking themselves saying, "why didn't I think of that?" The next step (for the authors of the paper) may be to work with "attention", because as far as we know, that's "all you need".

    • @avb_fj
      @avb_fj  22 дні тому +7

      Agreed! In theory, they could probably do some attention stuff when aggregating the outputs of the activation function at each layer. Instead of a regular addition, just do a (attention-)weighted addition. It'll be interesting to see for sure - Kolmogorov Arnold Attention Networks (KAAN) got a nice ring to it.
      That said, I think they should prioritize making it highly parallelizable and fast first.

    • @dead_d20dice67
      @dead_d20dice67 3 дні тому

      There have been attempts to make activation functions learnable. In my opinion, one of the most successful attempts is the radial basis function neural network. It's quite an interesting mechanism, but it is now considered outdated.

  • @ajk251
    @ajk251 20 днів тому +1

    Amazing video! Great explanation & visuals. I tried to read the paper, but couldn't fully grasp it. Your video really helped my understanding.

  • @braineaterzombie3981
    @braineaterzombie3981 21 день тому +3

    Wow. I am sold bro. This explaination was really good.

  • @AliKamel2004
    @AliKamel2004 20 днів тому +5

    Finally !!
    A clear explanation.
    Thanks bro 🇮🇶

  • @pladselsker8340
    @pladselsker8340 20 днів тому

    This is the best explanation of the theorem I've found so far. I think I understood most of it when going through the paper, but this has really solidified and clarified what the proof is about.

  • @julienroy6561
    @julienroy6561 21 день тому

    Wonderful overview, thanks!

  • @MengqiShi-el6cv
    @MengqiShi-el6cv 14 днів тому +1

    thank you! really good explanation and helps me a lot!

  • @alexeypankov8180
    @alexeypankov8180 23 дні тому +3

    this reminds me of harmonics in sound, where the function is one-dimensional (the strength of the sound depends on time), but we can say that a sound wave is also a complex function that consists of simpler functions, namely different frequencies or harmonics of the sound wave. I have this analogy in my head

    • @avb_fj
      @avb_fj  23 дні тому +2

      I think thats a fair analogy. I saw some stuff in Hackernews (news.ycombinator.com/item?id=40219205) where someone tried to implement a KAN layer on pytorch with Fourier coefficients (github.com/GistNoesis/FourierKAN/).

  • @fatau_sertaneja
    @fatau_sertaneja 19 днів тому +1

    I cannot believe I actually understood this! Thank you very much ❤️👏👏👏👏🇧🇷🇧🇷🇧🇷🇧🇷

  • @squarehead6c1
    @squarehead6c1 21 день тому

    Great presentation! Impressive!

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w 23 дні тому +2

    This is really well presented

  • @jeankunz5986
    @jeankunz5986 10 днів тому +1

    Great and simple explanation. Worthy of A. Karpathy
    😀

  • @theabc50111
    @theabc50111 20 днів тому

    Best explanation video I've watched!

  • @NS-ls2yc
    @NS-ls2yc 15 днів тому

    Thanks for the easy explanations

  • @epaillas
    @epaillas 21 день тому

    Great explanation, thanks for the video!

  • @sethjchandler
    @sethjchandler 10 днів тому

    Best explanation I’ve seen. Thanks.

  • @elonmax404
    @elonmax404 22 дні тому +2

    Great explanation

  • @Sunny-dl9yk
    @Sunny-dl9yk 6 днів тому

    excellent explanation! thank you!

  • @amirarsalanrajabi5171
    @amirarsalanrajabi5171 16 днів тому

    Awesome video! Thanks a lot 🙏

  • @MultiCraftTube
    @MultiCraftTube 20 днів тому

    Excellent explanation!

  • @SanthoshKammari-ug2gj
    @SanthoshKammari-ug2gj 2 дні тому

    Really clear explanation!!

  • @nikhiljoshi8171
    @nikhiljoshi8171 14 днів тому +1

    It was to the point explanation
    Thanks

  • @ramanshariati5738
    @ramanshariati5738 23 дні тому +1

    great video! loved it.

  • @Jai-tl3iq
    @Jai-tl3iq 21 день тому

    Good explanation, please continue to make more videos on neural nets.

  • @capablancastyle
    @capablancastyle 19 днів тому +2

    Muchas gracias por la explicación!!!

  • @nagakushalageeru135
    @nagakushalageeru135 6 днів тому +1

    Great video !

  • @rishiroy2476
    @rishiroy2476 17 днів тому

    AVB sir you are awesome.

  • @AdmMusicc
    @AdmMusicc 13 днів тому +2

    I loved your mathematic explanations! Thanks for this. Will sub to your patreon :)

    • @avb_fj
      @avb_fj  13 днів тому

      Awesome, thank you! Glad you enjoyed it.

    • @AdmMusicc
      @AdmMusicc 13 днів тому

      Do you plan on making long mathematical breakdowns and derivations of ML papers at some point in the future? An example of what I mean is something like the mathematical explanation of the diffusion model by "Outlier" UA-cam channel.
      The suggestion is basically to have 2 versions of some major ML topic. An overview like this video and another one that goes into a more deep dive of derivations and simplifying it.

    • @avb_fj
      @avb_fj  13 днів тому +1

      @@AdmMusicc Thanks for the suggestion, sounds like a good idea. I might consider doing more in-depth math videos in the future. Most of my videos right now focus on the more practical and intuitive aspects of ML algorithms with some visual cues and illustrations.

    • @AdmMusicc
      @AdmMusicc 13 днів тому

      @@avb_fj Thank you!

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

    Super explaination ❤❤

  • @ezl100
    @ezl100 17 днів тому +1

    great explanation thanks. I am just a bit confuse of what contains the learnable function at the edge level and how these local parameters are updated during the backpropagation phase. Thanks !

  • @jcugnoni
    @jcugnoni 15 днів тому +1

    Thank you for this great, extremely clear video. KAN network seem to be a much more sensible approach than MLP for physics as the basis function can be selected based on some prior knowledge of this field... But without GPU support it will be complicated to scale to large scale models.

  • @jonclement
    @jonclement 20 днів тому

    very clear. Subscribed. Question though. Your b-spline visualization showed it curving under itself -- but wouldn't this make it a non continuous function? (ie/ more then 1 output per x co-ord?)

  • @LearnAIWithRJ
    @LearnAIWithRJ 5 днів тому

    Awesome video. If possible make a video explaininb B splines in detail.😅

  • @ParthivShah
    @ParthivShah 16 днів тому +1

    it's really fascinatng.

  • @johnlennon2009nyc
    @johnlennon2009nyc 8 днів тому

    Thank you for your very clear explanation
    I have a question
    Please tell me about the formula at the bottom around 3:40.
    In this formula, isn't "Price" the result of adding all the prices in each row above?
    Or is “price” in this expression a vector?

    • @avb_fj
      @avb_fj  8 днів тому

      Thanks a lot!
      So in the dataset (like the Boston Housing Dataset) each row stands for one house/property with all of its different features and its price. And the task is to train a ML model that inputs the features (bedrooms/sq footage etc) and predicts the price. So basically the model can be used later when to predict prices when the price is “unknown” and the features are known. So yeah, we won’t be adding up prices from other rows because a) they are all for different houses, and b) they are the entity we wanna predict using those other attributes. Hope that answers the question!

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

      @@avb_fj Thank you for your reply I am so glad to see
      well, I think the data in the first and second rows of the Boston Housing Dataset are the input data for f1 and f2, respectively.
      Then, what exactly does "Price" on the left side of this equation contain?
      Or is the idea that only one line should be entered for one calculation?

  • @pzhao7615
    @pzhao7615 13 днів тому

    this is more than good

  • @trishitasamanta8107
    @trishitasamanta8107 20 днів тому

    Even though I am working on MLP in my present research work, it may be useful for my next project. nice explanation 👍😊

    • @avb_fj
      @avb_fj  20 днів тому

      Good to know! All the best for your research work!

  • @umarfarooque3687
    @umarfarooque3687 20 днів тому

    good explanation. can you show code with some kaggle data ?

  • @ps3301
    @ps3301 22 дні тому +2

    How does liquid neural network compare to kan ?

  • @RiteshBhalerao-wn9eo
    @RiteshBhalerao-wn9eo 9 днів тому +2

    Love the simplicity of explanation !

  • @simonstaro2075
    @simonstaro2075 17 днів тому

    Most important that is theoreticaly prooven formula of presentation of any multidemensional function. Kolmogorov- Arnold theorem plus control points of B-spline are basis for any continuous function. Training, speed and propagation are technical problems which should be solved.

  • @paaabl0.
    @paaabl0. 8 днів тому

    If you want to have an arbitrary complex b-spine in each node, does it mean you have an unbounded (dynamic) number of parameters?

    • @avb_fj
      @avb_fj  8 днів тому

      I think the degree of the b splines is a hyperparameter that is predetermined at the start of training. So no its not dynamic during training.
      That said, one can increase or decrease the number of control points of the splines after training (look at Grid Extension in the video or the paper) to create a new model with more/less complexity.

  • @galporgy
    @galporgy 18 днів тому

    So KAR = a kind of Fourier transform for nonperiodic, multivariate functions?

  • @Daydreamers0
    @Daydreamers0 4 дні тому

    It's not build of KA representation theorem but inspired from KA representation theorem

  • @bat.chev.hug.0r
    @bat.chev.hug.0r 19 днів тому +1

    Aren't indices of the $\phi$ functions inverted at 7:10 when you describe the KAN layer? I think $x_1$ should be passed through $\phi_{11}, \phi{21},...,\phi{51}$; and the same goes for $x_2$ ? Great video anyway! Thanks

    • @avb_fj
      @avb_fj  19 днів тому

      Great observation. You are correct. Thanks for pointing that out.

  • @carlbroker
    @carlbroker 23 дні тому +1

    Is there code implementation out there yet for us plebs to play with?

    • @avb_fj
      @avb_fj  23 дні тому +1

      Check out: kindxiaoming.github.io/pykan/intro.html and
      github.com/KindXiaoming/pykan

    • @carlbroker
      @carlbroker 23 дні тому +2

      @@avb_fj thank you so much! And, thank you for your breakdown of the math. HUGE anxiety trigger for me and your fantastic presentation skills did wonders for that.

    • @avb_fj
      @avb_fj  23 дні тому +4

      Thanks a lot for the kind words! Fwiw, I wrestle with math and notations all the time too!

    • @carlbroker
      @carlbroker 23 дні тому

      @@avb_fj You truly have a gift, thank you for sharing it with us.

  • @nicholaskomsa1777
    @nicholaskomsa1777 20 днів тому

    how do kans work on MNIST? Because MLP can do 92% test accuracy with around 20k connections, it should be easy for you to zip mnist through it and get a result?

  • @deliyomgam7382
    @deliyomgam7382 10 днів тому

    👍

  • @clivea99
    @clivea99 4 дні тому

    Reminds me of wavelets. But if it doesnt work for high D datasets it's not going to be any practical use.

  • @automatescellulaires8543
    @automatescellulaires8543 18 днів тому +1

    So basically, "promising results" on very simple function approximation. What about classifying the mnist digits? It's not even considered a meaningful test nowadays, but at least it shows that the method does work (on 28*28 dimensions). It doesn't take much time to test it.

  • @r_pydatascience
    @r_pydatascience 19 днів тому

    So it is just a summation of univariate regression equations and then passing them by an activation function.

    • @avb_fj
      @avb_fj  19 днів тому

      The univariate functions themselves are the trainable activation functions.

  • @skn123
    @skn123 22 дні тому

    The paper also talks about MNIST. How would a CNN be represented using Kan?

    • @avb_fj
      @avb_fj  21 день тому +1

      For starters, they will probably try to flatten the 28x28 images into a 784 length vector and run the current version of KAN on it. Similar to how standard MLPs train on images. To do a CNN-like implementation, they will have to do more stuff like summing up representations over a rolling window/kernel, which would probably be more in the future.

    • @braineaterzombie3981
      @braineaterzombie3981 21 день тому

      What was the accuracy of Kan model on mnist tho?

    • @avb_fj
      @avb_fj  21 день тому

      @@braineaterzombie3981 they didn’t trained one for the paper… I’m sure someone online must’ve already tried it after the paper and the repo published.

  • @kephas-media
    @kephas-media 19 днів тому

    Why does this sound like vector embedding (please note I've only seen small clips about vectors, so I don't know what I'm saying, just an observation)

    • @avb_fj
      @avb_fj  19 днів тому

      That’s true. Any vector representation of a data point is its embedding. The outputs of a KAN layer is indeed an embedding of the input. It just computes this embedding in a different way than MLPs.

  • @Adventure1844
    @Adventure1844 15 днів тому

    "If you want to find the secrets of the universe, think in terms of energy, frequency and vibration." Tesla

  • @JoelGreenyer
    @JoelGreenyer 10 днів тому

    Mmh, why is it good that all functions are univariate? Why not make bivariate functions based on bezier surfaces or few-variate hyper,-surfaces? They could pack some power of combining inputs to a higher degree, while retaining some advantageous of weight changes having local impact...

    • @avb_fj
      @avb_fj  10 днів тому

      I’m sure as time goes on, someone will try it to squeeze out more accuracy and performance out of KANs with multivariate functions. I guess philosophically it makes sense to keep them univariate because according to the Kolmogorov Arnold theorem, all multivariate functions is just adding up a bunch of univariate functions.

  • @tisfu17
    @tisfu17 19 днів тому +1

    "Can KAN or can't KAN" -> like and sub 😂

  • @nikbl4k
    @nikbl4k 11 днів тому

    its called "pascals triangle"

  • @llllllllllllllllllllIll
    @llllllllllllllllllllIll 8 днів тому

    KANs are cool but could you please give an example of where this can be used directly ina real world scenario based on your experience?

  • @NarkeEmpire
    @NarkeEmpire 8 днів тому

    Fffuuuuuuuu so it wasn't me the dumb one after all!!!

  • @georgekarniadakis5089
    @georgekarniadakis5089 16 днів тому

    KAN NOT beat MLPs....they do not beat SOTA MLPs and they are too slow! MLPscan use adaptive activation functions, see the work of Jagtap et al.

  • @googleyoutubechannel8554
    @googleyoutubechannel8554 11 днів тому +1

    I still don't understand why this paper is important. Yes, of course you can replace anything in an existing RNN style structure with some other type of function, yay. There are an innumerable number of arrangements and styles of things you could do to modify RNNs. Whee. I haven't seen a single example that shows why we should care about this particular arrangement, if KANs were good, they'd have more evidence than the very synthetic and useless examples in the paper.

    • @micknamens8659
      @micknamens8659 11 днів тому

      So you've read and fully understood the paper?

  • @petercrossley1069
    @petercrossley1069 4 дні тому

    Stop saying “less parameters”. It is “fewer parameters”.