paper-with-me

Papers

Context Normalization Layer with Applications

2023-03-14 · Bilal Faye, Mohamed-djallel Dilmi, Hanane Azzag, Mustapha Lebbah, Djamel Bouchaffra

Normalization is a pre-processing step that converts the data into a more usable representation. As part of the deep neural networks (DNNs), the batch normalization (BN) technique uses normalization to address the problem of internal covariate shift. It can be packaged as general modules, which have been extensively integrated into various DNNs, to stabilize and accelerate training, presumably leading to improved generalization. However, the effect of BN is dependent on the mini-batch size and it does not take into account any groups or clusters that may exist in the dataset when estimating population statistics. This study proposes a new normalization technique, called context normalization, for image data. This approach adjusts the scaling of features based on the characteristics of each sample, which improves the model's convergence speed and performance by adapting the data values to the context of the target task. The effectiveness of context normalization is demonstrated on various datasets, and its performance is compared to other standard normalization techniques.

📄 PDF Abstract BibTeX arXiv:2303.07651

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationImage Classification

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Local Context Normalization: Revisiting Local Normalization

2019-12-12 · CVPR 2020 6 · Anthony Ortiz, Caleb Robinson, Dan Morris, Olac Fuentes 외

Normalization layers have been shown to improve convergence in deep neural networks, and even add useful inductive biases. In many vision applications the local spatial context of the features is important, but most comm…

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation+1

Spooky Action at a Distance: Normalization Layers Enable Side-Channel Spatial Communication

2025-07-07 · Samuel Pfrommer, George Ma, Yixiao Huang, Somayeh Sojoudi arxiv

This work shows that normalization layers can facilitate a surprising degree of communication across the spatial dimensions of an input tensor. We study a toy localization task with a convolutional architecture and show …

On Separate Normalization in Self-supervised Transformers

2023-09-22 · NeurIPS 2023 11 · Xiaohui Chen, Yinkai Wang, Yuanqi Du, Soha Hassoun 외

Self-supervised training methods for transformers have demonstrated remarkable performance across various domains. Previous transformer-based models, such as masked autoencoders (MAE), typically utilize a single normaliz…

Normalizing the Normalizers: Comparing and Extending Network Normalization Schemes

2016-11-14 · Mengye Ren, Renjie Liao, Raquel Urtasun, Fabian H. Sinz 외

Normalization techniques have only recently begun to be exploited in supervised learning tasks. Batch normalization exploits mini-batch statistics to normalize the activations. This was shown to speed up training and res…

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+1

Hardware-Efficient Softmax and Layer Normalization with Guaranteed Normalization for Edge Devices

2026-04-26 · Dawon Choi, Hana Kim, Ji-Hoon Kim arxiv

In Transformer models, non-GEMM (non-General Matrix Multiplication) operations -- especially Softmax and Layer Normalization (LayerNorm) -- often dominate hardware cost due to their nonlinear nature. To address this, pre…