paper-with-me

Papers

Learning Compact Convolutional Neural Networks with Nested Dropout

2014-12-22 · Chelsea Finn, Lisa Anne Hendricks, Trevor Darrell

Recently, nested dropout was proposed as a method for ordering representation units in autoencoders by their information content, without diminishing reconstruction cost. However, it has only been applied to training fully-connected autoencoders in an unsupervised setting. We explore the impact of nested dropout on the convolutional layers in a CNN trained by backpropagation, investigating whether nested dropout can provide a simple and systematic way to determine the optimal representation size with respect to the desired accuracy and desired task and data complexity.

📄 PDF Abstract BibTeX arXiv:1412.7155

Code (0)

등록된 구현이 없습니다.

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

Variational Nested Dropout

2021-01-27 · CVPR 2021 1 · Yufei Cui, Yu Mao, Ziquan Liu, Qiao Li 외

Nested dropout is a variant of dropout operation that is able to order network parameters or features based on the pre-defined importance during training. It has been explored for: I. Constructing nested nets: the nested…

Representation Learning

Ordering Dimensions with Nested Dropout Normalizing Flows

2020-06-15 · Artur Bekasov, Iain Murray

The latent space of normalizing flows must be of the same dimensionality as their output space. This constraint presents a problem if we want to learn low-dimensional, semantically meaningful representations. Recent work…

Learning Ordered Representations with Nested Dropout

2014-02-05 · Oren Rippel, Michael A. Gelbart, Ryan P. Adams

In this paper, we study ordered representations of data in which different dimensions have different degrees of importance. To learn these representations we introduce nested dropout, a procedure for stochastically remov…

Retrieval

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 …

speech-recognitionSpeech Recognition

ZipTok3D: High-Fidelity 3D Tokenization with Compact Token Prefixes

2026-09-01 · Mingda Lin, Weijie Wang, Zeyu Zhang, Bowen Cui 외 hf

Compact token sequences are essential for efficient 3D generation. However, existing 3D tokenizers typically organize latent representations either over spatial regions or as fixed-size sets of global tokens, both suffer…

3D Generation