paper-with-me

Papers

Is normalization indispensable for training deep neural network?

2020-12-01 · NeurIPS 2020 12 · Jie Shao, Kai Hu, Changhu Wang, xiangyang xue, Bhiksha Raj

Normalization operations are widely used to train deep neural networks, and they can improve both convergence and generalization in most tasks. The theories for normalization's effectiveness and new forms of normalization have always been hot topics in research. To better understand normalization, one question can be whether normalization is indispensable for training deep neural network? In this paper, we study what would happen when normalization layers are removed from the network, and show how to train deep neural networks without normalization layers and without performance degradation. Our proposed method can achieve the same or even slightly better performance in a variety of tasks: image classification in ImageNet, object detection and segmentation in MS-COCO, video classification in Kinetics, and machine translation in WMT English-German, etc. Our study may help better understand the role of normalization layers and can be a competitive alternative to normalization layers. Codes are available.

📄 PDF Abstract BibTeX

Code (1)

hukkai/rescaling 공식 구현 pytorch

Tasks

General Classificationimage-classificationImage ClassificationMachine Translationobject-detectionObject DetectionTranslationVideo Classification

Similar Papers 제목 키워드 기반

Deep Isometric Learning for Visual Recognition

2020-06-30 · ICML 2020 1 · Haozhi Qi, Chong You, Xiaolong Wang, Yi Ma 외

Initialization, normalization, and skip connections are believed to be three indispensable techniques for training very deep convolutional neural networks and obtaining state-of-the-art performance. This paper shows that…

The Expressive Power of Tuning Only the Normalization Layers

2023-02-15 · Angeliki Giannou, Shashank Rajput, Dimitris Papailiopoulos

Feature normalization transforms such as Batch and Layer-Normalization have become indispensable ingredients of state-of-the-art deep neural networks. Recent studies on fine-tuning large pretrained models indicate that j…

Gradient Normalization Provably Benefits Nonconvex SGD under Heavy-Tailed Noise

2024-10-21 · Tao Sun, Xinwang Liu, Kun Yuan

This paper investigates the roles of gradient normalization and clipping in ensuring the convergence of Stochastic Gradient Descent (SGD) under heavy-tailed noise. While existing approaches consider gradient clipping ind…

Rethinking Normalization Methods in Federated Learning

2022-10-07 · Zhixu Du, Jingwei Sun, Ang Li, Pin-Yu Chen 외

Federated learning (FL) is a popular distributed learning framework that can reduce privacy risks by not explicitly sharing private data. In this work, we explicitly uncover external covariate shift problem in FL, which …

Federated Learning

Kalman Normalization: Normalizing Internal Representations Across Network Layers

2018-12-01 · NeurIPS 2018 12 · Guangrun Wang, Jiefeng Peng, Ping Luo, Xinjiang Wang 외

As an indispensable component, Batch Normalization (BN) has successfully improved the training of deep neural networks (DNNs) with mini-batches, by normalizing the distribution of the internal representation for each hid…

object-detectionObject Detection