principle component analysis (pca)

Upload: kunalfin

Post on 05-Apr-2018

229 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/31/2019 Principle Component Analysis (PCA)

    1/26

    Principle Component Analysis(PCA)

    A mechanism used to make the

    analysis of remote sensing datasimpler.

  • 7/31/2019 Principle Component Analysis (PCA)

    2/26

    PCA reduces the dimensionality of the data

    keeping the (what we hope) is the

    most significant parts of the data simultaneously filters out noise

    It is a way of identifying patterns in

    data, and expressing the data in such away as to highlight their similarities anddifferences

  • 7/31/2019 Principle Component Analysis (PCA)

    3/26

    PCA contd.hyperspace graphing is not available

    to visualize data

    the 3 first principle components makea powerful tool for identifying patternsin the data

    This is can be seen as a tool for imagecompression with no loss of information

  • 7/31/2019 Principle Component Analysis (PCA)

    4/26

  • 7/31/2019 Principle Component Analysis (PCA)

    5/26

    History Early image processing systems were

    limited in their processing capacity it

    was important to reduce the number ofcalculations required to process animage.

    Currently, useful as tool to explore thevariability of an image

    Also used in facial recognition software

  • 7/31/2019 Principle Component Analysis (PCA)

    6/26

    How it works The data, though clumped around

    several central points in that

    hyperspace, will generally tend towardsone direction.

    If one were to draw a solid line that

    best describes that direction, then thatline is the first principle component(PC).

  • 7/31/2019 Principle Component Analysis (PCA)

    7/26

    Eigenvectors and Eigenvalues Each eigenvector represents a principle

    component.

    The first Principle Component is defined asthe eigenvector with the highestcorresponding eigenvalue.

    The individual eigenvalues indicate thevariance they capture - the higher the value,the more variance they have captured.

  • 7/31/2019 Principle Component Analysis (PCA)

    8/26

    Any variation that is not captured by

    that first PC is captured by subsequentorthogonal eigenvectors.

    When the data is plotted in this manner

    they are said to be plotted in PrincipleComponent-space(PC-space)

  • 7/31/2019 Principle Component Analysis (PCA)

    9/26

  • 7/31/2019 Principle Component Analysis (PCA)

    10/26

    Data means WHAT? The first PC represents the greatest

    variability in the data

    so?

    How does the interpreter convertvariability into information?

  • 7/31/2019 Principle Component Analysis (PCA)

    11/26

    Image Registration and

    Rectification Removing spatial errors in an image

    Systematic errors

    (skew)

    Curvature of the earth

    General instrument correction e.g. scan

    line overlap

  • 7/31/2019 Principle Component Analysis (PCA)

    12/26

    Projection and Random errors In order to get RS data into a format

    compatible with the GIS, a projection

    needs to be specified (the alternative is to do an image

    based GIS that ignores real world

    coordinates)

  • 7/31/2019 Principle Component Analysis (PCA)

    13/26

    Ground Control Points (GCPs) Use GCPs that are well distributed

    across the image

    Features visible on the image thatcorrespond to known locations on theground (or on a map)

    GCP1- XY (UTM?)

    GCP1-row/column

  • 7/31/2019 Principle Component Analysis (PCA)

    14/26

  • 7/31/2019 Principle Component Analysis (PCA)

    15/26

    Affine Coordinate Transformation X=a0+a1X+a2Y

    Y = b0+b1X+b2Y

    Where x and y are the row/ columnlocations

    And X,Y are the ground coordinates an and bn are transformation

    parameters

  • 7/31/2019 Principle Component Analysis (PCA)

    16/26

  • 7/31/2019 Principle Component Analysis (PCA)

    17/26

    Page 2 (of 3)of the affinecoordinatetransformationexample in

    Jensen 1986

  • 7/31/2019 Principle Component Analysis (PCA)

    18/26

  • 7/31/2019 Principle Component Analysis (PCA)

    19/26

    Bilinear Interpolation Weighted average of the four nearest

    pixels (2 left-right and 2 up-down)

    weighted average of a 2X2 kernel

  • 7/31/2019 Principle Component Analysis (PCA)

    20/26

    Cubic Convolution or Cubic spline Cubic spline of 16 closest neighbors

    a weighted average of from a 4X4

    kernel

  • 7/31/2019 Principle Component Analysis (PCA)

    21/26

    How well do they work? Every manipulation of a grid changes

    the data in every grid cell

    The accuracy of the original data ? The accuracy of the new cells ?

    Loss of information ?

    The only real test of accuracy is howaccurately INFORMATION is supplied bythe image.

  • 7/31/2019 Principle Component Analysis (PCA)

    22/26

    Image Filtering Noise removal

    Smoothing

    Edge enhancement

    Most image enhancement operationswork the same way

    A moving window

  • 7/31/2019 Principle Component Analysis (PCA)

    23/26

  • 7/31/2019 Principle Component Analysis (PCA)

    24/26

    The kernel or window The factors in the moving window are

    specified based on the desired result

    The 3X3 array moves across the imageand converts the value of the centerpixel based on the operations specified

    by the surrounding pixels

  • 7/31/2019 Principle Component Analysis (PCA)

    25/26

    A high pass filter or kernel

    Di ti l Ed E h t

  • 7/31/2019 Principle Component Analysis (PCA)

    26/26

    Directional Edge Enhancementexamples