← Search

Davin Hill

7 accepted papers

2025

OrdShap: Feature Position Importance for Sequential Black-Box Models

NeurIPS 2025poster

Sequential deep learning models excel in domains with temporal or sequential dependencies, but their complexity necessitates post-hoc feature attribution methods for understanding their predictions. While existing techniques quantify feature importance, they inherently assume fixed feature ordering…

Cited by 0SourceScholar
2025

STAR: Stability-Inducing Weight Perturbation for Continual Learning

ICLR 2025poster

Humans can naturally learn new and varying tasks in a sequential manner. Continual learning is a class of learning algorithms that updates its learned model as it sees new data (on potentially new tasks) in a sequence. A key challenge in continual learning is that as the model is updated to lea…

2024

Analyzing Explainer Robustness via Probabilistic Lipschitzness of Prediction Functions

AISTATS 2024poster

Machine learning methods have significantly improved in their predictive capabilities, but at the same time they are becoming more complex and less transparent. As a result, explainers are often relied on to provide interpretability to these black-box prediction models. As crucial diagnostics tools,…

2024

Boundary-Aware Uncertainty for Feature Attribution Explainers

AISTATS 2024poster

Post-hoc explanation methods have become a critical tool for understanding black-box classifiers in high-stakes applications. However, high-performing classifiers are often highly nonlinear and can exhibit complex behavior around the decision boundary, leading to brittle or misleading local explanat…

2023

SmoothHess: ReLU Network Feature Interactions via Stein's Lemma

NeurIPS 2023poster

Several recent methods for interpretability model feature interactions by looking at the Hessian of a neural network. This poses a challenge for ReLU networks, which are piecewise-linear and thus have a zero Hessian almost everywhere. We propose SmoothHess, a method of estimating second-order intera…

2022

Explanations of Black-Box Models based on Directional Feature Interactions

ICLR 2022spotlight

As machine learning algorithms are deployed ubiquitously to a variety of domains, it is imperative to make these often black-box models transparent. Several recent works explain black-box models by capturing the most influential features for prediction per instance; such explanation methods are uni…