CUFCTL / face-recognition

A GPU-accelerated real-time face recognition system based on classical machine learning algorithms
MIT License
23 stars 11 forks source link

Research other applications of PCA/LDA/ICA #37

Open bentsherman opened 7 years ago

bentsherman commented 7 years ago

Most of our work so far has been software engineering -- just getting our implementation of these algorithms to work. This work will last a little while longer, there are a few things left including GPU acceleration, real-time recognition, and pre-processing, but none of these threads are likely to lead to publications. For that, we need to do a literature review.

We need to research what has been done with PCA/LDA/ICA in the last 10 years, and look for papers that present a problem that we can address. In other words, we need to look at the "Future Work" sections of any relevant papers for things that we can work on. I will try to use this issue thread to document any papers that I find.