paper-with-me

Papers

Overfitting of neural nets under class imbalance: Analysis and improvements for segmentation

2019-07-25 · Zeju Li, Konstantinos Kamnitsas, Ben Glocker

Overfitting in deep learning has been the focus of a number of recent works, yet its exact impact on the behavior of neural networks is not well understood. This study analyzes overfitting by examining how the distribution of logits alters in relation to how much the model overfits. Specifically, we find that when training with few data samples, the distribution of logit activations when processing unseen test samples of an under-represented class tends to shift towards and even across the decision boundary, while the over-represented class seems unaffected. In image segmentation, foreground samples are often heavily under-represented. We observe that sensitivity of the model drops as a result of overfitting, while precision remains mostly stable. Based on our analysis, we derive asymmetric modifications of existing loss functions and regularizers including a large margin loss, focal loss, adversarial training and mixup, which specifically aim at reducing the shift observed when embedding unseen samples of the under-represented class. We study the case of binary segmentation of brain tumor core and show that our proposed simple modifications lead to significantly improved segmentation performance over the symmetric variants.

📄 PDF Abstract BibTeX arXiv:1907.10982

Code (1)

ZerojumpLine/OverfittingUnderClassImbalance 공식 구현 tf

Tasks

Image SegmentationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Provable Tempered Overfitting of Minimal Nets and Typical Nets

2024-10-24 · Itamar Harel, William M. Hoza, Gal Vardi, Itay Evron 외

We study the overfitting behavior of fully connected deep Neural Networks (NNs) with binary weights fitted to perfectly classify a noisy training set. We consider interpolation using both the smallest NN (having the mini…

Benign Overfitting in Classification: Provably Counter Label Noise with Larger Models

2022-06-01 · Kaiyue Wen, Jiaye Teng, Jingzhao Zhang

Studies on benign overfitting provide insights for the success of overparameterized deep learning models. In this work, we examine whether overfitting is truly benign in real-world classification tasks. We start with the…

A statistical theory of overfitting for imbalanced classification

2025-02-17 · Jingyang Lyu, Kangjie Zhou, Yiqiao Zhong

Classification with imbalanced data is a common challenge in data analysis, where certain classes (minority classes) account for a small fraction of the training data compared with other classes (majority classes). Class…

Classificationimbalanced classification

Capsule Networks against Medical Imaging Data Challenges

2018-07-19 · Amelia Jiménez-Sánchez, Shadi Albarqouni, Diana Mateus

A key component to the success of deep learning is the availability of massive amounts of training data. Building and annotating large datasets for solving medical image classification problems is today a bottleneck for …

General Classificationimage-classificationImage ClassificationMedical Image Analysis+1

CCNETS: A Novel Brain-Inspired Approach for Enhanced Pattern Recognition in Imbalanced Datasets

2024-01-07 · Hanbeot Park, Yunjeong Cho, Hoon-Hee Kim

This study introduces CCNETS (Causal Learning with Causal Cooperative Nets), a novel generative model-based classifier designed to tackle the challenge of generating data for imbalanced datasets in pattern recognition. C…