Object Segmentation

Published: 09 Oct 2015 Category: deep_learning

Deep Joint Task Learning for Generic Object Extraction(NIPS2014)

Fully Convolutional Networks for Semantic Segmentation

Semantic Image Segmentation with Deep Convolutional Nets and Fully Connected CRFs(“DeepLab”)

  • intro: “adopted a more simplistic approach for maintaining resolution by removing the stride in the layers of FullConvNet, wherever possible. Following this, the FullConvNet predicted output is modeled as a unary term for Conditional Random Field (CRF) constructed over the image grid at its original resolution. With labelling smoothness constraint enforced through pair-wise terms, the per-pixel classification task is modeled as a CRF inference problem.”
  • arXiv: http://arxiv.org/abs/1412.7062
  • github: https://bitbucket.org/deeplab/deeplab-public/

Weakly- and Semi-Supervised Learning of a DCNN for Semantic Image Segmentation(“DeepLab”)

Hypercolumns for object segmentation and fine-grained localization (CVPR 2015)

Conditional Random Fields as Recurrent Neural Networks(ICCV2015. Oxford/Stanford/Baidu)

Learning to Segment Object Candidates

Proposal-free Network for Instance-level Object Segmentation

Semantic Image Segmentation via Deep Parsing Network

Decoupled Deep Neural Network for Semi-supervised Semantic Segmentation(NIPS 2015)

Learning Deconvolution Network for Semantic Segmentation

SegNet: A Deep Convolutional Encoder-Decoder Architecture for Robust Semantic Pixel-Wise Labelling

SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation

SegNet: Pixel-Wise Semantic Labelling Using a Deep Networks

Recurrent Instance Segmentation

Instance-aware Semantic Segmentation via Multi-task Network Cascades

Semantic Object Parsing with Graph LSTM