Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

I see a similarity between a problem I'm working on and Linear (or Quadratic) Discriminant Analysis when the sample size is smaller than $p+1$.

I'm interested in theory bounding the generalization error of either classifier when the data can be assumed to be dense (i.e. all of the data parameters are potentially informative) and the estimated class covariance(s) are singular (and so one has to regularize to get a working classifier).

For example it seems to me that, in this setting, pseudo-inversion should (in the generalization error sense) be the worst possible thing to do, as one discards potentially useful discriminating information in the null space of the covariance matrix. Making this intuition more concrete doesn't seem straightforward though.

Searches on Scholar using likely-looking strings e.g. "discriminant analysis" AND "small sample size" return thousands of papers, largely from the face recognition literature and, as far as I can see, propose different regularization schemes or LDA/QDA variants.

My interest is in any guarantees on the performance of such classifiers in the small sample size case, given that there are plenty of alternative ways in which one can solve the numerical issues. Can anyone point me, please, to some relevant theory?

share|improve this question

2 Answers

Paper that takes Raudys et's analysis further:

David C. Hoyle: Accuracy of Pseudo-Inverse Covariance Learning—A Random Matrix Theory Analysis. IEEE PAMI 2011.

There are also papers on bounding the spectral properties of a regularised estimate of large covariance or inverse covariance matrices in the case of certain regularisation schemes. E.g.

Bickel & Levina: Regularized estimation of large covariance matrices. Annals of Statistics 2008.

and many others focusing on sparse covariance estimates.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.