paper-with-me

홈 › Papers

Dropout: Explicit Forms and Capacity Control

2020-03-06 · ICLR 2020 1 · Raman Arora, Peter Bartlett, Poorya Mianjy, Nathan Srebro

We investigate the capacity control provided by dropout in various machine learning problems. First, we study dropout for matrix completion, where it induces a data-dependent regularizer that, in expectation, equals the weighted trace-norm of the product of the factors. In deep learning, we show that the data-dependent regularizer due to dropout directly controls the Rademacher complexity of the underlying class of deep neural networks. These developments enable us to give concrete generalization error bounds for the dropout algorithm in both matrix completion as well as training deep neural networks. We evaluate our theoretical findings on real-world datasets, including MovieLens, MNIST, and Fashion-MNIST.

📄 PDF Abstract BibTeX arXiv:2003.03397

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine LearningMatrix Completion

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

Do deep nets really need weight decay and dropout?

2018-02-20 · Alex Hernández-García, Peter König

The impressive success of modern deep neural networks on computer vision tasks has been achieved through models of very large capacity compared to the number of available training examples. This overparameterization is o…

Data AugmentationObject Recognition

Explicit Dropout: Deterministic Regularization for Transformer Architectures

2026-04-22 · Vidhi Agrawal, Illia Oleksiienko, Alexandros Iosifidis arxiv

Dropout is a widely used regularization technique in deep learning, but its effects are typically realized through stochastic masking rather than explicit optimization objectives. We propose a deterministic formulation t…

Audio ClassificationImage ClassificationAction Detection

The Implicit and Explicit Regularization Effects of Dropout

2020-02-28 · ICML 2020 1 · Colin Wei, Sham Kakade, Tengyu Ma

Dropout is a widely-used regularization technique, often required to obtain state-of-the-art for a number of architectures. This work demonstrates that dropout introduces two distinct but entangled regularization effects…

Model-Free Learning and Optimal Policy Design in Multi-Agent MDPs Under Probabilistic Agent Dropout

2023-04-24 · Carmel Fiscko, Soummya Kar, Bruno Sinopoli

This work studies a multi-agent Markov decision process (MDP) that can undergo agent dropout and the computation of policies for the post-dropout system based on control and sampling of the pre-dropout system. The centra…

Sparseout: Controlling Sparsity in Deep Networks

2019-04-17 · Najeeb Khan, Ian Stavness

Dropout is commonly used to help reduce overfitting in deep neural networks. Sparsity is a potentially important property of neural networks, but is not explicitly controlled by Dropout-based regularization. In this work…

General Classificationimage-classificationImage ClassificationLanguage Modelling