paper-with-me

Papers

Class-wise Flooding Regularization for Imbalanced Image Classification

2025-08-26 · Hiroaki Aizawa, Yuta Naito, Kohei Fukuda arxiv

The purpose of training neural networks is to achieve high generalization performance on unseen inputs. However, when trained on imbalanced datasets, a model's prediction tends to favor majority classes over minority classes, leading to significant degradation in the recognition performance of minority classes. To address this issue, we propose class-wise flooding regularization, an extension of flooding regularization applied at the class level. Flooding is a regularization technique that mitigates overfitting by preventing the training loss from falling below a predefined threshold, known as the flooding level, thereby discouraging memorization. Our proposed method assigns a class-specific flooding level based on class frequencies. By doing so, it suppresses overfitting in majority classes while allowing sufficient learning for minority classes. We validate our approach on imbalanced image classification. Compared to conventional flooding regularizations, our method improves the classification performance of minority classes and achieves better overall generalization.

📄 PDF Abstract BibTeX arXiv:2508.18723

Code (0)

등록된 구현이 없습니다.

Tasks

Image Classification

Similar Papers 제목 키워드 기반

Flooding Regularization for Stable Training of Generative Adversarial Networks

2023-11-01 · Iu Yahiro, Takashi Ishida, Naoto Yokoya

Generative Adversarial Networks (GANs) have shown remarkable performance in image generation. However, GAN training suffers from the problem of instability. One of the main approaches to address this problem is to modify…

Image Generation

Jitter: Random Jittering Loss Function

2021-06-25 · Zhicheng Cai, Chenglei Peng, Sidan Du

Regularization plays a vital role in machine learning optimization. One novel regularization method called flooding makes the training loss fluctuate around the flooding level. It intends to make the model continue to ra…

PASSION: Towards Effective Incomplete Multi-Modal Medical Image Segmentation with Imbalanced Missing Rates

2024-07-20 · Junjie Shi, Caozhi Shang, Zhaobin Sun, Li Yu 외

Incomplete multi-modal image segmentation is a fundamental task in medical imaging to refine deployment efficiency when only partial modalities are available. However, the common practice that complete-modality data is v…

Image SegmentationMedical Image SegmentationMulti-modal image segmentationSemantic Segmentation

Soft ascent-descent as a stable and flexible alternative to flooding

2023-10-16 · Matthew J. Holland, Kosuke Nakatani

As a heuristic for improving test accuracy in classification, the "flooding" method proposed by Ishida et al. (2020) sets a threshold for the average surrogate loss at training time; above the threshold, gradient descent…

Binary ClassificationImage Classification

Remix: Rebalanced Mixup

2020-07-08 · Hsin-Ping Chou, Shih-Chieh Chang, Jia-Yu Pan, Wei Wei 외

Deep image classifiers often perform poorly when training data are heavily class-imbalanced. In this work, we propose a new regularization technique, Remix, that relaxes Mixup's formulation and enables the mixing factors…