Giter Site home page Giter Site logo

Comments (2)

QueuQ avatar QueuQ commented on July 30, 2024

In the appendix, I found the following grid-search for hyper-parameters, which I think is used in GCGL tasks too.

image

However, the GCGL datasets only contains less than 1000 samples per task, this means GEM is effectively storing the entire history of data for regularization purposes when n_memory is set to 1000 during hyper-param search, which I assume to have the best performance. However, this doesn't seem fair as it destroys the purpose of continual learning, but maybe you used different parameters for GCGL? I want to know the exact hyperparameter which is used for the evaluation of GEM-GCGL if possible.

image

Thank you Wei

Hi Wei,

Sorry for the misunderstanding. In our experiments, the memory size is set as 100.

One thing to mention is that larger memory may not always good for methods like GEM. Since GEM clips the gradient of the new tasks with the gradients calculated with data stored in memory, the larger the memory is, the less flexibility the model has for adapting to the new tasks, which may influence the performance on new tasks and the overall performance. When the buffered data contains some noisy examples or outliers, this adverse effect may be more significant. Therefore, there is a trade-off between the buffer size and the flexibility (capability to adapt to new tasks).

from cglb.

WeiWeic6222848 avatar WeiWeic6222848 commented on July 30, 2024

Thank you for the clarification about the hyperparameters, and yeah indeed, larger memory indeed makes the model less flexible. I think the effect is also more severe if the tasks are small. Thank you for the additional insight.

from cglb.

Related Issues (20)

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.