中文
相关论文

相关论文: Dropout can Simulate Exponential Number of Models …

200 篇论文

Dropout is a simple but efficient regularization technique for achieving better generalization of deep neural networks (DNNs); hence it is widely used in tasks based on DNNs. During training, dropout randomly discards a portion of the…

神经与进化计算 · 计算机科学 2020-10-22 Hiroshi Inoue

Dropout is typically interpreted as bagging a large number of models sharing parameters. We show that using dropout in a network can also be interpreted as a kind of data augmentation in the input space without domain knowledge. We present…

机器学习 · 统计学 2016-01-11 Xavier Bouthillier , Kishore Konda , Pascal Vincent , Roland Memisevic

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 the representative…

机器学习 · 计算机科学 2022-05-17 Yangkun Li , Weizhi Ma , Chong Chen , Min Zhang , Yiqun Liu , Shaoping Ma , Yuekui Yang

Federated learning can be used to train machine learning models on the edge on local data that never leave devices, providing privacy by default. This presents a challenge pertaining to the communication and computation costs associated…

Dropout is a popular technique for regularizing artificial neural networks. Dropout networks are generally trained by minibatch gradient descent with a dropout mask turning off some of the units---a different pattern of dropout is applied…

神经与进化计算 · 计算机科学 2015-02-10 Ben Graham , Jeremy Reizenstein , Leigh Robinson

Dropout has been demonstrated as a simple and effective module to not only regularize the training process of deep neural networks, but also provide the uncertainty estimation for prediction. However, the quality of uncertainty estimation…

机器学习 · 计算机科学 2021-03-09 Xinjie Fan , Shujian Zhang , Korawat Tanwisuth , Xiaoning Qian , Mingyuan Zhou

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,…

机器学习 · 计算机科学 2016-12-06 Zhe Li , Boqing Gong , Tianbao Yang

Dropout has recently emerged as a powerful and simple method for training neural networks preventing co-adaptation by stochastically omitting neurons. Dropout is currently not grounded in explicit modelling assumptions which so far has…

机器学习 · 统计学 2022-05-18 Tue Herlau , Morten Mørup , Mikkel N. Schmidt

Deep learning models frequently exploit spurious features in training data to achieve low training error, often resulting in poor generalization when faced with shifted testing distributions. To address this issue, various methods from…

机器学习 · 计算机科学 2025-02-11 Geraldin Nanfack , Eugene Belilovsky

Dropout is a very effective way of regularizing neural networks. Stochastically "dropping out" units with a certain probability discourages over-specific co-adaptations of feature detectors, preventing overfitting and improving network…

神经与进化计算 · 计算机科学 2017-08-04 Pietro Morerio , Jacopo Cavazza , Riccardo Volpi , Rene Vidal , Vittorio Murino

Dropout is often used in deep neural networks to prevent over-fitting. Conventionally, dropout training invokes \textit{random drop} of nodes from the hidden layers of a Neural Network. It is our hypothesis that a guided selection of nodes…

机器学习 · 计算机科学 2018-12-11 Rohit Keshari , Richa Singh , Mayank Vatsa

It is impossible today to pretend that the practice of machine learning is always compatible with the idea that training and testing data follow the same distribution. Several authors have recently used ensemble techniques to show how…

机器学习 · 计算机科学 2025-03-03 Jianyu Zhang , Léon Bottou

Many recent works on deep speaker embeddings train their feature extraction networks on large classification tasks, distinguishing between all speakers in a training set. Empirically, this has been shown to produce speaker-discriminative…

声音 · 计算机科学 2020-02-04 Chau Luu , Peter Bell , Steve Renals

Dropout is a widely used regularization technique which improves the generalization ability of a model by randomly dropping neurons. In light of this, we propose Dropout Prompt Learning, which aims for applying dropout to improve the…

计算机视觉与模式识别 · 计算机科学 2025-12-09 Biao Chen , Lin Zuo , Mengmeng Jing , Kunbin He , Yuchen Wang

We consider the problem of designing models to leverage a recently introduced approximate model averaging technique called dropout. We define a simple new model called maxout (so named because its output is the max of a set of inputs, and…

机器学习 · 统计学 2013-09-23 Ian J. Goodfellow , David Warde-Farley , Mehdi Mirza , Aaron Courville , Yoshua Bengio

Deep learning models learn to fit training data while they are highly expected to generalize well to testing data. Most works aim at finding such models by creatively designing architectures and fine-tuning parameters. To adapt to…

计算机视觉与模式识别 · 计算机科学 2018-09-10 Tianyang Wang , Jun Huan , Bo Li

Active learning is relevant and challenging for high-dimensional regression models when the annotation of the samples is expensive. Yet most of the existing sampling methods cannot be applied to large-scale problems, consuming too much time…

机器学习 · 计算机科学 2020-01-24 Evgenii Tsymbalov , Maxim Panov , Alexander Shapeev

We introduce a novel view to understand how dropout works as an inexplicit ensemble learning method, which doesn't point out how many and which nodes to learn a certain feature. We propose a new training method named internal node bagging,…

机器学习 · 计算机科学 2018-09-24 Shun Yi

Predictive multiplicity refers to the phenomenon in which classification tasks may admit multiple competing models that achieve almost-equally-optimal performance, yet generate conflicting outputs for individual samples. This presents…

机器学习 · 计算机科学 2024-02-02 Hsiang Hsu , Guihong Li , Shaohan Hu , Chun-Fu , Chen

In classification applications, we often want probabilistic predictions to reflect confidence or uncertainty. Dropout, a commonly used training technique, has recently been linked to Bayesian inference, yielding an efficient way to quantify…

机器学习 · 计算机科学 2019-06-25 Zhilu Zhang , Adrian V. Dalca , Mert R. Sabuncu
‹ 上一页 1 2 3 10 下一页 ›