paper-with-me

홈 › Papers

Large-Scale Deep Learning Optimizations: A Comprehensive Survey

2021-11-01 · Xiaoxin He, Fuzhao Xue, Xiaozhe Ren, Yang You

Deep learning have achieved promising results on a wide spectrum of AI applications. Larger datasets and models consistently yield better performance. However, we generally spend longer training time on more computation and communication. In this survey, we aim to provide a clear sketch about the optimizations for large-scale deep learning with regard to the model accuracy and model efficiency. We investigate algorithms that are most commonly used for optimizing, elaborate the debatable topic of generalization gap arises in large-batch training, and review the SOTA strategies in addressing the communication overhead and reducing the memory footprints.

📄 PDF Abstract BibTeX arXiv:2111.00856

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningSurvey

Similar Papers 제목 키워드 기반

Communication optimization strategies for distributed deep neural network training: A survey

2020-03-06 · Shuo Ouyang, Dezun Dong, Yemao Xu, Liquan Xiao

Recent trends in high-performance computing and deep learning have led to the proliferation of studies on large-scale deep neural network training. However, the frequent communication requirements among computation nodes…

A Survey on Inference Optimization Techniques for Mixture of Experts Models

2024-12-18 · Jiacheng Liu, Peng Tang, Wenfeng Wang, Yuhang Ren 외

The emergence of large-scale Mixture of Experts (MoE) models represents a significant advancement in artificial intelligence, offering enhanced model capacity and computational efficiency through conditional computation.…

Computational EfficiencyDistributed ComputingInference OptimizationKnowledge Distillation+4

Communication-Efficient Distributed Deep Learning: A Comprehensive Survey

2020-03-10 · Zhenheng Tang, Shaohuai Shi, Wei Wang, Bo Li 외

Distributed deep learning (DL) has become prevalent in recent years to reduce training time by leveraging multiple computing devices (e.g., GPUs/TPUs) due to larger models and datasets. However, system scalability is lim…

Deep LearningSurvey

The Deep Learning Compiler: A Comprehensive Survey

2020-02-06 · Mingzhen Li, Yi Liu, Xiaoyan Liu, Qingxiao Sun 외

The difficulty of deploying various deep learning (DL) models on diverse DL hardware has boosted the research and development of DL compilers in the community. Several DL compilers have been proposed from both industry a…

Deep LearningSurvey

A Survey on Split Learning for LLM Fine-Tuning: Models, Systems, and Privacy Optimizations

2026-04-27 · Zihan Liu, Yizhen Wang, Rui Wang, Xiu Tang 외 arxiv

Fine-tuning unlocks large language models (LLMs) for specialized applications, but its high computational cost often puts it out of reach for resource-constrained organizations. While cloud platforms could provide the ne…