Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handling catastrophic forgetting for patch generation #1207

Open
monperrus opened this issue Apr 6, 2021 · 3 comments
Open

handling catastrophic forgetting for patch generation #1207

monperrus opened this issue Apr 6, 2021 · 3 comments

Comments

@monperrus
Copy link
Contributor

The R-Hero experiment has uncovered the existence of catastrophic forgetting problem for patch generation.

We will study how to overcome this problem.

(spinoff of #970 (comment))

@monperrus
Copy link
Contributor Author

Early attempts to mitigate catastrophic forgetting typically consisted of memory systems that store previous data and that regularly replay old samples interleaved with samples drawn from the newdata (Robins 1993, 1995), and these methods are still used today (Gepperth & Karaoguz 2015, Rebuffi et al. 2016).
page 8

Continual Lifelong Learning with Neural Networks:A Review
https://arxiv.org/pdf/1802.07569.pdf

Advanced techniques:

@monperrus
Copy link
Contributor Author

monperrus commented Apr 6, 2021

Found by João Ferreira @jff:

  • Serra, J., Suris, D., Miron, M. and Karatzoglou, A., 2018, July. Overcoming catastrophic forgetting with hard attention to the task. In International Conference on Machine Learning (pp. 4548-4557). PMLR.
    http://proceedings.mlr.press/v80/serra18a/serra18a.pdf

  • Li, X., Zhou, Y., Wu, T., Socher, R. and Xiong, C., 2019, May. Learn to grow: A continual structure learning framework for overcoming catastrophic forgetting. In International Conference on Machine Learning (pp. 3925-3934). PMLR.
    http://proceedings.mlr.press/v97/li19m/li19m.pdf

@monperrus
Copy link
Contributor Author

monperrus commented Apr 14, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant