paper-with-me

Papers

An Efficient Split Fine-tuning Framework for Edge and Cloud Collaborative Learning

2022-11-30 · Shaohuai Shi, Qing Yang, Yang Xiang, Shuhan Qi, Xuan Wang

To enable the pre-trained models to be fine-tuned with local data on edge devices without sharing data with the cloud, we design an efficient split fine-tuning (SFT) framework for edge and cloud collaborative learning. We propose three novel techniques in this framework. First, we propose a matrix decomposition-based method to compress the intermediate output of a neural network to reduce the communication volume between the edge device and the cloud server. Second, we eliminate particular links in the model without affecting the convergence performance in fine-tuning. Third, we implement our system atop PyTorch to allow users to easily extend their existing training scripts to enjoy the efficient edge and cloud collaborative learning. Experiments results on 9 NLP datasets show that our framework can reduce the communication traffic by 96 times with little impact on the model accuracy.

📄 PDF Abstract BibTeX arXiv:2211.16703

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SALT: A Lightweight Model Adaptation Method for Closed Split Computing Environments

2025-06-09 · Yuya Okada, Takayuki Nishio

We propose SALT (Split-Adaptive Lightweight Tuning), a lightweight model adaptation framework for Split Computing under closed constraints, where the head and tail networks are proprietary and inaccessible to users. In s…

Splitwise: Collaborative Edge-Cloud Inference for LLMs via Lyapunov-Assisted DRL

2025-12-29 · Abolfazl Younesi, Abbas Shabrang Maryan, Elyas Oustad, Zahra Najafabadi Samani 외 arxiv

Deploying large language models (LLMs) on edge devices is challenging due to their limited memory and power resources. Cloud-only inference reduces device burden but introduces high latency and cost. Static edge-cloud pa…

Reinforcement Learning

Lightweight User-Personalization Method for Closed Split Computing

2026-03-16 · Yuya Okada, Takayuki Nishio arxiv

Split Computing enables collaborative inference between edge devices and the cloud by partitioning a deep neural network into an edge-side head and a server-side tail, reducing latency and limiting exposure of raw input …

ELSA: Efficient LLM-Centric Split Aggregation for Privacy-Aware Hierarchical Federated Learning over the Network Edge

2026-01-20 · Xiaohong Yang, Tong Xie, Minghui Liwang, Chikai Shang 외 arxiv

Training large language models (LLMs) at the network edge faces fundamental challenges arising from device resource constraints, severe data heterogeneity, and heightened privacy risks. To address these challenges, we pr…

Federated Learning

Auto-Split: A General Framework of Collaborative Edge-Cloud AI

2021-08-30 · Amin Banitalebi-Dehkordi, Naveen Vedula, Jian Pei, Fei Xia 외

In many industry scale applications, large and resource consuming machine learning models reside in powerful cloud servers. At the same time, large amounts of input data are collected at the edge of cloud. The inference …