Pith. sign in

REVIEW 2 cited by

Multi-Sample Dropout for Accelerated Training and Better Generalization

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 1905.09788 v3 pith:REKVI7NB submitted 2019-05-23 cs.NE cs.CVcs.LGstat.ML

classification cs.NEcs.CVcs.LGstat.ML
keywords dropoutmulti-sampletrainingnetworksduplicatedgeneralizationoriginalsample
verification ladder T0 review T1 audit T2 compute T3 formal

Signed reviews

No signed human review yet.

0 comments
read the original abstract

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.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. IP2: Entity-Guided Interest Probing for Personalized News Recommendation

    cs.IR 2025-07 conditional novelty 5.0 of 10

    IP2 adds entity-level interest probing at both headline and cross-article levels and reports state-of-the-art recommendation accuracy on MIND-small, MIND-large, and Adressa-1week.

  2. MID-L: Matrix-Interpolated Dropout Layer with Layer-wise Neuron Selection

    cs.NE 2025-05 reject novelty 4.0 of 10

    MID-L is an input-dependent gating layer that interpolates between two transformations via a learned Top-k mask, with claimed efficiency and accuracy benefits.

Pith tools