yolu1055 / conditional-glow

Conditional-Glow for Structured Prediction
24 stars 6 forks source link

Affine layers #4

Open fido20160817 opened 2 years ago

fido20160817 commented 2 years ago

Hi, You Lu, there is a description in your paper "structured output learning with conditional generative flows": "Glow also has affine coupling layers to capture the correlations among spatial dimensions" on page 3. How to understand this sentence? can you give me some tips.

yolu1055 commented 2 years ago

Hi, thank you for your interest. Affine coupling layers split input to two parts, and use neural networks to model the first part and output parameters for the second part. We therefore say that they can model the dependencies among pixels.

fido20160817 commented 2 years ago

so nice, thanks.😀