Discover and explore top open-source AI tools and projects—updated daily.
luow23Novel approach for universal anomaly detection using intrinsic image properties
Top 99.4% on SourcePulse
Summary
INP-Former addresses limitations in traditional anomaly detection (AD) by extracting intrinsic normal prototypes directly from test images, rather than relying on external training set references. This novel approach offers improved accuracy and versatility for industrial inspection and universal AD tasks, with potential for zero-shot capabilities. It is targeted at researchers and practitioners seeking robust anomaly detection solutions.
How It Works
The core innovation lies in the INP Extractor, which linearly combines normal tokens from a test image to form Intrinsic Normal Prototypes (INPs). These INPs guide a decoder to reconstruct only normal image components, with reconstruction errors highlighting anomalies. This method is further enhanced by an INP Coherence Loss to ensure INP fidelity and a Soft Mining Loss to focus training on challenging samples. This intrinsic approach mitigates issues arising from appearance and positional variations common in external-reference methods.
Quick Start & Requirements
python=3.8.12), activate it, and install dependencies via pip install -r requirements.txt. Optional packages include gradio and specific onnx versions for ONNX export.../mvtec_anomaly_detection). VisA requires an additional preprocessing step.6 months ago
Inactive
numenta