Deep Generative Mixture Model for Robust Imbalance Classification
Discovering hidden pattern from imbalanced data is a critical issue in various real-world applications. Existing classification methods usually suffer from the limitation of data especially for minority classes, and result in unstable prediction and low performance. In this paper, a deep generative classifier is proposed to mitigate this issue via both model perturbation and data perturbation. Specially, the proposed generative classifier is derived from a deep latent variable model where two variables are involved. One variable is to capture the essential information of the original data, denoted as latent codes, which are represented by a probability distribution rather than a single fixed value. The learnt distribution aims to enforce the uncertainty of model and implement model perturbation, thus, lead to stable predictions. The other variable is a prior to latent codes so that the codes are restricted to lie on components in Gaussian Mixture Model. As a confounder affecting generative processes of data (feature/label), the latent variables are supposed to capture the discriminative latent distribution and implement data perturbation. Extensive experiments have been conducted on widely-used real imbalanced image datasets. Experimental results demonstrate the superiority of our proposed model by comparing with popular imbalanced classification baselines on imbalance classification task.
Code (1)
Tasks
Classificationimbalanced classificationmodelSimilar Papers 제목 키워드 기반
GenMix: Combining Generative and Mixture Data Augmentation for Medical Image Classification
In this paper, we propose a novel data augmentation technique called GenMix, which combines generative and mixture approaches to leverage the strengths of both methods. While generative models excel at creating new data …
Data AugmentationDiversityimage-classificationImage Classification+1MExD: An Expert-Infused Diffusion Model for Whole-Slide Image Classification
Whole Slide Image (WSI) classification poses unique challenges due to the vast image size and numerous non-informative regions, which introduce noise and cause data imbalance during feature aggregation. To address th…
image-classificationImage ClassificationMixture-of-ExpertsOversampling Adversarial Network for Class-Imbalanced Fault Diagnosis
The collected data from industrial machines are often imbalanced, which poses a negative effect on learning algorithms. However, this problem becomes more challenging for a mixed type of data or while there is overlappin…
Fault DetectionFault DiagnosisGenerative Adversarial NetworkPrivacy-preserving Federated Bayesian Learning of a Generative Model for Imbalanced Classification of Clinical Data
In clinical research, the lack of events of interest often necessitates imbalanced learning. One approach to resolve this obstacle is data integration or sharing, but due to privacy concerns neither is practical. Therefo…
Data IntegrationDimensionality ReductionFederated LearningGeneral Classification+2Graph Classification by Mixture of Diverse Experts
Graph classification is a challenging research problem in many applications across a broad range of domains. In these applications, it is very common that class distribution is imbalanced. Recently, Graph Neural Network …
ClassificationGeneral ClassificationGraph ClassificationGraph Neural Network