NANAOct 5, 2018

Subdivision based snakes for contour detection

arXiv:1810.02886
Originality Synthesis-oriented
AI Analysis

For computer vision researchers, this offers an efficient snake-based contour detection method with improved robustness, though it is an incremental improvement over existing snake models.

The paper proposes a contour detection method using subdivision curve snakes, achieving fast and robust performance on synthetic and real images by optimizing control points with a new region energy that maximizes contrast.

In this paper we propose a method for computing the contour of an object in an image using a snake represented as a subdivision curve. The evolution of the snake is driven by its control points which are computed minimizing an energy that pushes the snake towards the boundary of the interest region. Our method profits from the hierarchical nature of subdivision curves, since the unknowns of the optimization process are the few control points of the subdivision curve in the coarse representation and, at the same time, good approximations of the energies and their derivatives are obtained from the fine representation. We introduce a new region energy that guides the snake maximizing the contrast between the average intensity of the image within the snake and over the complement of the snake in a bounding box that does not change during the optimization. To illustrate the performance of our method we discuss the snakes associated with two classical subdivision schemes: the four point scheme and the cubic B-spline. Our experiments using synthetic and real images confirm that the proposed method is fast and robust.

Foundations

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

Your Notes