Multilevel-in-Layer Training for Deep Neural Network Regression
Colin Ponce, Ruipeng Li, Christina Mao, Panayot Vassilevski

TL;DR
This paper introduces a multilevel-in-width training method for deep neural networks inspired by Algebraic Multigrid techniques, which acts as an effective regularizer to improve generalization in PDE regression tasks.
Contribution
It proposes a novel multilevel-in-width training framework for neural networks, adapting AMG's FAS scheme to enhance regularization and hierarchical learning.
Findings
Improves generalization performance on PDE regression problems.
Applicable to various layer types including fully-connected and convolutional.
Demonstrates effectiveness as a regularizer in deep learning models.
Abstract
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 of possible solutions so as to discourage overfitting while still enabling good solutions, and different regularization strategies impose different types of restrictions. In this paper, we present a multilevel regularization strategy that constructs and trains a hierarchy of neural networks, each of which has layers that are wider versions of the previous network's layers. We draw intuition and techniques from the field of Algebraic Multigrid (AMG), traditionally used for solving linear and nonlinear systems of equations, and specifically adapt the Full Approximation Scheme (FAS) for nonlinear systems of equations to the problem of deep learning. Training through…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsModel Reduction and Neural Networks · Tensor decomposition and applications · Stochastic Gradient Optimization Techniques
