Exploring the Efficacy of Group-Normalization in Deep Learning Models for Alzheimer's Disease Classification
Gousia Habib, Ishfaq Ahmed Malik, Jameel Ahmad, Imtiaz Ahmed, Shaima, Qureshi

TL;DR
This paper investigates Group Normalization as an effective alternative to Batch Normalization in deep learning models, especially for small batch sizes, demonstrating comparable or improved accuracy in Alzheimer's disease classification tasks.
Contribution
It introduces Group Normalization as a batch-size-independent normalization method that outperforms Batch Normalization in small-batch scenarios and is easily transferable between training phases.
Findings
GN achieves 10.6% error rate with batch size 2 on ImageNet.
GN performs comparably to BN on standard batch sizes.
GN outperforms other normalization techniques in small-batch training.
Abstract
Batch Normalization is an important approach to advancing deep learning since it allows multiple networks to train simultaneously. A problem arises when normalizing along the batch dimension because B.N.'s error increases significantly as batch size shrinks because batch statistics estimates are inaccurate. As a result, computer vision tasks like detection, segmentation, and video, which require tiny batches based on memory consumption, aren't suitable for using Batch Normalization for larger model training and feature transfer. Here, we explore Group Normalization as an easy alternative to using Batch Normalization A Group Normalization is a channel normalization method in which each group is divided into different channels, and the corresponding mean and variance are calculated for each group. Group Normalization computations are accurate across a wide range of batch sizes and are…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBrain Tumor Detection and Classification
MethodsGroup Normalization · Batch Normalization
