paper-with-me

홈 › Papers

Joint Inference for Neural Network Depth and Dropout Regularization

2021-11-08 · NeurIPS 2021 12 · Kishan K C, Rui Li, MohammadMahdi Gilany

Dropout regularization methods prune a neural network's pre-determined backbone structure to avoid overfitting. However, a deep model still tends to be poorly calibrated with high confidence on incorrect predictions. We propose a unified Bayesian model selection method to jointly infer the most plausible network depth warranted by data, and perform dropout regularization simultaneously. In particular, to infer network depth we define a beta process over the number of hidden layers which allows it to go to infinity. Layer-wise activation probabilities induced by the beta process modulate neuron activation via binary vectors of a conjugate Bernoulli process. Experiments across domains show that by adapting network depth and dropout regularization to data, our method achieves superior performance comparing to state-of-the-art methods with well-calibrated uncertainty estimates. In continual learning, our method enables neural networks to dynamically evolve their depths to accommodate incrementally available data beyond their initial structures, and alleviate catastrophic forgetting.

📄 PDF Abstract BibTeX

Code (2)

MahdiGilany/Depth_and_Dropout 공식 구현 pytorch
kckishan/Depth_and_Dropout pytorch

Tasks

Continual LearningModel Selection

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

Variational Bayesian Dropout with a Hierarchical Prior

2018-11-19 · CVPR 2019 6 · Yuhang Liu, Wenyong Dong, Lei Zhang, Dong Gong 외

Variational dropout (VD) is a generalization of Gaussian dropout, which aims at inferring the posterior of network weights based on a log-uniform prior on them to learn these weights as well as dropout rate simultaneousl…

Dropout as a Structured Shrinkage Prior

2018-10-09 · Eric Nalisnick, José Miguel Hernández-Lobato, Padhraic Smyth

Dropout regularization of deep neural networks has been a mysterious yet effective tool to prevent overfitting. Explanations for its success range from the prevention of "co-adapted" weights to it being a form of cheap B…

Bayesian Inference

Learning for Single-Shot Confidence Calibration in Deep Neural Networks through Stochastic Inferences

2018-09-28 · CVPR 2019 6 · Seonguk Seo, Paul Hongsuck Seo, Bohyung Han

We propose a generic framework to calibrate accuracy and confidence of a prediction in deep neural networks through stochastic inferences. We interpret stochastic regularization using a Bayesian model, and analyze the re…

Prediction

Variational Inference-Based Dropout in Recurrent Neural Networks for Slot Filling in Spoken Language Understanding

2020-08-23 · Jun Qi, Xu Liu, Javier Tejedor

This paper proposes to generalize the variational recurrent neural network (RNN) with variational inference (VI)-based dropout regularization employed for the long short-term memory (LSTM) cells to more advanced RNN arch…

slot-fillingSlot FillingSpoken Language UnderstandingVariational Inference

AdaVAE: Bayesian Structural Adaptation for Variational Autoencoders

2023-09-21 · NeurIPS 2023 11

The neural network structures of generative models and their corresponding inference models paired in variational autoencoders (VAEs) play a critical role in the models' generative performance. However, powerful VAE netw…