Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hsic Attribution Method #119

Merged
merged 7 commits into from
Dec 14, 2022
Merged

Hsic Attribution Method #119

merged 7 commits into from
Dec 14, 2022

Conversation

fel-thomas
Copy link
Member

Summary

This PR introduce the work from Novello, Fel, Vigouroux
Making Sense of Dependence: Efficient Black-box Explanations Using Dependence Measure https://arxiv.org/abs/2206.06219 (NeurIPS 2022).

This new black-box attribution method will be part of the GSA module.

To introduce HSIC, we need 3 key ingredients: samplers, kernels and HSIC Estimator. We do that in 3 separate commits and then introduce the Attribution method by exposing the HSICAttributionMethod API.

HSIC Attribution method

42e2602 introduce the samplers, c56e9b3 the kernels and 8eeab03 use them to estimate HSIC.

c9a9e0f modify the abstract GSAAttributionMethod class to naturally derive HSIC in the next commit 4be2fa2.

Copy link
Collaborator

@AntoninPoche AntoninPoche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not understand the HSIC method in depth so I cannot detect if the implementation is right. However, I made some comments on the form.

README.md Show resolved Hide resolved
tests/attributions/test_hsic.py Outdated Show resolved Hide resolved
Copy link
Member

@paulnovello paulnovello left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems good to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants