用极少参数实现高效增量学习,适合移动端部署。
RECAST: Reparameterized, Compact weight Adaptation for Sequential Tasks
- 通过共享权重模板+少量系数实现参数压缩
- 仅需不到50个可训练参数,性能领先3%
- 无需预训练,适配多种模型架构
增量学习旨在以极低计算开销适应新类别。现有方法虽比全网微调高效,但仍需数十万至百万级任务专属参数,难以在边缘设备等资源受限场景使用。为此,我们提出RECAST:一种重参数化、紧凑的序列任务权重适配方法。该方法将层权重分解为共享模板与极少数模块专用缩放系数,仅需调整系数即可完成任务重参数化,保持模板冻结。其核心创新是名为神经模拟的权重重建流程,无需从头预训练,可高保真复现预训练权重,快速适配任意模型规模与结构。跨六大数据集的实验证明,RECAST在多种规模、架构和参数空间下均领先当前最优水平达3%。此外,其架构无关性支持与现有方法无缝集成,进一步提升性能。
原文摘要 · Abstract (English)
Incremental learning aims to adapt to new sets of categories over time with minimal computational overhead. Prior work often addresses this task by training efficient task-specific adaptors that modify frozen layer weights or features to capture relevant information without affecting predictions on previously learned categories. While these adaptors are generally more efficient than finetuning the entire network, they still require tens to hundreds of thousands of task-specific trainable parameters even for relatively small networks, making it challenging to operate on resource-constrained environments with high communication costs like edge devices or mobile phones. Thus, we propose Reparameterized, Compact weight Adaptation for Sequential Tasks (RECAST), a novel method that dramatically reduces task-specific trainable parameters to fewer than 50 - several orders of magnitude less than competing methods like LoRA. RECAST accomplishes this efficiency by learning to decompose layer weights into a soft parameter-sharing framework consisting of shared weight templates and very few module-specific scaling factors or coefficients. This soft parameter-sharing framework allows for effective task-wise reparameterization by tuning only these coefficients while keeping templates frozen.A key innovation of RECAST is the novel weight reconstruction pipeline called Neural Mimicry, which eliminates the need for pretraining from scratch. This allows for high-fidelity emulation of existing pretrained weights within our framework and provides quick adaptability to any model scale and architecture. Extensive experiments across six datasets demonstrate RECAST outperforms the state-of-the-art by up to 3% across various scales, architectures, and parameter spaces Moreover, we show that RECAST's architecture-agnostic nature allows for seamless integration with existing methods, further boosting performance.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。