paper-with-me

Papers

Dropout Regularization in Extended Generalized Linear Models based on Double Exponential Families

2023-05-11 · Benedikt Lütke Schwienhorst, Lucas Kock, Nadja Klein, David J. Nott

Even though dropout is a popular regularization technique, its theoretical properties are not fully understood. In this paper we study dropout regularization in extended generalized linear models based on double exponential families, for which the dispersion parameter can vary with the features. A theoretical analysis shows that dropout regularization prefers rare but important features in both the mean and dispersion, generalizing an earlier result for conventional generalized linear models. To illustrate, we apply dropout to adaptive smoothing with B-splines, where both the mean and dispersion parameters are modeled flexibly. The important B-spline basis functions can be thought of as rare features, and we confirm in experiments that dropout is an effective form of regularization for mean and dispersion parameters that improves on a penalized maximum likelihood approach with an explicit smoothness penalty. An application to traffic detection data from Berlin further illustrates the benefits of our method.

📄 PDF Abstract BibTeX arXiv:2305.06625

Code (1)

luetkeschwienhorst/dropoutinextendedglms 공식 구현

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Dropout Training as Adaptive Regularization

2013-07-04 · NeurIPS 2013 12 · Stefan Wager, Sida Wang, Percy Liang

Dropout and other feature noising schemes control overfitting by artificially corrupting the training data. For generalized linear models, dropout performs a form of adaptive regularization. Using this viewpoint, we show…

Document Classification

ShuffleMix: Improving Representations via Channel-Wise Shuffle of Interpolated Hidden States

2023-05-30 · KangJun Liu, Ke Chen, Lihua Guo, YaoWei Wang 외

Mixup style data augmentation algorithms have been widely adopted in various tasks as implicit network regularization on representation learning to improve model generalization, which can be achieved by a linear interpol…

BenchmarkingData AugmentationRepresentation Learning

On the Regularization Properties of Structured Dropout

2019-10-30 · CVPR 2020 6 · Ambar Pal, Connor Lane, René Vidal, Benjamin D. Haeffele

Dropout and its extensions (eg. DropBlock and DropConnect) are popular heuristics for training neural networks, which have been shown to improve generalization performance in practice. However, a theoretical understandin…

Dropout Drops Double Descent

2023-05-25 · Tian-Le Yang, Joe Suzuki

This study demonstrates that double descent can be mitigated by adding a dropout layer adjacent to the fully connected linear layer. The unexpected double-descent phenomenon garnered substantial attention in recent years…

regression

Whiteout: Gaussian Adaptive Noise Regularization in Deep Neural Networks

2016-12-05 · Yi-Nan Li, Fang Liu

Noise injection (NI) is an efficient technique to mitigate over-fitting in neural networks (NNs). The Bernoulli NI procedure as implemented in dropout and shakeout has connections with $l_1$ and $l_2$ regularization for …