Skip to content

Reproducing the toy example in "Calibrated Adversarial Refinement for Multimodal Semantic Segmentation" by Kassapis et al.

License

Notifications You must be signed in to change notification settings

gdikov/calibrated-adversarial-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calibrated Adversarial Learning

This repository contains the code reproducing the toy regression example presented in Section 5.1. in the paper "Calibrated Adversarial Refinement for Stochastic Semnatic Segmentation" by Kassapis et al.

Check out the official repositoy for reproducing all semantic segmentation experiments.

Requirements

The code has been tested with Python 3.7. The required python packages are listed in requirements.txt.

Overview

Two jupyter notebooks demonstrate the approach of using a calibration network and regularisation to improve conditional GAN sampling. Each is self-sufficient and uses utility code from the utils package which defines simple network builders and a data generator. Both notebook are structured as tutorials and contain minimal documentation.

Part 1

The notebook part_1.ipynb shows visually the effect of the calibration regularisation on the generator, discriminator and the calibration networks in 1-dimensional bimodal regression setup.

Calibrated cGAN Uncalibrated cGAN with mode collapse

Part 2

The next notebook, part_2.ipynb examines the robustness of the approach over multiple data configurations and random weight initialisations.

image

Citation

@article{kassapis2020calibrated,
    title={{Calibrated Adversarial Refinement for Stochastic Semnatic Segmentation}},
    author={Kassapis, Elias and Dikov, Georgi and Gupta, Deepak K. and Nugteren, Cedric},
    journal={arXiv preprint arXiv:2006.13144},
    year={2020}
}

License

Apache License, Version 2.0

About

Reproducing the toy example in "Calibrated Adversarial Refinement for Multimodal Semantic Segmentation" by Kassapis et al.

Topics

Resources

License

Stars

Watchers

Forks