Giter VIP home page Giter VIP logo

Comments (4)

cnguyen10 avatar cnguyen10 commented on June 2, 2024

Hi VespaLan,
The AMBL method is to model the parameters of the based model by a multivariate normal distribution with diagonal covariance matrix: w ~ p(w | theta), where: theta = (mean, std). To obtain theta, we need to initialize it, and then, train. In addition, the original paper included a hyper-prior: p(theta) - a normal-gamma distribution (usually seen in statistics due to conjugate prior) to regularize theta.
In my implementation, I was lazy to include this hyper-prior. What I did was to set the L2-regularization for theta in the optimizer. In this case, the hyper-prior is a "normal-normal" distribution. If you want to include th normal-gamma hyper-prior as stated in the original ABML paper, you can add it to the meta_loss right before the meta_loss.backward().
Let me know if you still have any further concerns about the implementation.

from few_shot_meta_learning.

ruinnlll avatar ruinnlll commented on June 2, 2024

Many thanks to your reply! I am new to the field of meta learning and that helps a lot. Yes I still have questions about the details. Here is my intuition of the implementation of the normal-gamma distribution and I wonder if it's correct: I found that in the paper alpha and beta were not updated as theta. So perhaps I just have to randomly sample these parameters for the initialization of theta? (Or I should sample it every time theta updates which makes it serve like a weight decay function.)

from few_shot_meta_learning.

cnguyen10 avatar cnguyen10 commented on June 2, 2024

Hi @VespaLan
I am not sure if I can understand you. The parameters a and b of the hyper-prior normal-gamma (alpha and beta in your case) are hyper-parameters, and those are chosen (see Table 4 in the Appendix of the ABML paper). To initialize theta, you can either sample from the hyper-prior, or sample randomly.

from few_shot_meta_learning.

ruinnlll avatar ruinnlll commented on June 2, 2024

Oh I didn't notice alpha and beta is given in the appendix... I see. Now I fully understood this . Thank you so much for the quick and helpful response!

from few_shot_meta_learning.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.