Chrome Extension
WeChat Mini Program
Use on ChatGLM

A Novel Framework for Semantic Segmentation with Generative Adversarial Network

Hulling Zhang,Xiaobin Zhu,Xiao-Yu Zhang, Naiguang Zhang,Peng Li,Lei Wang

Journal of Visual Communication and Image Representation(2018)CCF CSCI 3区

Beijing Technol & Business Univ | Chinese Acad Sci | Acad Broadcasting Sci | China Univ Petr

Cited 47|Views53
Abstract
Semantic segmentation is a long standing challenging issue in computer vision. In this paper, a novel method named SegGAN is proposed, in which a pre-trained deep semantic segmentation network is fitted into a generative adversarial framework for computing better segmentation masks. The composited networks are jointly fine-tuned end-to-end to get better segmentation masks. In the pre-training of Generative Adversarial Network (GAN), we try to minimize the loss between the generated images from the generator with the ground truth masks as input and the original images. Our motivation is that the learned GAN shows the relationship between the ground truth masks and the original images, thus the predicted masks of the semantic segmentation model should have the same distribution or relationship with the original images. Concretely, GAN is treated as a kind of loss for semantic segmentation to achieve better performance. Numerous experiments conducted on two publicly available datasets demonstrate the effectiveness of the proposed SegGAN.
More
Translated text
Key words
Semantic segmentations,Generative adversarial network
PDF
Bibtex
AI Read Science
AI Summary
AI Summary is the key point extracted automatically understanding the full text of the paper, including the background, methods, results, conclusions, icons and other key content, so that you can get the outline of the paper at a glance.
Example
Background
Key content
Introduction
Methods
Results
Related work
Fund
Key content
  • Pretraining has recently greatly promoted the development of natural language processing (NLP)
  • We show that M6 outperforms the baselines in multimodal downstream tasks, and the large M6 with 10 parameters can reach a better performance
  • We propose a method called M6 that is able to process information of multiple modalities and perform both single-modal and cross-modal understanding and generation
  • The model is scaled to large model with 10 billion parameters with sophisticated deployment, and the 10 -parameter M6-large is the largest pretrained model in Chinese
  • Experimental results show that our proposed M6 outperforms the baseline in a number of downstream tasks concerning both single modality and multiple modalities We will continue the pretraining of extremely large models by increasing data to explore the limit of its performance
Try using models to generate summary,it takes about 60s
Must-Reading Tree
Example
Generate MRT to find the research sequence of this paper
Data Disclaimer
The page data are from open Internet sources, cooperative publishers and automatic analysis results through AI technology. We do not make any commitments and guarantees for the validity, accuracy, correctness, reliability, completeness and timeliness of the page data. If you have any questions, please contact us by email: report@aminer.cn
Chat Paper

要点】:本文提出了SegGAN,一种将预训练的深度语义分割网络与生成对抗网络(GAN)结合,通过端到端微调以提高语义分割质量的方法。

方法】:SegGAN通过将预训练的深度语义分割网络嵌入GAN框架,使用GAN的损失函数来优化分割质量,使生成的分割掩膜与原始图像具有相同的分布或关系。

实验】:作者在两个公开数据集PASCAL VOC和Cityscapes上进行了大量实验,验证了SegGAN方法的有效性。