CVJul 7, 2022

A simple normalization technique using window statistics to improve the out-of-distribution generalization on medical images

arXiv:2207.03366v24 citationsh-index: 59
AI Analysis

This addresses the challenge of deploying reliable models in real-world clinical applications where data varies across sites, though it is incremental as it builds on existing normalization methods.

The paper tackles the problem of poor out-of-distribution generalization in medical image analysis due to data scarcity and heterogeneity, presenting a window normalization technique that significantly improves model performance across various tasks and datasets.

Since data scarcity and data heterogeneity are prevailing for medical images, well-trained Convolutional Neural Networks (CNNs) using previous normalization methods may perform poorly when deployed to a new site. However, a reliable model for real-world clinical applications should be able to generalize well both on in-distribution (IND) and out-of-distribution (OOD) data (e.g., the new site data). In this study, we present a novel normalization technique called window normalization (WIN) to improve the model generalization on heterogeneous medical images, which is a simple yet effective alternative to existing normalization methods. Specifically, WIN perturbs the normalizing statistics with the local statistics computed on the window of features. This feature-level augmentation technique regularizes the models well and improves their OOD generalization significantly. Taking its advantage, we propose a novel self-distillation method called WIN-WIN for classification tasks. WIN-WIN is easily implemented with twice forward passes and a consistency constraint, which can be a simple extension for existing methods. Extensive experimental results on various tasks (6 tasks) and datasets (24 datasets) demonstrate the generality and effectiveness of our methods.

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