paper-with-me

홈 › Papers

Achieving Strong Regularization for Deep Neural Networks

2018-01-01 · ICLR 2018 1 · Dae Hoon Park, Chiu Man Ho, Yi Chang

L1 and L2 regularizers are critical tools in machine learning due to their ability to simplify solutions. However, imposing strong L1 or L2 regularization with gradient descent method easily fails, and this limits the generalization ability of the underlying neural networks. To understand this phenomenon, we investigate how and why training fails for strong regularization. Specifically, we examine how gradients change over time for different regularization strengths and provide an analysis why the gradients diminish so fast. We find that there exists a tolerance level of regularization strength, where the learning completely fails if the regularization strength goes beyond it. We propose a simple but novel method, Delayed Strong Regularization, in order to moderate the tolerance level. Experiment results show that our proposed approach indeed achieves strong regularization for both L1 and L2 regularizers and improves both accuracy and sparsity on public data sets. Our source code is published.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

L2 Regularization

Similar Papers 제목 키워드 기반

Learning Sparse Visual Representations with Leaky Capped Norm Regularizers

2017-11-08 · Jianqiao Wangni, Dahua Lin

Sparsity inducing regularization is an important part for learning over-complete visual representations. Despite the popularity of $\ell_1$ regularization, in this paper, we investigate the usage of non-convex regulariza…

Exploiting Strong Convexity from Data with Primal-Dual First-Order Algorithms

2017-03-07 · ICML 2017 8 · Jialei Wang, Lin Xiao

We consider empirical risk minimization of linear predictors with convex loss functions. Such problems can be reformulated as convex-concave saddle point problems, and thus are well suitable for primal-dual first-order a…

regression

Revisiting Network Perturbation for Semi-Supervised Semantic Segmentation

2024-11-08 · Sien Li, Tao Wang, Ruizhe Hu, Wenxi Liu

In semi-supervised semantic segmentation (SSS), weak-to-strong consistency regularization techniques are widely utilized in recent works, typically combined with input-level and feature-level perturbations. However, the …

Semantic SegmentationSemi-Supervised Semantic Segmentation

Rethinking Attention: Polynomial Alternatives to Softmax in Transformers

2024-10-24 · Hemanth Saratchandran, Jianqiao Zheng, Yiping Ji, Wenbo Zhang 외

This paper questions whether the strong performance of softmax attention in transformers stems from producing a probability distribution over inputs. Instead, we argue that softmax's effectiveness lies in its implicit re…

On Generalization and Regularization via Wasserstein Distributionally Robust Optimization

2022-12-12 · Qinyu Wu, Jonathan Yu-Meng Li, Tiantian Mao

Wasserstein distributionally robust optimization (DRO) has gained prominence in operations research and machine learning as a powerful method for achieving solutions with favorable out-of-sample performance. Two compelli…

Generalization Bounds