BriefGPT.xyz
Aug, 2024
基于预训练模型的高效类增量学习重放方法
An Efficient Replay for Class-Incremental Learning with Pre-trained Models
HTML
PDF
Weimin Yin, Bin Chen adn Chunzhao Xie, Zhenhao Tan
TL;DR
本研究解决了类增量学习中的灾难性遗忘问题,特别是在使用预训练模型的情况下。提出了一种新方法,通过仅保留每个类别的单个样本并应用简单的梯度约束,显著提高了学习性能。实验结果表明,所提方法在低计算成本下能达到竞争力的效果。
Abstract
In general
Class-Incremental Learning
, researchers typically use sample sets as a tool to avoid
Catastrophic Forgetting
during continuous learning. At the same time, researchers have also noted the differences be
→