paper-with-me

Papers

Compacting Neural Network Classifiers via Dropout Training

2016-11-18 · Yotaro Kubo, George Tucker, Simon Wiesler

We introduce dropout compaction, a novel method for training feed-forward neural networks which realizes the performance gains of training a large model with dropout regularization, yet extracts a compact neural network for run-time efficiency. In the proposed method, we introduce a sparsity-inducing prior on the per unit dropout retention probability so that the optimizer can effectively prune hidden units during training. By changing the prior hyperparameters, we can control the size of the resulting network. We performed a systematic comparison of dropout compaction and competing methods on several real-world speech recognition tasks and found that dropout compaction achieved comparable accuracy with fewer than 50% of the hidden units, translating to a 2.5x speedup in run-time.

📄 PDF Abstract BibTeX arXiv:1611.06148

Code (0)

등록된 구현이 없습니다.

Tasks

speech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Compacting Deep Neural Networks for Internet of Things: Methods and Applications

2021-03-20 · Ke Zhang, Hanbo Ying, Hong-Ning Dai, Lin Li 외

Deep Neural Networks (DNNs) have shown great success in completing complex tasks. However, DNNs inevitably bring high computational cost and storage consumption due to the complexity of hierarchical structures, thereby h…

DiversityKnowledge DistillationModel Compression

Why Do Students Drop Out? University Dropout Prediction and Associated Factor Analysis Using Machine Learning Techniques

2023-10-17 · Sean Kim, Eliot Yoo, Samuel Kim

Graduation and dropout rates have always been a serious consideration for educational institutions and students. High dropout rates negatively impact both the lives of individual students and institutions. To address thi…

Delving Deeper into MOOC Student Dropout Prediction

2017-02-21 · Jacob Whitehill, Kiran Mohan, Daniel Seaton, Yigal Rosen 외

In order to obtain reliable accuracy estimates for automatic MOOC dropout predictors, it is important to train and test them in a manner consistent with how they will be used in practice. Yet most prior research on MOOC …

PredictionregressionStudent dropout

Learning Deep Networks from Noisy Labels with Dropout Regularization

2017-05-09 · Ishan Jindal, Matthew Nokleby, Xue-wen Chen

Large datasets often have unreliable labels-such as those obtained from Amazon's Mechanical Turk or social media platforms-and classifiers trained on mislabeled datasets often exhibit poor performance. We present a simpl…

CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features

2019-05-13 · ICCV 2019 10 · Sangdoo Yun, Dongyoon Han, Seong Joon Oh, Sanghyuk Chun 외

Regional dropout strategies have been proposed to enhance the performance of convolutional neural network classifiers. They have proved to be effective for guiding the model to attend on less discriminative parts of obje…

Domain GeneralizationImage CaptioningImage ClassificationObject Localization+3