LGAIJun 22

Priority-Aware Learning-Unlearning Correction for Dynamic Decentralized LoRA Fine-Tuning

arXiv:2606.2287815.4
Predicted impact top 17% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For decentralized edge LLM fine-tuning, this work addresses the practical bottleneck of adapting to membership changes while maintaining model quality.

The paper tackles the challenge of dynamically correcting decentralized LoRA fine-tuning when devices join or leave, proposing a priority-aware framework using orthogonal LoRA for history-free updates. Experiments show robust correction for both join and leave events, with different residual regimes requiring distinct actions.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes