paper-with-me

홈 › Papers

Correct Normalization Matters: Understanding the Effect of Normalization On Deep Neural Network Models For Click-Through Rate Prediction

2020-06-23 · Zhiqiang Wang, Qingyun She, PengTao Zhang, Junlin Zhang

Normalization has become one of the most fundamental components in many deep neural networks for machine learning tasks while deep neural network has also been widely used in CTR estimation field. Among most of the proposed deep neural network models, few model utilize normalization approaches. Though some works such as Deep & Cross Network (DCN) and Neural Factorization Machine (NFM) use Batch Normalization in MLP part of the structure, there isn't work to thoroughly explore the effect of the normalization on the DNN ranking systems. In this paper, we conduct a systematic study on the effect of widely used normalization schemas by applying the various normalization approaches to both feature embedding and MLP part in DNN model. Extensive experiments are conduct on three real-world datasets and the experiment results demonstrate that the correct normalization significantly enhances model's performance. We also propose a new and effective normalization approaches based on LayerNorm named variance only LayerNorm(VO-LN) in this work. A normalization enhanced DNN model named NormDNN is also proposed based on the above-mentioned observation. As for the reason why normalization works for DNN models in CTR estimation, we find that the variance of normalization plays the main role and give an explanation in this work.

📄 PDF Abstract BibTeX arXiv:2006.12753

Code (1)

alibaba/EasyRec/blob/master/easy_rec/python/input/criteo_input.py tf

Tasks

Click-Through Rate Prediction

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Where You Place the Norm Matters: From Prejudiced to Neutral Initializations

2025-05-16 · Emanuele Francazi, Francesco Pinto, Aurelien Lucchi, Marco Baity-Jesi

Normalization layers, such as Batch Normalization and Layer Normalization, are central components in modern neural networks, widely adopted to improve training stability and generalization. While their practical effectiv…

Norm matters: efficient and accurate normalization schemes in deep networks

2018-03-05 · NeurIPS 2018 12 · Elad Hoffer, Ron Banner, Itay Golan, Daniel Soudry

Over the past few years, Batch-Normalization has been commonly used in deep networks, allowing faster training and high performance for a wide variety of applications. However, the reasons behind its merits remained unan…

Normalization Matters in Weakly Supervised Object Localization

2021-07-28 · ICCV 2021 10 · Jeesoo Kim, Junsuk Choe, Sangdoo Yun, Nojun Kwak

Weakly-supervised object localization (WSOL) enables finding an object using a dataset without any localization information. By simply training a classification model using only image-level annotations, the feature map o…

ObjectObject LocalizationWeakly-Supervised Object Localization

Normalization Techniques in Training DNNs: Methodology, Analysis and Application

2020-09-27 · Lei Huang, Jie Qin, Yi Zhou, Fan Zhu 외

Normalization techniques are essential for accelerating the training and improving the generalization of deep neural networks (DNNs), and have successfully been used in various applications. This paper reviews and commen…

EvalNorm: Estimating Batch Normalization Statistics for Evaluation

2019-04-12 · ICCV 2019 10 · Saurabh Singh, Abhinav Shrivastava

Batch normalization (BN) has been very effective for deep learning and is widely used. However, when training with small minibatches, models using BN exhibit a significant degradation in performance. In this paper we stu…

object-detectionObject Detection