Skip to content

Latest commit

 

History

History
194 lines (185 loc) · 13.1 KB

semantic-segmentation.md

File metadata and controls

194 lines (185 loc) · 13.1 KB

Semantic segmentation

Instance aware segmentation

Weakly-supervised segmentation


Semantic Segmentation

  • PASCAL VOC2012 Challenge Leaderboard (01 Sep. 2016) (from PASCAL VOC2012 leaderboards)
  • Expand and Constrain: Three Principles for Weakly-Supervised Image Segmentation, ECCV, 2016. [Paper] [Code]*
  • Efficient piecewise training of deep structured models for semantic segmentation. [Paper] (1st ranked in VOC2012)
  • Deeply Learning the Messages in Message Passing Inference. [Paper] (4th ranked in VOC2012)
  • Semantic Image Segmentation via Deep Parsing Network. ICCV 2015 [Paper] (2nd ranked in VOC 2012)
  • Surpassing Humans in Boundary Detection using Deep Learning (4th ranked in VOC 2012) [Paper]
  • BoxSup: Exploiting Bounding Boxes to Supervise Convolutional Networks for Semantic Segmentation. [Paper] (6th ranked in VOC2012)
  • Learning Deconvolution Network for Semantic Segmentation. [Paper] (7th ranked in VOC2012)
  • Decoupled Deep Neural Network for Semi-supervised Semantic Segmentation. [Paper]
  • Learning Transferrable Knowledge for Semantic Segmentation with Deep Convolutional Neural Network, [Paper] [Project Page]
  • Conditional Random Fields as Recurrent Neural Networks. [Paper] (8th ranked in VOC2012)
  • Weakly-and semi-supervised learning of a DCNN for semantic image segmentation. [Paper] (9th ranked in VOC2012)
  • Feedforward Semantic Segmentation With Zoom-Out Features, CVPR, 2015 [Paper]
  • Joint Calibration [Paper]
  • Fully Convolutional Networks for Semantic Segmentation, CVPR, 2015. [Paper-CVPR15] [Paper-arXiv15]
  • Hypercolumns for Object Segmentation and Fine-Grained Localization, CVPR, 2015. [Paper]
  • Deep Hierarchical Parsing for Semantic Segmentation, CVPR, 2015. [Paper]
  • Scene Parsing with Multiscale Feature Learning, Purity Trees, and Optimal Covers, ICML, 2012. [Paper-ICML12]
  • Learning Hierarchical Features for Scene Labeling, PAMI, 2013. [Paper-PAMI13]
  • "SegNet: A Deep Convolutional Encoder-Decoder Architecture for Image Segmentation." 2015. [Paper]
  • "Bayesian SegNet: Model Uncertainty in Deep Convolutional Encoder-Decoder Architectures for Scene Understanding." 2015. [Paper]
  • "Multi-Scale Context Aggregation by Dilated Convolutions", ICLR 2016, [Paper]
  • "Segment-Phrase Table for Semantic Segmentation, Visual Entailment and Paraphrasing", ICCV, 2015, [Paper]
  • "Pusing the Boundaries of Boundary Detection Using deep Learning", ICLR 2016, [Paper]
  • "Weakly supervised graph based semantic segmentation by learning communities of image-parts", ICCV, 2015, [Paper]