arXiv:2608.22188cs.LGcs.CL2026-08

深度分割导致模型性能崩溃,挑战了分布式大模型微调的常见假设。

Unveiling the Depth-Performance Dilemma in Split-Federated Fine-tuning of LLMs

论文配图:Unveiling the Depth-Performance Dilemma in Split-Federated Fine-tuning of LLMs
图 1 · 摘自论文原文
  • 将模型深度分拆到客户端与服务器,提升效率但牺牲性能。
  • 深度越深,吞吐量和隐私性越好,但性能却急剧下降并趋于平缓。
  • 发现注意力坍塌是根本原因,适用于研究分布式训练的团队。

Split Federated Fine-tuning(SFF)通过将大语言模型(LLM)的深度分配给资源受限的客户端和中心服务器,实现了模型规模的扩展。尽管系统层面的吞吐量和隐私需求倾向于采用更深的分层结构,但其对模型效用的影响仍不明确。本文揭示并刻画了‘深度-性能困境’:最大化系统效率的配置恰好对应微调质量的崩溃。在四个模型规模(GPT-2至Llama-3-8B)和多样基准上的全面评估表明,更深层次的划分虽带来吞吐量和隐私性的持续提升,却导致性能出现灾难性平台期。我们测试了多种先进的联邦适配器聚合方法(AVG、STACK、SVD、FREEZE),发现这些方法在标准联邦学习中有效,但在分裂架构中无法缓解特有的误差。进一步机制分析指出,失败根源在于Transformer近等距拓扑结构,使得聚合噪声无法衰减,最终引发服务器端的注意力坍塌。研究挑战了‘分层深度为效用无关调节参数’的普遍假设,为稳定分布式大模型微调提供了结构性基础。

原文摘要 · Abstract (English)

Split Federated Fine-tuning (SFF) is a promising paradigm for scaling Large Language Models (LLMs) by partitioning model depth between resource-constrained clients and a centralized server. While system incentives for throughput and privacy favor deep partitions, the impact of such configurations on model utility remains poorly understood. In this work, we identify and characterize the Depth-Performance Dilemma: the regime that maximizes system efficiency is precisely where fine-tuning quality collapses. Through a comprehensive audit across four model scales (GPT-2 to Llama-3-8B) and diverse benchmarks, we demonstrate that deeper partitions provide monotonic gains in throughput and privacy at the cost of catastrophic performance plateaus. We evaluate a suite of state-of-the-art federated adapter aggregation methods including AVG, STACK, SVD, and FREEZE, revealing that while these techniques are effective in standard Federated Learning, they fail to mitigate the artifacts unique to split architectures. Finally, we provide a mechanistic diagnosis for this failure, tracing the collapse to the near-isometric topology of Transformers, which allows aggregation noise to propagate without attenuation until it triggers Attention Collapse in the server partition. Our findings challenge the prevailing assumption that partition depth is a utility-neutral tuning knob and provide a structural foundation for stable distributed LLM fine-tuning.

联邦学习大模型微调注意力坍塌

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。