Noise Sensitivity of Local Descriptors vs ConvNets: An application to Facial Recognition
Yasin Musa Ayami, Aboubayda Shabat, Delene Heukelman

TL;DR
This paper compares the noise sensitivity of local descriptors like LBP and LDP with convolutional neural networks, specifically ResNet50, in facial recognition, finding CNNs to be more robust against noise.
Contribution
The study provides an empirical evaluation of noise robustness between local descriptors and CNNs, highlighting ResNet50's superior performance in noisy conditions.
Findings
ResNet50 outperforms local descriptors under noise.
Local descriptors are more sensitive to noise.
CNNs demonstrate greater robustness in facial recognition tasks.
Abstract
The Local Binary Patterns (LBP) is a local descriptor proposed by Ojala et al to discriminate texture due to its discriminative power. However, the LBP is sensitive to noise and illumination changes. Consequently, several extensions to the LBP such as Median Binary Pattern (MBP) and methods such as Local Directional Pattern (LDP) have been proposed to address its drawbacks. Though studies by Zhou et al, suggest that the LDP exhibits poor performance in presence of random noise. Recently, convolution neural networks (ConvNets) were introduced which are increasingly becoming popular for feature extraction due to their discriminative power. This study aimed at evaluating the sensitivity of ResNet50, a ConvNet pre-trained model and local descriptors (LBP and LDP) to noise using the Extended Yale B face dataset with 5 different levels of noise added to the dataset. In our findings, it was…
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
TopicsFace and Expression Recognition · Face recognition and analysis · Image Retrieval and Classification Techniques
MethodsConvolution
