Learning generative adversarial networks (GANs)

Background

For the last paper, I have only few datasets, one AP in CUICAR suggested me to use GAN to generate more images to improve the accuracy of model.

Now, I have time to read some articles about GANS,also I want to use time signal with deep models.

URLs:https://medium.com/@alexrachnog/gans-beyond-generation-7-alternative-use-cases-725c60ba95e8

7 alternative use cases

1. Data augmentation

two main strategies: we can train our model on “fake” data and check how well it performs on real samples. And the opposite: we train our model on real data to do some classification task and only after check how well it performs on generated data (GAN fans can recognize inception score here)

If it works well in both cases — you can feel free to add samples from generative model to your real data and retrain it again

Example:https://arxiv.org/pdf/1803.01229.pdf  NVIDIA  used GANs to augment dataset of medical brain CT images( data augmentation) to improve sensitivity .

2. Privacy preserving

This way we won’t share any exact confidential data, just something what looks exactly like it.

 

3. Anomaly detection

  (see https://arxiv.org/pdf/1802.06222.pdf)

Yes, Dr. Zhao(CU ICAR) use Mobilenet with Lidar data to detect abnormal information. And his idea is generated from NIVIDA's paper which used images of three camera to predict steer angle.

 Also Dr. Zhao used Particle filter to recognize error signal from AVs, which had bee simulated in Prescan software.

4. Discriminative modeling

First one, already researched, is leveraging discriminator to perform classification of a generated sample into different classes alongside with just telling if it’s real or fake. 

dImaged

Second is unfairly forgotten approach to classification with Bayes’ theorem, where we model p(c_k|x) based on p(x|c_k) (exactly what conditional GAN does!) and priors p(x), p(c_k). 

(https://openreview.net/forum?id=BJehNfW0-)

5. Domain adaptation

6. Data manipulation

see gif : https://houxianxu.github.io/assets/project/dfcvae

 

7. Adversarial training

simply makes input perturbations with some epsilon

make a model more stable to adversarial attacks and improves its performance due to some kind of smart data augmentation and regularization.

 

I just read and cited some important sentences from his blogs. 

I may use the following properites to improve my detection model.

1. Data augmentation,

5. Domain adaptation

7. Adversarial training

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

做一个码农都是奢望

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值