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

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics, Mathematics & Computational Sciences · Depth: Expert, quick

Summary

CRAFTIIF (Cross-Resolution Analytic Four-Type Interpretable Isolation Forest) is a fully unsupervised framework designed for multivariate time series anomaly detection, specifically addressing four distinct anomaly types: point, distributional, temporal, and collective. It operates without dataset-specific tuning, generating K=500 random analytic wavelet features across four families (Morlet, DOG, Haar, Coiflet), each targeting a specific anomaly type. These features feed five structured Isolation Forests—one per type plus a meta-IF for compound anomalies—with an adaptive Otsu/MAD threshold calibrating detection for anomaly rates from 0.1% to 69.2%. CRAFTIIF provides direct anomaly-type attribution by construction. Evaluated on all 19 datasets of the mTSBench benchmark, it achieved a mean F1=0.228 (all 19 datasets) and F1=0.322 (13 detectable datasets), ranking first among 25 methods on VUS-PR (0.463 vs. previous best 0.329, a +40.7% improvement).

Key takeaway

For Machine Learning Engineers and Data Scientists tasked with multivariate time series anomaly detection, CRAFTIIF presents a significant advancement. You should consider this framework for its ability to detect all four distinct anomaly types with high accuracy and provide direct interpretability, outperforming 25 other methods on the mTSBench benchmark. Its unsupervised nature and lack of dataset-specific tuning make it a robust choice for diverse applications.

Key insights

CRAFTIIF addresses four distinct anomaly types in multivariate time series using specialized wavelet features and Isolation Forests for direct attribution.

Principles

Method

CRAFTIIF generates K=500 random analytic wavelet features across four families, feeding five structured Isolation Forests (one per type, one meta-IF), with adaptive Otsu/MAD thresholding.

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 Artificial Intelligence.