1. Introduction
Visual-based quality control systems play a critical role in error detection and reliability in industrial production processes. Traditional inspection methods are mostly based on human observation and have limitations in terms of scalability, consistency, and cost. Therefore, automated visual anomaly detection methods have become an important research area in recent years [
1,
2,
3]. In particular, the rarity of defective samples and unbalanced data distribution in production lines distinguish the problem from classical supervised classification approaches [
4]. The anomaly detection literature is generally examined under two main categories: supervised and one-class approaches. Although supervised methods produce successful results when a sufficient number of defective samples are available, the limited number of defective samples in industrial applications reduces the generalizability of these methods [
5,
6]. Therefore, one-class learning and novelty detection approaches offer more suitable solutions [
7]. One-class support vector machines (One-Class SVM) are one of the most widely used methods in the field of anomaly detection. This approach, proposed by Schölkopf et al., detects deviations by learning the boundary of normal data [
8]. Similarly, local density-based methods also play an important role. The Local Outlier Factor (LOF) method identifies anomalous samples by analyzing the local neighborhood structure of the data [
9]. Isolation Forest, on the other hand, models the anomaly based on the ease of separating the anomaly by randomly dividing the samples [
10].
Density estimation-based approaches are also widely discussed in the literature. k-nearest neighbor-based density estimation methods can provide simple but effective results, especially in high-dimensional data spaces [
11]. In addition, dimensionality reduction and reconstruction-based approaches are widely used in anomaly detection problems. Principal Component Analysis (PCA) generates anomaly scores based on reconstruction error by obtaining a low-dimensional representation of the data [
12]. PCA-based reconstruction methods are considered powerful and computationally efficient approaches, particularly for industrial visual anomaly detection tasks [
13]. Reconstruction-based anomaly detection approaches remain widely used in industrial visual inspection because they model deviations from the learned normal data distribution through reconstruction error analysis [
14,
15]. Such approaches are particularly attractive for lightweight anomaly detection systems due to their computational efficiency and interpretability. In recent years, deep learning-based methods have also achieved significant success in visual anomaly detection. Autoencoder architectures perform defect detection based on reconstruction error by learning the representation of normal samples [
16,
17,
18]. The MVTec AD dataset proposed by Bergmann et al. has provided a standard evaluation framework in this field and made objective comparison of methods possible [
19]. The MVTec AD dataset consists of high-resolution industrial images including both object and textile categories and is widely used in the literature [
20].
Heckler-Kram, Rippel, Seitzer, and Becker (2025) introduced the MVTec AD 2 dataset, bringing more realistic inspection scenarios such as transparent/overlapping objects and very small defects to the literature [
21]. Mao (2025) compiled industrial image anomaly detection comprehensively, discussing the limitations of unsupervised/semi-supervised approaches and metric preferences in practical production conditions [
22]. Li (2025) presented an application-oriented framework by dividing deep learning-based industrial visual anomaly detection into method families [
23]. Hendria (2025) aimed to increase efficiency in industrial inspection with multi-model frameworks [
24]. Hoang (2025) proposed a lightweight and practical anomaly detection-localization approach with low light/good lighting pairs [
25]. Mokhtar (2025) proposed novel labeled sub-benchmarks on MVTec-AD/VisA by addressing anomaly classification with multimodal large language models [
26]. Yue (2026) introduced the language-oriented “referring” anomaly segmentation paradigm [
27], while diffusion inversion-based training-free anomaly localization approaches have also been strengthened [
28]. In recent years, studies on industrial visual anomaly detection have shown an increase in data diversity and the importance of comparative analyses through benchmark datasets. Multi-category datasets, especially MVTec AD, play a critical role in revealing how methods behave under different product geometries and defect types. However, many studies in the literature either report performance on a single category or evaluate methods based on a limited number of metrics. This makes it difficult to analyze the category-based performance changes and metric sensitivities of the methods in a holistic manner. In this study, considering the aforementioned gap, classical one-class anomaly detection methods were systematically and comparatively analyzed on fifteen different MVTec AD categories. Both the category-based performance distributions and the category-independent average success rates of the methods were evaluated together. Furthermore, sensitivity differences between metrics were examined through the simultaneous reporting of ROC-AUC, Average Precision (AP), and F1 scores, allowing for a comparison of the methods not only in terms of overall success but also in terms of behavioral stability under different product types. A systematic comparison of classical one-class, density-based, reconstruction-based, and covariance-based methods was performed on the dataset PCA reconstruction, kNN density estimation, LOF (novelty detection), One-Class SVM (RBF kernel), Isolation Forest, and Mahalanobis-PCA methods were evaluated under the same feature extraction process. All methods generated image-level anomaly scores, and ROC-AUC, Average Precision (AP), and F1 scores were used as performance metrics. The literature indicates that the Average Precision metric is more discriminatory, especially in anomaly problems involving data imbalance [
5,
29,
30]. Therefore, in this study, the AP metric was considered as the primary evaluation metric, while the other metrics were reported as supporting criteria. Although recent studies have mainly focused on deep learning-based industrial anomaly detection, such approaches often require high computational resources, GPU-dependent training, and relatively complex deployment conditions. In contrast, classical one-class anomaly detection methods remain attractive for industrial inspection systems due to their interpretability, lower computational complexity, and easier implementation. However, their performance strongly depends on the quality of the feature representation. Raw pixel-based representations may be insufficient to capture edge orientation, local texture changes, and second-order statistical relationships that are critical for detecting subtle industrial defects. Therefore, the design of an enhanced yet computationally lightweight feature representation remains an important research need.
The aim of this study is to systematically evaluate classical one-class anomaly detection methods under an enhanced unified feature representation on all fifteen categories of the MVTec AD dataset. The proposed representation combines raw intensity information, HOG descriptors, LBP texture patterns, GLCM-based second-order statistical texture features, and basic intensity statistics [
31,
32,
33]. In this way, the study investigates whether a carefully designed classical feature representation can improve the discriminative capacity and stability of one-class anomaly detection methods without relying on deep learning-based feature extraction.
The main contributions of this study are summarized as follows:
A unified handcrafted feature representation combining raw intensity, HOG, LBP, GLCM, and statistical intensity descriptors is evaluated for classical one-class industrial anomaly detection.
A direct raw pixel baseline comparison is provided to quantify the contribution of the enhanced feature representation beyond global pixel-level intensity information.
A descriptor-level ablation study is conducted to analyze the individual and combined effects of raw intensity, HOG, LBP, GLCM, and statistical features.
Multiple classical one-class anomaly detection methods, including PCA reconstruction, kNN-density, LOF, One-Class SVM, Isolation Forest, and Mahalanobis-PCA, are evaluated under the same experimental protocol.
A training-score-based thresholding strategy is used for F1 evaluation to avoid information leakage from the test set.
CPU-based computational efficiency measurements are reported to quantitatively support the lightweight model-inference claim.
Category-level strengths and limitations are analyzed to clarify the behavior of handcrafted feature-based models on texture-dominated and subtle-defect categories.