Enhancing Interpretability and Generalizability in Extended Isolation Forests
Alessio Arcudi, Davide Frizzo, Chiara Masiero, Gian Antonio Susto

TL;DR
This paper introduces ExIFFI, a method for explaining Extended Isolation Forest predictions, and proposes EIF+ to improve anomaly detection generalization, validated through synthetic and real-world datasets.
Contribution
The paper presents ExIFFI for interpretability and EIF+ for enhanced anomaly detection, advancing explainability and robustness in unsupervised anomaly detection models.
Findings
EIF+ outperforms EIF in detecting unseen anomalies
ExIFFI provides accurate feature importance explanations
ExIFFI surpasses other interpretability methods on most datasets
Abstract
Anomaly Detection (AD) focuses on identifying unusual behaviors in complex datasets. Machine Learning (ML) algorithms and Decision Support Systems (DSSs) provide effective solutions for AD, but detecting anomalies alone may not be enough, especially in engineering, where diagnostics and maintenance are crucial. Users need clear explanations to support root cause analysis and build trust in the model. The unsupervised nature of AD, however, makes interpretability a challenge. This paper introduces Extended Isolation Forest Feature Importance (ExIFFI), a method that explains predictions made by Extended Isolation Forest (EIF) models, which split data using hyperplanes. ExIFFI provides explanations at both global and local levels by leveraging feature importance. We also present an improved version, Enhanced Extended Isolation Forest (EIF+), designed to enhance the model's ability to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Anomaly Detection Techniques and Applications · Data Stream Mining Techniques
MethodsFeature Selection
