The document summarizes object and face detection techniques including:
- Lowe's SIFT descriptor for specific object recognition using histograms of edge orientations.
- Viola and Jones' face detector which uses boosted classifiers with Haar-like features and an attentional cascade for fast rejection of non-faces.
- Earlier face detection work including eigenfaces, neural networks, and distribution-based methods.