Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

3877741,1601,547 · Jun 202019922001200920182026
48 results for dropout learning

Dropout is one of the key techniques to prevent the learning from overfitting. It is explained that dropout works as a kind of modified L2 regularization. Here, we shed light on the dropout from Bayesian standpoint. Bayesian interpretation enables us to optimize the dropout rate, which is beneficial for learning of wei…

2014-12-22abs ↗pdf ↗

Dropout has been witnessed with great success in training deep neural networks by independently zeroing out the outputs of neurons at random. It has also received a surge of interest for shallow learning, e.g., logistic regression. However, the independent sampling for dropout could be suboptimal for the sake of conver…

2016-02-06abs ↗pdf ↗

Structured dropout improves confidence calibration in convolutional neural networks.

problem Poor confidence calibration in convolutional neural networks using dropout.
method Structured dropout to promote model diversity and improve calibration.
result Structured dropout reduces calibration error compared to naive dropout.

CODA uses a new dropout technique inspired by constructivism learning to improve deep learning performance.

problem Existing dropout methods fail to differentiate among instances, leading to overfitting.
method CODA incorporates structural information and uses a Bayesian nonparametric method to create a better dropout technique.
result CODA outperformed other state-of-the-art dropout techniques on 5 real-world datasets.

Dropout is a simple but effective technique for learning in neural networks and other settings. A sound theoretical understanding of dropout is needed to determine when dropout should be applied and how to use it most effectively. In this paper we continue the exploration of dropout as a regularizer pioneered by Wager,…

2014-12-15abs ↗pdf ↗

Characterizes dropout's regularizer in deep linear networks.

problem Understanding dropout's regularization effect in deep learning.
method Formal characterization of dropout's regularizer, showing it is composed of an 2\ell_2-path regularizer and the squared nuclear norm.
result For large dropout rates, the global optima of the dropout objective can be characterized.

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 that the dropout regularizer is first-order equivalent to an L2 regularizer applied after scaling t…

2013-07-04abs ↗pdf ↗

Dropout training, originally designed for deep neural networks, has been successful on high-dimensional single-layer natural language tasks. This paper proposes a theoretical explanation for this phenomenon: we show that, under a generative Poisson topic model with long documents, dropout training improves the exponent…

2014-07-11abs ↗pdf ↗

Dropout improves matrix factorization by acting as a low-rank regularizer.

problem Improving matrix factorization performance through regularization.
method Using Bernoulli random variables to drop columns of factors, demonstrating equivalence to a deterministic model with sum of squared Euclidean norms.
result Dropout achieves the global minimum of a convex approximation problem with squared nuclear norm regularization.

Continuum Dropout improves neural differential equations by preventing overfitting.

problem Overfitting in Neural Differential Equations (NDEs).
method Introduces Continuum Dropout, a regularization technique based on alternating renewal processes.
result Continuum Dropout outperforms existing methods in various tasks, improving generalization and uncertainty quantification.

We show that a neural network with arbitrary depth and non-linearities, with dropout applied before every weight layer, is mathematically equivalent to an approximation to a well known Bayesian model. This interpretation might offer an explanation to some of dropout's key properties, such as its robustness to over-fitt…

2015-06-06abs ↗pdf ↗

Privileged Information Dropout improves RL performance without distillation.

problem Improving sample efficiency and performance in reinforcement learning.
method Introducing Privileged Information Dropout to directly incorporate privileged information into RL agent inputs.
result Privileged Information Dropout outperforms distillation and auxiliary tasks in a partially-observed environment.

We investigate a local reparameterizaton technique for greatly reducing the variance of stochastic gradients for variational Bayesian inference (SGVB) of a posterior over model parameters, while retaining parallelizability. This local reparameterization translates uncertainty about global parameters into local noise th…

2015-06-08abs ↗pdf ↗

Enhances uncertainty estimation in neural networks using Dirichlet-based MC Dropout.

problem Deterministic predictions without uncertainty estimates in neural networks.
method Integrates Dirichlet-based framework within Monte Carlo Dropout.
result Improves quality of uncertainty estimates in deep learning models.

A new technique called fraternal dropout improves RNN performance.

problem Optimizing recurrent neural networks (RNNs) is harder than feed-forward networks.
method Train two identical RNNs with different dropout masks to encourage robust representations.
result Achieves state-of-the-art results on sequence modeling tasks and improves image captioning and semi-supervised learning.

New method uses dropout with varying variance to improve model learning efficiency.

problem Improving model learning efficiency with limited training data.
method Proposes heteroscedastic dropout for CNNs and RNNs.
result Significantly increases sample efficiency and accuracy with limited data.

Neuron-specific dropout reduces overfitting and data needs for neural networks.

problem Overfitting and insufficient training data for deep neural networks.
method Compares training and validation passes of a layer, drops targeted neurons based on feature analysis.
result Achieves similar or better testing accuracy with less data, reducing overfitting.

Proposes a curriculum-based dropout discriminator for domain adaptation.

problem Improving domain adaptation using deep learning networks trained on large labeled datasets.
method Introduces a curriculum-based dropout discriminator that gradually increases sample variance and uses reverse gradients to align source and target feature representations.
result The proposed model outperforms state-of-the-art results in domain adaptation tasks.

Paper proposes using MC-dropout to detect and diagnose incipient faults in buildings.

problem Lack of labeled incipient fault data in buildings.
method Proposes using Monte Carlo dropout (MC-dropout) to enhance deep neural networks for fault detection.
result Demonstrates effectiveness of MC-dropout in indicating likely incipient fault types.

Study predicts high school dropout risk in Louisiana using imbalanced learning techniques.

problem Predicting high school dropout risk in Louisiana.
method Applied imbalanced learning techniques including resampling, case weighting, and cost-sensitive learning.
result Imbalanced learning techniques improve recall but decrease precision.

Paper explains why Dropout and BN lead to worse performance when combined and proposes solutions.

problem Worse performance when Dropout and BN are combined.
method Theoretical analysis and experiments on various networks to identify variance shift and propose solutions.
result Dropout shifts variance of a specific neural unit, while BN maintains accumulated variance, leading to unstable predictions.