LGJun 30, 2023

Navigating Noise: A Study of How Noise Influences Generalisation and Calibration of Neural Networks

arXiv:2306.17630v28 citationsh-index: 77
Originality Synthesis-oriented
AI Analysis

This work provides practical guidance for practitioners on selecting and tuning noise techniques to optimize neural network performance for specific tasks, though it is incremental in nature.

This study systematically investigated how different noise sources, types, and placements affect neural network generalization and calibration across various architectures, tasks, and datasets, finding that AugMix and weak augmentation show cross-task effectiveness in computer vision while noting difficulties in transferring noise benefits between domains.

Enhancing the generalisation abilities of neural networks (NNs) through integrating noise such as MixUp or Dropout during training has emerged as a powerful and adaptable technique. Despite the proven efficacy of noise in NN training, there is no consensus regarding which noise sources, types and placements yield maximal benefits in generalisation and confidence calibration. This study thoroughly explores diverse noise modalities to evaluate their impacts on NN's generalisation and calibration under in-distribution or out-of-distribution settings, paired with experiments investigating the metric landscapes of the learnt representations across a spectrum of NN architectures, tasks, and datasets. Our study shows that AugMix and weak augmentation exhibit cross-task effectiveness in computer vision, emphasising the need to tailor noise to specific domains. Our findings emphasise the efficacy of combining noises and successful hyperparameter transfer within a single domain but the difficulties in transferring the benefits to other domains. Furthermore, the study underscores the complexity of simultaneously optimising for both generalisation and calibration, emphasising the need for practitioners to carefully consider noise combinations and hyperparameter tuning for optimal performance in specific tasks and datasets.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes