home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!darwin.sura.net!udel!princeton!siemens!kostas
- From: kostas@siemens.com. (Konstantinos Diamantaras)
- Newsgroups: comp.ai.neural-nets
- Subject: Re: principal component analysis and "wavelets"
- Message-ID: <109211@siemens.siemens.com>
- Date: 18 Nov 92 16:11:33 GMT
- References: <1992Nov17.185852.5738@newssun.med.miami.edu>
- Sender: news@siemens.siemens.com
- Distribution: usa
- Organization: Siemens Corp. Res., Inc.
- Lines: 45
-
- In article <1992Nov17.185852.5738@newssun.med.miami.edu> dbrown@newssun.med.miami.edu (Daniel Brown) writes:
- >I posted about a week ago with a question about preprocessing
- >of image input. I only received a few responses, and I need
- >more information on them:
- >
- > i) What is principal component analysis (PCA)?
-
- I am not much of a wavelet person, but I can tell you what PCA is.
- It is related to the Karhunen-Loeve transform, and eigenvalue decomposition
- of the autocorrelation matrix of your input. Simply put, if you
- have an n-dim stochastic signal x with autocorrelation matrix R=E{xx'}
- and you look to map it LINEARLY down to m dimensions (where m<n)
- via a transformation of the form
- y=Wx
- (W is an mxn matrix) so that when you optimally reconstruct x from y
- you get the minimum mean-square error possible, then the best matrix
- to use is W=[e_1 e_2 e_3 ... e_m]' where e_i are the principal eigenvectors
- of R (i.e. those eigenvectors associated with the maximum eigenvalues).
- The minimal error you get is just the sum of the smallest eigenvalues of R.
- That is a classic result originally shown by Hotelling (1933) and
- was taken over by Karhunen and Loeve (in the 50's I think) for the analysis
- of continuous-time stochastic processes.
-
- You can find discussions regarding the Karhunen-Loeve transform
- (which is really the same as PCA) in any good book on image processing
- theory, such as Anil K. Jain, "Fundamentals of Digital Image Processing",
- Prentice Hall, 1989, or Arun N. Netravali and Barry G. Haskel,
- "Digital Pictures: Representation and Compression", Plenum Press, 1988,
- among many others.
-
- > ii) Has anyone heard of "wavelets" used in
- > preprocessing of image data?
- >
- >Thanks in advance,
- >
- >Dan Brown
- >dbrown@newssun.med.miami.edu
- >
- >I will post a summary of replies ...
-
- Hope this helps.
-
- Best regards
-
- Kostas Diamantaras
-