home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / ai / neuraln / 4323 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  2.3 KB

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