paper-with-me

Papers

Semantic Segmentation using Adversarial Networks

2016-11-25 · Pauline Luc, Camille Couprie, Soumith Chintala, Jakob Verbeek

Adversarial training has been shown to produce state of the art results for generative image modeling. In this paper we propose an adversarial training approach to train semantic segmentation models. We train a convolutional semantic segmentation network along with an adversarial network that discriminates segmentation maps coming either from the ground truth or from the segmentation network. The motivation for our approach is that it can detect and correct higher-order inconsistencies between ground truth segmentation maps and the ones produced by the segmentation net. Our experiments show that our adversarial training approach leads to improved accuracy on the Stanford Background and PASCAL VOC 2012 datasets.

📄 PDF Abstract BibTeX arXiv:1611.08408

Code (1)

ankit1997/implementing_papers

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Lookahead Adversarial Learning for Near Real-Time Semantic Segmentation

2020-06-19 · Hadi Jamali-Rad, Attila Szabo

Semantic segmentation is one of the most fundamental problems in computer vision with significant impact on a wide variety of applications. Adversarial learning is shown to be an effective approach for improving semantic…

Real-Time Semantic SegmentationSegmentationSemantic Segmentation

Towards Reliable Evaluation and Fast Training of Robust Semantic Segmentation Models

2023-06-22 · Francesco Croce, Naman D Singh, Matthias Hein

Adversarial robustness has been studied extensively in image classification, especially for the $\ell_\infty$-threat model, but significantly less so for related tasks such as object detection and semantic segmentation, …

Adversarial Robustnessimage-classificationImage Classificationobject-detection+3

Single-Step Adversarial Training for Semantic Segmentation

2021-06-30 · Daniel Wiens, Barbara Hammer

Even though deep neural networks succeed on many different tasks including semantic segmentation, they lack on robustness against adversarial examples. To counteract this exploit, often adversarial training is used. Howe…

SegmentationSemantic Segmentation

Uncertainty-based Detection of Adversarial Attacks in Semantic Segmentation

2023-05-22 · Kira Maag, Asja Fischer

State-of-the-art deep neural networks have proven to be highly powerful in a broad range of tasks, including semantic image segmentation. However, these networks are vulnerable against adversarial attacks, i.e., non-perc…

image-classificationImage ClassificationImage SegmentationSegmentation+1

Pixel Level Data Augmentation for Semantic Image Segmentation using Generative Adversarial Networks

2018-11-01 · Shuangting Liu, Jia-Qi Zhang, Yuxin Chen, Yifan Liu 외

Semantic segmentation is one of the basic topics in computer vision, it aims to assign semantic labels to every pixel of an image. Unbalanced semantic label distribution could have a negative influence on segmentation ac…

Data AugmentationImage SegmentationSegmentationSemantic Segmentation