CVLGJul 20, 2023

Heuristic Hyperparameter Choice for Image Anomaly Detection

arXiv:2307.11197v11 citationsh-index: 25
Originality Synthesis-oriented
AI Analysis

This work addresses computational cost and performance degradation in image anomaly detection, but it is incremental as it builds on existing NPCA methods.

The paper tackles the problem of redundant features in image anomaly detection by proposing a heuristic method to choose hyperparameters for Negated Principal Component Analysis, achieving dimension reduction while maintaining performance.

Anomaly detection (AD) in images is a fundamental computer vision problem by deep learning neural network to identify images deviating significantly from normality. The deep features extracted from pretrained models have been proved to be essential for AD based on multivariate Gaussian distribution analysis. However, since models are usually pretrained on a large dataset for classification tasks such as ImageNet, they might produce lots of redundant features for AD, which increases computational cost and degrades the performance. We aim to do the dimension reduction of Negated Principal Component Analysis (NPCA) for these features. So we proposed some heuristic to choose hyperparameter of NPCA algorithm for getting as fewer components of features as possible while ensuring a good performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes