KPCA分割

来源:互联网 发布:网站编程要学什么 编辑:程序博客网 时间:2024/06/13 21:29

KPCASegmentation

From NAMIC

Jump to: navigation, search
Back to Boston University Algorithms

KPCA Segmentation

Segmentation performances using active contours can be drastically improved if the possible shapes of the object of interest are learnt. The goal of this work is to use Kernel PCA to learn shape priors,in an unsupervised fashion. Kernel PCA allows for learning non-linear dependencies in data sets, leading to more robust shape priors than the one obtained using linear PCA, for instance.

Description

The first step of learning using Kernel PCA consists in mapping a training set from Input SpaceI into Feature Space F. This mapping is possibly non-linear. PCA is then performed in Feature Space, to build the "Kenel PCA Space" (Subspace ofF learnt from data). Any test point in I can then be mapped in F and projected onto the Kernel PCA Space. This is illustrated by the following schema:


Image:kernel_pca_schema.PNG


The projection onto the Kernel PCA Space serves as a "shape prior" in our segmentation framework.

Some Experimental Results A training set of 4 words - "Orange", "Yellow", "Square", "Circle"- was built (to simulate inter class varitations) using 20 different fonts (to simulate intra class variations). Images involving a corrupt version of one of these 4 words were then segmented, as presented below


Original Images  :

Image:yellow.PNGImage:orange.PNGImage:circle.PNG

Segmented Images, with shape priors obtained using Kernel PCA:

Image:yellow_seg.PNGImage:orange_seg.PNGImage:circle_seg.PNG

Segmented Images, with shape priors obtained using Linear PCA (for comparison purposes):

Image:yellow_seg_lin.PNGImage:orange_seg_lin.PNG

Key Investigators

  • Georgia Tech Algorithms: Sam Dambreville, Yogesh Rathi

Publications

In Print

  • NA-MIC Publications Database on Kernel PCA for Segmentation
Retrieved from "http://www.na-mic.org/Wiki/index.php/Projects:KPCASegmentation"

来源:http://www.na-mic.org/Wiki/index.php/Projects:KPCASegmentation
原创粉丝点击