paper-with-me

Papers

DEFT: Exploiting Gradient Norm Difference between Model Layers for Scalable Gradient Sparsification

2023-07-07 · Daegun Yoon, Sangyoon Oh

Gradient sparsification is a widely adopted solution for reducing the excessive communication traffic in distributed deep learning. However, most existing gradient sparsifiers have relatively poor scalability because of considerable computational cost of gradient selection and/or increased communication traffic owing to gradient build-up. To address these challenges, we propose a novel gradient sparsification scheme, DEFT, that partitions the gradient selection task into sub tasks and distributes them to workers. DEFT differs from existing sparsifiers, wherein every worker selects gradients among all gradients. Consequently, the computational cost can be reduced as the number of workers increases. Moreover, gradient build-up can be eliminated because DEFT allows workers to select gradients in partitions that are non-intersecting (between workers). Therefore, even if the number of workers increases, the communication traffic can be maintained as per user requirement. To avoid the loss of significance of gradient selection, DEFT selects more gradients in the layers that have a larger gradient norm than the other layers. Because every layer has a different computational load, DEFT allocates layers to workers using a bin-packing algorithm to maintain a balanced load of gradient selection between workers. In our empirical evaluation, DEFT shows a significant improvement in training performance in terms of speed in gradient selection over existing sparsifiers while achieving high convergence performance.

📄 PDF Abstract BibTeX arXiv:2307.03500

Code (1)

kljp/deft 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Gradient Sparsification Gradient Sparsification is a technique for distributed training that sparsifies stochastic gradients to reduce the communication cost, with minor increase in the number of…
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Resource Management for Low-latency Cooperative Fine-tuning of Foundation Models at the Network Edge

2024-07-13 · Hai Wu, Xu Chen, Kaibin Huang

The emergence of large-scale foundation models (FoMo's) that can perform human-like intelligence motivates their deployment at the network edge for devices to access state-of-the-art artificial intelligence. For better u…

Management

On the generalization of bayesian deep nets for multi-class classification

2020-02-23 · Yossi Adi, Yaniv Nemcovsky, Alex Schwing, Tamir Hazan

Generalization bounds which assess the difference between the true risk and the empirical risk have been studied extensively. However, to obtain bounds, current techniques use strict assumptions such as a uniformly bound…

General ClassificationGeneralization BoundsMulti-class Classification

DEFT: Diverse Ensembles for Fast Transfer in Reinforcement Learning

2022-09-26 · Simeon Adebola, Satvik Sharma, Kaushik Shivakumar

Deep ensembles have been shown to extend the positive effect seen in typical ensemble learning to neural networks and to reinforcement learning (RL). However, there is still much to be done to improve the efficiency of s…

Ensemble Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

DEFT: A new distance-based feature set for keystroke dynamics

2023-10-06 · Nuwan Kaluarachchi, Sevvandi Kandanaarachchi, Kristen Moore, Arathi Arakala

Keystroke dynamics is a behavioural biometric utilised for user identification and authentication. We propose a new set of features based on the distance between keys on the keyboard, a concept that has not been consider…

User Identification

DEFT: Distilling Entangled Factors by Preventing Information Diffusion

2021-02-08 · Jiantao Wu, Lin Wang, Bo Yang, Fanqi Li 외

Disentanglement is a highly desirable property of representation owing to its similarity to human understanding and reasoning. Many works achieve disentanglement upon information bottlenecks (IB). Despite their elegant m…

Disentanglement