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

question about some variables #1

Open
phamthanhtu310702 opened this issue Nov 26, 2023 · 3 comments
Open

question about some variables #1

phamthanhtu310702 opened this issue Nov 26, 2023 · 3 comments

Comments

@phamthanhtu310702
Copy link

I have just read the paper and moved into the source code. I was wondering what they are "psi", "H", "iw", and "vec", "star"
Could you kindly provide a explanation?
Thank you very much!! :)

@tdye24
Copy link

tdye24 commented Nov 29, 2023

There are indeed some parts in the code that might be hard to understand, for instance, 'iw' stands for 'importance reweighting'.

I suggest delving into the following preliminary works and corresponding codes because I reused the markings from these codes while implementing SeeGera.

  1. Title: Importance Weighted Autoencoders
    Paper link: https://arxiv.org/pdf/1509.00519.pdf

  2. Title: Semi-Implicit Variational Inference
    Paper link: https://proceedings.mlr.press/v80/yin18b/yin18b.pdf
    Code link: https://github.com/mingzhang-yin/SIVI/blob/master/SIVAE.py

  3. Title: Semi-Implicit Graph Variational Auto-Encoders
    Paper link: https://arxiv.org/pdf/1908.07078.pdf
    Code link: https://github.com/sigvae/SIGraphVAE/blob/master/sigvae.py

The latter two are particularly crucial. I believe that after familiarizing yourself with the preliminary works, everything will fall into place.

@akajinchen
Copy link

There are indeed some parts in the code that might be hard to understand, for instance, 'iw' stands for 'importance reweighting'.

I suggest delving into the following preliminary works and corresponding codes because I reused the markings from these codes while implementing SeeGera.

  1. Title: Importance Weighted Autoencoders
    Paper link: https://arxiv.org/pdf/1509.00519.pdf
  2. Title: Semi-Implicit Variational Inference
    Paper link: https://proceedings.mlr.press/v80/yin18b/yin18b.pdf
    Code link: https://github.com/mingzhang-yin/SIVI/blob/master/SIVAE.py
  3. Title: Semi-Implicit Graph Variational Auto-Encoders
    Paper link: https://arxiv.org/pdf/1908.07078.pdf
    Code link: https://github.com/sigvae/SIGraphVAE/blob/master/sigvae.py

The latter two are particularly crucial. I believe that after familiarizing yourself with the preliminary works, everything will fall into place.

你好,代码中的k,j参数我没有太理解

@tdye24
Copy link

tdye24 commented Apr 24, 2024

Thank you for your interest in our work.
K refers to the number of samples for importance re-weighting,
and J refers to the number of samples for variational distribution q.
Feel free to ask any questions.

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

3 participants