paper-with-me

홈 › Papers

Disturbing Target Values for Neural Network Regularization

2021-10-11 · Yongho Kim, Hanna Lukashonak, Paweena Tarepakdee, Klavdia Zavalich, Mofassir ul Islam Arif

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 target labels at random and training the neural network on this distorted data so as to not learn the training data. It is observed that high confidence labels during training cause the overfitting problem and DL selects disturb labels at random regardless of the confidence of labels. To solve this shortcoming of DL, we propose Directional DisturbLabel (DDL) a novel regularization technique that makes use of the class probabilities to infer the confident labels and using these labels to regularize the model. This active regularization makes use of the model behavior during training to regularize it in a more directed manner. To address regression problems, we also propose DisturbValue (DV), and DisturbError (DE). DE uses only predefined confident labels to disturb target values. DV injects noise into a portion of target values at random similar to DL. In this paper, 6 and 8 datasets are used to validate the robustness of our methods in classification and regression tasks respectively. Finally, we demonstrate that our methods are either comparable to or outperform DisturbLabel, L2 regularization, and Dropout. Also, we achieve the best performance in more than half the datasets by combining our methods with either L2 regularization or Dropout.

📄 PDF Abstract BibTeX arXiv:2110.05003

Code (1)

kimy-de/DisturbMethods 공식 구현 pytorch

Tasks

L2 Regularizationregression

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

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 b…

Bridging the Gap Between Target Networks and Functional Regularization

2021-06-04 · Alexandre Piché, Valentin Thomas, Rafael Pardinas, Joseph Marino 외

Bootstrapping is behind much of the successes of deep Reinforcement Learning. However, learning the value function via bootstrapping often leads to unstable training due to fast-changing target values. Target Networks ar…

Deep Reinforcement LearningQ-Learning

Bridging the Gap Between Target Networks and Functional Regularization

2022-10-21 · Alexandre Piche, Valentin Thomas, Joseph Marino, Rafael Pardinas 외

Bootstrapping is behind much of the successes of Deep Reinforcement Learning. However, learning the value function via bootstrapping often leads to unstable training due to fast-changing target values. Target Networks ar…

Deep Reinforcement Learning

MTLHealth: A Deep Learning System for Detecting Disturbing Content in Student Essays

2021-03-07 · Joseph Valencia, Erin Yao

Essay submissions to standardized tests like the ACT occasionally include references to bullying, self-harm, violence, and other forms of disturbing content. Graders must take great care to identify cases like these and …

Language ModelingLanguage Modelling

Non-Convex Tensor Low-Rank Approximation for Infrared Small Target Detection

2021-05-31 · Ting Liu, Jungang Yang, Boyang Li, Chao Xiao 외

Infrared small target detection is an important fundamental task in the infrared system. Therefore, many infrared small target detection methods have been proposed, in which the low-rank model has been used as a powerful…