paper-with-me

홈 › Papers

ShakeDrop regularization

2018-01-01 · ICLR 2018 1 · Yoshihiro Yamada, Masakazu Iwamura, Koichi Kise

This paper proposes a powerful regularization method named \textit{ShakeDrop regularization}. ShakeDrop is inspired by Shake-Shake regularization that decreases error rates by disturbing learning. While Shake-Shake can be applied to only ResNeXt which has multiple branches, ShakeDrop can be applied to not only ResNeXt but also ResNet, Wide ResNet and PyramidNet in a memory efficient way. Important and interesting feature of ShakeDrop is that it strongly disturbs learning by multiplying even a negative factor to the output of a convolutional layer in the forward training pass. The effectiveness of ShakeDrop is confirmed by experiments on CIFAR-10/100 and Tiny ImageNet datasets.

📄 PDF Abstract BibTeX

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…
Wide Residual Block 설명 없음
WideResNet 설명 없음
Average Pooling 설명 없음
ResNeXt Block A ResNeXt Block is a type of residual block used as part of the ResNeXt CNN…
Zero-padded Shortcut Connection 설명 없음
Pyramidal Residual Unit A Pyramidal Residual Unit is a type of residual unit where the number of channels gradually increases as a function of the depth at which the layer occurs, which is similar to…
Pyramidal Bottleneck Residual Unit A Pyramidal Bottleneck Residual Unit is a type of residual unit where the number of channels gradually increases as a function of the depth at which the layer occurs, which is…

Similar Papers 제목 키워드 기반

ShakeDrop Regularization for Deep Residual Learning

2018-02-07 · Yoshihiro Yamada, Masakazu Iwamura, Takuya Akiba, Koichi Kise

Overfitting is a crucial problem in deep neural networks, even in the latest network architectures. In this paper, to relieve the overfitting effect of ResNet and its improvements (i.e., Wide ResNet, PyramidNet, and ResN…

Adaptive and Implicit Regularization for Matrix Completion

2022-08-11 · Zhemin Li, Tao Sun, Hongxia Wang, Bao Wang

The explicit low-rank regularization, e.g., nuclear norm regularization, has been widely used in imaging sciences. However, it has been found that implicit regularization outperforms explicit ones in various image proces…

Matrix Completion

AIR-Net: Adaptive and Implicit Regularization Neural Network for Matrix Completion

2021-10-12 · Zhemin Li, Tao Sun, Hongxia Wang, Bao Wang

The explicit low-rank regularization, e.g., nuclear norm regularization, has been widely used in imaging sciences. However, it has been found that implicit regularization outperforms explicit ones in various image proces…

Matrix CompletionMissing Elements

Modulating Regularization Frequency for Efficient Compression-Aware Model Training

2021-05-05 · Dongsoo Lee, Se Jung Kwon, Byeongwook Kim, Jeongin Yun 외

While model compression is increasingly important because of large neural network size, compression-aware training is challenging as it needs sophisticated model modifications and longer training time.In this paper, we i…

Model Compression

A Connection between One-Step Regularization and Critic Regularization in Reinforcement Learning

2023-07-24 · Benjamin Eysenbach, Matthieu Geist, Sergey Levine, Ruslan Salakhutdinov

As with any machine learning problem with limited data, effective offline RL algorithms require careful regularization to avoid overfitting. One-step methods perform regularization by doing just a single step of policy i…

Offline RLreinforcement-learning