paper-with-me

Papers

Adaptive Nonparametric Image Parsing

2015-05-07 · Tam V. Nguyen, Can-Yi Lu, Jose Sepulveda, Shuicheng Yan

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.

📄 PDF Abstract BibTeX arXiv:1505.01560

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Nonparametric Scene Parsing with Adaptive Feature Relevance and Semantic Context

2013-06-01 · CVPR 2013 6 · Gautam Singh, Jana Kosecka

This paper presents a nonparametric approach to semantic parsing using small patches and simple gradient, color and location features. We learn the relevance of individual feature channels at test time using a locally ad…

RetrievalScene ParsingSemantic Parsing

Sample and Filter: Nonparametric Scene Parsing via Efficient Filtering

2015-11-16 · CVPR 2016 6 · Mohammad Najafi, Sarah Taghavi Namin, Mathieu Salzmann, Lars Petersson

Scene parsing has attracted a lot of attention in computer vision. While parametric models have proven effective for this task, they cannot easily incorporate new training data. By contrast, nonparametric approaches, whi…

Scene ParsingSuperpixels

Nonparametric Bayesian Inference and Efficient Parsing for Tree-adjoining Grammars

2013-08-01 · ACL 2013 8 · Elif Yamangil, Stuart M. Shieber
Bayesian Inference

Image Parsing with a Wide Range of Classes and Scene-Level Context

2015-10-24 · CVPR 2015 6 · Marian George

This paper presents a nonparametric scene parsing approach that improves the overall accuracy, as well as the coverage of foreground classes in scene images. We first improve the label likelihood estimates at superpixels…

General ClassificationImage RetrievalRetrievalScene Parsing+1

Matching-CNN Meets KNN: Quasi-Parametric Human Parsing

2015-04-06 · CVPR 2015 6 · Si Liu, Xiaodan Liang, Luoqi Liu, Xiaohui Shen 외

Both parametric and non-parametric approaches have demonstrated encouraging performances in the human parsing task, namely segmenting a human image into several semantic regions (e.g., hat, bag, left arm, face). In this …

Human Parsing