LGAICVOct 31, 2020

DL-Reg: A Deep Learning Regularization Technique using Linear Regression

arXiv:2011.00368v20.00
AI Analysis50

This addresses the problem of overfitting for deep learning practitioners, but it appears incremental as it builds on existing regularization concepts.

The paper tackles overfitting in deep neural networks by proposing DL-Reg, a regularization method that enforces linear behavior, and reports major improvements over existing techniques, especially with small training datasets.

Regularization plays a vital role in the context of deep learning by preventing deep neural networks from the danger of overfitting. This paper proposes a novel deep learning regularization method named as DL-Reg, which carefully reduces the nonlinearity of deep networks to a certain extent by explicitly enforcing the network to behave as much linear as possible. The key idea is to add a linear constraint to the objective function of the deep neural networks, which is simply the error of a linear mapping from the inputs to the outputs of the model. More precisely, the proposed DL-Reg carefully forces the network to behave in a linear manner. This linear constraint, which is further adjusted by a regularization factor, prevents the network from the risk of overfitting. The performance of DL-Reg is evaluated by training state-of-the-art deep network models on several benchmark datasets. The experimental results show that the proposed regularization method: 1) gives major improvements over the existing regularization techniques, and 2) significantly improves the performance of deep neural networks, especially in the case of small-sized training datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes