robosat icon indicating copy to clipboard operation
robosat copied to clipboard

Topology-aware loss function for combined pixel-wise and topology loss

Open daniel-j-h opened this issue 7 years ago • 0 comments

At the moment we are using pixel-wise loss functions for our segmentation models. These loss functions are great for overall segmentation problems but they fail to capture topology inherent in our satellite imagery.

One example use-case is roads. The pixel-wise loss functions don't penalize for connectivity issues.

We should look into topological-aware loss functions to help with these problems and to directly optimize for example for connectivity instead of having to do a much more difficult task in post-processing.

Idea:

  • look into https://arxiv.org/abs/1712.02190 https://arxiv.org/abs/1603.08155
  • try out a combined loss a * pixelwise + b * topology

daniel-j-h avatar Oct 23 '18 12:10 daniel-j-h