2 comments

  • Scene_Cast21 hour ago
    IIRC the original author of the Lottery Ticket Hypothesis now disavows that idea.<p>One intuitive way of looking at it is like so - let&#x27;s say that you have a gaussian-looking plot. You want to fit a gaussian. You have a stupid simple model where you can slide your gaussian left and right.<p>If your initial starting point happens to be roughly within range, great, your optimizer will take care of it for you and slide it into the correct place. If you&#x27;re too far, too bad, no meaningful gradient.<p>Instead, neural nets give you the option to spawn a gaussian anywhere you please. In this case, no sliding is necessary, but it comes at a heavy parametrization cost.
    • getnormality13 minutes ago
      A while ago a lot of the discussion about overparametrization was about explaining &quot;double descent&quot;, the observation that test error doesn&#x27;t descend monotonically and actually hits a local maximum around the point where the model has just enough parameters to interpolate the data. My favorite article about double descent looks at this in terms of splines [1]. If I can try to summarize that article: when you are designing a parametrized model to fit to data, you have a choice. You can either:<p>1. Avoid overparametrization by design. Manually create or choose a space of functions that has limited degrees of freedom by construction.<p>2. Accept overparametrization and regularize.<p>The latter tends to be more robust, because of the bitter lesson. It&#x27;s not practical to manually design an ideal, on-demand, just-right limited-parameter model for every dataset we are presented with. The best way to approach that ideal, it turns out, is really to just let the computer figure it out via high-dimensional regularized search over an overparametrized space.<p>Statisticians started moving in favor of overparametrization long before deep learning got off the ground. This trend dates back at least to the machine learning bible, Elements of Statistical Learning (2001).<p>[1] <a href="https:&#x2F;&#x2F;mlu-explain.github.io&#x2F;double-descent2&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mlu-explain.github.io&#x2F;double-descent2&#x2F;</a>
    • WithinReason29 minutes ago
      How is this view inconsistent with the lottery ticket hypothesis?
  • TestINGNG35 minutes ago
    [dead]