G-U-N / ECCV22-FOSTER

The official implementation for ECCV22 paper: "FOSTER: Feature Boosting and Compression for Class-Incremental Learning" in PyTorch.
MIT License
51 stars 4 forks source link

logits #17

Open XIAsdafafasf opened 5 months ago

XIAsdafafasf commented 5 months ago

Mentioned in the paper:Through this scaling strategy, the absolute value of logits for old categories is reduced, and the absolute value of logits for new ones is enlarged, thus forcing the model Ft to produce larger logits for old categories and smaller logits for new categories. Why can a reduction in the absolute value of logits of the old class force the model Ft to produce a larger logits of the old class❓