CRAFTIIF: Cross-Resolution Analytic Four-Type Interpretable Isolation Forest for Multivariate Time Series Anomaly Detection

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

CRAFTIIF (Cross-Resolution Analytic Four-Type Interpretable Isolation Forest) is a novel, fully unsupervised framework for multivariate time series anomaly detection (MTSAD). It simultaneously addresses four distinct anomaly types: point, distributional, temporal, and collective, without requiring dataset-specific tuning. The system generates K=500 random analytic wavelet features from Morlet, DOG, Haar, and Coiflet families, feeding them into five structured Isolation Forests—one for each anomaly type and a meta-IF for compound anomalies. An adaptive hybrid threshold, combining Otsu bimodality and MAD estimation, automatically calibrates detection. Evaluated on all 19 mTSBench datasets, CRAFTIIF achieved a mean F1 of 0.228 overall and 0.322 on 13 detectable datasets, alongside a mean VUS-PR of 0.463, surpassing 24 baselines, including PCA (0.329) and raw IsolationForest (0.300). A diagnostic framework identifies 6 mTSBench datasets as fundamentally undetectable by unsupervised signal-statistics methods.

Key takeaway

For Machine Learning Engineers developing MTSAD systems, CRAFTIIF offers a robust, interpretable solution. You should consider its structured five-branch Isolation Forest architecture and adaptive thresholding to handle diverse anomaly types and rates without dataset-specific tuning. This approach provides direct anomaly-type attribution, crucial for root cause analysis and building trust in safety-critical deployments. Implement its diagnostic framework to identify fundamentally undetectable datasets, preventing wasted effort on intractable problems.

Key insights

CRAFTIIF offers interpretable, unsupervised MTSAD by structurally separating anomaly types using wavelet features and dedicated Isolation Forests.

Principles

Method

CRAFTIIF extracts K=500 random analytic wavelet features per family (Morlet, DOG, Haar, Coiflet), feeds them to five type-specific Isolation Forests, and applies an adaptive Otsu/MAD hybrid threshold for detection.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Data Scientist

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.