论文标题
潜在保留生成对抗网络用于不平衡分类
Latent Preserving Generative Adversarial Network for Imbalance classification
论文作者
论文摘要
许多现实世界的分类问题的班级标签频率不平衡;一个称为“阶级失衡”问题的著名问题。经典分类算法往往会偏向多数级别,使分类器容易受到少数族裔阶级的分类。尽管文献富含解决此问题的方法,但随着问题的维度的增加,这些方法的增加,但其中许多方法并没有扩展,并且运行它们的成本变得过于刺激。在本文中,我们提出了端到端的深层生成分类器。我们提出了一个域构成自动编码器,以将潜在空间保留为发电机的先验,然后将其用于与其他两个深网,一个歧视器和一个分类器一起玩对抗游戏。对三个不同的多级不平衡问题进行了广泛的实验,并与最先进的方法进行了比较。实验结果证实了我们方法比流行算法在处理高维分类问题方面具有优势。我们的代码可在https://github.com/tanmdl/slppl-gan上找到。
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, leaving the classifier vulnerable to misclassification of the minority class. While the literature is rich with methods to fix this problem, as the dimensionality of the problem increases, many of these methods do not scale-up and the cost of running them become prohibitive. In this paper, we present an end-to-end deep generative classifier. We propose a domain-constraint autoencoder to preserve the latent-space as prior for a generator, which is then used to play an adversarial game with two other deep networks, a discriminator and a classifier. Extensive experiments are carried out on three different multi-class imbalanced problems and a comparison with state-of-the-art methods. Experimental results confirmed the superiority of our method over popular algorithms in handling high-dimensional imbalanced classification problems. Our code is available on https://github.com/TanmDL/SLPPL-GAN.