旧数据可用时,持续训练比重训快2.7倍且精度不降
Same accuracy, twice as fast: continuous training surpasses retraining from scratch
- 利用旧模型和旧数据做持续学习,避免从头训练
- 组合优化方法实现最高2.7倍计算效率提升
- 适合需要快速迭代、资源受限的视觉任务场景
持续学习旨在让模型在不丢失旧知识的前提下适应新数据,传统方法常假设旧数据不可用。但在实际应用中,新旧数据往往都可访问。此时通常需丢弃旧模型并从头训练新模型,计算成本高。我们提出评估框架,量化此类方法的计算节省,同时保持或超越从头训练性能。研究发现初始化、正则化、数据选择与超参数是关键优化点,每项均可显著降低计算开销。针对各点提出有效初阶方法,组合后在多个计算机视觉任务中实现最高2.7倍的计算时间缩减,凸显该方向的潜力。
原文摘要 · Abstract (English)
Continual learning aims to enable models to adapt to new datasets without losing performance on previously learned data, often assuming that prior data is no longer available. However, in many practical scenarios, both old and new data are accessible. In such cases, good performance on both datasets is typically achieved by abandoning the model trained on the previous data and re-training a new model from scratch on both datasets. This training from scratch is computationally expensive. In contrast, methods that leverage the previously trained model and old data are worthy of investigation, as they could significantly reduce computational costs. Our evaluation framework quantifies the computational savings of such methods while maintaining or exceeding the performance of training from scratch. We identify key optimization aspects -- initialization, regularization, data selection, and hyper-parameters -- that can each contribute to reducing computational costs. For each aspect, we propose effective first-step methods that already yield substantial computational savings. By combining these methods, we achieve up to 2.7x reductions in computation time across various computer vision tasks, highlighting the potential for further advancements in this area.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。