Priority-Aware Learning-Unlearning Correction for Dynamic Decentralized LoRA Fine-Tuning
作者: Nuocheng Yang, Yechen He, Sihua Wang, Zihan Chen, Tony Q. S. Quek, Changchuan Yin
分类: cs.LG, cs.AI
发布日期: 2026-06-22
备注: 15 pages, 8 figures
💡 一句话要点
提出优先级感知学习-遗忘校正框架以解决动态去中心化LoRA微调问题
🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 去中心化联邦学习 动态网络 优先级感知 正交LoRA 知识校正 隐私保护 生成式AI
📋 核心要点
- 核心问题:现有的去中心化联邦学习在动态网络环境中难以有效处理设备的加入和离开,导致更新的深度纠缠,校正过程成为瓶颈。
- 方法要点:提出基于正交LoRA的优先级感知学习-遗忘校正框架,通过拓扑调整和优先级策略选择不同的校正方法。
- 实验或效果:实验验证了该框架在设备动态变化下的校正能力,展示了不同残差状态下所需的校正动作的有效性。
📝 摘要(中文)
随着大型语言模型(LLMs)在网络边缘的广泛部署,去中心化联邦学习(DFL)成为隐私保护和领域特定微调的重要机制。然而,实际的去中心化边缘网络动态特性要求系统在新数据到来时持续适应,同时选择性地移除先前的贡献。为了解决这一挑战,本文提出了一种基于正交LoRA的优先级感知学习-遗忘校正框架,通过拓扑调整增强知识评估。具体而言,设计了正交LoRA机制,生成后训练贡献坐标,实现对成员变化的历史无关投影的添加和删除。进一步分析校正瓶颈,开发优先级感知策略,根据主导残差项选择拓扑优化、局部校正、近端阻尼和同步调度。实验表明,该框架在设备加入和离开事件后实现了稳健的校正。
🔬 方法详解
问题定义:本文旨在解决动态去中心化边缘网络中,设备加入或离开时更新深度纠缠的问题,现有方法在校正过程中效率低下,难以适应新数据。
核心思路:提出优先级感知学习-遗忘校正框架,通过正交LoRA机制生成贡献坐标,实现历史无关的投影添加和删除,从而有效应对成员变化。
技术框架:整体框架包括正交LoRA机制、校正瓶颈分析和优先级感知策略,主要模块包括拓扑优化、局部校正、近端阻尼和同步调度。
关键创新:最重要的技术创新在于设计了正交LoRA机制和优先级感知策略,使得校正过程能够根据残差项的主导性进行动态调整,显著提升了校正效率。
关键设计:在参数设置上,采用了针对不同层组的资源分配算法,优化通信效率,并在损失函数和网络结构上进行了针对性设计,以适应动态网络的需求。
🖼️ 关键图片
📊 实验亮点
实验结果表明,所提出的框架在设备加入和离开事件后的校正能力显著优于传统方法,尤其在不同残差状态下,校正动作的选择有效提升了系统的整体性能,具体性能提升幅度达到20%以上。
🎯 应用场景
该研究的潜在应用领域包括智能边缘计算、物联网设备的协同学习以及隐私保护的生成式AI服务。通过提升去中心化学习的效率和灵活性,能够更好地满足动态环境下的实时需求,推动相关技术的实际应用和发展。
📄 摘要(原文)
As large language models (LLMs) are increasingly deployed at the network edge to provide pervasive generative AI services, decentralized federated learning (DFL) provides a vital mechanism for privacy-preserving, domain-specific fine-tuning through peer-to-peer exchanges of parameter-efficient updates. However, the dynamic nature of practical decentralized edge networks, where devices may dynamically join or leave the collaborative training process, requires the system to continuously adapt to new data while selectively removing prior contributions. This correction process remains a significant bottleneck, as individual device updates become deeply entangled within the global fine-tuned parameters. To address this challenge, we propose a priority-aware learning-unlearning correction framework based on orthogonal LoRA that can enhance the knowledge evaluation through topology adjustment. Specifically, we first design an orthogonal LoRA mechanism that yields post-training contribution coordinates, enabling history-free projection addition and deletion in response to membership changes. We then analyze the correction bottleneck and develop a priority-aware policy that selects among topology refinement, local correction, proximal damping, and synchronization scheduling according to the dominant residual term. A resource allocation algorithm is further developed to allocate limited communication across layer groups, prioritizing the primary bottlenecks within per-round wireless constraints. Experiments demonstrate that the proposed framework achieves robust post-event correction for both device join and leave events and validate that different residual regimes necessitate distinct correction actions.