paper-with-me

Papers

A Dynamic Approach to Accelerate Deep Learning Training

2019-09-25 · John Osorio, Adrià Armejach, Eric Petit, Marc Casas

Mixed-precision arithmetic combining both single- and half-precision operands in the same operation have been successfully applied to train deep neural networks. Despite the advantages of mixed-precision arithmetic in terms of reducing the need for key resources like memory bandwidth or register file size, it has a limited capacity for diminishing computing costs and requires 32 bits to represent its output operands. This paper proposes two approaches to replace mixed-precision for half-precision arithmetic during a large portion of the training. The first approach achieves accuracy ratios slightly slower than the state-of-the-art by using half-precision arithmetic during more than 99% of training. The second approach reaches the same accuracy as the state-of-the-art by dynamically switching between half- and mixed-precision arithmetic during training. It uses half-precision during more than 94% of the training process. This paper is the first in demonstrating that half-precision can be used for a very large portion of DNNs training and still reach state-of-the-art accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Similar Papers 제목 키워드 기반

Dynamic Sentence Sampling for Efficient Training of Neural Machine Translation

2018-05-01 · ACL 2018 7 · Rui Wang, Masao Utiyama, Eiichiro Sumita

Traditional Neural machine translation (NMT) involves a fixed training procedure where each sentence is sampled once during each epoch. In reality, some sentences are well-learned during the initial few epochs; however, …

Machine TranslationNMTSentenceTranslation

Accelerated Convex Optimization via Hamiltonian Dynamics with Deterministic Integration Time

2026-06-15 · Xiuyuan Wang, Vishwak Srinivasan, Qiang Fu, Siddharth Mitra 외 arxiv

We develop Hamiltonian dynamics-based algorithms for smooth convex optimization that achieve accelerated rates of convergence. By exploiting contraction of averaged Hamiltonian flow trajectories rather than requiring con…

CA-AC-MPC: CUDA-Accelerated Actor-Critic Model Predictive Control

2026-05-27 · Antoonio Buo, Vittorio Cammarota, Michele Avagnale, Pierluigi Arpenti 외 arxiv

In the literature, actor-critic model predictive control (AC-MPC) integrates MPC with reinforcement learning to enable high-performance control of complex dynamical systems. However, its differentiable MPC layer requires…

Reinforcement Learning

Accelerated Mirror Descent in Continuous and Discrete Time

2015-12-01 · NeurIPS 2015 12 · Walid Krichene, Alexandre Bayen, Peter L. Bartlett

We study accelerated mirror descent dynamics in continuous and discrete time. Combining the original continuous-time motivation of mirror descent with a recent ODE interpretation of Nesterov's accelerated method, we prop…

DSV: Exploiting Dynamic Sparsity to Accelerate Large-Scale Video DiT Training

2025-02-11 · Xin Tan, Yuetao Chen, Yimin Jiang, Xing Chen 외

Diffusion Transformers (DiTs) have shown remarkable performance in generating high-quality videos. However, the quadratic complexity of 3D full attention remains a bottleneck in scaling DiT training, especially with high…