Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questions about the inverse autoregressive flow #11

Open
uestcwangxiao opened this issue Oct 31, 2020 · 1 comment
Open

Some questions about the inverse autoregressive flow #11

uestcwangxiao opened this issue Oct 31, 2020 · 1 comment

Comments

@uestcwangxiao
Copy link

Hi there, I am just confused by the inverse autoregressive flow. Do you use another network model to fit the distribution q(z|x)? Can I understand in the following way?
As far as my know, in the flow based model, people want to model the data distribution p(x) , so from a random z, we can get x=f(z). Here in this paper , q(z|x) is your data distribution you will model, you train another network g, again, from a random e~N(0,I), you get a z=g(e), then you can sample a realistic image through the decoder of the NVAE model, Decoder(z).

@arash-vahdat
Copy link
Contributor

Hi @uestcwangxiao, what we are doing is similar to these two papers where they use normalizing flows to represent flexible approximate posterior distributions:
http://proceedings.mlr.press/v37/rezende15.pdf
https://arxiv.org/pdf/1606.04934.pdf

We are learning normalizing flows to represent q(z|x) not p(x).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants