Skip to content

Conversation

AlboAlby00
Copy link

I Implemented the SER (Strong Experience Replay) algorithm from the paper "Continual Learning with Strong Experience Replay" https://arxiv.org/pdf/2302.11346 .
It is a modified version of DER++, so my implementation of SER is strongly based on the DER++ implementation here on avalanche.
I plan to create a PR on continual-learning-baselines when I will be able to replicate the paper results.
On my partial experiments so far SER outperforms DER++ on the SMNIST and CIFAR10 benchmarks in a class incremental setup.

@AlboAlby00 AlboAlby00 marked this pull request as draft December 4, 2024 02:57
@AlboAlby00 AlboAlby00 marked this pull request as ready for review December 4, 2024 02:58
@AntonioCarta
Copy link
Collaborator

Hi, sorry for the late reply. The code looks ok. Did you reproduce the paper experiments? I'm not familiar with the paper so I can't evaluate if your implementation matches the paper exactly at the moment.

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

Successfully merging this pull request may close these issues.

2 participants