open-solution-mapping-challenge icon indicating copy to clipboard operation
open-solution-mapping-challenge copied to clipboard

weighted loss

Open SonwYang opened this issue 4 years ago • 1 comments

Hello, I am interested in loss function combined with size and distance but I have no idea how it works. Can you give me more information(related paper, reference and so on) about it? Thank you.

SonwYang avatar Aug 25 '19 12:08 SonwYang

Hi @yangpeng1995 In the original UNet paper: https://arxiv.org/pdf/1505.04597.pdf the authors introduce the weighted loss that we use here. It describes the "distance" part. Weights related to building size is our idea, but it works in the same way. Cheers.

apyskir avatar Sep 23 '19 11:09 apyskir