Semi-Supervised Hierarchical Semantic Object Parsing
Jalal Mirakhorli, Hamidreza Amindavar

TL;DR
This paper introduces a semi-supervised hierarchical CNN model for pixel-level instance segmentation that integrates CRFs for capturing dependencies, achieving improved accuracy on challenging datasets.
Contribution
The work presents a novel end-to-end trainable CNN-CRF framework for instance segmentation that handles arbitrary input sizes and enforces hierarchical object parsing.
Findings
Significant improvement over previous methods at high APr thresholds
Effective modeling of short and long-range dependencies in CRF units
Successful application on PASCAL VOC2012 dataset
Abstract
Models based on Convolutional Neural Networks (CNNs) have been proven very successful for semantic segmentation and object parsing that yield hierarchies of features. Our key insight is to build convolutional networks that take input of arbitrary size and produce object parsing output with efficient inference and learning. In this work, we focus on the task of instance segmentation and parsing which recognizes and localizes objects down to a pixel level base on deep CNN. Therefore, unlike some related work, a pixel cannot belong to multiple instances and parsing. Our model is based on a deep neural network trained for object masking that supervised with input image and follow incorporates a Conditional Random Field (CRF) with end-to-end trainable piecewise order potentials based on object parsing outputs. In each CRF unit we designed terms to capture the short range and long range…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConditional Random Field
