Live data from Hacker News

Viewing profile — benanne

benanne

HN member
Joined
Wed, Nov 28, 2012, 4:21 PM UTC
HN karma
619
Public activity
66 items

About benanne

Research Scientist at Google DeepMind.

https://sander.ai/

Recent public activity

  1. comment
    Comment #48055816

    Thanks for pointing this out! I'm not sure why, the files are still on my Dropbox, they must have changed the link format at some point? I've gone ahead and fixed them.

  2. comment
    Comment #48042542

    It kind of does! In the modern era of generative modelling, it seems like we rely on pre-training to capture the data distribution, and then on post-training (and various other tri…

  3. comment
    Comment #48042486

    I briefly covered that connection in an earlier blog post: https://sander.ai/2023/07/20/perspectives.html#flow ... but it's definitely something that might deserve a longer-form tr…

  4. story
  5. comment
    Comment #41440761

    I actually wrote down some thoughts about audio phase in a previous blog post: https://sander.ai/2020/03/24/audio-generation.html#motivatio... I have an example audio clip in there…

  6. comment
    Comment #41438519

    Sorry to hear that. My blog posts are intended to build intuition. I also write academic papers, which of course involves a different standard of rigour. Perhaps you'd prefer those…

  7. comment
    Comment #41437963

    I'm not sure if frequency decomposition makes sense for anything that's not grid-structured, but there is certainly evidence that there is positive "transfer" between generative mo…

  8. comment
    Comment #41437931

    Oof, you're not going to like this other blog post I wrote then :D https://sander.ai/2023/07/20/perspectives.html

  9. comment
    Comment #41433386

    Thanks for reading! Absolutely, I included a few references that explore that approach at the bottom of section 4 (last two paragraphs).

  10. comment
    Comment #41433264

    Thanks for reading! The paper that directly inspired this blog post actually investigates the latter (blurring as the corruption process): https://arxiv.org/abs/2206.13397

  11. comment
    Comment #41432761

    Thanks for reading! Check out subspace diffusion: https://arxiv.org/abs/2205.01490

  12. story
  13. comment
    Comment #39833735

    I've since moved on to work primarily on diffusion models, so I have a series of blog posts about that topic as well! - https://sander.ai/2022/01/31/diffusion.html is about the lin…

  14. story
  15. story
  16. comment
    Comment #12544345

    In Georgian, mother is "deda" and father is "mama", which lends further evidence to this :)

  17. comment
    Comment #12460496

    A nice property of the model is that it is easy to compute exact log-likelihoods for both training data and unseen data, so one can actually measure the degree of overfitting (whic…

  18. story
  19. story
  20. comment
    Comment #10536979

    Agreed. Theano has trouble dealing efficiently with very deeply nested graphs.

  21. comment
    Comment #10534466

    Why wouldn't this work in Theano? >>> import theano >>> import theano.tensor as T >>> state = theano.shared(1.0) >>> states = [] >>> for step in range(10): >>> state = state + stat…

  22. comment
    Comment #10534104

    Nobody forced us to open-source Lasagne, so I think that remark was a bit unfair. If we really didn't care about anything but graduating, why would we bother going through the trou…

  23. comment
    Comment #10254820

    I have some doubts about this. Deep learning moves fast and DBNs are pretty much outdated models, even for unsupervised pre-training. It doesn't make much sense to me that unsuperv…

  24. comment
    Comment #10021492

    I feel like this guide comes about 5 years too late - RBMs as density models have been shown to be relatively weak, except in the case of binary data. For continuous data, you can …

  25. comment
    Comment #9874150

    Not to my knowledge. For speech it should be sort of doable to get enough data to train a large net and then do inceptionism-style stuff with it. For music, gathering enough traini…