SOTAVerified

Mode Normalization

2018-10-12ICLR 2019Code Available0· sign in to hype

Lucas Deecke, Iain Murray, Hakan Bilen

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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.

Reproductions