paper-with-me

Papers

SegAN: Adversarial Network with Multi-scale $L_1$ Loss for Medical Image Segmentation

2017-06-06 · Yuan Xue, Tao Xu, Han Zhang, Rodney Long, Xiaolei Huang

Inspired by classic generative adversarial networks (GAN), we propose a novel end-to-end adversarial neural network, called SegAN, for the task of medical image segmentation. Since image segmentation requires dense, pixel-level labeling, the single scalar real/fake output of a classic GAN's discriminator may be ineffective in producing stable and sufficient gradient feedback to the networks. Instead, we use a fully convolutional neural network as the segmentor to generate segmentation label maps, and propose a novel adversarial critic network with a multi-scale $L_1$ loss function to force the critic and segmentor to learn both global and local features that capture long- and short-range spatial relationships between pixels. In our SegAN framework, the segmentor and critic networks are trained in an alternating fashion in a min-max game: The critic takes as input a pair of images, (original_image $*$ predicted_label_map, original_image $*$ ground_truth_label_map), and then is trained by maximizing a multi-scale loss function; The segmentor is trained with only gradients passed along by the critic, with the aim to minimize the multi-scale loss function. We show that such a SegAN framework is more effective and stable for the segmentation task, and it leads to better performance than the state-of-the-art U-net segmentation method. We tested our SegAN method using datasets from the MICCAI BRATS brain tumor segmentation challenge. Extensive experimental results demonstrate the effectiveness of the proposed SegAN with multi-scale loss: on BRATS 2013 SegAN gives performance comparable to the state-of-the-art for whole tumor and tumor core segmentation while achieves better precision and sensitivity for Gd-enhance tumor core segmentation; on BRATS 2015 SegAN achieves better performance than the state-of-the-art in both dice score and precision.

📄 PDF Abstract BibTeX arXiv:1706.01805

Code (2)

YuanXue1993/SegAN pytorch
iNLyze/DeepLearning-SeGAN-Segmentation tf

Tasks

Brain Tumor SegmentationImage SegmentationMedical Image SegmentationSegmentationSemantic SegmentationTumor Segmentation

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

A Refined Equilibrium Generative Adversarial Network for Retinal Vessel Segmentation

2019-09-26 · Yukun Zhou, Zailiang Chen, Hailan Shen, Xianxian Zheng 외

Objective: Recognizing retinal vessel abnormity is vital to early diagnosis of ophthalmological diseases and cardiovascular events. However, segmentation results are highly influenced by elusive vessels, especially in lo…

Computational EfficiencyGenerative Adversarial NetworkRetinal Vessel SegmentationSegmentation

SEGAN: Structure-Enhanced Generative Adversarial Network for Compressed Sensing MRI Reconstruction

2019-02-18 · Zhongnian Li, Tao Zhang, Peng Wan, Daoqiang Zhang

Generative Adversarial Networks (GANs) are powerful tools for reconstructing Compressed Sensing Magnetic Resonance Imaging (CS-MRI). However most recent works lack exploration of structure information of MRI images that …

compressed sensingGenerative Adversarial NetworkMRI Reconstruction

Brain MRI Tumor Segmentation with Adversarial Networks

2019-10-07 · Edoardo Giacomello, Daniele Loiacono, Luca Mainardi

Deep Learning is a promising approach to either automate or simplify several tasks in the healthcare domain. In this work, we introduce SegAN-CAT, an approach to brain tumor segmentation in Magnetic Resonance Images (MRI…

Brain Tumor SegmentationImage SegmentationSegmentationSemantic Segmentation+2

Semantics-Enhanced Adversarial Nets for Text-to-Image Synthesis

2019-10-01 · ICCV 2019 10 · Hongchen Tan, Xiuping Liu, Xin Li, Yi Zhang 외

This paper presents a new model, Semantics-enhanced Generative Adversarial Network (SEGAN), for fine-grained text-to-image generation. We introduce two modules, a Semantic Consistency Module (SCM) and an Attention Compet…

Generative Adversarial NetworkImage GenerationText to Image GenerationText-to-Image Generation

PoseGAN: A Pose-to-Image Translation Framework for Camera Localization

2020-06-23 · Kanglin Liu, Qing Li, Guoping Qiu

Camera localization is a fundamental requirement in robotics and computer vision. This paper introduces a pose-to-image translation framework to tackle the camera localization problem. We present PoseGANs, a conditional …

Camera LocalizationPose EstimationTranslation