paper-with-me

Papers

Breaking Batch Normalization for better explainability of Deep Neural Networks through Layer-wise Relevance Propagation

2020-02-24 · Mathilde Guillemot, Catherine Heusele, Rodolphe Korichi, Sylvianne Schnebert, Liming Chen

The lack of transparency of neural networks stays a major break for their use. The Layerwise Relevance Propagation technique builds heat-maps representing the relevance of each input in the model s decision. The relevance spreads backward from the last to the first layer of the Deep Neural Network. Layer-wise Relevance Propagation does not manage normalization layers, in this work we suggest a method to include normalization layers. Specifically, we build an equivalent network fusing normalization layers and convolutional or fully connected layers. Heatmaps obtained with our method on MNIST and CIFAR 10 datasets are more accurate for convolutional layers. Our study also prevents from using Layerwise Relevance Propagation with networks including a combination of connected layers and normalization layer.

📄 PDF Abstract BibTeX arXiv:2002.11018

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Filter Response Normalization Layer: Eliminating Batch Dependence in the Training of Deep Neural Networks

2019-11-21 · CVPR 2020 6 · Saurabh Singh, Shankar Krishnan

Batch Normalization (BN) uses mini-batch statistics to normalize the activations during training, introducing dependence between mini-batch elements. This dependency can hurt the performance if the mini-batch size is too…

Image Classificationobject-detectionObject Detection

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…

Batch Renormalization: Towards Reducing Minibatch Dependence in Batch-Normalized Models

2017-02-10 · NeurIPS 2017 12 · Sergey Ioffe

Batch Normalization is quite effective at accelerating and improving the training of deep models. However, its effectiveness diminishes when the training minibatches are small, or do not consist of independent samples. W…

The Implicit Bias of Batch Normalization in Linear Models and Two-layer Linear Convolutional Neural Networks

2023-06-20 · Yuan Cao, Difan Zou, Yuanzhi Li, Quanquan Gu

We study the implicit bias of batch normalization trained by gradient descent. We show that when learning a linear model with batch normalization for binary classification, gradient descent converges to a uniform margin …

Binary Classification

POP-Norm: A Theoretically Justified and More Accelerated Normalization Approach

2019-09-25 · Hanyang Peng, Shiqi Yu

Batch Normalization (BatchNorm) has been a default module in modern deep networks due to its effectiveness for accelerating training deep neural networks. It is widely accepted that the great success of BatchNorm is o…