paper-with-me

Papers

Mixed-Precision Quantization for Federated Learning on Resource-Constrained Heterogeneous Devices

2023-11-29 · CVPR 2024 1 · Huancheng Chen, Haris Vikalo

While federated learning (FL) systems often utilize quantization to battle communication and computational bottlenecks, they have heretofore been limited to deploying fixed-precision quantization schemes. Meanwhile, the concept of mixed-precision quantization (MPQ), where different layers of a deep learning model are assigned varying bit-width, remains unexplored in the FL settings. We present a novel FL algorithm, FedMPQ, which introduces mixed-precision quantization to resource-heterogeneous FL systems. Specifically, local models, quantized so as to satisfy bit-width constraint, are trained by optimizing an objective function that includes a regularization term which promotes reduction of precision in some of the layers without significant performance degradation. The server collects local model updates, de-quantizes them into full-precision models, and then aggregates them into a global model. To initialize the next round of local training, the server relies on the information learned in the previous training round to customize bit-width assignments of the models delivered to different clients. In extensive benchmarking experiments on several model architectures and different datasets in both iid and non-iid settings, FedMPQ outperformed the baseline FL schemes that utilize fixed-precision quantization while incurring only a minor computational overhead on the participating devices.

📄 PDF Abstract BibTeX arXiv:2311.18129

Code (0)

등록된 구현이 없습니다.

Tasks

BenchmarkingFederated LearningQuantization

Similar Papers 제목 키워드 기반

Resource-aware Mixed-precision Quantization for Enhancing Deployability of Transformers for Time-series Forecasting on Embedded FPGAs

2024-10-04 · Tianheng Ling, Chao Qian, Gregor Schiele

This study addresses the deployment challenges of integer-only quantized Transformers on resource-constrained embedded FPGAs (Xilinx Spartan-7 XC7S15). We enhanced the flexibility of our VHDL template by introducing a se…

Neural Architecture SearchQuantizationTime SeriesTime Series Forecasting

Towards Mixed-Precision Quantization of Neural Networks via Constrained Optimization

2021-10-13 · ICCV 2021 10 · Weihan Chen, Peisong Wang, Jian Cheng

Quantization is a widely used technique to compress and accelerate deep neural networks. However, conventional quantization methods use the same bit-width for all (or most of) the layers, which often suffer significant a…

Multiple-choiceQuantization

MixFrag: Fragility-Guided Mixed-Precision Post-Training Quantization for Vision Transformers

2026-07-30 · Md. Mehrab Hossain Opi, Robiul Islam Ryad, Md. Umar Faruk arxiv

Post-training quantization (PTQ) has emerged as an effective solution for deploying Vision Transformers (ViTs) on resource-constrained devices. However, existing PTQ methods typically employ uniform bit-widths across tra…

Instance SegmentationObject Detection

Modular Quantization-Aware Training for 6D Object Pose Estimation

2023-03-12 · Saqib Javed, Chengkun Li, Andrew Price, Yinlin Hu 외

Edge applications, such as collaborative robotics and spacecraft rendezvous, demand efficient 6D object pose estimation on resource-constrained embedded platforms. Existing 6D pose estimation networks are often too large…

6D Pose Estimation6D Pose Estimation using RGBPose EstimationQuantization

Adaptive quantization with mixed-precision based on low-cost proxy

2024-02-27 · Junzhe Chen, Qiao Yang, Senmao Tian, Shunli Zhang

It is critical to deploy complicated neural network models on hardware with limited resources. This paper proposes a novel model quantization method, named the Low-Cost Proxy-Based Adaptive Mixed-Precision Model Quantiza…

Neural Architecture SearchQuantization