← Search

Fabian Fumagalli

15 accepted papers

2026

$\texttt{ShaplEIG}$: Bayesian Experimental Design for Shapley Value Estimation

ICML 2026poster

Shapley values are a principled attribution measure widely used in interpretable machine learning, but their exact computation scales exponentially with the number of players, motivating a wide range of approximation methods based on value-function evaluations of sampled coalitions. This raises the …

Cited by 0SourceScholar
2026

Exactly Computing do-Shapley Values

ICML 2026poster

Structural Causal Models (SCM) are a powerful framework for describing complicated dynamics across the natural sciences. A particularly elegant way of interpreting SCMs is do-Shapley, a game-theoretic method of quantifying the average effect of $d$ variables across exponentially many interventions. …

Cited by 0SourceScholar
2026

Functional Decomposition and Shapley Interactions for Interpreting Survival Models

ICML 2026poster

Hazard and survival functions are natural, interpretable targets in time-to-event prediction, but their inherent non-additivity fundamentally limits standard additive explanation methods. We introduce Survival Functional Decomposition (SurvFD), a principled approach for analyzing feature interaction…

Cited by 0SourceScholar
2026

HyperSHAP: Shapley Values and Interactions for Explaining Hyperparameter Optimization

AAAI 2026technical

Hyperparameter optimization (HPO) is a crucial step in achieving strong predictive performance. Yet, the impact of individual hyperparameters on model generalization is highly context-dependent, prohibiting a one-size-fits-all solution and requiring opaque HPO methods to find optimal configurations.

Cited by 0SourcePDFScholar
2026

PolySHAP: Extending KernelSHAP with Interaction-Informed Polynomial Regression

ICLR 2026poster

Shapley values have emerged as a central game-theoretic tool in explainable AI (XAI). However, computing Shapley values exactly requires $2^d$ game evaluations for a model with $d$ features. Lundberg and Lee's KernelSHAP algorithm has emerged as a leading method for avoiding this exponential cost. K…

Cited by 0SourcecodeScholar
2025

Adaptive Prompting: Ad-hoc Prompt Composition for Social Bias Detection

NAACL 2025long

Recent advances on instruction fine-tuning have led to the development of various prompting techniques for large language models, such as explicit reasoning steps. However, the success of techniques depends on various parameters, such as the task, language model, and context provided. Finding an eff…

2025

Exact Computation of Any-Order Shapley Interactions for Graph Neural Networks

ICLR 2025poster

Albeit the ubiquitous use of Graph Neural Networks (GNNs) in machine learning (ML) prediction tasks involving graph-structured data, their interpretability remains challenging. In explainable artificial intelligence (XAI), the Shapley Value (SV) is the predominant method to quantify contributions of…

Cited by 0SourcePDFScholar
2025

Explaining Similarity in Vision-Language Encoders with Weighted Banzhaf Interactions

NeurIPS 2025poster

Language-image pre-training (LIP) enables the development of vision-language models capable of zero-shot classification, localization, multimodal retrieval, and semantic understanding. Various explanation methods have been proposed to visualize the importance of input image-text pairs on the model's…

Cited by 0SourceScholar
2025

Unifying Feature-Based Explanations with Functional ANOVA and Cooperative Game Theory

AISTATS 2025poster

Feature-based explanations, using perturbations or gradients, are a prevalent tool to understand decisions of black box machine learning models. Yet, differences between these methods still remain mostly unknown, which limits their applicability for practitioners. In this work, we introduce a unifie…

Cited by 0SourcecodeScholar
2024

Beyond TreeSHAP: Efficient Computation of Any-Order Shapley Interactions for Tree Ensembles

AAAI 2024technical

While shallow decision trees may be interpretable, larger ensemble models like gradient-boosted trees, which often set the state of the art in machine learning problems involving tabular data, still remain black box models. As a remedy, the Shapley value (SV) is a well-known concept in explainable a…

2024

KernelSHAP-IQ: Weighted Least Square Optimization for Shapley Interactions

ICML 2024poster

The Shapley value (SV) is a prevalent approach of allocating credit to machine learning (ML) entities to understand black box ML models. Enriching such interpretations with higher-order interactions is inevitable for complex systems, where the Shapley Interaction Index (SII) is a direct axiomatic ex…

Cited by 12SourcePDFScholar
2024

SVARM-IQ: Efficient Approximation of Any-order Shapley Interactions through Stratification

AISTATS 2024poster

Addressing the limitations of individual attribution scores via the Shapley value (SV), the field of explainable AI (XAI) has recently explored intricate interactions of features or data points. In particular, extensions of the SV, such as the Shapley Interaction Index (SII), have been proposed as a…

2024

shapiq: Shapley Interactions for Machine Learning

NeurIPS 2024poster

Originally rooted in game theory, the Shapley Value (SV) has recently become an important tool in machine learning research. Perhaps most notably, it is used for feature attribution and data valuation in explainable artificial intelligence. Shapley Interactions (SIs) naturally extend the SV and addr…

2023

SHAP-IQ: Unified Approximation of any-order Shapley Interactions

NeurIPS 2023poster

Predominately in explainable artificial intelligence (XAI) research, the Shapley value (SV) is applied to determine feature attributions for any black box model. Shapley interaction indices extend the SV to define any-order feature interactions. Defining a unique Shapley interaction index is an open…