NeurIPS 2020 Tutorial: Deep Implicit Layers

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 27

  • @liduque
    @liduque 28 дней назад

    Hi Zico, got to know you on 2024's NeurIPS MLNCP workshop, and wasn't familiar with DEQ until then. I'm very glad to have found this material. It's got everything: theory, simple examples, code implementation, supplementary material. Besides, I'm a big fan of the way the three of you convey your points, it's always very clear and adequate. Thank you!

  • @keraeduardo
    @keraeduardo 10 месяцев назад +1

    I am a graduate student in Physics. This video is clear, easy to follow and highly informative. Many thanks for making this video public! This is very helpful for me

  • @alicsir
    @alicsir Год назад +1

    Thanks for making this video public. The explanations are very intuitive and clear.

  • @alexeychernyavskiy4193
    @alexeychernyavskiy4193 4 года назад +11

    Thank you guys! Very solid video, and good tempo. You present the material with a smile in a very user-friendly manner, that's a rare delicacy :) I wish new successes for your trio in the coming year. Separate thank you for the website and the code! I think I will try to apply DEQ to image denoising.

  • @shashanks.k855
    @shashanks.k855 4 месяца назад +1

    Thank you for the presentation was really useful.

  • @gewang9770
    @gewang9770 2 года назад +1

    I like this tutorial very much!

  • @Kram1032
    @Kram1032 7 месяцев назад

    I wonder how much can be done here with stochastic continuous evaluations in the spirit of MCMC or recent "Walk on Stars" style evaluations, where you don't have any discretization error at all, but trade that off with some noise...

  • @kimchi_taco
    @kimchi_taco 4 года назад +3

    I learn a lot. Thank you very much. There are 2 questions about DEQ.
    1. Why does equilibrium point z* matter? How is z* better representation than any intermediate representation z_t?
    2. ALBERT is BERT but share the weight by all transformer layers. How DEQ save memory sounds like ALBERT computes the gradient of only last layer and update the "shared" weight. ALBERT actually computes all gradients of all layers and update the "shared" weight by average of gradients. Why does DEQ work even though it doesn't care of gradient of intermediate layer?

    • @zicokolter9110
      @zicokolter9110  4 года назад +3

      Thanks for the questions. For 1) this is mainly just an empirical issue, but in practice we do see that "deeper" networks (even in the weight-tied setting) do appear to work better, and thus the equilibrium point works best as the final representation (plus allowing efficient differentiation). 2) Yes, ALBERT would store all the intermediate activations, and compute gradients through the whole unrolled network. The idea of the DEQ model is that this is actually unnecessary, though, precisely via the implicit differentiation method we discuss in the tutorial.

  • @jiangao5652
    @jiangao5652 4 года назад +5

    This work is amazing! When I saw GPT-3 use 175 billion parameters to build a language model, just feel hopeless. It's more fair to compete state-of-the-art performance based on model complexity.

  • @vishwajitkumarvishnu3878
    @vishwajitkumarvishnu3878 3 года назад

    shouldn't the last partial differentiation at 54:00 in backward pass be d1(z*,x,theta) ? its written d2(z*,x,theta)

  • @sippy_cups
    @sippy_cups 4 года назад +2

    Awesome! Really well presented!

  • @elisim7
    @elisim7 3 года назад

    Great tutorial and notes!

  • @omarsharif4676
    @omarsharif4676 2 года назад +2

    Thank you for a very informative video. I have a very limited mathematics background and was wondering if there are any good resources to better understand the differentiation in ODE. Please let me know if have such resources if you see my comment.
    Cheers!

  • @khuongnguyenduy2156
    @khuongnguyenduy2156 3 года назад

    Thank you very much for sharing this amazing tutorial!

  • @ezamora1981
    @ezamora1981 4 года назад

    Very cool idea!! Congratulations! and thanks for the tutorial.

  • @kimchi_taco
    @kimchi_taco 4 года назад +2

    Awesome, but closed caption is little bit out sync. Could you sync it?

    • @zicokolter9110
      @zicokolter9110  4 года назад +3

      Thanks for pointing this out! We've re-uploaded them to properly sync. They should work correctly now.

  • @CristianGarcia
    @CristianGarcia 4 года назад

    Thanks for the tutorial!
    I have a question about the representations created by DEQs, in normal Deep Networks depth means you can compose features and deeper layers are supposed to have higher level representations, does the same story apply for DEQs or is there a similar way to understand its computation?

  • @ansha2221
    @ansha2221 4 года назад

    Thank you for sharing this.

  • @ezamora1981
    @ezamora1981 4 года назад

    Hi Zico Kolter, great work! ....What about the inference time of DEQs w.r.t DNNs? Are they similar? ...Another question Do you recommend to use JAX instead PyTorch or Tensorflow2?

    • @adrianbergesenfedaque8016
      @adrianbergesenfedaque8016 3 года назад

      Hi, I'm just getting started with DILs/DEQs but from what I can tell, their inference time tends to be x2 slower when compared to DNNs. Still, depending on your application it might not be important at all; e.g. in my case we are interested in processing requests on the minute, while a feed-forward DNN takes milliseconds to do inference, so doubling the milliseconds is not going to be a problem. In fact, our hope is that solving the optimization problem directly via this method will save time overall (compared to DNN + optimization algorithm).

  • @dominikklotz1035
    @dominikklotz1035 4 года назад

    Great Idea.

  • @DasGrosseFressen
    @DasGrosseFressen 4 года назад

    Really cool. One question though? What is the fuss about neural ODEs? Honestly, I think I am missing something. They look just as taking a fireing rate model as an RNN... What is the difference?

  • @강수현-b4c
    @강수현-b4c 4 года назад +1

    50:56

  • @CppExpedition
    @CppExpedition 3 года назад +1

    earned like + sub at min. 1.47

  • @rohullahalavi
    @rohullahalavi 3 года назад

    like