paper-with-me

홈 › Papers

Data Augmentation with Variational Autoencoder for Imbalanced Dataset

2024-12-09 · Samuel Stocksieker, Denys Pommeret, Arthur Charpentier

Learning from an imbalanced distribution presents a major challenge in predictive modeling, as it generally leads to a reduction in the performance of standard algorithms. Various approaches exist to address this issue, but many of them concern classification problems, with a limited focus on regression. In this paper, we introduce a novel method aimed at enhancing learning on tabular data in the Imbalanced Regression (IR) framework, which remains a significant problem. We propose to use variational autoencoders (VAE) which are known as a powerful tool for synthetic data generation, offering an interesting approach to modeling and capturing latent representations of complex distributions. However, VAEs can be inefficient when dealing with IR. Therefore, we develop a novel approach for generating data, combining VAE with a smoothed bootstrap, specifically designed to address the challenges of IR. We numerically investigate the scope of this method by comparing it against its competitors on simulations and datasets known for IR.

📄 PDF Abstract BibTeX arXiv:2412.07039

Code (1)

sstocksieker/DAVID 공식 구현

Tasks

Data AugmentationregressionSynthetic Data Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Conditional Variational Autoencoder with Balanced Pre-training for Generative Adversarial Networks

2022-01-13 · Yuchong Yao, Xiaohui Wangr, Yuanbang Ma, Han Fang 외

Class imbalance occurs in many real-world applications, including image classification, where the number of images in each class differs significantly. With imbalanced data, the generative adversarial networks (GANs) lea…

image-classificationImage Classification

Exploring Variational Autoencoders for Medical Image Generation: A Comprehensive Study

2024-11-11 · Khadija Rais, Mohamed Amroune, Abdelmadjid Benmachiche, Mohamed Yassine Haouam

Variational autoencoder (VAE) is one of the most common techniques in the field of medical image generation, where this architecture has shown advanced researchers in recent years and has developed into various architect…

Data AugmentationDiversityImage GenerationMedical Image Generation

Improving SMOTE via Fusing Conditional VAE for Data-adaptive Noise Filtering

2024-05-30 · Sungchul Hong, SeungHwan An, Jong-June Jeon

Recent advances in a generative neural network model extend the development of data augmentation methods. However, the augmentation methods based on the modern generative models fail to achieve notable performance for cl…

ClassificationData Augmentationimbalanced classification

Data Augmentation and Classification of Sea-Land Clutter for Over-the-Horizon Radar Using AC-VAEGAN

2023-01-03 · Xiaoxuan Zhang, Zengfu Wang, Kun Lu, Quan Pan

In the sea-land clutter classification of sky-wave over-the-horizon-radar (OTHR), the imbalanced and scarce data leads to a poor performance of the deep learning-based classification model. To solve this problem, this pa…

ClassificationData AugmentationGenerative Adversarial Network

Oversampling Highly Imbalanced Indoor Positioning Data using Deep Generative Models

2021-08-30 · Fahad Alhomayani, Mohammad H. Mahoor

The location fingerprinting method, which typically utilizes supervised learning, has been widely adopted as a viable solution for the indoor positioning problem. Many indoor positioning datasets are imbalanced. Models t…