在FCN网络在2104年提出后,越来越多的关于图像分割的深度学习网络被提出,相比传统方法,这些网络效果更好,运算速度更快,已经能成熟的运用在自然图像上。语义分割显然已经是计算机视觉领域的一个热门研究领域,也是通往实现完全场景理解的道路之一,被广泛应用于无人驾驶、人机交互、医疗图像、计算摄影、图像搜索引擎、增强现实等应用领域。语义分割是像素级分类问题,将同一类物体像素点归为一类,如图所示。

左:输入图像,右:输出分割图像
          存在的挑战:1.池化或者卷积步长造成的特征图分辨率减小;2.图像中存在不同尺度的目标;3.错误匹配关系;4.类别混淆;5.类别不明显。
          方法:1.dilated convolution;2.图像金字塔;3.编码解码结构;4.级联结构;5.空间金字塔池化。
1.数据集
2D数据集
1.1 PASCAL Visual Object Classes (VOC)
1.2 PASCAL Context
1.3 PASCAL Part
1.4 Semantic Boundaries Dataset (SBD)
1.5 Microsoft Common Objects in Context (COCO)
1.6 SYNTHetic Collection of Imagery and Annotations (SYNTHIA)
1.7 Cityscapes
1.8 CamVid 
1.9 Youtube-Objects
1.10 Adobe’s Portrait Segmentation Adobe’s Portrait Segmentation
1.11 Materials in Context (MINC)
1.12 Densely-Annotated VIdeo Segmentation (DAVIS)
1.13 Stanford background
1.14 SiftFlow
2.5D数据集
1.15 NYUDv2
1.16 SUN3D
1.17 SUNRGBD
1.18 RGB-D Object Dataset
3D数据集
1.19 ShapeNet Part
1.20 Stanford 2D-3D-S
1.21 A Benchmark for 3D Mesh Segmentation
1.22 Sydney Urban Objects Dataset
1.23 Large-Scale Point Cloud Classification Benchmark
2.图像标注工具
2.1 labelme: Image Annotation Tool with Python
2.2 labelImgPlus
2.3 PS
2.4 OpenSurfaces Segmentation UI
2.5 ImageSegmentation
2.6 JS Segment Annotator
3. Papers
2017
LinkNet
https://arxiv.org/pdf/1707.03718.pdf
https://github.com/e-lab/LinkNet
ICNet
https://arxiv.org/pdf/1704.08545.pdf
https://github.com/hszhao/ICNet
DeepLabv3
https://arxiv.org/pdf/1706.05587v3.pdf
Mask-RCNN
https://arxiv.org/pdf/1703.06870.pdf
https://github.com/jasjeetIM/Mask-RCNN
ERFNet
http://www.robesafe.uah.es/personal/eduardo.romera/pdfs/Romera17iv.pdf
https://github.com/Eromera/erfnet
Large Kernel Matters
https://arxiv.org/pdf/1703.02719
2016
Fully-Convolutional Network (FCN)
https://arxiv.org/pdf/1605.06211.pdf
https://github.com/shelhamer/fcn.berkeleyvision.org
DeepLab
https://arxiv.org/pdf/1606.00915.pdf
https://bitbucket.org/deeplab/deeplab-public/
ENet
https://arxiv.org/pdf/1606.02147.pdf
https://github.com/TimoSaemann/ENet
PixelNet
https://arxiv.org/pdf/1609.06694.pdf
https://github.com/aayushbansal/PixelNet
RefineNet
https://arxiv.org/pdf/1611.06612.pdf
https://github.com/guosheng/refinenet
PSPNet
https://arxiv.org/pdf/1612.01105.pdf
https://github.com/hszhao/PSPNet
FCIS
https://arxiv.org/pdf/1611.07709.pdf
https://github.com/msracver/FCIS
MultiNet
https://arxiv.org/pdf/1612.07695.pdf
https://github.com/MarvinTeichmann/MultiNet
2015
U-Net
https://arxiv.org/pdf/1505.04597.pdf
https://lmb.informatik.uni-freiburg.de/people/ronneber/u-net/
SegNet
https://arxiv.org/pdf/1511.00561.pdf
https://github.com/alexgkendall/caffe-segnet
DilatedNet
https://arxiv.org/pdf/1511.07122.pdf
https://github.com/nicolov/segmentation_keras
DeepMask
https://arxiv.org/pdf/1506.06204.pdf
https://github.com/facebookresearch/deepmask
CRFasRNN
http://www.robots.ox.ac.uk/%7Eszheng/papers/CRFasRNN.pdf
https://github.com/torrvision/crfasrnn
Dilated convolution
https://arxiv.org/pdf/1511.07122.pdf
https://github.com/fyu/dilation
DeconvNet
https://arxiv.org/pdf/1505.04366.pdf
https://github.com/HyeonwooNoh/DeconvNet
MNC
https://arxiv.org/pdf/1512.04412.pdf
https://github.com/daijifeng001/MNC
Zoomout Semantic Segmentation
https://www.cv-foundation.org/openaccess/content_cvpr_2015/papers/Mostajabi_Feedforward_Semantic_Segmentation_2015_CVPR_paper.pdf
https://bitbucket.org/m_mostajabi/zoom-out-release
4.Blog
A 2017 Guide to Semantic Segmentation with Deep Learning

Semantic Segmentation using Fully Convolutional Networks over the years

CNN for Semantic Segmentation(语义分割,论文,代码,数据集,标注工具,blog)相关推荐

  1. 多篇开源CVPR 2020 语义分割论文

    多篇开源CVPR 2020 语义分割论文 前言 DynamicRouting:针对语义分割的动态路径选择网络 Learning Dynamic Routing for Semantic Segment ...

  2. 不良光线下的语义分割论文调研

    不良光线下的语义分割论文调研 文章目录 不良光线下的语义分割论文调研 Multitask AET with Orthogonal Tangent Regularity for Dark Object ...

  3. 语义分割论文-DeepLab系列

    语义分割论文-DeepLab系列 DeepLabv1 收录:ICLR 2015 (International Conference on Learning Representations) 代码:gi ...

  4. ECCV 2020 语义分割论文大盘点(38篇论文)

    作者:CV Daily | 编辑:Amusi Date:2020-09-25 来源:计算机视觉Daily微信公众号(系投稿) 原文:ECCV 2020 语义分割论文大盘点(38篇论文) 前言 距离EC ...

  5. 弱监督的语义分割论文汇总

    弱监督的语义分割论文汇总 弱监督语义分割导读 弱监督语义分割论文整理 基于Bounding box的弱监督语义分割 基于Image-level labels的弱监督语义分割 基于Scribbles的弱 ...

  6. 语义分割 调色板代码

    语义分割调色板代码 下面代码的主要作用:根据你的类别数量,生成相同数量的颜色. 比如你有21个类别(voc是20个class和1个background),就可生成相应21个不同的颜色. def mak ...

  7. CV之IS:计算机视觉之图像分割(Image Segmentation)/语义分割算法的简介、使用方法、案例应用之详细攻略

    CV之IS:计算机视觉之图像分割(Image Segmentation)/语义分割算法的简介.使用方法.案例应用之详细攻略 目录 图像分割算法的简介 1.常用的数据集 2.图像分割的评价指标

  8. 遥感图像语义分割各公开数据集

    遥感图像语义分割数据集 1. Gaofen Image Dataset(GID) 2. ISPRS Test Project on Urban Classification and 3D Buildi ...

  9. 识别、提取三维超声中标准平面的总结+论文+代码+数据集+练习合集

    目录 数据特点 三维空间定位标准平面 基于监督学习方法 基于强化学习方法 wulalago/LearningNote: some resources on my path in deep learni ...

最新文章

  1. apache php 调优_Apache的性能优化(二)
  2. mybatis mapper.xml入参
  3. 微信小程序 - 展开收缩列表
  4. 密码学原理与实践第三版pdf_云计算原理与实践PDF电子书下载
  5. 人工智能技术的三大学派_什么是人工智能?它离我们有多远
  6. tcpdump命令速查
  7. Java基础系列13:JDBC批处理简介
  8. 程序设计方法和程序分析
  9. 【工具】VirtualBox装VBoxGuestAdditions增强工具失败解决方法和共享文件夹设置
  10. 极化码 串并行译码的辨别(SC BP SCAN)硬判决和软输出
  11. dfa确定有限自动机定义_确定性有限自动机(DFA)
  12. Linux正则表达式
  13. MOS管的导通电阻RDS(on)与阈值电压VGS(th)温度特性详解
  14. python九九乘法表如何对齐_python怎么样输出九九乘法表
  15. 解决虚拟机下光标闪烁问题
  16. 在aws亚马逊云EC2上创建root用户,并使用root用户登录
  17. Android之HorizontalScrollView(一)
  18. 研究生语音识别课程作业记录(一) 非特定人孤立词识别
  19. hiredis使用简介
  20. 标签打印软件如何设置不规则标签纸

热门文章

  1. boost::safe_numerics::safe_signed_range相关的测试程序
  2. boost::iostreams::stream_offset用法的测试程序
  3. boost::hana::is_convertible用法的测试程序
  4. boost::geometry::partition用法的测试程序
  5. boost::fusion::as_list用法的测试程序
  6. boost::container模块实现分配器参数的测试程序
  7. Boost:计算一些tail统计数据,插入数据,更新数据
  8. VTK:可视化算法之TensorEllipsoids
  9. VTK:Texture之TexturePlane
  10. VTK:PolyData之PointSource