cyclomon / UNSB

Official Repository of "Unpaired Image-to-Image Translation via Neural Schrödinger Bridge" (ICLR 2024)
MIT License
154 stars 5 forks source link

Network description #3

Closed JigneshChowdary closed 1 year ago

JigneshChowdary commented 1 year ago

Can you explain the functionality of NetD, NetE, and NetF?

1202kbs commented 1 year ago

NetD is the discriminator, NetE is the entropy estimator network from MINE (https://arxiv.org/abs/1801.04062), and NetF is the MLP network from CUT (https://arxiv.org/abs/2007.15651).