paper-with-me

Papers

Stochastic Normalizations as Bayesian Learning

2018-11-01 · Alexander Shekhovtsov, Boris Flach

In this work we investigate the reasons why Batch Normalization (BN) improves the generalization performance of deep networks. We argue that one major reason, distinguishing it from data-independent normalization methods, is randomness of batch statistics. This randomness appears in the parameters rather than in activations and admits an interpretation as a practical Bayesian learning. We apply this idea to other (deterministic) normalization techniques that are oblivious to the batch size. We show that their generalization performance can be improved significantly by Bayesian learning of the same form. We obtain test performance comparable to BN and, at the same time, better validation losses suitable for subsequent output uncertainty estimation through approximate Bayesian posterior.

📄 PDF Abstract BibTeX arXiv:1811.00639

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

On the Normalization of Confusion Matrices: Methods and Geometric Interpretations

2025-09-05 · Johan Erbani, Pierre-Edouard Portier, Elod Egyed-Zsigmond, Sonia Ben Mokhtar 외 arxiv

The confusion matrix is a standard tool for evaluating classifiers by providing insights into class-level errors. In heterogeneous settings, its values are shaped by two main factors: class similarity -- how easily the m…

Robust Inference of Manifold Density and Geometry by Doubly Stochastic Scaling

2022-09-16 · Boris Landa, Xiuyuan Cheng

The Gaussian kernel and its traditional normalizations (e.g., row-stochastic) are popular approaches for assessing similarities between data points. Yet, they can be inaccurate under high-dimensional noise, especially if…

Power Normalizations in Fine-grained Image, Few-shot Image and Graph Classification

2020-12-27 · Piotr Koniusz, Hongguang Zhang

Power Normalizations (PN) are useful non-linear operators which tackle feature imbalances in classification problems. We study PNs in the deep learning setup via a novel PN layer pooling feature maps. Our layer combines …

Few-Shot LearningGeneral ClassificationGraph ClassificationMaterial Classification+1

Doubly-Stochastic Normalization of the Gaussian Kernel is Robust to Heteroskedastic Noise

2020-05-31 · Boris Landa, Ronald R. Coifman, Yuval Kluger

A fundamental step in many data-analysis techniques is the construction of an affinity matrix describing similarities between data points. When the data points reside in Euclidean space, a widespread approach is to from …

Input Normalized Stochastic Gradient Descent Training of Deep Neural Networks

2022-12-20 · Salih Atici, Hongyi Pan, Ahmet Enis Cetin

In this paper, we propose a novel optimization algorithm for training machine learning models called Input Normalized Stochastic Gradient Descent (INSGD), inspired by the Normalized Least Mean Squares (NLMS) algorithm us…