Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/31 17:40:27
GQ-FSL: Green Quantized Federated Split Learning
AI 中文解读
手机跑不动大模型?这项叫GQ-FSL的新技术,让AI在低配设备上也能高效运转。简单说,它把原本需要整个塞进手机的AI任务“拆开”,一部分自己算,另一部分交给云端服务器,减轻手机负担。更聪明的是,它还能把传输的数据“压缩打包”,让信息在手机和服务器之间传来传去时更省电省流量,同时保证AI聪明程度不打折。这就好比一个精明的管家,既知道把重活派给外援,又会挑紧要的行李带上路,既省力又不误事。
这项成果对普通人的意义很实在:未来手机里的AI助手会更快、更省电,不再动不动就发烫或掉电,即使老款或低配手机,也能流畅运行最新的AI修图、语音识别等功能。开发者也能借此开发出更多不依赖高性能芯片的智能应用,让AI更普及、更环保,尤其对电池续航焦虑的用户来说,这确实是个好消息。
Deploying state-of-the-art deep neural networks (DNNs) at the wireless edge is severely bottlenecked by the strict energy and resource constraints of mobile devices. While federated split learning (FSL) mitigates on-device computation by offloading workloads to an edge server, this may introduce systemic overheads, while the continuous exchange of cut-layer data, and submodels still incurs significant energy consumption (EC). To address this, we propose a green quantized FSL (GQ-FSL) framework that incorporates stochastic quantization for both local collaborative training and wireless transmissions. Notably, GQ-FSL supports asymmetric precision levels for the client- and server-side submodels, effectively decoupling device energy constraints from global convergence degradation. To quantify these tradeoffs, we develop parameterized energy models for the split architecture and derive a theoretical convergence bound under statistically heterogeneous data. Building on that, we formulate a joint optimization problem to configure the DNN split point and precision levels, minimizing the total system EC while satisfying a strict target accuracy constraint. Ultimately, we demonstrate that GQ-FSL enables large-scale DNN deployment on resource-constrained devices, achieving superior energy efficiency compared to quantized federated learning and full-precision FSL.
分享
阅读原文 ↗