MLLGAug 10, 2024

S-SIRUS: an explainability algorithm for spatial regression Random Forest

arXiv:2408.05537v1h-index: 23
Originality Incremental advance
AI Analysis

This work addresses the need for interpretability in applied sciences using spatially dependent data, but it is incremental as it extends an existing method to a specific context.

The authors tackled the problem of explaining Random Forest predictions for spatially dependent data by proposing S-SIRUS, a spatial extension of SIRUS, which resulted in higher test predictive accuracy and shorter rule lists compared to SIRUS when spatial correlation is present.

Random Forest (RF) is a widely used machine learning algorithm known for its flexibility, user-friendliness, and high predictive performance across various domains. However, it is non-interpretable. This can limit its usefulness in applied sciences, where understanding the relationships between predictors and response variable is crucial from a decision-making perspective. In the literature, several methods have been proposed to explain RF, but none of them addresses the challenge of explaining RF in the context of spatially dependent data. Therefore, this work aims to explain regression RF in the case of spatially dependent data by extracting a compact and simple list of rules. In this respect, we propose S-SIRUS, a spatial extension of SIRUS, the latter being a well-established regression rule algorithm able to extract a stable and short list of rules from the classical regression RF algorithm. A simulation study was conducted to evaluate the explainability capability of the proposed S-SIRUS, in comparison to SIRUS, by considering different levels of spatial dependence among the data. The results suggest that S-SIRUS exhibits a higher test predictive accuracy than SIRUS when spatial correlation is present. Moreover, for higher levels of spatial correlation, S-SIRUS produces a shorter list of rules, easing the explanation of the mechanism behind the predictions.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes