paper-with-me

Papers

How to train your draGAN: A task oriented solution to imbalanced classification

2022-11-18 · Leon O. Guertler, Andri Ashfahani, Anh Tuan Luu

The long-standing challenge of building effective classification models for small and imbalanced datasets has seen little improvement since the creation of the Synthetic Minority Over-sampling Technique (SMOTE) over 20 years ago. Though GAN based models seem promising, there has been a lack of purpose built architectures for solving the aforementioned problem, as most previous studies focus on applying already existing models. This paper proposes a unique, performance-oriented, data-generating strategy that utilizes a new architecture, coined draGAN, to generate both minority and majority samples. The samples are generated with the objective of optimizing the classification model's performance, rather than similarity to the real data. We benchmark our approach against state-of-the-art methods from the SMOTE family and competitive GAN based approaches on 94 tabular datasets with varying degrees of imbalance and linearity. Empirically we show the superiority of draGAN, but also highlight some of its shortcomings. All code is available on: https://github.com/LeonGuertler/draGAN.

📄 PDF Abstract BibTeX arXiv:2211.10065

Code (1)

leonguertler/dragan 공식 구현 pytorch

Tasks

imbalanced classification

Methods 이 논문이 사용한 방법론

SMOTE Perhaps the most widely used approach to synthesizing new examples is called the Synthetic Minority Oversampling Technique, or SMOTE for short. This technique was described by…

Similar Papers 제목 키워드 기반

DragAnything: Motion Control for Anything using Entity Representation

2024-03-12 · Weijia Wu, Zhuang Li, YuChao Gu, Rui Zhao 외

We introduce DragAnything, which utilizes a entity representation to achieve motion control for any object in controllable video generation. Comparison to existing motion control methods, DragAnything offers several adva…

ObjectVideo Generation

HydraGAN A Multi-head, Multi-objective Approach to Synthetic Data Generation

2021-11-13 · Chance N DeSmet, Diane J Cook

Synthetic data generation overcomes limitations of real-world machine learning. Traditional methods are valuable for augmenting costly datasets but only optimize one criterion: realism. In this paper, we tackle the probl…

Synthetic Data Generation

On Convergence and Stability of GANs

2017-05-19 · ICLR 2018 1 · Naveen Kodali, Jacob Abernethy, James Hays, Zsolt Kira

We propose studying GAN training dynamics as regret minimization, which is in contrast to the popular view that there is consistent minimization of a divergence between real and generated distributions. We analyze the co…

Segmentation and Generation of Magnetic Resonance Images by Deep Neural Networks

2020-01-10 · Antoine Delplace

Magnetic Resonance Images (MRIs) are extremely used in the medical field to detect and better understand diseases. In order to fasten automatic processing of scans and enhance medical research, this project focuses on au…

Super-Resolution

Stock market forecasting using DRAGAN and feature matching

2023-01-06 · Fateme Shahabi Nejad, Mohammad Mehdi Ebadzadeh

Applying machine learning methods to forecast stock prices has been one of the research topics of interest in recent years. Almost few studies have been reported based on generative adversarial networks (GANs) in this ar…