paper-with-me

홈 › Papers

MaxDropoutV2: An Improved Method to Drop out Neurons in Convolutional Neural Networks

2022-03-05 · Claudio Filipi Goncalves do Santos, Mateus Roder, Leandro A. Passos, João P. Papa

In the last decade, exponential data growth supplied the machine learning-based algorithms' capacity and enabled their usage in daily life activities. Additionally, such an improvement is partially explained due to the advent of deep learning techniques, i.e., stacks of simple architectures that end up in more complex models. Although both factors produce outstanding results, they also pose drawbacks regarding the learning process since training complex models denotes an expensive task and results are prone to overfit the training data. A supervised regularization technique called MaxDropout was recently proposed to tackle the latter, providing several improvements concerning traditional regularization approaches. In this paper, we present its improved version called MaxDropoutV2. Results considering two public datasets show that the model performs faster than the standard version and, in most cases, provides more accurate results.

📄 PDF Abstract BibTeX arXiv:2203.02740

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improved Dropout for Shallow and Deep Learning

2016-02-06 · NeurIPS 2016 12 · Zhe Li, Boqing Gong, Tianbao Yang

Dropout has been witnessed with great success in training deep neural networks by independently zeroing out the outputs of neurons at random. It has also received a surge of interest for shallow learning, e.g., logistic …

Deep LearningStochastic Optimization

Jumpout: Improved Dropout for Deep Neural Networks with Rectified Linear Units

2019-05-01 · ICLR 2019 5 · Shengjie Wang, Tianyi Zhou, Jeff Bilmes

Dropout is a simple yet effective technique to improve generalization performance and prevent overfitting in deep neural networks (DNNs). In this paper, we discuss three novel observations about dropout to better underst…

Adversarial Dropout for Recurrent Neural Networks

2019-04-22 · Sungrae Park, Kyungwoo Song, Mingi Ji, Wonsung Lee 외

Successful application processing sequential data, such as text and speech, requires an improved generalization performance of recurrent neural networks (RNNs). Dropout techniques for RNNs were introduced to respond to t…

Language ModelingLanguage ModellingSemi-Supervised Text ClassificationText Classification

MID-L: Matrix-Interpolated Dropout Layer with Layer-wise Neuron Selection

2025-05-16 · Pouya Shaeri, Ariane Middel

Modern neural networks often activate all neurons for every input, leading to unnecessary computation and inefficiency. We introduce Matrix-Interpolated Dropout Layer (MID-L), a novel module that dynamically selects and …

Informativeness

A method of limiting performance loss of CNNs in noisy environments

2017-02-03 · James R. Geraci, Parichay Kapoor

Convolutional Neural Network (CNN) recognition rates drop in the presence of noise. We demonstrate a novel method of counteracting this drop in recognition rate by adjusting the biases of the neurons in the convolutional…

Denoising