paper-with-me

홈 › Papers

Enhanced Balancing GAN: Minority-class Image Generation

2020-10-31 · Gaofeng Huang, Amir H. Jafari

Generative adversarial networks (GANs) are one of the most powerful generative models, but always require a large and balanced dataset to train. Traditional GANs are not applicable to generate minority-class images in a highly imbalanced dataset. Balancing GAN (BAGAN) is proposed to mitigate this problem, but it is unstable when images in different classes look similar, e.g. flowers and cells. In this work, we propose a supervised autoencoder with an intermediate embedding model to disperse the labeled latent vectors. With the improved autoencoder initialization, we also build an architecture of BAGAN with gradient penalty (BAGAN-GP). Our proposed model overcomes the unstable issue in original BAGAN and converges faster to high quality generations. Our model achieves high performance on the imbalanced scale-down version of MNIST Fashion, CIFAR-10, and one small-scale medical image dataset.

📄 PDF Abstract BibTeX arXiv:2011.00189

Code (2)

GH920/improved-bagan-gp 공식 구현 tf
GH920/Improve-Medical-Image-Classification-with-GAN tf

Tasks

Image Generation

Methods 이 논문이 사용한 방법론

Solana Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

BAGAN: Data Augmentation with Balancing GAN

2018-03-26 · Giovanni Mariani, Florian Scheidegger, Roxana Istrate, Costas Bekas 외

Image classification datasets are often imbalanced, characteristic that negatively affects the accuracy of deep-learning classifiers. In this work we propose balancing GAN (BAGAN) as an augmentation tool to restore balan…

Data Augmentationimage-classificationImage Classification

To SMOTE, or not to SMOTE?

2022-01-21 · Yotam Elor, Hadar Averbuch-Elor

Balancing the data before training a classifier is a popular technique to address the challenges of imbalanced binary classification in tabular data. Balancing is commonly achieved by duplication of minority samples or b…

Binary Classification

Beyond Rebalancing: Benchmarking Binary Classifiers Under Class Imbalance Without Rebalancing Techniques

2025-09-09 · Ali Nawaz, Amir Ahmad, Shehroz S. Khan arxiv

Class imbalance poses a significant challenge to supervised classification, particularly in critical domains like medical diagnostics and anomaly detection where minority class instances are rare. While numerous studies …

Anomaly Detection

Generative Diffusion Augmentation with Quantum-Enhanced Discrimination for Medical Image Diagnosis

2026-01-26 · Jingsong Xia, Siqi Wang arxiv

In biomedical engineering, artificial intelligence has become a pivotal tool for enhancing medical diagnostics, particularly in medical image classification tasks such as detecting pneumonia from chest X-rays and breast …

Medical Image ClassificationData Augmentation

CReST: A Class-Rebalancing Self-Training Framework for Imbalanced Semi-Supervised Learning

2021-02-18 · CVPR 2021 1 · Chen Wei, Kihyuk Sohn, Clayton Mellina, Alan Yuille 외

Semi-supervised learning on class-imbalanced data, although a realistic problem, has been under studied. While existing semi-supervised learning (SSL) methods are known to perform poorly on minority classes, we find that…