arXiv:2507.13772cs.CVcs.LG2025-07被引 1

用熵和传统特征融合,不用深度网络也能高效准确分类图像

Feature Engineering is Not Dead: Reviving Classical Machine Learning with Entropy, HOG, and LBP Feature Fusion for Image Classification

  • 将排列熵扩展到二维图像,结合多尺度方向提取空间复杂度特征
  • 融合熵、HOG与LBP特征共780维,在多个数据集上达到可比性能
  • 适合需要解释性与低计算成本的图像分类场景

特征工程在图像分类中仍具关键作用,尤其在注重可解释性与计算效率时。本文提出一种新方法,将传统时间序列分析中的排列熵(Permutation Entropy, PE)扩展至二维图像,构建基于多尺度、多方向的熵特征提取框架,捕捉图像行、列、对角线、反对角线及局部块的空间有序性与复杂度。为增强特征判别力,融合经典图像描述子HOG(梯度方向直方图)与LBP(局部二值模式),以刻画形状边缘与微纹理。最终生成780维手工特征,通过网格搜索优化支持向量机(SVM)进行分类。在Fashion-MNIST、KMNIST、EMNIST和CIFAR-10等基准数据集上的实验表明,该方法无需深度网络即可实现竞争性分类性能。结果验证了熵特征在图像分类中的潜力,为可解释机器学习提供了轻量、通用的替代方案。

原文摘要 · Abstract (English)

Feature engineering continues to play a critical role in image classification, particularly when interpretability and computational efficiency are prioritized over deep learning models with millions of parameters. In this study, we revisit classical machine learning based image classification through a novel approach centered on Permutation Entropy (PE), a robust and computationally lightweight measure traditionally used in time series analysis but rarely applied to image data. We extend PE to two-dimensional images and propose a multiscale, multi-orientation entropy-based feature extraction approach that characterizes spatial order and complexity along rows, columns, diagonals, anti-diagonals, and local patches of the image. To enhance the discriminatory power of the entropy features, we integrate two classic image descriptors: the Histogram of Oriented Gradients (HOG) to capture shape and edge structure, and Local Binary Patterns (LBP) to encode micro-texture of an image. The resulting hand-crafted feature set, comprising of 780 dimensions, is used to train Support Vector Machine (SVM) classifiers optimized through grid search. The proposed approach is evaluated on multiple benchmark datasets, including Fashion-MNIST, KMNIST, EMNIST, and CIFAR-10, where it delivers competitive classification performance without relying on deep architectures. Our results demonstrate that the fusion of PE with HOG and LBP provides a compact, interpretable, and effective alternative to computationally expensive and limited interpretable deep learning models. This shows a potential of entropy-based descriptors in image classification and contributes a lightweight and generalizable solution to interpretable machine learning in image classification and computer vision.

特征工程图像分类可解释性轻量模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。