paper-with-me

Papers

TaskNorm: Rethinking Batch Normalization for Meta-Learning

2020-03-06 · ICML 2020 1 · John Bronskill, Jonathan Gordon, James Requeima, Sebastian Nowozin, Richard E. Turner

Modern meta-learning approaches for image classification rely on increasingly deep networks to achieve state-of-the-art performance, making batch normalization an essential component of meta-learning pipelines. However, the hierarchical nature of the meta-learning setting presents several challenges that can render conventional batch normalization ineffective, giving rise to the need to rethink normalization in this setting. We evaluate a range of approaches to batch normalization for meta-learning scenarios, and develop a novel approach that we call TaskNorm. Experiments on fourteen datasets demonstrate that the choice of batch normalization has a dramatic effect on both classification accuracy and training time for both gradient based and gradient-free meta-learning approaches. Importantly, TaskNorm is found to consistently improve performance. Finally, we provide a set of best practices for normalization that will allow fair comparison of meta-learning algorithms.

📄 PDF Abstract BibTeX arXiv:2003.03284

Code (2)

cambridge-mlg/cnaps 공식 구현 pytorch
fmu2/PyTorch-MAML pytorch

Tasks

General Classificationimage-classificationImage ClassificationMeta-Learning

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Normalization and Elimination Singularity in Neural Networks

2019-11-21 · Siyuan Qiao, Huiyu Wang, Chenxi Liu, Wei Shen 외

In this paper, we study normalization methods for neural networks from the perspective of elimination singularity. Elimination singularities correspond to the points on the training trajectory where neurons become consis…

image-classificationImage ClassificationInstance Segmentationobject-detection+3

MetaNorm: Learning to Normalize Few-Shot Batches Across Domains

2021-01-01 · ICLR 2021 1 · Yingjun Du, XianTong Zhen, Ling Shao, Cees G. M. Snoek

Batch normalization plays a crucial role when training deep neural networks. However, batch statistics become unstable with small batch sizes and are unreliable in the presence of distribution shifts. We propose MetaNorm…

Domain GeneralizationFew-Shot LearningMeta-Learning

Meta Batch-Instance Normalization for Generalizable Person Re-Identification

2020-11-30 · CVPR 2021 1 · Seokeon Choi, Taekyung Kim, Minki Jeong, Hyoungseob Park 외

Although supervised person re-identification (Re-ID) methods have shown impressive performance, they suffer from a poor generalization capability on unseen domains. Therefore, generalizable Re-ID has recently attracted g…

Data AugmentationDomain GeneralizationGeneralizable Person Re-identificationMeta-Learning+2

Metadata Normalization

2021-04-19 · CVPR 2021 1 · Mandy Lu, Qingyu Zhao, Jiequan Zhang, Kilian M. Pohl 외

Batch Normalization (BN) and its variants have delivered tremendous success in combating the covariate shift induced by the training step of deep learning methods. While these techniques normalize feature distributions b…

Continual Normalization: Rethinking Batch Normalization for Online Continual Learning

2022-03-30 · ICLR 2022 4 · Quang Pham, Chenghao Liu, Steven Hoi

Existing continual learning methods use Batch Normalization (BN) to facilitate training and improve generalization across tasks. However, the non-i.i.d and non-stationary nature of continual learning data, especially in …

Continual Learning