paper-with-me

Papers

Kernel Principal Component Analysis and its Applications in Face Recognition and Active Shape Models

2012-07-15 · Quan Wang

Principal component analysis (PCA) is a popular tool for linear dimensionality reduction and feature extraction. Kernel PCA is the nonlinear form of PCA, which better exploits the complicated spatial structure of high-dimensional features. In this paper, we first review the basic ideas of PCA and kernel PCA. Then we focus on the reconstruction of pre-images for kernel PCA. We also give an introduction on how PCA is used in active shape models (ASMs), and discuss how kernel PCA can be applied to improve traditional ASMs. Then we show some experimental results to compare the performance of kernel PCA and standard PCA for classification problems. We also implement the kernel PCA-based ASMs, and use it to construct human face models.

📄 PDF Abstract BibTeX arXiv:1207.3538

Code (2)

wq2012/kPCA 공식 구현
ishspsy/project

Tasks

Dimensionality ReductionFace RecognitionGeneral Classification

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Kernel principal component analysis network for image classification

2015-12-20 · Dan Wu, Jiasong Wu, Rui Zeng, Longyu Jiang 외

In order to classify the nonlinear feature with linear classifier and improve the classification accuracy, a deep learning network named kernel principal component analysis network (KPCANet) is proposed. First, mapping t…

ClassificationFace RecognitionGeneral Classificationimage-classification+2

Unveiling the Hidden Structure of Self-Attention via Kernel Principal Component Analysis

2024-06-19 · Rachel S. Y. Teo, Tan M. Nguyen

The remarkable success of transformers in sequence modeling tasks, spanning various applications in natural language processing and computer vision, is attributed to the critical role of self-attention. Similar to the de…

Image SegmentationLanguage ModelingLanguage ModellingSemantic Segmentation

Unsupervised and Supervised Principal Component Analysis: Tutorial

2019-06-01 · Benyamin Ghojogh, Mark Crowley

This is a detailed tutorial paper which explains the Principal Component Analysis (PCA), Supervised PCA (SPCA), kernel PCA, and kernel SPCA. We start with projection, PCA with eigen-decomposition, PCA with one and multip…

Dimensionality Reduction

A Dual Formulation for Probabilistic Principal Component Analysis

2023-07-19 · Henri De Plaen, Johan A. K. Suykens

In this paper, we characterize Probabilistic Principal Component Analysis in Hilbert spaces and demonstrate how the optimal solution admits a representation in dual space. This allows us to develop a generative framework…

A Comparison Study on Nonlinear Dimension Reduction Methods with Kernel Variations: Visualization, Optimization and Classification

2019-10-04 · Katherine C. Kempfert, Yishi Wang, Cuixian Chen, Samuel W. K. Wong

Because of high dimensionality, correlation among covariates, and noise contained in data, dimension reduction (DR) techniques are often employed to the application of machine learning algorithms. Principal Component Ana…

ClassificationDimensionality ReductionGender ClassificationGeneral Classification+1