paper-with-me

Papers

Mode Normalization

2018-10-12 · ICLR 2019 5 · Lucas Deecke, Iain Murray, Hakan Bilen

Normalization methods are a central building block in the deep learning toolbox. They accelerate and stabilize training, while decreasing the dependence on manually tuned learning rate schedules. When learning from multi-modal distributions, the effectiveness of batch normalization (BN), arguably the most prominent normalization method, is reduced. As a remedy, we propose a more flexible approach: by extending the normalization to more than a single mean and variance, we detect modes of data on-the-fly, jointly normalizing samples that share common features. We demonstrate that our method outperforms BN and other widely used normalization techniques in several experiments, including single and multi-task datasets.

📄 PDF Abstract BibTeX arXiv:1810.05466

Code (2)

ldeecke/mn-torch pytorch
philipperemy/mode-normalization

Methods 이 논문이 사용한 방법론

Mode Normalization 설명 없음
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Proxy-Normalizing Activations to Match Batch Normalization while Removing Batch Dependence

2021-06-07 · NeurIPS 2021 12 · Antoine Labatie, Dominic Masters, Zach Eaton-Rosen, Carlo Luschi

We investigate the reasons for the performance degradation incurred with batch-independent normalization. We find that the prototypical techniques of layer normalization and instance normalization both induce the appeara…

Extended Batch Normalization

2020-03-12 · Chunjie Luo, Jianfeng Zhan, Lei Wang, Wanling Gao

Batch normalization (BN) has become a standard technique for training the modern deep networks. However, its effectiveness diminishes when the batch size becomes smaller, since the batch statistics estimation becomes ina…

Image Classification

Learning Graph Normalization for Graph Neural Networks

2020-09-24 · Yihao Chen, Xin Tang, Xianbiao Qi, Chun-Guang Li 외

Graph Neural Networks (GNNs) have attracted considerable attention and have emerged as a new promising paradigm to process graph-structured data. GNNs are usually stacked to multiple layers and the node representations i…

Graph ClassificationGraph RegressionLink PredictionNode Classification

AFN: Adaptive Fusion Normalization via an Encoder-Decoder Framework

2023-08-07 · Zikai Zhou, Shuo Zhang, Ziruo Wang, Huanran Chen

The success of deep learning is inseparable from normalization layers. Researchers have proposed various normalization functions, and each of them has both advantages and disadvantages. In response, efforts have been mad…

DecoderDomain Generalizationimage-classificationImage Classification

New Interpretations of Normalization Methods in Deep Learning

2020-06-16 · Jiacheng Sun, Xiangyong Cao, Hanwen Liang, Weiran Huang 외

In recent years, a variety of normalization methods have been proposed to help train neural networks, such as batch normalization (BN), layer normalization (LN), weight normalization (WN), group normalization (GN), etc. …

Deep LearningLEMMA