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

Question about the implementation of LwF #6

Closed
gqk opened this issue Nov 14, 2021 · 1 comment
Closed

Question about the implementation of LwF #6

gqk opened this issue Nov 14, 2021 · 1 comment

Comments

@gqk
Copy link

gqk commented Nov 14, 2021

Nice work!

I have a question about your implementation of LwF, it seems that there is a big gap between the data of LwF reported in your paper and the previous works (iCaRL and End-to-End Incremental Learning).

I also implement the LwF.MC introduced by iCaRL, and my results on CIFAR100 consistent with the data reported by iCaRL, there are also some other implementations, such as PODNet, it seems that PODNet uses the BCELoss, while I use the CrossEntropyLoss instead.

I read your code, the problem may lie in the loss in LwF.MC.

@gqk gqk closed this as completed Nov 21, 2021
@gqk
Copy link
Author

gqk commented Nov 21, 2021

Sorry, I wrongly think the data reported in the paper belongs to LwF.MC. In addition, I found that ft classification is actually performed on all 100 classes, the final performance reduces from 45% to 42% (10000 inversion iterations) after correcting the code.

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

No branches or pull requests

1 participant