LGMLApr 5, 2020

Imbalanced Data Learning by Minority Class Augmentation using Capsule Adversarial Networks

arXiv:2004.02182v377 citations
AI Analysis

This addresses the problem of data imbalance in image classification for machine learning practitioners, offering an incremental improvement by integrating existing techniques.

The paper tackles the challenge of learning from imbalanced image datasets by proposing a method that combines generative adversarial networks (GANs) and capsule networks to generate minority class samples, resulting in improved recognition of overlapping classes with fewer parameters compared to convolutional-GANs.

The fact that image datasets are often imbalanced poses an intense challenge for deep learning techniques. In this paper, we propose a method to restore the balance in imbalanced images, by coalescing two concurrent methods, generative adversarial networks (GANs) and capsule network. In our model, generative and discriminative networks play a novel competitive game, in which the generator generates samples towards specific classes from multivariate probabilities distribution. The discriminator of our model is designed in a way that while recognizing the real and fake samples, it is also requires to assign classes to the inputs. Since GAN approaches require fully observed data during training, when the training samples are imbalanced, the approaches might generate similar samples which leading to data overfitting. This problem is addressed by providing all the available information from both the class components jointly in the adversarial training. It improves learning from imbalanced data by incorporating the majority distribution structure in the generation of new minority samples. Furthermore, the generator is trained with feature matching loss function to improve the training convergence. In addition, prevents generation of outliers and does not affect majority class space. The evaluations show the effectiveness of our proposed methodology; in particular, the coalescing of capsule-GAN is effective at recognizing highly overlapping classes with much fewer parameters compared with the convolutional-GAN.

Foundations

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

Your Notes