DCTNet : A Simple Learning-free Approach for Face Recognition
Cong Jie Ng, Andrew Beng Jin Teoh

TL;DR
DCTNet is a learning-free face recognition network using precomputed DCT filters, offering robustness and competitive accuracy compared to PCA-based methods like PCANet.
Contribution
It introduces DCTNet, a data-independent, learning-free face recognition approach using DCT filters, improving robustness and performance over PCA-based methods.
Findings
Achieves comparable or better accuracy than PCANet on benchmark face databases.
Provides robustness when probe images differ significantly from gallery images.
Eliminates the need for training by using precomputed DCT filters.
Abstract
PCANet was proposed as a lightweight deep learning network that mainly leverages Principal Component Analysis (PCA) to learn multistage filter banks followed by binarization and block-wise histograming. PCANet was shown worked surprisingly well in various image classification tasks. However, PCANet is data-dependence hence inflexible. In this paper, we proposed a data-independence network, dubbed DCTNet for face recognition in which we adopt Discrete Cosine Transform (DCT) as filter banks in place of PCA. This is motivated by the fact that 2D DCT basis is indeed a good approximation for high ranked eigenvectors of PCA. Both 2D DCT and PCA resemble a kind of modulated sine-wave patterns, which can be perceived as a bandpass filter bank. DCTNet is free from learning as 2D DCT bases can be computed in advance. Besides that, we also proposed an effective method to regulate the block-wise…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsPrincipal Components Analysis
