Model agnostic feature importance for DNNs in NLP.
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
AI methods broaden signal discovery in scientific data.
Model-agnostic interpretation techniques allow us to explain the behavior of any predictive model. Due to different notations and terminology, it is difficult to see how they are related. A unified view on these methods has been missing. We present the generalized SIPA (sampling, intervention, prediction, aggregation) …
Paper compares feature selection methods using GCM and LOCO, showing GCM methods generally outperform LOCO.
Improved Gumbel watermark detection method.
WISCA generates consensus explanations from conflicting model-agnostic interpretability methods.
Learning to infer Bayesian posterior from a few-shot dataset is an important step towards robust meta-learning due to the model uncertainty inherent in the problem. In this paper, we propose a novel Bayesian model-agnostic meta-learning method. The proposed method combines scalable gradient-based meta-learning with non…
IRDs provide local, model-agnostic explanations using hyperboxes.
Paper tackles selective regression using uncertainty estimation.
Bayesian MAML outperforms MAML in meta learning tasks with theoretical guarantees.
We introduce a method, KL-LIME, for explaining predictions of Bayesian predictive models by projecting the information in the predictive distribution locally to a simpler, interpretable explanation model. The proposed approach combines the recent Local Interpretable Model-agnostic Explanations (LIME) method with ideas …
ARFs generate plausible counterfactuals for models, improving model understanding.
Model-agnostic interpretation methods can mislead if not used carefully.
Develops a transparent surrogate model for complex data.
We consider Model-Agnostic Meta-Learning (MAML) methods for Reinforcement Learning (RL) problems, where the goal is to find a policy using data from several tasks represented by Markov Decision Processes (MDPs) that can be updated by one step of stochastic policy gradient for the realized MDP. In particular, using stoc…
Understanding why machine learning models behave the way they do empowers both system designers and end-users in many ways: in model selection, feature engineering, in order to trust and act upon the predictions, and in more intuitive user interfaces. Thus, interpretability has become a vital concern in machine learnin…
Proposes a method for explaining ranking decisions in learning systems.
New federated learning protocols improve on knowledge distillation's poor performance.
A deep RL approach generates counterfactual instances efficiently.
Paper introduces algorithms for explaining monotonic classifiers.
A post-hoc framework improves model performance by calibrating different feature spaces.
The study examines when MAML's objective has a benign landscape.
Proposes a framework for generating explainable AI exemplars.
Study MAML's generalization in varying tasks, proving bounds on error.
Post-hoc model-agnostic interpretation methods such as partial dependence plots can be employed to interpret complex machine learning models. While these interpretation methods can be applied regardless of model complexity, they can produce misleading and verbose results if the model is too complex, especially w.r.t. f…
First-order ANIL learns shared representations even with overparametrization.
MAPS algorithm creates reliable prediction intervals for high-dimensional data.
The paper analyzes MAML's representation using RSA, revealing that feature reuse is not the primary reason for its success.
Interactions such as double negation in sentences and scene interactions in images are common forms of complex dependencies captured by state-of-the-art machine learning models. We propose Mahé, a novel approach to provide Model-agnostic hierarchical éxplanations of how powerful machine learning models, such as deep ne…
RelEx explains relational models without gradient access.
Model-agnostic meta-learning (MAML) is a meta-learning technique to train a model on a multitude of learning tasks in a way that primes the model for few-shot learning of new tasks. The MAML algorithm performs well on few-shot learning problems in classification, regression, and fine-tuning of policy gradients in reinf…
New meta-learners estimate time-varying treatment effects without model assumptions.
SAGE quantifies feature importance in machine learning models.
At the core of interpretable machine learning is the question of whether humans are able to make accurate predictions about a model's behavior. Assumed in this question are three properties of the interpretable output: coverage, precision, and effort. Coverage refers to how often humans think they can predict the model…
Explainability is a gateway between Artificial Intelligence and society as the current popular deep learning models are generally weak in explaining the reasoning process and prediction results. Local Interpretable Model-agnostic Explanation (LIME) is a recent technique that explains the predictions of any classifier f…
Local Interpretable Model-Agnostic Explanations (LIME) is a popular technique used to increase the interpretability and explainability of black box Machine Learning (ML) algorithms. LIME typically generates an explanation for a single prediction by any ML model by learning a simpler interpretable model (e.g. linear cla…
Local surrogate explainers vary in objectives, leading to incomparable explanations.
PredDiff measures prediction changes while marginalizing features, offering new insights into interaction effects.
Machine learning models have spread to almost every area of life. They are successfully applied in biology, medicine, finance, physics, and other fields. With modern software it is easy to train even a~complex model that fits the training data and results in high accuracy on the test set. The problem arises when models…
Surrogate explainers of black-box machine learning predictions are of paramount importance in the field of eXplainable Artificial Intelligence since they can be applied to any type of data (images, text and tabular), are model-agnostic and are post-hoc (i.e., can be retrofitted). The Local Interpretable Model-agnostic …
Few-shot learning improves bearing fault diagnosis with limited data.
A new method for generating counterfactual explanations in high-dimensional datasets.
Paper introduces ILD algorithm to determine Bayes error for binary classification.
Recent work in model-agnostic explanations of black-box machine learning has demonstrated that interpretability of complex models does not have to come at the cost of accuracy or model flexibility. However, it is not clear what kind of explanations, such as linear models, decision trees, and rule lists, are the appropr…
Conformal prediction offers distribution-free inference for complex models.
Meta-learning has emerged as an important framework for learning new tasks from just a few examples. The success of any meta-learning model depends on (i) its fast adaptation to new tasks, as well as (ii) having a shared representation across similar tasks. Here we extend the model-agnostic meta-learning (MAML) framewo…
Explaining AI systems is fundamental both to the development of high performing models and to the trust placed in them by their users. The Shapley framework for explainability has strength in its general applicability combined with its precise, rigorous foundation: it provides a common, model-agnostic language for AI e…
MAC combines models without locking them, improving ensemble performance.