语义分割相关问题


综述

主要参考这篇博客Semantic Segmentation using Fully Convolutional Networks over the years其中列举了从FCN网络开始的最新的语义分割网络的相关论文和实现。这篇博客同时提供了一篇综述A Review on Deep Learning Techniques Applied to Semantic Segmentation,下面是列举的实现的文中语义分割的pytorch代码实现: pytorch-semseg

Exploring semantic segmentation with deep learning 这篇文章也列举了很多语义分割网络结构。

SemanticSegmentation_DL 这是github上一个科研作者一直更新的语义分割相关论文列表,可以参考。 推荐指数 *****

下文中也有分类好的语义分割网络论文 2015-10-09-segmentation.md

A Review on Deep Learning Techniques Applied to Semantic Segmentation 该论文主要介绍了基于深度学习进行语义分割的相关方法,具有一定的参考价值,下面是翻译的文章。

综述论文翻译:A Review on Deep Learning Techniques Applied to Semantic Segmentation

Computer Vision for Autonomous Vehicles: Problems, Datasets and State-of-the-Art Kitti提供的综述文章,其中一章语义分割可以细看

Kitti 综述文章可视化导航

该文章主要是在空中使用深度学习进行语义分割 Deep Learning for Semantic Segmentation of Aerial Imagery

SemanticSegmentation_DL 该博客整理了相关语义分割的论文和代码。


相关博客

awesome_segmentation

Segmentation

awesome-semantic-segmentation

deep learning for aerial/satellite imagery

深度学习从入门到放弃之CV-Semantic Segmentation目录 介绍了作者对部分经典语义分割框架的理解,推荐指数**

LearnSegmentation 实现了部分算法,仅仅部分参考。

反卷积(Deconvolution)、上采样(UNSampling)与上池化(UnPooling) 其中对语义分割中常用的deconvolution、unpooling和unsampling层进行了图示说明。

深度学习网络层之上采样(Unpooling)

DeepLEGO 将语义分割各个部分分类组成,像乐高一样组成语义分割网络。


硕士博士论文

Per-Pixel Feedback for improving Semantic Segmentation


相关论文

实例分割

全监督

弱监督

  • Semi and Weakly Supervised Semantic Segmentation Using Generative Adversarial Network 论文
  • Decoupled Deep Neural Network for Semi-supervised Semantic Segmentation
  • Semi-Supervised Learning with Ladder Networks
  • Feedback Neural Network for Weakly Supervised Geo-Semantic Segmentation 论文
  • Weakly Supervised Semantic Segmentation with Convolutional Networks 论文
  • BoxSup: Exploiting Bounding Boxes to Supervise Convolutional Networks for Semantic Segmentation 论文 使用bounding box进行语义分割
  • ScribbleSup: Scribble-Supervised Convolutional Networks for Semantic Segmentation 论文
  • One-Shot Learning for Semantic Segmentation 论文
  • Semantic Segmentation from Limited Training Data 论文
  • Weakly- and Semi-Supervised Learning of a DCNN for Semantic Image Segmentation 论文
  • Weakly Supervised Semantic Segmentation using Web-Crawled Videos 论文
  • Fully Convolutional Multi-Class Multiple Instance Learning 论文
  • Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks 论文
  • Seed, Expand and Constrain: Three Principles for Weakly-Supervised Image Segmentation 论文 代码 模型数据
  • Constrained Convolutional Neural Networks for Weakly Supervised Segmentation 论文 代码
  • Semantic segmentation using adversarial networks 论文 代码 Semantic-Segmentation-using-Adversarial-Networks
  • Adversarial Deep Structural Networks for Mammographic Mass Segmentation 论文
  • W-Net: A Deep Model for Fully Unsupervised Image Segmentation 论文
  • sscnet Semantic Scene Completion from a Single Depth Image一张深度图中获取语义场景填充。
  • TernausNetV2 TernausNetV2: Fully Convolutional Network for Instance Segmentation
  • Learning Pixel-Level Semantic Affinity With Image-Level Supervision for Weakly Supervised Semantic Segmentation
  • Learning From Synthetic Data: Addressing Domain Shift for Semantic Segmentation
  • DenseASPP for Semantic Segmentation in Street Scenes
  • Context Contrasted Feature and Gated Multi-Scale Aggregation for Scene Segmentation

弱监督相关博客

本文介绍了4篇弱监督学习的论文 - CNN在基于弱监督学习的图像分割中的应用 - WeakSupervisedSegmentationList 弱监督分割论文列表。


常用框架

pytorch

  • pytorch-semantic-segmentation 用于收集常用的语义分割的框架,比如FCN、U-Net、SegNet、PSPNet、GCN、DUC和HDC pytorch-semantic-segmentation

开源实现

Tensorflow-Segmentation 使用tensorflow实现了SegNet等编码器解码器分割网络。

PixelAnnotationTool 用来像素标注的工具,和LabelMe在图像分类和检测中的作用类似。

相关开源项目

mobile-semantic-segmentation

Adversarial-Semisupervised-Semantic-Segmentation 基于对抗生成网络的语义分割网络

pixel_level_land_classification 用于对空中图像land语义分割的仓库。