paper-with-me

홈 › Papers

DisturbLabel: Regularizing CNN on the Loss Layer

2016-04-30 · CVPR 2016 6 · Lingxi Xie, Jingdong Wang, Zhen Wei, Meng Wang, Qi Tian

During a long period of time we are combating over-fitting in the CNN training process with model regularization, including weight decay, model averaging, data augmentation, etc. In this paper, we present DisturbLabel, an extremely simple algorithm which randomly replaces a part of labels as incorrect values in each iteration. Although it seems weird to intentionally generate incorrect training labels, we show that DisturbLabel prevents the network training from over-fitting by implicitly averaging over exponentially many networks which are trained with different label sets. To the best of our knowledge, DisturbLabel serves as the first work which adds noises on the loss layer. Meanwhile, DisturbLabel cooperates well with Dropout to provide complementary regularization functions. Experiments demonstrate competitive recognition results on several popular image recognition datasets.

📄 PDF Abstract BibTeX arXiv:1605.00055

Code (2)

amirhfarzaneh/DisturbLabel-PyTorch pytorch
kimy-de/DisturbMethods pytorch

Tasks

Data Augmentation

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

Disturbing Target Values for Neural Network Regularization

2021-10-11 · Yongho Kim, Hanna Lukashonak, Paweena Tarepakdee, Klavdia Zavalich 외

Diverse regularization techniques have been developed such as L2 regularization, Dropout, DisturbLabel (DL) to prevent overfitting. DL, a newcomer on the scene, regularizes the loss layer by flipping a small share of the…

L2 Regularizationregression

Regularizing Semi-supervised Graph Convolutional Networks with a Manifold Smoothness Loss

2020-02-11 · Qilin Li, Wanquan Liu, Ling Li

Existing graph convolutional networks focus on the neighborhood aggregation scheme. When applied to semi-supervised learning, they often suffer from the overfitting problem as the networks are trained with the cross-entr…

How Implicit Regularization of ReLU Neural Networks Characterizes the Learned Function -- Part I: the 1-D Case of Two Layers with Random First Layer

2019-11-07 · Jakob Heiss, Josef Teichmann, Hanna Wutte

In this paper, we consider one dimensional (shallow) ReLU neural networks in which weights are chosen randomly and only the terminal layer is trained. First, we mathematically show that for such networks L2-regularized r…

regression

Learning Stable Graph Neural Networks via Spectral Regularization

2022-11-13 · Zhan Gao, Elvin Isufi

Stability of graph neural networks (GNNs) characterizes how GNNs react to graph perturbations and provides guarantees for architecture performance in noisy scenarios. This paper develops a self-regularized graph neural n…

Graph Neural NetworkMovie Recommendation

An Exploration of Dropout with RNNs for Natural Language Inference

2018-10-22 · Amit Gajbhiye, Sardar Jaf, Noura Al Moubayed, A. Stephen McGough 외

Dropout is a crucial regularization technique for the Recurrent Neural Network (RNN) models of Natural Language Inference (NLI). However, dropout has not been evaluated for the effectiveness at different layers and dropo…

Natural Language Inference