Segmentation of Objects by Hashing
This work addresses object segmentation for computer vision applications, but it is incremental as it builds on existing hierarchical and detection methods.
The paper tackles the problem of simultaneous detection and segmentation by proposing C&Z Segmentation, a train-free method that uses locality sensitive hashing on hierarchical structures to refine object segmentations, achieving competitive state-of-the-art results on the PASCAL VOC 2012 dataset.
We propose a novel approach to address the problem of Simultaneous Detection and Segmentation introduced in [Hariharan et al 2014]. Using the hierarchical structures first presented in [Arbeláez et al 2011] we use an efficient and accurate procedure that exploits the feature information of the hierarchy using Locality Sensitive Hashing. We build on recent work that utilizes convolutional neural networks to detect bounding boxes in an image [Ren et al 2015] and then use the top similar hierarchical region that best fits each bounding box after hashing, we call this approach C&Z Segmentation. We then refine our final segmentation results by automatic hierarchical pruning. C&Z Segmentation introduces a train-free alternative to Hypercolumns [Hariharan et al 2015]. We conduct extensive experiments on PASCAL VOC 2012 segmentation dataset, showing that C&Z gives competitive state-of-the-art segmentations of objects.