-
Good morning, I have been using avalanche on my dataset for a while (10k images divided into 66 classes) using a pre-trained resnet50 as I would like to implement new instances and, above all, new classes scenarios, however the trainings performed so far have been rather discouraging. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
SMALL DATASET: about 600 images divided into 6 classes LWF strategy
|
Beta Was this translation helpful? Give feedback.
-
Hi @caesar753, regularization strategies are known to suffer significant forgetting in class-inc scenarios. Those you mentioned are also not necessarily easy to parametrize. You can take a look at those baselines in case your data is similar: https://github.com/ContinualAI/continual-learning-baselines I suggest to start with replay-based methods for better results at least to validate your setting / data! |
Beta Was this translation helpful? Give feedback.
-
SMALL DATASET: about 600 images divided into 6 classes EWC strategy
|
Beta Was this translation helpful? Give feedback.
Hi @caesar753, regularization strategies are known to suffer significant forgetting in class-inc scenarios. Those you mentioned are also not necessarily easy to parametrize. You can take a look at those baselines in case your data is similar: https://github.com/ContinualAI/continual-learning-baselines
I suggest to start with replay-based methods for better results at least to validate your setting / data!