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

Add Glow-like multi-scale flow #6

Open
francois-rozet opened this issue Dec 22, 2022 · 0 comments · May be fixed by #7
Open

Add Glow-like multi-scale flow #6

francois-rozet opened this issue Dec 22, 2022 · 0 comments · May be fixed by #7
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@francois-rozet
Copy link
Member

Description

Glow is multi-scale normalizing flow based on affine coupling transforms introduced in Glow: Generative Flow with Invertible 1x1 Convolutions (Kingma et al., 2018).

Implementation

Due to its multi-scale nature, it is hard to translate the official implementation of Glow as a base distribution and a series of transformations. In particular, the shape and number of features change along the flow.

A first solution would be to define a MultiScaleNormalizingFlow distribution that would handle the removal of features in the log_prob method. Another solution would be to define a non-bijective transformation that would drop features in the forward direction and add random features in the inverse direction.

@francois-rozet francois-rozet added the enhancement New feature or request label Dec 22, 2022
@francois-rozet francois-rozet linked a pull request Dec 22, 2022 that will close this issue
@francois-rozet francois-rozet linked a pull request Dec 30, 2022 that will close this issue
@francois-rozet francois-rozet added the help wanted Extra attention is needed label Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant