paper-with-me

홈 › Papers

Survey of Dropout Methods for Deep Neural Networks

2019-04-25 · Alex Labach, Hojjat Salehinejad, Shahrokh Valaee

Dropout methods are a family of stochastic techniques used in neural network training or inference that have generated significant research interest and are widely used in practice. They have been successfully applied in neural network regularization, model compression, and in measuring the uncertainty of neural network outputs. While original formulated for dense neural network layers, recent advances have made dropout methods also applicable to convolutional and recurrent neural network layers. This paper summarizes the history of dropout methods, their various applications, and current areas of research interest. Important proposed methods are described in additional detail.

📄 PDF Abstract BibTeX arXiv:1904.13310

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionSurvey

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 제목 키워드 기반

A Survey on Dropout Methods and Experimental Verification in Recommendation

2022-04-05 · Yangkun Li, Weizhi Ma, Chong Chen, Min Zhang 외

Overfitting is a common problem in machine learning, which means the model too closely fits the training data while performing poorly in the test data. Among various methods of coping with overfitting, dropout is one of …

Survey

Prior and Posterior Networks: A Survey on Evidential Deep Learning Methods For Uncertainty Estimation

2021-10-06 · Dennis Ulmer, Christian Hardmeier, Jes Frellsen

Popular approaches for quantifying predictive uncertainty in deep neural networks often involve distributions over weights or multiple models, for instance via Markov Chain sampling, ensembling, or Monte Carlo dropout. T…

Survey

DADEE: Well-calibrated uncertainty quantification in neural networks for barriers-based robot safety

2024-06-30 · Masoud Ataei, Vikas Dhiman

Uncertainty-aware controllers that guarantee safety are critical for safety critical applications. Among such controllers, Control Barrier Functions (CBFs) based approaches are popular because they are fast, yet safe. Ho…

Gaussian ProcessesUncertainty Quantification

A Re-examination of Neural Selective Prediction for Natural Language Processing

2021-11-16 · ACL ARR November 2021 11 · Anonymous

We provide a survey and careful empirical comparison of the state-of-the-art in neural selective classification for NLP tasks. Across multiple trials on multiple datasets, only one of the surveyed techniques -- Monte Car…

Prediction

A Survey on Evidential Deep Learning For Single-Pass Uncertainty Estimation

2021-09-29 · Dennis Thomas Ulmer

Popular approaches for quantifying predictive uncertainty in deep neural networks often involve a set of weights or models, for instance via ensembling or Monte Carlo Dropout. These techniques usually produce overhead by…

Survey