paper-with-me

홈 › Papers

Targeted Dropout

2018-10-20 · NIPS Workshop CDNNRIA 2018 · Aidan N. Gomez, Ivan Zhang, Kevin Swersky, Yarin Gal, Geoffrey E. Hinton

Neural networks are extremely flexible models due to their large number of parameters, which is beneficial for learning, but also highly redundant. This makes it possible to compress neural networks without having a drastic effect on performance. We introduce targeted dropout, a strategy for post hoc pruning of neural network weights and units that builds the pruning mechanism directly into learning. At each weight update, targeted dropout selects a candidate set for pruning using a simple selection criterion, and then stochastically prunes the network via dropout applied to this set. The resulting network learns to be explicitly robust to pruning, comparing favourably to more complicated regularization schemes while at the same time being extremely simple to implement, and easy to tune.

📄 PDF Abstract BibTeX

Code (1)

for-ai/TD 공식 구현 tf

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Learning Sparse Networks Using Targeted Dropout

2019-05-31 · Aidan N. Gomez, Ivan Zhang, Siddhartha Rao Kamalakara, Divyam Madaan 외

Neural networks are easier to optimise when they have many more weights than are required for modelling the mapping from inputs to outputs. This suggests a two-stage learning procedure that first learns a large net and t…

Network PruningNeural Network Compression

TargetDrop: A Targeted Regularization Method for Convolutional Neural Networks

2020-10-21 · Hui Zhu, Xiaofang Zhao

Dropout regularization has been widely used in deep learning but performs less effective for convolutional neural networks since the spatially correlated features allow dropped information to still flow through the netwo…

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

Learning to Drop Out: An Adversarial Approach to Training Sequence VAEs

2022-09-26 · Đorđe Miladinović, Kumar Shridhar, Kushal Jain, Max B. Paulus 외

In principle, applying variational autoencoders (VAEs) to sequential data offers a method for controlled sequence generation, manipulation, and structured representation learning. However, training sequence VAEs is chall…

DecoderRepresentation Learning

Exploiting the Full Capacity of Deep Neural Networks while Avoiding Overfitting by Targeted Sparsity Regularization

2020-02-21 · Karim Huesmann, Soeren Klemm, Lars Linsen, Benjamin Risse

Overfitting is one of the most common problems when training deep neural networks on comparatively small datasets. Here, we demonstrate that neural network activation sparsity is a reliable indicator for overfitting whic…

image-classificationImage Classification