Accepted at XAI 2025. The paper and the catalogue are open for updates.Read on arXiv ↗

A field guide to explainable AI

Which LIME should I trust?

A research index of LIME variants, recurring challenges, and proposed solutions—so you can compare methods before choosing an explanation.

01Trust is contextual. Browse by issue, modality, domain, and available code—not by a single leaderboard.
Framework in one glanceFigure 1

A local surrogate turns a complex decision into a readable story.

LIME framework overview showing feature generation, sample generation, feature attribution, and explanation representation
Figure 1. Illustration of the LIME explanation framework.

LIME fits an interpretable model around a single prediction. The catalogue tracks where that recipe is extended, challenged, or made more reliable.

papers indexed
with public code
modalities represented
years of research

The framework

LIME (Local Interpretable Model-agnostic Explanations) is a popular XAI framework designed to explain neural network decisions in a model-agnostic and instance-specific manner. It supports explanations across various data modalities, including images, text, and tabular data. This page summarizes the key components of LIME, its applications, and known issues.

Key Components of LIME

Feature Generation: LIME builds a local, interpretable surrogate model by creating features based on the input modality, such as superpixels for images. Segmentation techniques reduce feature complexity.

Sample Generation: Perturbed samples are generated by selectively modifying features of the input instance.

Feature Attribution: A proximity measure assigns weights to perturbed samples, and a linear surrogate model approximates the original model’s behavior.

Explanation Representation: Explanations are provided based on the coefficients of the surrogate model, highlighting key parts of images, text, or tabular data.

The five issues of LIME

What can make an explanation harder to trust?

L / LOCALITY

Locality

Perturbations may not capture the relevant local decision boundary.

F / FIDELITY

Fidelity

The surrogate may not accurately reflect the original model.

I / INTERPRETABILITY

Interpretability

The explanation format may not be equally clear across modalities.

S / STABILITY

Stability

Small changes to an input can produce noticeably different explanations.

E / EFFICIENCY

Efficiency

Generating enough samples and explanations can be computationally demanding.

02 / The catalogue

Compare the papers without losing the nuance.

Search the full index, combine filters, sort any column, or open a row for the paper’s complete record.

Loading catalogue…
Framework moves Details

03 / The landscape

Where LIME travels.

The grouped view shows how the literature spreads across modalities and application domains. It updates automatically with the catalogue.

ModalityDomainsPapers

04 / Keep it open

Have a paper the index should know about?

Suggest a new method, correction, or code link. Your note goes to the paper maintainers for review.

Send a suggestion ↓
New papers Add a method or extension missing from the index.
Corrections Flag a wrong link, year, category, or capability.
Reproducibility Share a public repository or implementation detail.

Suggest a paper

Cite the paper

Take the survey with you.

Use either format below when referring to the survey or this research index.

BIBTEX
@inproceedings{knab2025lime,
  title={Which lime should i trust? concepts, challenges, and solutions},
  author={Knab, Patrick and Marton, Sascha and Schlegel, Udo and Bartelt, Christian},
  booktitle={World Conference on Explainable Artificial Intelligence},
  pages={28--52},
  year={2025},
  organization={Springer}
}
PLAIN TEXT
Patrick Knab, Sascha Marton, Udo Schlegel, and Christian Bartelt (2025). Which LIME should I trust? Concepts, Challenges, and Solutions. In World Conference on Explainable Artificial Intelligence, pp. 28–52. Springer.