paper-with-me

Papers

Multi-Task Generative Adversarial Network for Handling Imbalanced Clinical Data

2018-11-22 · Mina Rezaei, Haojin Yang, Christoph Meinel

We propose a new generative adversarial architecture to mitigate imbalance data problem for the task of medical image semantic segmentation where the majority of pixels belong to a healthy region and few belong to lesion or non-health region. A model trained with imbalanced data tends to bias towards healthy data which is not desired in clinical applications. We design a new conditional GAN with two components: a generative model and a discriminative model to mitigate imbalanced data problem through selective weighted loss. While the generator is trained on sequential magnetic resonance images (MRI) to learn semantic segmentation and disease classification, the discriminator classifies whether a generated output is real or fake. The proposed architecture achieved state-of-the-art results on ACDC-2017 for cardiac segmentation and diseases classification. We have achieved competitive results on BraTS-2017 for brain tumor segmentation and brain diseases classification.

📄 PDF Abstract BibTeX arXiv:1811.10419

Code (0)

등록된 구현이 없습니다.

Tasks

Brain Tumor SegmentationCardiac SegmentationClassificationGeneral ClassificationGenerative Adversarial NetworkSegmentationSemantic SegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Latent Preserving Generative Adversarial Network for Imbalance classification

2022-09-04 · Tanmoy Dam, Md Meftahul Ferdaus, Mahardhika Pratama, Sreenatha G. Anavatti 외

Many real-world classification problems have imbalanced frequency of class labels; a well-known issue known as the "class imbalance" problem. Classic classification algorithms tend to be biased towards the majority class…

ClassificationGenerative Adversarial Networkimbalanced classification

Robust AI-Generated Face Detection with Imbalanced Data

2025-05-04 · Yamini Sri Krubha, Aryana Hou, Braden Vester, Web Walker 외

Deepfakes, created using advanced AI techniques such as Variational Autoencoder and Generative Adversarial Networks, have evolved from research and entertainment applications into tools for malicious activities, posing s…

DeepFake DetectionDomain GeneralizationFace DetectionFace Swapping

Deep Learning for Imbalance Data Classification using Class Expert Generative Adversarial Network

2018-07-12 · Fanny, Tjeng Wawan Cenggoro

Without any specific way for imbalance data classification, artificial intelligence algorithm cannot recognize data from minority classes easily. In general, modifying the existing algorithm by assuming that the training…

ClassificationGeneral ClassificationGenerative Adversarial Network

Rebalancing the Scales: A Systematic Mapping Study of Generative Adversarial Networks (GANs) in Addressing Data Imbalance

2025-02-23 · Pankaj Yadav, Gulshan Sihag, Vivek Vijay

Machine learning algorithms are used in diverse domains, many of which face significant challenges due to data imbalance. Studies have explored various approaches to address the issue, like data preprocessing, cost-sensi…

CIGAN: A Python Package for Handling Class Imbalance using Generative Adversarial Networks

2022-08-04 · Yuxiao Huang, Yan Ma

A key challenge in Machine Learning is class imbalance, where the sample size of some classes (majority classes) are much higher than that of the other classes (minority classes). If we were to train a classifier directl…

Multi-class Classification