paper-with-me

Papers

DeepReduce: A Sparse-tensor Communication Framework for Federated Deep Learning

2021-05-21 · NeurIPS 2021 12 · Hang Xu, Kelly Kostopoulou, Aritra Dutta, Xin Li, Alexandros Ntoulas, Panos Kalnis

Sparse tensors appear frequently in federated deep learning, either as a direct artifact of the deep neural network’s gradients, or as a result of an explicit sparsification process. Existing communication primitives are agnostic to the peculiarities of deep learning; consequently, they impose unnecessary communication overhead. This paper introduces DeepReduce, a versatile framework for the compressed communication of sparse tensors, tailored to federated deep learning. DeepReduce decomposes sparse tensors into two sets, values and indices, and allows both independent and combined compression of these sets. We support a variety of common compressors, such as Deflate for values, or run-length encoding for indices. We also propose two novel compression schemes that achieve superior results: curve fitting-based for values, and bloom filter-based for indices. DeepReduce is orthogonal to existing gradient sparsifiers and can be applied in conjunction with them, transparently to the end-user, to significantly lower the communication overhead. As proof of concept, we implement our approach on TensorFlow and PyTorch. Our experiments with large real models demonstrate that DeepReduce transmits 320% less data than existing sparsifiers, without affecting accuracy. Code is available at https://github.com/hangxu0304/DeepReduce.

📄 PDF Abstract BibTeX

Code (1)

hangxu0304/DeepReduce 공식 구현 pytorch

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

DeepReduce: A Sparse-tensor Communication Framework for Distributed Deep Learning

2021-02-05 · NeurIPS 2021 12 · Kelly Kostopoulou, Hang Xu, Aritra Dutta, Xin Li 외

Sparse tensors appear frequently in distributed deep learning, either as a direct artifact of the deep neural network's gradients, or as a result of an explicit sparsification process. Existing communication primitives a…

Deep Learning

Tensor Decomposition based Personalized Federated Learning

2022-08-27 · Qing Wang, Jing Jin, Xiaofeng Liu, Huixuan Zong 외

Federated learning (FL) is a new distributed machine learning framework that can achieve reliably collaborative training without collecting users' private data. However, due to FL's frequent communication and average agg…

DiversityFederated LearningModel OptimizationPersonalized Federated Learning+1

DeepReDuce: ReLU Reduction for Fast Private Inference

2021-03-02 · Nandan Kumar Jha, Zahra Ghodsi, Siddharth Garg, Brandon Reagen

The recent rise of privacy concerns has led researchers to devise methods for private neural inference -- where inferences are made directly on encrypted data, never seeing inputs. The primary challenge facing private in…

Federated Low-Rank Tensor Estimation for Multimodal Image Reconstruction

2025-02-04 · Anh Van Nguyen, Diego Klabjan, Minseok Ryu, Kibaek Kim 외

Low-rank tensor estimation offers a powerful approach to addressing high-dimensional data challenges and can substantially improve solutions to ill-posed inverse problems, such as image reconstruction under noisy or unde…

Federated LearningImage ReconstructionTensor Decomposition

Unmasking Efficiency: Learning Salient Sparse Models in Non-IID Federated Learning

2024-05-15 · Riyasat Ohib, Bishal Thapaliya, Gintare Karolina Dziugaite, Jingyu Liu 외

In this work, we propose Salient Sparse Federated Learning (SSFL), a streamlined approach for sparse federated learning with efficient communication. SSFL identifies a sparse subnetwork prior to training, leveraging para…

Federated Learning