Hacker News new | ask | show | jobs
by dvrp 999 days ago
i know i should read the paper but... what does reweighting the skip connections mean in this case? like... how?
1 comments

In the decoder, the features from the unet blocks get concatenated with features from the encoder layer through 'skip connections'. The paper discusses how rescaling the backbone features (element-wise multiplication by some scalar) before concatenation improves image quality.
ty