前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >从更统一的视角分析VAE

从更统一的视角分析VAE

作者头像
用户1908973
发布2019-11-07 17:07:35
4360
发布2019-11-07 17:07:35
举报
文章被收录于专栏:CreateAMindCreateAMind

1. Loss Extended

With an overall view of VAE, we can extend standard VAE loss in the reconstruction loss and regularization loss, for the original VAE, which is the KL term, but there are all kinds of versions which we can treat them as different combination of regularization methods

2. The architecture of different regularizer

So we show how to decouple the standard KL loss into different terms, now we could analyze losses with distributions together and show how to decouple them and how they related to each other

3. Another Perspective

4. R-D trade-off

The rate-distortion-usefulness tradeoff. Here we argue that even if one is able to reach any desired rate-distortion tradeoff point, in particular targeting a representation with specific rate R, the learned representation might still be useless for a specific downstream task. This stems from the fact that

(i) it is unclear which part of the total information (entropy) is stored in z and which part is stored in the decoder, and

(ii) even if the information relevant for the downstream task is stored in z, there is no guarantee that it is stored in a form that can be exploited by the model used to solve the downstream task.

For example, regarding

(i), if the downstream task is an image classification task, the representation

should store the object class or the most prominent object features. On the other hand, if the down-stream task is to recognize the relative ordering of objects, the locations have to be encoded instead. Concerning (ii), if we use a linear model on top of the representation as often done in practice, the

representation needs to have structure amenable to linear prediction.

5. Overview

Reference

1. Recent Advances in Autoencoder-Based Representation Learning

2. https://github.com/YannDubs/disentangling-vae

3. VARIATIONAL INFERENCE OF DISENTANGLED LATENT CONCEPTS FROM UNLABELED OBSERVATIONS

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2019-11-04,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 CreateAMind 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档