WOODELF-HD: Efficient Background SHAP for High-Depth Decision Trees
arXiv cs.LG / 4/14/2026
📰 NewsIdeas & Deep AnalysisModels & Research
Key Points
- The paper introduces WoodelfHD, an extension of Woodelf that makes Background SHAP scalable for high-depth decision tree ensembles by reducing the problematic preprocessing growth from 3^D to 2^D.
- WoodelfHD uses a Strassen-like multiplication approach exploiting Woodelf matrix structure, accelerating matrix-vector multiplication from O(k^2) to O(k·log(k)) with a fully vectorized, non-recursive implementation.
- It also reduces memory overhead by merging path nodes with identical features, shrinking cache size and improving practical feasibility.
- Benchmarks on standard environments show exact Background SHAP computation is feasible for trees up to depth 21, while prior methods fail due to memory constraints, and it reports 33x and 162x speedups for ensembles of depths 12 and 15 versus state of the art.
