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

Medical MVP: Integrate captum in the flow #35

Open
bcebere opened this issue Jul 21, 2020 · 2 comments
Open

Medical MVP: Integrate captum in the flow #35

bcebere opened this issue Jul 21, 2020 · 2 comments
Assignees

Comments

@bcebere
Copy link
Member

bcebere commented Jul 21, 2020

Using https://github.com/pytorch/captum, we need to find some good benchmarks that show the reason for a verdict/diagnosis.

Our goal is provide a verifiable second opinion on a diagnosis.

@andreimano
Copy link
Collaborator

I'm gonna look into this one

@andreimano
Copy link
Collaborator

I think that we should settle for a model(s?) and a dataset before thinking about XAI.

You can use Captum on multiple type of models - if we want to have some XAI demo we could include:

  1. BioBERT 1 for some NLP task; Captum with BERT on SQuAD 2 - word importance, layer interpretability, attention masks).

  2. Some kind of segmentation CNN; ResNet segmentation ablation 3 - this could be cool if we find a dataset in which we can segment more than one class; perturbation, feature ablation 4

  3. Image classification model; ResNet interpretability 5 - different gradient-based attributions

  4. VQA would be awesome, I think that this would be a killer demo for ML on medical data + XAI 6, but I don't know if there's any medical dataset made specifically for VQA, maybe look into it when solving Medical MVP: Choose a dataset for the demo #33 ?

Every method model requirements can be found on 7. A lot of them just require the functions to be differentiable, so we'll probably be able to do some XAI on vision models.

The web interface is nice, it can also be run in jupyter notebooks, I think we could also hack it and add it into a web app.

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

No branches or pull requests

2 participants