paper-with-me

홈 › Papers

On Convergence and Generalization of Dropout Training

2020-10-23 · NeurIPS 2020 12 · Poorya Mianjy, Raman Arora

We study dropout in two-layer neural networks with rectified linear unit (ReLU) activations. Under mild overparametrization and assuming that the limiting kernel can separate the data distribution with a positive margin, we show that dropout training with logistic loss achieves $\epsilon$-suboptimality in test error in $O(1/\epsilon)$ iterations.

📄 PDF Abstract BibTeX arXiv:2010.12711

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

Investigating the Synergistic Effects of Dropout and Residual Connections on Language Model Training

2024-10-01 · Qingyang Li, Weimao Ke

This paper examines the pivotal role of dropout techniques in mitigating overfitting in language model training. It conducts a comprehensive investigation into the influence of variable dropout rates on both individual l…

DecoderLanguage ModelingLanguage Modelling

Improving Predictive Uncertainty Estimation using Dropout -- Hamiltonian Monte Carlo

2018-05-12 · Diego Vergara, Sergio Hernández, Matias Valdenegro-Toro, Felipe Jorquera

Estimating predictive uncertainty is crucial for many computer vision tasks, from image classification to autonomous driving systems. Hamiltonian Monte Carlo (HMC) is an sampling method for performing Bayesian inference.…

Autonomous DrivingBayesian InferenceGeneral Classificationimage-classification+1

ZeroLiers: Diminishing Large Outliers in ReLU-like Activations

2021-09-29 · Yeha Kim, Wookeun Jung, Jaejin Lee

As the number of learnable parameters is getting bigger and bigger, overfitting is still one of the main challenges in training DNNs. Even though DNNs with billions or even a few hundred billions of parameters are propos…

FedLoDrop: Federated LoRA with Dropout for Generalized LLM Fine-tuning

2025-10-14 · Sijing Xie, Dingzhu Wen, Changsheng You, Qimei Chen 외 arxiv

Fine-tuning (FT) large language models (LLMs) is crucial for adapting general-purpose models to specific tasks, enhancing accuracy and relevance with minimal resources. To further enhance generalization ability while red…

Almost Sure Convergence of Dropout Algorithms for Neural Networks

2020-02-06 · Albert Senen-Cerda, Jaron Sanders

We investigate the convergence and convergence rate of stochastic training algorithms for Neural Networks (NNs) that have been inspired by Dropout (Hinton et al., 2012). With the goal of avoiding overfitting during train…