paper-with-me

Papers

Volumization as a Natural Generalization of Weight Decay

2020-03-25 · Liu Ziyin, ZiHao Wang, Makoto Yamada, Masahito Ueda

We propose a novel regularization method, called \textit{volumization}, for neural networks. Inspired by physics, we define a physical volume for the weight parameters in neural networks, and we show that this method is an effective way of regularizing neural networks. Intuitively, this method interpolates between an $L_2$ and $L_\infty$ regularization. Therefore, weight decay and weight clipping become special cases of the proposed algorithm. We prove, on a toy example, that the essence of this method is a regularization technique to control bias-variance tradeoff. The method is shown to do well in the categories where the standard weight decay method is shown to work well, including improving the generalization of networks and preventing memorization. Moreover, we show that the volumization might lead to a simple method for training a neural network whose weight is binary or ternary.

📄 PDF Abstract BibTeX arXiv:2003.11243

Code (0)

등록된 구현이 없습니다.

Tasks

Memorization

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Investigating the Role of Weight Decay in Enhancing Nonconvex SGD

2025-01-01 · CVPR 2025 1 · Tao Sun, Yuhao Huang, Li Shen, Kele Xu 외

Weight decay is a widely used technique in training machine learning models, known to empirically enhance the generalization of Stochastic Gradient Descent (SGD). While intuitively weight decay allows SGD to train a …

Weight Rescaling: Effective and Robust Regularization for Deep Neural Networks with Batch Normalization

2021-02-06 · Ziquan Liu, Yufei Cui, Jia Wan, Yu Mao 외

Weight decay is often used to ensure good generalization in the training practice of deep neural networks with batch normalization (BN-DNNs), where some convolution layers are invariant to weight rescaling due to the nor…

Crowd Countingimage-classificationImage Classificationobject-detection+2

Adaptive Weight Decay for Deep Neural Networks

2019-07-21 · Kensuke Nakamura, Byung-Woo Hong

Regularization in the optimization of deep neural networks is often critical to avoid undesirable over-fitting leading to better generalization of model. One of the most popular regularization algorithms is to impose L-2…

The Effects of Regularization and Data Augmentation are Class Dependent

2022-04-07 · Randall Balestriero, Leon Bottou, Yann Lecun

Regularization is a fundamental technique to prevent over-fitting and to improve generalization performances by constraining a model's complexity. Current Deep Networks heavily rely on regularizers such as Data-Augmentat…

Data Augmentation

On the Overlooked Pitfalls of Weight Decay and How to Mitigate Them: A Gradient-Norm Perspective

2020-11-23 · NeurIPS 2023 11 · Zeke Xie, Zhiqiang Xu, Jingzhao Zhang, Issei Sato 외

Weight decay is a simple yet powerful regularization technique that has been very widely used in training of deep neural networks (DNNs). While weight decay has attracted much attention, previous studies fail to discover…