Top Banner
Feature Extraction (I) Data Mining II Year 2009-10 Lluís Belanche Alfredo Vellido
17

Feature Extraction (I)

Jan 10, 2016

Download

Documents

makya

Feature Extraction (I). Data Mining II Year 2009-10 Lluís Belanche Alfredo Vellido. Dimensionality reduction (1). Dimensionality reduction (2). Signal representation vs classification. Principal Components Analysis (PCA). - PowerPoint PPT Presentation
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Feature Extraction (I)

Feature Extraction (I)

Data Mining IIYear 2009-10Lluís Belanche Alfredo Vellido

Page 2: Feature Extraction (I)

Dimensionality reduction (1)

Page 3: Feature Extraction (I)

Dimensionality reduction (2)

Page 4: Feature Extraction (I)

Signal representation vs classification

Page 5: Feature Extraction (I)

Principal Components Analysis (PCA)

General goal : project the data onto a new subspace so that a maximum of relevant information is preserved

In PCA, relevant information is variance (dispersion).

Page 6: Feature Extraction (I)

PCA Theory (1)

Page 7: Feature Extraction (I)

PCA Theory (2)

Page 8: Feature Extraction (I)

PCA Theory (3)

Page 9: Feature Extraction (I)

PCA Theory (4)

Page 10: Feature Extraction (I)

Algorithm for PCA

Page 11: Feature Extraction (I)

PCA examples (1)

Page 12: Feature Extraction (I)

PCA examples (2)

Page 13: Feature Extraction (I)

PCA examples (2)

Page 14: Feature Extraction (I)

PCA examples (3)

Page 15: Feature Extraction (I)

PCA examples (4)

Page 16: Feature Extraction (I)

Two solutions: in which sense are they optimal?

1. In the signal representation sense2. In the signal separation sense3. In both4. In none

Page 17: Feature Extraction (I)

Other approaches to FE Kernel PCA: perform PCA in xΦ(x), where K(x,y) = < Φ(x), Φ(y)> is a kernel ICA (Independent Components Analysis):

Seeks statistical independence of features (PCA seeks uncorrelated features)

Equivalence to PCA iff features are Gaussian Image and audio analysis brings own methods

Series expansion descriptors (from the DFT, DCT or DST) Moment-based features Spectral features Wavelet descriptors

Cao, J.J. et al. A comparison of PCA, KPCA and ICA for dimensionality reduction. Neurocomputing 55, pp. 321-336 (2003)