CVNov 30, 2018

DeepFlux for Skeletons in the Wild

arXiv:1811.12608v152 citations
Originality Highly original
AI Analysis

This addresses the challenge of detecting object skeletons in cluttered, variable images, which is important for computer vision applications, and represents a novel approach rather than an incremental improvement.

The authors tackled the problem of object skeleton detection in natural images by training a CNN to predict a two-dimensional vector field, achieving consistently superior performance over state-of-the-art methods on three benchmark datasets for skeleton detection and two for symmetry detection.

Computing object skeletons in natural images is challenging, owing to large variations in object appearance and scale, and the complexity of handling background clutter. Many recent methods frame object skeleton detection as a binary pixel classification problem, which is similar in spirit to learning-based edge detection, as well as to semantic segmentation methods. In the present article, we depart from this strategy by training a CNN to predict a two-dimensional vector field, which maps each scene point to a candidate skeleton pixel, in the spirit of flux-based skeletonization algorithms. This "image context flux" representation has two major advantages over previous approaches. First, it explicitly encodes the relative position of skeletal pixels to semantically meaningful entities, such as the image points in their spatial context, and hence also the implied object boundaries. Second, since the skeleton detection context is a region-based vector field, it is better able to cope with object parts of large width. We evaluate the proposed method on three benchmark datasets for skeleton detection and two for symmetry detection, achieving consistently superior performance over state-of-the-art methods.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes