paper-with-me

홈 › Papers

Improving Diagnostic Performance on Small and Imbalanced Datasets Using Class-Based Input Image Composition

2025-11-05 · Hlali Azzeddine, Majid Ben Yakhlef, Soulaiman El Hazzat arxiv

Small, imbalanced datasets and poor input image quality can lead to high false predictions rates with deep learning models. This paper introduces Class-Based Image Composition, an approach that allows us to reformulate training inputs through a fusion of multiple images of the same class into combined visual composites, named Composite Input Images (CoImg). That enhances the intra-class variance and improves the valuable information density per training sample and increases the ability of the model to distinguish between subtle disease patterns. Our method was evaluated on the Optical Coherence Tomography Dataset for Image-Based Deep Learning Methods (OCTDL) (Kulyabin et al., 2024), which contains 2,064 high-resolution optical coherence tomography (OCT) scans of the human retina, representing seven distinct diseases with a significant class imbalance. We constructed a perfectly class-balanced version of this dataset, named Co-OCTDL, where each scan is resented as a 3x1 layout composite image. To assess the effectiveness of this new representation, we conducted a comparative analysis between the original dataset and its variant using a VGG16 model. A fair comparison was ensured by utilizing the identical model architecture and hyperparameters for all experiments. The proposed approach markedly improved diagnostic results.The enhanced Dataset achieved near-perfect accuracy (99.6%) with F1-score (0.995) and AUC (0.9996), compared to a baseline model trained on raw dataset. The false prediction rate was also significantly lower, this demonstrates that the method can producehigh-quality predictions even for weak datasets affected by class imbalance or small sample size.

📄 PDF Abstract BibTeX arXiv:2511.03891

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Single Model Deep Learning on Imbalanced Small Datasets for Skin Lesion Classification

2021-02-02 · Peng Yao, Shuwei Shen, Mengjuan Xu, Peng Liu 외

Deep convolutional neural network (DCNN) models have been widely explored for skin disease diagnosis and some of them have achieved the diagnostic outcomes comparable or even superior to those of dermatologists. However,…

ClassificationData AugmentationDiagnosticGeneral Classification+2

UBMF: Uncertainty-Aware Bayesian Meta-Learning Framework for Fault Diagnosis with Imbalanced Industrial Data

2025-03-14 · Zhixuan Lian, Shangyu Li, Qixuan Huang, Zijian Huang 외

Fault diagnosis of mechanical equipment involves data collection, feature extraction, and pattern recognition but is often hindered by the imbalanced nature of industrial data, introducing significant uncertainty and red…

DiagnosticDomain GeneralizationFault DiagnosisMeta-Learning

Beyond Data Scarcity Optimizing R3GAN for Medical Image Generation from Small Datasets

2025-10-29 · Tsung-Wei Pan, Chang-Hong Wu, Jung-Hua Wang, Ming-Jer Chen 외 arxiv

Medical image datasets frequently exhibit significant class imbalance, a challenge that is further amplified by the inherently limited sample sizes that characterize clinical imaging data. Using human embryo time-lapse i…

Medical Image Generation

CALF: A Conditionally Adaptive Loss Function to Mitigate Class-Imbalanced Segmentation

2025-04-06 · Bashir Alam, Masa Cirkovic, Mete Harun Akcay, Md Kaf Shahrier 외

Imbalanced datasets pose a considerable challenge in training deep learning (DL) models for medical diagnostics, particularly for segmentation tasks. Imbalance may be associated with annotation quality limited annotated …

Segmentation

Addressing Small and Imbalanced Medical Image Datasets Using Generative Models: A Comparative Study of DDPM and PGGANs with Random and Greedy K Sampling

2024-12-17 · Iman Khazrak, Shakhnoza Takhirova, Mostafa M. Rezaee, Mehrdad Yadollahi 외

The development of accurate medical image classification models is often constrained by privacy concerns and data scarcity for certain conditions, leading to small and imbalanced datasets. To address these limitations, t…

Denoisingimage-classificationImage ClassificationMedical Image Classification