paper-with-me

Papers

GFlowOut: Dropout with Generative Flow Networks

2022-10-24 · Dianbo Liu, Moksh Jain, Bonaventure Dossou, Qianli Shen, Salem Lahlou, Anirudh Goyal, Nikolay Malkin, Chris Emezue, Dinghuai Zhang, Nadhir Hassen, Xu Ji, Kenji Kawaguchi, Yoshua Bengio

Bayesian Inference offers principled tools to tackle many critical problems with modern neural networks such as poor calibration and generalization, and data inefficiency. However, scaling Bayesian inference to large architectures is challenging and requires restrictive approximations. Monte Carlo Dropout has been widely used as a relatively cheap way for approximate Inference and to estimate uncertainty with deep neural networks. Traditionally, the dropout mask is sampled independently from a fixed distribution. Recent works show that the dropout mask can be viewed as a latent variable, which can be inferred with variational inference. These methods face two important challenges: (a) the posterior distribution over masks can be highly multi-modal which can be difficult to approximate with standard variational inference and (b) it is not trivial to fully utilize sample-dependent information and correlation among dropout masks to improve posterior estimation. In this work, we propose GFlowOut to address these issues. GFlowOut leverages the recently proposed probabilistic framework of Generative Flow Networks (GFlowNets) to learn the posterior distribution over dropout masks. We empirically demonstrate that GFlowOut results in predictive distributions that generalize better to out-of-distribution data, and provide uncertainty estimates which lead to better performance in downstream tasks.

📄 PDF Abstract BibTeX arXiv:2210.12928

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음
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…
Monte Carlo Dropout 설명 없음

Similar Papers 제목 키워드 기반

Enhance Eye Disease Detection using Learnable Probabilistic Discrete Latents in Machine Learning Architectures

2024-01-21 · Anirudh Prabhakaran, YeKun Xiao, Ching-Yu Cheng, Dianbo Liu

Ocular diseases, including diabetic retinopathy and glaucoma, present a significant public health challenge due to their high prevalence and potential for causing vision impairment. Early and accurate diagnosis is crucia…

Decision Making

Fast Power system security analysis with Guided Dropout

2018-01-30 · Benjamin Donnot, Isabelle Guyon, Marc Schoenauer, Antoine Marot 외

We propose a new method to efficiently compute load-flows (the steady-state of the power-grid for given productions, consumptions and grid topology), substituting conventional simulators based on differential equation so…

Variational Nested Dropout

2021-01-27 · CVPR 2021 1 · Yufei Cui, Yu Mao, Ziquan Liu, Qiao Li 외

Nested dropout is a variant of dropout operation that is able to order network parameters or features based on the pre-defined importance during training. It has been explored for: I. Constructing nested nets: the nested…

Representation Learning

Understanding Dropout as an Optimization Trick

2018-06-26 · Sangchul Hahn, Heeyoul Choi

As one of standard approaches to train deep neural networks, dropout has been applied to regularize large models to avoid overfitting, and the improvement in performance by dropout has been explained as avoiding co-adapt…

image-classificationImage Classification

Deep Learning with Kernel Flow Regularization for Time Series Forecasting

2021-09-23 · Mahdy Shirdel, Reza Asadi, Duc Do, Micheal Hintlian

Long Short-Term Memory (LSTM) neural networks have been widely used for time series forecasting problems. However, LSTMs are prone to overfitting and performance reduction during test phases. Several different regulariza…

Deep LearningTime SeriesTime Series AnalysisTime Series Forecasting