Open rpytel1 opened 4 years ago
Interesting method improving 8% on 100 samples in CitySpace
They use VAE to model prior distribution and combine it with U-Net. Tested on Cityscape dataset. Pytorch code: https://github.com/stefanknegt/Probabilistic-Unet-Pytorch
Simple method for semantic segmentation with prior information. The authors first create spatial prior map and then incorporate it into final softmax layer. Highly relevant for medical imaging but maybe we can somehow incorporate the idea into Cityscape data.
GANs in semantic segmentation setting. The authors trained it on 1/8 Cityscape.
Please post here interesting papers, possibly with a brief description of technique and results (improvement).