CVFeb 20, 2021

Analyzing Overfitting under Class Imbalance in Neural Networks for Image Segmentation

arXiv:2102.10365v1180 citations
Originality Incremental advance
AI Analysis

This addresses the problem of biased segmentation in medical imaging or similar domains with imbalanced data, though it is incremental as it modifies existing methods.

The study tackled overfitting in neural networks for image segmentation under class imbalance, finding that logit activations shift for underrepresented classes, leading to under-segmentation of small structures, and proposed asymmetric loss variants that improved segmentation accuracy.

Class imbalance poses a challenge for developing unbiased, accurate predictive models. In particular, in image segmentation neural networks may overfit to the foreground samples from small structures, which are often heavily under-represented in the training set, leading to poor generalization. In this study, we provide new insights on the problem of overfitting under class imbalance by inspecting the network behavior. We find empirically that when training with limited data and strong class imbalance, at test time the distribution of logit activations may shift across the decision boundary, while samples of the well-represented class seem unaffected. This bias leads to a systematic under-segmentation of small structures. This phenomenon is consistently observed for different databases, tasks and network architectures. To tackle this problem, we introduce new asymmetric variants of popular loss functions and regularization techniques including a large margin loss, focal loss, adversarial training, mixup and data augmentation, which are explicitly designed to counter logit shift of the under-represented classes. Extensive experiments are conducted on several challenging segmentation tasks. Our results demonstrate that the proposed modifications to the objective function can lead to significantly improved segmentation accuracy compared to baselines and alternative approaches.

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