Тёмный
Zico Kolter
Zico Kolter
Zico Kolter
Подписаться
Комментарии
@shashanks.k855
@shashanks.k855 Месяц назад
Thank you for the presentation was really useful.
@Kram1032
@Kram1032 4 месяца назад
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...
@keraeduardo
@keraeduardo 7 месяцев назад
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 10 месяцев назад
Thanks for making this video public. The explanations are very intuitive and clear.
@Pedritox0953
@Pedritox0953 2 года назад
Great video!
@omarsharif4676
@omarsharif4676 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!
@gewang9770
@gewang9770 2 года назад
I like this tutorial very much!
@CppExpedition
@CppExpedition 2 года назад
earned like + sub at min. 1.47
@rohullahalavi
@rohullahalavi 3 года назад
like
@elisim7
@elisim7 3 года назад
Great tutorial and notes!
@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)
@khuongnguyenduy2156
@khuongnguyenduy2156 3 года назад
Thank you very much for sharing this amazing tutorial!
@강수현-b4c
@강수현-b4c 3 года назад
50:56
@ansha2221
@ansha2221 3 года назад
Thank you for sharing this.
@alexeychernyavskiy4193
@alexeychernyavskiy4193 3 года назад
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.
@dominikklotz1035
@dominikklotz1035 3 года назад
Great Idea.
@ezamora1981
@ezamora1981 3 года назад
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 2 года назад
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).
@ezamora1981
@ezamora1981 3 года назад
Very cool idea!! Congratulations! and thanks for the tutorial.
@CristianGarcia
@CristianGarcia 3 года назад
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?
@jiangao5652
@jiangao5652 3 года назад
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.
@kimchi_taco
@kimchi_taco 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 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.
@kimchi_taco
@kimchi_taco 3 года назад
Awesome, but closed caption is little bit out sync. Could you sync it?
@zicokolter9110
@zicokolter9110 3 года назад
Thanks for pointing this out! We've re-uploaded them to properly sync. They should work correctly now.
@DasGrosseFressen
@DasGrosseFressen 3 года назад
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?
@sippy_cups
@sippy_cups 3 года назад
Awesome! Really well presented!
@yuhenghuang2131
@yuhenghuang2131 4 года назад
Nice talk, thank you!
@NerdyRodent
@NerdyRodent 4 года назад
Ah, the old single pixel attack...
@양훈민-z2y
@양훈민-z2y 4 года назад
Awesome. Can I get slides for this video?
@haiwenhuang9426
@haiwenhuang9426 4 года назад
Just found out that videos on RU-vid is much more stable than ICLR streaming.