diff --git a/README.md b/README.md index b708085..a70955a 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Please help contribute this list by contacting [Me][zhang163220@gmail.com] or ad - [Makeup](#Makeup) - [3D](#3D) - [Improving Classification And Recong](#Improving-Classification-And-Recong) + - [Road Segmentation](#Road-Segmentation) - [Theory] - [Generative Models](#Generative-Models) - [GAN Theory](#GAN-Theory) @@ -549,6 +550,17 @@ Please help contribute this list by contacting [Me][zhang163220@gmail.com] or ad :heavy_check_mark: [GAN-based synthetic medical image augmentation for increased CNN performance in liver lesion classification] - [[Paper]](https://www.sciencedirect.com/science/article/pii/S0925231218310749) (Neurocomputing Journal (2018), Elsevier) +## Road Segmentation + +:heavy_check_mark: [Matching adversarial networks] +- [[Paper]](http://openaccess.thecvf.com/content_cvpr_2018/html/Mattyus_Matching_Adversarial_Networks_CVPR_2018_paper.html) (CVPR 2018) + +:heavy_check_mark: [TopoAL: An Adversarial Learning Approach for Topology-Aware Road Segmentation] +- [[Paper]](https://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123720222.pdf) (ECCV 2020) + +:heavy_check_mark: [TopoGAN: A Topology-Aware Generative Adversarial Network] +- [[Paper]](https://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123480120.pdf) (ECCV 2020) + # Project :heavy_check_mark: [cleverhans]