Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaydeep-work/LIME-SAM

LIME-SAM aims to create an Explainable Artificial Intelligence (XAI) framework for image classification using LIME (Local Interpretable Model-agnostic Explanations) as the base algorithm, with the super-pixel method replaced by Segment Anything by Meta (SAM).
https://github.com/jaydeep-work/LIME-SAM

explainable-ai image-classification lime segment-anything-meta

Last synced: about 2 months ago
JSON representation

LIME-SAM aims to create an Explainable Artificial Intelligence (XAI) framework for image classification using LIME (Local Interpretable Model-agnostic Explanations) as the base algorithm, with the super-pixel method replaced by Segment Anything by Meta (SAM).

Awesome Lists containing this project

README

        

# LIME-SAM
LIME-SAM aims to create an Explainable Artificial Intelligence (XAI) framework for image classification using LIME (Local Interpretable Model-agnostic Explanations) as the base algorithm, with the super-pixel method replaced by Segment Anything by Meta (SAM).

# Results
*all the images used in below figure can also be found in 'results' folder.

![](results/LIME-SAM-explaination1.png?raw=true "Title")

# Examples
Keras image classifier

# Roadmap

- [x] Add Keras example
- [ ] Add Pytorch example
- [ ] Try diverse pre-trained model to compare our results with LIME
- [ ] Create python package

# Contact

Jaydeep Dedaniya - [[email protected]]([email protected])







# Acknowledgments
* [Segment Anything (by Meta)](https://github.com/facebookresearch/segment-anything)
* [lime](https://github.com/marcotcr/lime)