CVMay 7, 2015

Adaptive Nonparametric Image Parsing

arXiv:1505.01560v122 citations
Originality Incremental advance
AI Analysis

This addresses image parsing for computer vision applications, but appears incremental as it builds on existing nonparametric methods.

The paper tackles image parsing (pixel-level annotation) by proposing an adaptive nonparametric approach that determines a sample-specific k for each test image instead of using a fixed k, with experiments showing superiority over state-of-the-art nonparametric solutions.

In this paper, we present an adaptive nonparametric solution to the image parsing task, namely annotating each image pixel with its corresponding category label. For a given test image, first, a locality-aware retrieval set is extracted from the training data based on super-pixel matching similarities, which are augmented with feature extraction for better differentiation of local super-pixels. Then, the category of each super-pixel is initialized by the majority vote of the $k$-nearest-neighbor super-pixels in the retrieval set. Instead of fixing $k$ as in traditional non-parametric approaches, here we propose a novel adaptive nonparametric approach which determines the sample-specific k for each test image. In particular, $k$ is adaptively set to be the number of the fewest nearest super-pixels which the images in the retrieval set can use to get the best category prediction. Finally, the initial super-pixel labels are further refined by contextual smoothing. Extensive experiments on challenging datasets demonstrate the superiority of the new solution over other state-of-the-art nonparametric solutions.

Foundations

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

Your Notes