paper-with-me

Papers

Disentangling Sampling from Training Budget in Class-Imbalanced CT Body Composition Segmentation

2026-05-19 · Iason Skylitsis, Dimitrios Karkalousos, Ivana Išgum arxiv

Class imbalance is a fundamental challenge in medical image segmentation, where frequent classes typically dominate training at the expense of rare classes. Loss-based approaches mitigate imbalance by reweighting the per-pixel loss within the batch, while sampling strategies control which images enter the batch. Yet neither explicitly controls which classes appear within the batch, leaving rare-class exposure only partially rebalanced. In this work, we adopt episodic sampling from few-shot learning to promote class-balanced batch construction in a fully supervised setting. We decouple episodic sampling from its conventional metric-learning context and evaluate it in body composition segmentation in CT. We compare episodic sampling against random and weighted sampling on nine muscle and adipose tissues, derived from 210 scans of the public SAROS dataset. Training is performed under full- and low-data regimes, with additional comparisons under matched training iteration budgets. Under full-data training, all three strategies performed comparably (mean Dice 0.882 for episodic, 0.878 for random and weighted). Under low-data training, episodic sampling outperformed random and weighted (0.787 vs. 0.758 and 0.762), driven by a 12-fold difference in training iterations. Under matched training budgets, random and weighted overfit earlier, while episodic improved for approximately three times more iterations before plateauing. Our findings identify the training iteration budget as under-recognized confound in sampling strategies, motivating iteration-aware evaluation protocols for small datasets. Furthermore, the residual advantage of episodic sampling is consistent with an implicit regularization effect of class-balanced batches, offering a low-cost, model-agnostic strategy for class-imbalanced medical image segmentation. Code is available at https://github.com/iasonsky/episodic-sampling.

📄 PDF Abstract BibTeX arXiv:2605.20405

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Image SegmentationFew-Shot Learning

Similar Papers 제목 키워드 기반

Clean Label Disentangling for Medical Image Segmentation with Noisy Labels

2023-11-28 · Zicheng Wang, Zhen Zhao, Erjian Guo, Luping Zhou

Current methods focusing on medical image segmentation suffer from incorrect annotations, which is known as the noisy label issue. Most medical image segmentation with noisy labels methods utilize either noise transition…

DisentanglementImage SegmentationMedical Image SegmentationSemantic Segmentation

Active Label Refinement for Robust Training of Imbalanced Medical Image Classification Tasks in the Presence of High Label Noise

2024-07-08 · Bidur Khanal, Tianhong Dai, Binod Bhattarai, Cristian Linte

The robustness of supervised deep learning-based medical image classification is significantly undermined by label noise. Although several methods have been proposed to enhance classification performance in the presence …

Active LearningClassificationimage-classificationImage Classification+2

When Does Generating More Help? Disentangling Fixed-Source Synthesis from Source Expansion in Synthetic Data Scaling

2026-07-02 · Xu Guo, Jian Tong, Zhihui Lu, Qipeng Guo arxiv

Synthetic data can be scaled along two routes: Source Expansion (SE), which enlarges the source by adding seed materials or generators, and Fixed-Source Synthesis (FSS), which holds the source fixed and scales the genera…

Elastic-InfoGAN: Unsupervised Disentangled Representation Learning in Class-Imbalanced Data

2019-10-01 · NeurIPS 2020 12 · Utkarsh Ojha, Krishna Kumar Singh, Cho-Jui Hsieh, Yong Jae Lee

We propose a novel unsupervised generative model that learns to disentangle object identity from other low-level aspects in class-imbalanced data. We first investigate the issues surrounding the assumptions about uniform…

ObjectRepresentation Learning

Hashing-Based Undersampling Ensemble for Imbalanced Pattern Classification Problems

2020-06-29 · Wing WY Ng, Shichao Xu, Jianjun Zhang, Xing Tian 외

Undersampling is a popular method to solve imbalanced classification problems. However, sometimes it may remove too many majority samples which may lead to loss of informative samples. In this article, the hashing-based …

ClassificationGeneral Classificationimbalanced classification