paper-with-me

홈 › Papers

WOODELF-HD: Efficient Background SHAP for High-Depth Decision Trees

2026-04-12 · Ron Wettenstein, Alexander Nadel, Udi Boker arxiv

Decision-tree ensembles are a cornerstone of predictive modeling, and SHAP is a standard framework for interpreting their predictions. Among its variants, Background SHAP offers high accuracy by modeling missing features using a background dataset. Historically, this approach did not scale well, as the time complexity for explaining n instances using m background samples included an O(mn) component. Recent methods such as Woodelf and PLTreeSHAP reduce this to O(m+n), but introduce a preprocessing bottleneck that grows as 3^D with tree depth D, making them impractical for deep trees. We address this limitation with WoodelfHD, a Woodelf extension that reduces the 3^D factor to 2^D. The key idea is a Strassen-like multiplication scheme that exploits the structure of Woodelf matrices, reducing matrix-vector multiplication from O(k^2) to O(k*log(k)) via a fully vectorized, non-recursive implementation. In addition, we merge path nodes with identical features, reducing cache size and memory usage. When running on standard environments, WoodelfHD enables exact Background SHAP computation for trees with depths up to 21, where previous methods fail due to excessive memory usage. For ensembles of depths 12 and 15, it achieves speedups of 33x and 162x, respectively, over the state-of-the-art.

📄 PDF Abstract BibTeX arXiv:2604.10569

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Decision Trees to Boolean Logic: A Fast and Unified SHAP Algorithm

2025-11-12 · Alexander Nadel, Ron Wettenstein arxiv

SHapley Additive exPlanations (SHAP) is a key tool for interpreting decision tree ensembles by assigning contribution values to features. It is widely used in finance, advertising, medicine, and other domains. Two main a…

Woodelf++: A Fast and Unified Partial Dependence Plot Algorithm for Decision Tree Ensembles

2026-05-14 · Ron Wettenstein, Alexander Nadel, Udi Boker arxiv

Partial Dependence Plots (PDPs) visualize how changes in a single feature affect the average model prediction. They are widely used in practice to interpret decision tree ensembles and other machine learning models. Join…

Odo: Depth-Guided Diffusion for Identity-Preserving Body Reshaping

2025-08-18 · Siddharth Khandelwal, Sridhar Kamath, Arjun Jain arxiv

Human shape editing enables controllable transformation of a person's body shape, such as thin, muscular, or overweight, while preserving pose, identity, clothing, and background. Unlike human pose editing, which has adv…

Hole Filling Method for Depth Image Based Rendering Based on Boundary Decision

2017-03-01 · Signal Processing Letters 2017 3 · Jea-Hyung Cho, Wonseok Song, Hyuk Choi, Taejeong Kim

In three-dimensional display systems, depth image based rendering is the most commonly used technique for generating images captured from a virtual viewpoint through reference views and depth maps. However, disoccluded h…

Image Inpainting

Robust 3D Action Recognition through Sampling Local Appearances and Global Distributions

2017-12-04 · Mengyuan Liu, Hong Liu, Chen Chen

3D action recognition has broad applications in human-computer interaction and intelligent surveillance. However, recognizing similar actions remains challenging since previous literature fails to capture motion and shap…

3D Action RecognitionAction RecognitionTemporal Action Localization