rpytel1 / efficient-semantic-segmentation

1 stars 1 forks source link

Interesting papers (semi-supervised training methods) #1

Open rpytel1 opened 4 years ago

rpytel1 commented 4 years ago

Please post here interesting papers, possibly with a brief description of technique and results (improvement).

rpytel1 commented 4 years ago

Semi-supervised semantic segmentation needs strong, high-dimensional perturbations

Interesting method improving 8% on 100 samples in CitySpace

motykatomasz commented 4 years ago

A Probabilistic U-Net for Segmentation of Ambiguous Images

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

motykatomasz commented 4 years ago

Biasing Deep ConvNets for Semantic Segmentation of Medical Images with a Prior-driven Prediction Function

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.

motykatomasz commented 4 years ago

Adversarial Learning for Semi-Supervised Semantic Segmentation

GANs in semantic segmentation setting. The authors trained it on 1/8 Cityscape.

rpytel1 commented 4 years ago

Universal Semi-Supervised Semantic Segmentation

Semi-Supervised Semantic Segmentation with Cross-Consistency Training

Data Efficient Unsupervised Domain Adaptation for Cross-Modality Image Segmentation