paper-with-me

Papers

Multilevel Initialization for Layer-Parallel Deep Neural Network Training

2019-12-19 · Eric C. Cyr, Stefanie Günther, Jacob B. Schroder

This paper investigates multilevel initialization strategies for training very deep neural networks with a layer-parallel multigrid solver. The scheme is based on the continuous interpretation of the training problem as a problem of optimal control, in which neural networks are represented as discretizations of time-dependent ordinary differential equations. A key goal is to develop a method able to intelligently initialize the network parameters for the very deep networks enabled by scalable layer-parallel training. To do this, we apply a refinement strategy across the time domain, that is equivalent to refining in the layer dimension. The resulting refinements create deep networks, with good initializations for the network parameters coming from the coarser trained networks. We investigate the effectiveness of such multilevel "nested iteration" strategies for network training, showing supporting numerical evidence of reduced run time for equivalent accuracy. In addition, we study whether the initialization strategies provide a regularizing effect on the overall training process and reduce sensitivity to hyperparameters and randomness in initial network parameters.

📄 PDF Abstract BibTeX arXiv:1912.08974

Code (1)

Multilevel-NN/torchbraid pytorch

Similar Papers 제목 키워드 기반

Layer-Parallel Training for Transformers

2026-01-13 · Shuai Jiang, Marc Salvadó-Benasco, Eric C. Cyr, Alena Kopaničáková 외 arxiv

We present a new training methodology for transformers using a multilevel, layer-parallel approach. Through a neural ODE formulation of transformers, our application of a multilevel parallel-in-time algorithm for the for…

Machine Translation

Multilevel-in-Layer Training for Deep Neural Network Regression

2022-11-11 · Colin Ponce, Ruipeng Li, Christina Mao, Panayot Vassilevski

A common challenge in regression is that for many problems, the degrees of freedom required for a high-quality solution also allows for overfitting. Regularization is a class of strategies that seek to restrict the range…

regression

Faster Support Vector Machines

2018-08-20 · Sebastian Schlag, Matthias Schmitt, Christian Schulz

The time complexity of support vector machines (SVMs) prohibits training on huge data sets with millions of data points. Recently, multilevel approaches to train SVMs have been developed to allow for time-efficient train…

General Classification

Multilevel Hierarchical Network with Multiscale Sampling for Video Question Answering

2022-05-09 · Min Peng, Chongyang Wang, Yuan Gao, Yu Shi 외

Video question answering (VideoQA) is challenging given its multimodal combination of visual understanding and natural language processing. While most existing approaches ignore the visual appearance-motion information a…

multimodal interactionQuestion AnsweringVideo Question AnsweringVisual Reasoning

On the Parallel Complexity of Multilevel Monte Carlo in Stochastic Gradient Descent

2023-10-03 · Kei Ishikawa

In the stochastic gradient descent (SGD) for sequential simulations such as the neural stochastic differential equations, the Multilevel Monte Carlo (MLMC) method is known to offer better theoretical computational comple…