paper-with-me

홈 › Papers

Imbalanced Data Learning by Minority Class Augmentation using Capsule Adversarial Networks

2020-04-05 · Pourya Shamsolmoali, Masoumeh Zareapoor, Linlin Shen, Abdul Hamid Sadka, Jie Yang

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.

📄 PDF Abstract BibTeX arXiv:2004.02182

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

GAN Feature Matching Feature Matching is a regularizing objective for a generator in generative adversarial networks…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Anomaly Detection using Capsule Networks for High-dimensional Datasets

2021-12-27 · Inderjeet Singh, Nandyala Hemachandra

Anomaly detection is an essential problem in machine learning. Application areas include network security, health care, fraud detection, etc., involving high-dimensional datasets. A typical anomaly detection system alway…

Anomaly DetectionBinary ClassificationFraud DetectionOutlier Detection+1

From SMOTE to Mixup for Deep Imbalanced Classification

2023-08-29 · Wei-Chao Cheng, Tan-Ha Mai, Hsuan-Tien Lin

Given imbalanced data, it is hard to train a good classifier using deep learning because of the poor generalization of minority classes. Traditionally, the well-known synthetic minority oversampling technique (SMOTE) for…

ClassificationData AugmentationDeep Learningimbalanced classification

BAGAN: Data Augmentation with Balancing GAN

2018-03-26 · Giovanni Mariani, Florian Scheidegger, Roxana Istrate, Costas Bekas 외

Image classification datasets are often imbalanced, characteristic that negatively affects the accuracy of deep-learning classifiers. In this work we propose balancing GAN (BAGAN) as an augmentation tool to restore balan…

Data Augmentationimage-classificationImage Classification

Synthetic Augmentation in Imbalanced Learning: When It Helps, When It Hurts, and How Much to Add

2026-01-22 · Zhengchi Ma, Anru R. Zhang arxiv

Imbalanced classification often causes standard training procedures to prioritize the majority class and perform poorly on rare but important cases. A classic and widely used remedy is to augment the minority class with …

Leveraging Spatial and Semantic Feature Extraction for Skin Cancer Diagnosis with Capsule Networks and Graph Neural Networks

2024-03-18 · K. P. Santoso, R. V. H. Ginardi, R. A. Sastrowardoyo, F. A. Madany

In the realm of skin lesion image classification, the intricate spatial and semantic features pose significant challenges for conventional Convolutional Neural Network (CNN)-based methodologies. These challenges are comp…

BenchmarkingClassificationimage-classificationImage Classification+2