← Search

Maximilian Muschalik

14 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

Efficient Credal Prediction through Decalibration

ICLR 2026poster

A reliable representation of uncertainty is essential for the application of modern machine learning methods in safety-critical settings. In this regard, the use of credal sets (i.e., convex sets of probability distributions) has recently been proposed as a suitable approach to representing epistemi…

Cited by 0SourcecodeScholar
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

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
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

Approximating the Shapley Value without Marginal Contributions

AAAI 2024technical

The Shapley value, which is arguably the most popular approach for assigning a meaningful contribution value to players in a cooperative game, has recently been used intensively in explainable artificial intelligence. Its meaningfulness is due to axiomatic properties that only the Shapley value sati…

Cited by 30SourcePDFScholar
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…