Overview
Pretrained models provide powerful feature extraction capabilities for anomaly detection without requiring domain-specific training. These models have been trained on large-scale datasets and can extract rich, hierarchical representations from images.Available Models
ResNet-50 (CNN)
Classic convolutional neural network pretrained on ImageNet
CLIP
Vision-language model with zero-shot capabilities
Why Pretrained Models?
- No Domain-Specific Training Required: Features can be extracted immediately without training on the target dataset
- Rich Representations: Models learn hierarchical features from edges to complex patterns
- Transfer Learning: Knowledge from large datasets transfers to specialized domains
- Computational Efficiency: No expensive training phase required for feature extraction

