Local Binary Pattern(LBP) Optimization for Feature Extraction
Zeinab Sedaghatjoo, Hossein Hosseinzadeh, Bahram Sadeghi Bigham
TL;DR
This work reframes Local Binary Pattern (LBP) feature extraction as a triple-matrix operation $F = T\,E\,H$ and leverages singular value decomposition (SVD) to learn problem-specific transformation matrices $T$ and $H$ that maximize class separability between mean LBP matrices $\bar{E}_1$ and $\bar{E}_2$. It also introduces an algorithm to identify and refine optimal LBP codes, producing features that are highly discriminative while using far fewer features than standard LBP. Experimental results on face detection and facial expression recognition (across CFD-T, UTKFace, and CK-Data) show substantial gains in accuracy with compact feature vectors, validating the proposed approach. The method offers a principled path to dataset-tailored texture descriptors and can be extended to larger neighborhoods and other descriptors.
Abstract
The rapid growth of image data has led to the development of advanced image processing and computer vision techniques, which are crucial in various applications such as image classification, image segmentation, and pattern recognition. Texture is an important feature that has been widely used in many image processing tasks. Therefore, analyzing and understanding texture plays a pivotal role in image analysis and understanding.Local binary pattern (LBP) is a powerful operator that describes the local texture features of images. This paper provides a novel mathematical representation of the LBP by separating the operator into three matrices, two of which are always fixed and do not depend on the input data. These fixed matrices are analyzed in depth, and a new algorithm is proposed to optimize them for improved classification performance. The optimization process is based on the singular value decomposition (SVD) algorithm. As a result, the authors present optimal LBPs that effectively describe the texture of human face images. Several experiment results presented in this paper convincingly verify the efficiency and superiority of the optimized LBPs for face detection and facial expression recognition tasks.
