yulu0724 / SDC-IL

Semantic Drift Compensation for Class-Incremental Learning (CVPR2020)
117 stars 34 forks source link

Semantic Drift Approximation Code #14

Open kuntoro-adi opened 3 years ago

kuntoro-adi commented 3 years ago

Hi,

Which part of the code compute the approximation of semantic drift compensation? I mean, equation (10) and (11) in the paper.

https://openaccess.thecvf.com/content_CVPR_2020/papers/Yu_Semantic_Drift_Compensation_for_Class-Incremental_Learning_CVPR_2020_paper.pdf

Thank you.

yulu0724 commented 2 years ago

Hi,

Which part of the code compute the approximation of semantic drift compensation? I mean, equation (10) and (11) in the paper.

https://openaccess.thecvf.com/content_CVPR_2020/papers/Yu_Semantic_Drift_Compensation_for_Class-Incremental_Learning_CVPR_2020_paper.pdf

Thank you.

You can find the approximation code here: https://github.com/yulu0724/SDC-IL/blob/master/test.py#L240-L244 with displacement function.