paper-with-me

Papers

Towards a Better Theoretical Understanding of Independent Subnetwork Training

2023-06-28 · Egor Shulgin, Peter Richtárik

Modern advancements in large-scale machine learning would be impossible without the paradigm of data-parallel distributed computing. Since distributed computing with large-scale models imparts excessive pressure on communication channels, significant recent research has been directed toward co-designing communication compression strategies and training algorithms with the goal of reducing communication costs. While pure data parallelism allows better data scaling, it suffers from poor model scaling properties. Indeed, compute nodes are severely limited by memory constraints, preventing further increases in model size. For this reason, the latest achievements in training giant neural network models also rely on some form of model parallelism. In this work, we take a closer theoretical look at Independent Subnetwork Training (IST), which is a recently proposed and highly effective technique for solving the aforementioned problems. We identify fundamental differences between IST and alternative approaches, such as distributed methods with compressed communication, and provide a precise analysis of its optimization performance on a quadratic model.

📄 PDF Abstract BibTeX arXiv:2306.16484

Code (0)

등록된 구현이 없습니다.

Tasks

Distributed Computing

Similar Papers 제목 키워드 기반

A Theoretical Perspective on Subnetwork Contributions to Adversarial Robustness

2023-07-07 · Jovon Craig, Josh Andle, Theodore S. Nowak, Salimeh Yasaei Sekeh

The robustness of deep neural networks (DNNs) against adversarial attacks has been studied extensively in hopes of both better understanding how deep learning models converge and in order to ensure the security of these …

Adversarial Robustness

Subnetwork-to-go: Elastic Neural Network with Dynamic Training and Customizable Inference

2023-12-06 · Kai Li, Yi Luo

Deploying neural networks to different devices or platforms is in general challenging, especially when the model size is large or model complexity is high. Although there exist ways for model pruning or distillation, it …

Dynamic neural networksMusic Source Separation

A Combinatorial Theory of Dropout: Subnetworks, Graph Geometry, and Generalization

2025-04-20 · Sahil Rajesh Dhayalkar

We propose a combinatorial and graph-theoretic theory of dropout by modeling training as a random walk over a high-dimensional graph of binary subnetworks. Each node represents a masked version of the network, and dropou…

Efficient Stagewise Pretraining via Progressive Subnetworks

2024-02-08 · Abhishek Panigrahi, Nikunj Saunshi, Kaifeng Lyu, Sobhan Miryoosefi 외

Recent developments in large language models have sparked interest in efficient pretraining methods. Stagewise training approaches to improve efficiency, like gradual stacking and layer dropping (Reddi et al, 2023; Zhang…

Inductive Bias

Fast Propagation is Better: Accelerating Single-Step Adversarial Training via Sampling Subnetworks

2023-10-24 · Xiaojun Jia, Jianshu Li, Jindong Gu, Yang Bai 외

Adversarial training has shown promise in building robust models against adversarial examples. A major drawback of adversarial training is the computational overhead introduced by the generation of adversarial examples. …