paper-with-me

Papers

The unreasonable effectiveness of Batch-Norm statistics in addressing catastrophic forgetting across medical institutions

2020-11-16 · Sharut Gupta, Praveer Singh, Ken Chang, Mehak Aggarwal, Nishanth Arun, Liangqiong Qu, Katharina Hoebel, Jay Patel, Mishka Gidwani, Ashwin Vaswani, Daniel L Rubin, Jayashree Kalpathy-Cramer

Model brittleness is a primary concern when deploying deep learning models in medical settings owing to inter-institution variations, like patient demographics and intra-institution variation, such as multiple scanner types. While simply training on the combined datasets is fraught with data privacy limitations, fine-tuning the model on subsequent institutions after training it on the original institution results in a decrease in performance on the original dataset, a phenomenon called catastrophic forgetting. In this paper, we investigate trade-off between model refinement and retention of previously learned knowledge and subsequently address catastrophic forgetting for the assessment of mammographic breast density. More specifically, we propose a simple yet effective approach, adapting Elastic weight consolidation (EWC) using the global batch normalization (BN) statistics of the original dataset. The results of this study provide guidance for the deployment of clinical deep learning models where continuous learning is needed for domain expansion.

📄 PDF Abstract BibTeX arXiv:2011.08096

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Cross-Iteration Batch Normalization

2020-02-13 · CVPR 2021 1 · Zhuliang Yao, Yue Cao, Shuxin Zheng, Gao Huang 외

A well-known issue of Batch Normalization is its significantly reduced effectiveness in the case of small mini-batch sizes. When a mini-batch contains few examples, the statistics upon which the normalization is defined …

image-classificationImage Classificationobject-detectionObject Detection

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

Towards an Adversarially Robust Normalization Approach

2020-06-19 · Muhammad Awais, Fahad Shamshad, Sung-Ho Bae

Batch Normalization (BatchNorm) is effective for improving the performance and accelerating the training of deep neural networks. However, it has also shown to be a cause of adversarial vulnerability, i.e., networks with…

Discover Your Neighbors: Advanced Stable Test-Time Adaptation in Dynamic World

2024-06-08 · Qinting Jiang, Chuyang Ye, Dongyan Wei, Yuan Xue 외

Despite progress, deep neural networks still suffer performance declines under distribution shifts between training and test domains, leading to a substantial decrease in Quality of Experience (QoE) for multimedia applic…

ClusteringTest-time Adaptation

Towards Stabilizing Batch Statistics in Backward Propagation of Batch Normalization

2020-01-19 · ICLR 2020 1 · Junjie Yan, Ruosi Wan, Xiangyu Zhang, Wei zhang 외

Batch Normalization (BN) is one of the most widely used techniques in Deep Learning field. But its performance can awfully degrade with insufficient batch size. This weakness limits the usage of BN on many computer visio…