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

Introduce lop-sided affine coupling (IRN, 2020) #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mgm52
Copy link

@mgm52 mgm52 commented May 12, 2022

I introduce a "lop-sided" coupling layer used in IRN (Xiao et al 2020), which was an influential model in the task of invertible networks for image rescaling. In the paper, they use x1 to propagate a low-resolution image through the network, and x2 as gaussian-distributed latent data encoding the high-frequency information that x1 is missing.

The layer uses three subnets phi, rho, mu, performing:

y1 = x1 + phi(x2)
y2 = x2 * exp(rho(y1)) + mu(y1)

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

Successfully merging this pull request may close these issues.

1 participant