Paper: 2604.21927 Authors: Lucas Page, Luca Zancato, et al. Categories: cs.AI, cs.LG
Problem
Current CL benchmarks evaluate algorithms without considering how they’re fine-tuned. This leads to misleading conclusions:
- Different fine-tuning methods (full fine-tuning, LoRA, adapters) fundamentally change what the CL problem is
- Same benchmark + same algorithm = different conclusions depending on fine-tuning method
- Current research conflates “algorithm design” with “fine-tuning protocol”
Key Insight
The paper proposes that fine-tuning method choice IS part of the CL problem definition. Three regimes:
- Full Fine-tuning: All parameters updated → hardest CL problem
- LoRA/Adapters: Only low-rank matrices → easier but still non-trivial
- Prompt Tuning: Only soft prompts → nearly trivial for many tasks
Implications
| Fine-tuning Method | CL Problem | Research Focus |
|---|---|---|
| Full | Catastrophic forgetting | Algorithm design |
| LoRA | Task interference | Rank selection |
| Prompt | Template learning | Prompt engineering |
Same data, different conclusions! Benchmark conclusions depend on taskification.
Takeaways
- Fine-tuning method choice fundamentally changes the CL problem
- Researchers must specify fine-tuning protocols in benchmark evaluations
- “Best” algorithm may depend entirely on which fine-tuning regime you’re in
论文: 2604.21927 作者: Lucas Page, Luca Zancato等 分类: cs.AI, cs.LG
问题
当前的CL基准测试在评估算法时没有考虑微调方式。这导致了误导性的结论:
- 不同的微调方法(全量微调、LoRA、适配器)从根本上改变了CL问题
- 相同的基准 + 相同的算法 = 根据微调方法得出不同结论
- 当前研究混淆了”算法设计”与”微调协议”
关键洞察
论文提出,微调方法的选择本身就是CL问题定义的一部分。三个机制:
- 全量微调:所有参数更新 → 最难的CL问题
- LoRA/适配器:仅更新低秩矩阵 → 更容易但仍非平凡
- Prompt Tuning:仅软提示 → 对许多任务几乎trivial
启示
| 微调方法 | CL问题 | 研究重点 |
|---|---|---|
| 全量 | 灾难性遗忘 | 算法设计 |
| LoRA | 任务干扰 | 秩选择 |
| Prompt | 模板学习 | Prompt工程 |
相同数据,不同结论!基准测试结论取决于任务化方式。
要点总结
- 微调方法的选择从根本上改变了CL问题
- 研究人员必须在基准测试评估中明确微调协议
- “最佳”算法可能完全取决于你处于哪种微调机制