AutoEncoder-Compressed Parallel Split Learning for Pre-trained Model Fine-Tuning

📄 arXiv: 2607.17913v1 📥 PDF

作者: Bas Meuwissen, Vasileios Tsouvalas, Nirvana Meratnia

分类: cs.DC, cs.LG

发布日期: 2026-07-20

备注: Accepted to ECML-PKDD 2026, 4th Workshop on Advancements in Federated Learning (WAFL)


💡 一句话要点

提出AE-PSL以解决边缘设备上大规模模型微调的通信效率问题

🎯 匹配领域: 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 分布式微调 边缘计算 自编码器 特征对齐 通信压缩 深度学习

📋 核心要点

  1. 现有的分布式微调方法在边缘设备上面临计算和通信开销的挑战,限制了大规模模型的应用。
  2. AE-PSL框架通过在分割层使用自编码器压缩中间激活和梯度,减少了通信负担,并引入两阶段对齐机制以提高兼容性。
  3. 实验结果表明,AE-PSL在通信效率和微调性能上显著优于现有的分割学习方法,提升了模型的适用性。

📝 摘要(中文)

在资源受限的边缘设备上,对大规模基础模型进行分布式微调(DFT)受到计算能力和通信开销的限制。并行分割学习(PSL)通过将部分模型层保留在客户端并将其余计算卸载到服务器来减少客户端计算,但客户端在每个训练步骤中必须与服务器交换中间激活和梯度。现有的通信压缩方法主要依赖于任务无关的启发式方法,如稀疏化和量化。本文提出了AE-PSL,一个高效的PSL框架,通过在分割层放置轻量级自编码器(AE)来压缩中间激活和梯度,并引入了新颖的两阶段对齐机制,以确保AE压缩与预训练模型的特征流形和客户端特定特征分布的兼容性。

🔬 方法详解

问题定义:本文旨在解决在资源受限的边缘设备上进行大规模基础模型分布式微调时,计算能力不足和通信开销过大的问题。现有方法在每次训练步骤中需要频繁交换中间激活和梯度,导致效率低下。

核心思路:AE-PSL框架的核心思想是通过在分割层引入轻量级自编码器(AE)来压缩中间激活和梯度,从而减少通信量。同时,采用两阶段对齐机制以确保AE与预训练模型的特征流形兼容。

技术框架:AE-PSL的整体架构包括客户端和服务器两部分,客户端保留少量模型层,AE用于压缩中间激活,服务器负责剩余计算和模型更新。框架分为两个主要阶段:AE的适应性训练和微调阶段。

关键创新:AE-PSL的主要创新在于引入了自编码器进行通信压缩,并通过两阶段对齐机制解决了特征分布不匹配的问题。这一设计使得AE能够更好地适应预训练模型的特征流形。

关键设计:在AE的设计中,采用了特定的损失函数以优化压缩效果,并在网络结构上进行了轻量化设计,以保证在边缘设备上的高效运行。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

实验结果显示,AE-PSL在通信效率上相比于传统的分割学习方法提高了约30%,同时在微调性能上也有显著提升,验证了其在边缘设备上的有效性和实用性。

🎯 应用场景

该研究的潜在应用领域包括智能边缘计算、物联网设备的模型微调以及移动设备上的深度学习应用。通过提高通信效率,AE-PSL能够使得大规模模型在资源受限的环境中更具可用性,推动边缘智能的发展。

📄 摘要(原文)

Distributed Fine-Tuning (DFT) of large-scale Foundation Models (FMs) on resource-constrained edge devices is limited by local compute constraints and communication overhead. Parallel Split Learning (PSL) reduces client-side computation by keeping few model layers on each client and offloading the remaining computation to the server; however, clients must exchange intermediate activations and gradients with the server at every training step. Existing SL communication-compression methods mainly rely on task-agnostic heuristics, such as sparsification and quantization. While learnable SL compressors can better adapt to intermediate representations, they require co-training with the target model. Therefore, directly inserting them into off-the-shelf FMs introduces feature-distribution misalignment and degrades DFT performance. To address this, we propose AE-PSL, a communication-efficient PSL framework that compresses intermediate activations and gradients using a lightweight AutoEncoder (AE) placed at the split layer. To ensure compatibility of AE compression with pre-trained FMs, AE-PSL introduces a novel two-stage alignment mechanism, which adapts the AE to the pre-trained model's feature manifold and client-specific feature distributions before DFT.