paper-with-me

홈 › Papers

Deep Generative Mixture Model for Robust Imbalance Classification

2023-03-01 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2023 3 · Xinyue Wang, Liping Jing, Yilin Lyu, Mingzhe Guo, Jiaqi Wang, Huafeng Liu, Jian Yu, and Tieyong Zeng

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.

📄 PDF Abstract BibTeX

Code (1)

xinyuewangg/DGCMM 공식 구현 pytorch

Tasks

Classificationimbalanced classificationmodel

Similar Papers 제목 키워드 기반

GenMix: Combining Generative and Mixture Data Augmentation for Medical Image Classification

2024-05-31 · Hansang Lee, Haeil Lee, Helen Hong

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+1

MExD: An Expert-Infused Diffusion Model for Whole-Slide Image Classification

2025-01-01 · CVPR 2025 1 · Jianwei Zhao, Xin Li, Fan Yang, Qiang Zhai 외

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-Experts

Oversampling Adversarial Network for Class-Imbalanced Fault Diagnosis

2020-08-07 · Masoumeh Zareapoor, Pourya Shamsolmoali, Jie Yang

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 Network

Privacy-preserving Federated Bayesian Learning of a Generative Model for Imbalanced Classification of Clinical Data

2019-10-18 · Seok-Ju Hahn, Junghye Lee

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+2

Graph Classification by Mixture of Diverse Experts

2021-03-29 · Fenyu Hu, Liping Wang, Shu Wu, Liang Wang 외

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