paper-with-me

Papers

Learnable Sparse Customization in Heterogeneous Edge Computing

2024-12-10 · Jingjing Xue, Sheng Sun, Min Liu, Yuwei Wang, Zhuotao Liu, Jingyuan Wang

To effectively manage and utilize massive distributed data at the network edge, Federated Learning (FL) has emerged as a promising edge computing paradigm across data silos. However, FL still faces two challenges: system heterogeneity (i.e., the diversity of hardware resources across edge devices) and statistical heterogeneity (i.e., non-IID data). Although sparsification can extract diverse submodels for diverse clients, most sparse FL works either simply assign submodels with artificially-given rigid rules or prune partial parameters using heuristic strategies, resulting in inflexible sparsification and poor performance. In this work, we propose Learnable Personalized Sparsification for heterogeneous Federated learning (FedLPS), which achieves the learnable customization of heterogeneous sparse models with importance-associated patterns and adaptive ratios to simultaneously tackle system and statistical heterogeneity. Specifically, FedLPS learns the importance of model units on local data representation and further derives an importance-based sparse pattern with minimal heuristics to accurately extract personalized data features in non-IID settings. Furthermore, Prompt Upper Confidence Bound Variance (P-UCBV) is designed to adaptively determine sparse ratios by learning the superimposed effect of diverse device capabilities and non-IID data, aiming at resource self-adaptation with promising accuracy. Extensive experiments show that FedLPS outperforms status quo approaches in accuracy and training costs, which improves accuracy by 1.28%-59.34% while reducing running time by more than 68.80%.

📄 PDF Abstract BibTeX arXiv:2412.07216

Code (1)

sunnyxuejj/FedLPS-main 공식 구현 pytorch

Tasks

Edge-computingFederated Learning

Similar Papers 제목 키워드 기반

UniSparse: An Intermediate Language for General Sparse Format Customization

2024-03-09 · Jie Liu, Zhongyuan Zhao, Zijian Ding, Benjamin Brock 외

The ongoing trend of hardware specialization has led to a growing use of custom data formats when processing sparse workloads, which are typically memory-bound. These formats facilitate optimized software/hardware implem…

AttributeCode GenerationCPUGPU

A 14uJ/Decision Keyword Spotting Accelerator with In-SRAM-Computing and On Chip Learning for Customization

2022-05-10 · Yu-Hsiang Chiang, Tian-Sheuan Chang, Shyh Jye Jou

Keyword spotting has gained popularity as a natural way to interact with consumer devices in recent years. However, because of its always-on nature and the variety of speech, it necessitates a low-power design as well as…

Keyword SpottingQuantization

Efficient Split-Mix Federated Learning for On-Demand and In-Situ Customization

2022-03-18 · ICLR 2022 4 · Junyuan Hong, Haotao Wang, Zhangyang Wang, Jiayu Zhou

Federated learning (FL) provides a distributed learning framework for multiple participants to collaborate learning without sharing raw data. In many practical FL scenarios, participants have heterogeneous resources due …

Federated LearningPersonalized Federated Learning

P3SL: Personalized Privacy-Preserving Split Learning on Heterogeneous Edge Devices

2025-07-23 · Wei Fan, JinYi Yoon, Xiaochang Li, Huajie Shao 외 arxiv

Split Learning (SL) is an emerging privacy-preserving machine learning technique that enables resource constrained edge devices to participate in model training by partitioning a model into client-side and server-side su…

Learnable Heterogeneous Convolution: Learning both topology and strength

2023-01-13 · Rongzhen Zhao, Zhenzhi Wu, Qikun Zhang

Existing convolution techniques in artificial neural networks suffer from huge computation complexity, while the biological neural network works in a much more powerful yet efficient way. Inspired by the biological plast…