paper-with-me

Papers

Multi-Sample Dropout for Accelerated Training and Better Generalization

2019-05-23 · Hiroshi Inoue

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 neurons to avoid overfitting. This paper presents an enhanced dropout technique, which we call multi-sample dropout, for both accelerating training and improving generalization over the original dropout. The original dropout creates a randomly selected subset (called a dropout sample) from the input in each training iteration while the multi-sample dropout creates multiple dropout samples. The loss is calculated for each sample, and then the sample losses are averaged to obtain the final loss. This technique can be easily implemented by duplicating a part of the network after the dropout layer while sharing the weights among the duplicated fully connected layers. Experimental results using image classification tasks including ImageNet, CIFAR-10, and CIFAR-100 showed that multi-sample dropout accelerates training. Moreover, the networks trained using multi-sample dropout achieved lower error rates compared to networks trained with the original dropout. The additional computation cost due to the duplicated operations is not significant for deep convolutional networks because most of the computation time is consumed in the convolution layers before the dropout layer, which are not duplicated.

📄 PDF Abstract BibTeX arXiv:1905.09788

Code (6)

StephKua/Kaggle-Twitter-Sentiment-Extraction tf
alyaxey/bert_for_intent_recognition
apalle1/Sentiment-Span-Extraction-Using-Transformer-Models pytorch
lonePatient/multi-sample_dropout_pytorch pytorch
lsqdecodebox/Transformer_Classifier_FrameWork pytorch
ywu94/Code-Notes pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
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 제목 키워드 기반

Jumpout: Improved Dropout for Deep Neural Networks with Rectified Linear Units

2019-05-01 · ICLR 2019 5 · Shengjie Wang, Tianyi Zhou, Jeff Bilmes

Dropout is a simple yet effective technique to improve generalization performance and prevent overfitting in deep neural networks (DNNs). In this paper, we discuss three novel observations about dropout to better underst…

Neuron-Specific Dropout: A Deterministic Regularization Technique to Prevent Neural Networks from Overfitting & Reduce Dependence on Large Training Samples

2022-01-13 · Joshua Shunk

In order to develop complex relationships between their inputs and outputs, deep neural networks train and adjust large number of parameters. To make these networks work at high accuracy, vast amounts of data are needed.…

Uncertainty-Aware Time-to-Event Prediction using Deep Kernel Accelerated Failure Time Models

2021-07-26 · Zhiliang Wu, Yinchong Yang, Peter A. Fasching, Volker Tresp

Recurrent neural network based solutions are increasingly being used in the analysis of longitudinal Electronic Health Record data. However, most works focus on prediction accuracy and neglect prediction uncertainty. We …

Metric LearningPredictionTime-to-Event Prediction

Pretraining Language Models with Subword Regularization: An Empirical Study of BPE Dropout in Low-Resource NLP

2026-05-13 · Ruan Visser, Trienko Grobler, Marcel Dunaiski arxiv

Subword regularization methods such as BPE dropout are typically applied only during fine-tuning, while pretraining is usually done with deterministic tokenization. This creates a potential segmentation mismatch between …

CoilDrop-MRI: Self-supervised physics-guided MRI reconstruction with coil dropout

2026-05-26 · Tongxi Song, Ziyu Li, Zihan Li, Wen Zhong 외 arxiv

Self-supervised deep learning-based methods have shown great promise for accelerated magnetic resonance imaging (MRI) reconstruction, achieving high image quality without requiring fully sampled data for training. These …

MRI Reconstruction