CVLGOct 24, 2020

Discriminative feature generation for classification of imbalanced data

arXiv:2010.12888v126 citations
Originality Incremental advance
AI Analysis

This addresses the bottleneck of imbalanced data for classification tasks, offering an incremental improvement in data augmentation methods.

The paper tackles the data imbalance problem in neural network classification by proposing a discriminative feature generation (DFG) method that augments minority class features using a modified GAN with attention, resulting in significantly improved classification performance on target tasks.

The data imbalance problem is a frequent bottleneck in the classification performance of neural networks. In this paper, we propose a novel supervised discriminative feature generation (DFG) method for a minority class dataset. DFG is based on the modified structure of a generative adversarial network consisting of four independent networks: generator, discriminator, feature extractor, and classifier. To augment the selected discriminative features of the minority class data by adopting an attention mechanism, the generator for the class-imbalanced target task is trained, and the feature extractor and classifier are regularized using the pre-trained features from a large source data. The experimental results show that the DFG generator enhances the augmentation of the label-preserved and diverse features, and the classification results are significantly improved on the target task. The feature generation model can contribute greatly to the development of data augmentation methods through discriminative feature generation and supervised attention methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes