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

Incorrect citation for CVAE #103

Open
june6423 opened this issue Dec 2, 2024 · 0 comments
Open

Incorrect citation for CVAE #103

june6423 opened this issue Dec 2, 2024 · 0 comments

Comments

@june6423
Copy link

june6423 commented Dec 2, 2024

There are two different papers out there called CVAEs. They work in completely different ways, but people get confused and often cite them incorrectly.

First paper :Kingma et al. "Semi-supervised Learning with Deep Generative Models", NIPS 2014

Second paper : Sohn et al, "Learning Structured Output Representation using Deep Conditional Generative Models", NIPS 2015

The first paper came out first, and given the look of the method, it's natural to call it CVAE. However, the first paper refers to itself as a conditional generative model (M2), and the term CVAE never appears.

The first use of the term CVAE is in the second paper. The second paper clearly states that his methos is a CVAE.

Despite the first use of the term CVAE in the second paper, the first paper is often cited as CVAE. Since Kingma, the author of the first paper, is the author of VAE, it is more natural to refer to the first paper as CVAE.

CVAE has been used interchangeably to refer to both papers. However, this github implementation is closer to the first paper's implementation.

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

1 participant