paper-with-me

홈 › Papers

Dual feature-based and example-based explanation methods

2024-01-29 · Andrei V. Konstantinov, Boris V. Kozlov, Stanislav R. Kirpichenko, Lev V. Utkin

A new approach to the local and global explanation is proposed. It is based on selecting a convex hull constructed for the finite number of points around an explained instance. The convex hull allows us to consider a dual representation of instances in the form of convex combinations of extreme points of a produced polytope. Instead of perturbing new instances in the Euclidean feature space, vectors of convex combination coefficients are uniformly generated from the unit simplex, and they form a new dual dataset. A dual linear surrogate model is trained on the dual dataset. The explanation feature importance values are computed by means of simple matrix calculations. The approach can be regarded as a modification of the well-known model LIME. The dual representation inherently allows us to get the example-based explanation. The neural additive model is also considered as a tool for implementing the example-based explanation approach. Many numerical experiments with real datasets are performed for studying the approach. The code of proposed algorithms is available.

📄 PDF Abstract BibTeX arXiv:2401.16294

Code (1)

Kozlov992/Dual-Explanation 공식 구현 pytorch

Tasks

Feature Importance

Methods 이 논문이 사용한 방법론

LIME LIME, or Local Interpretable Model-Agnostic Explanations, is an algorithm that can explain the predictions of any classifier or regressor in a faithful way, by…

Similar Papers 제목 키워드 기반

Towards Unifying Feature Attribution and Counterfactual Explanations: Different Means to the Same End

2020-11-10 · Ramaravind Kommiya Mothilal, Divyat Mahajan, Chenhao Tan, Amit Sharma

Feature attributions and counterfactual explanations are popular approaches to explain a ML model. The former assigns an importance score to each input feature, while the latter provides input examples with minimal chang…

Causal InferencecounterfactualCounterfactual ExplanationFeature Importance

Can We Really Trust Explanations? Evaluating the Stability of Feature Attribution Explanation Methods via Adversarial Attack

2022-10-01 · CCL 2022 10 · Yang Zhao, Zhang Yuanzhe, Jiang Zhongtao, Ju Yiming 외

“Explanations can increase the transparency of neural networks and make them more trustworthy. However, can we really trust explanations generated by the existing explanation methods? If the explanation methods are not s…

Adversarial Attack

Individual Explanations in Machine Learning Models: A Case Study on Poverty Estimation

2021-04-09 · Alfredo Carrillo, Luis F. Cantú, Luis Tejerina, Alejandro Noriega

Machine learning methods are being increasingly applied in sensitive societal contexts, where decisions impact human lives. Hence it has become necessary to build capabilities for providing easily-interpretable explanati…

BIG-bench Machine LearningFeature Engineering

On Relating Explanations and Adversarial Examples

2019-12-01 · NeurIPS 2019 12 · Alexey Ignatiev, Nina Narodytska, Joao Marques-Silva

The importance of explanations (XP's) of machine learning (ML) model predictions and of adversarial examples (AE's) cannot be overstated, with both arguably being essential for the practical success of ML in different se…

Trust Regions for Explanations via Black-Box Probabilistic Certification

2024-02-17 · Amit Dhurandhar, Swagatam Haldar, Dennis Wei, Karthikeyan Natesan Ramamurthy

Given the black box nature of machine learning models, a plethora of explainability methods have been developed to decipher the factors behind individual decisions. In this paper, we introduce a novel problem of black bo…