Explaining is Harder Than Predicting Alone: Evaluating Concept-based Explanations of MLLMs as ICL Visual Classifiers
Summary
A study systematically evaluated the concept-based explainability of four state-of-the-art Multimodal Large Language Models (MLLMs) under few-shot in-context learning (ICL) for image classification. Using five conditions of increasing formal rigor, from baseline classification to Description Logics (DL) axiom generation, and an independent LLM-as-a-judge pipeline, researchers found that demanding explanations degrades predictive accuracy. Accuracy dropped monotonically from 93.8% (no explanation) to 90.1% (DL Axioms). While MLLMs excel at visual classification, they lack the specific instruction-tuning required for formal, machine-verifiable explainability. However, explanation quality, particularly "Local Discriminativeness," strongly correlated with correct predictions when models articulated class-discriminative visual features.
Key takeaway
For AI Scientists developing or deploying MLLMs, recognize that current models are not inherently optimized for formal, machine-verifiable explanations. Forcing complex explanation generation, such as Description Logics axioms, can reduce classification accuracy. Instead, focus instruction-tuning efforts on improving "Local Discriminativeness" to enhance both explainability and predictive reliability, and consider simpler explanation formats for practical applications.
Key insights
MLLMs struggle with formal concept-based explanations, degrading prediction accuracy, despite strong visual classification.
Principles
- Demanding formal explanations from MLLMs reduces predictive accuracy.
- Classification accuracy does not guarantee explanation quality.
- Local discriminativeness strongly predicts correct classifications.
Method
A systematic evaluation uses five explanation conditions, from natural language to Description Logics axioms, assessed by an LLM-as-a-judge pipeline with nine XAI metrics.
In practice
- Use LLM-as-a-judge for scalable XAI evaluation.
- Prioritize Local Discriminativeness in XAI metrics.
- Consider simpler explanation formats (E3, E4).
Topics
- In-Context Learning
- Multimodal LLMs
- Explainable AI
- Concept-based Explanations
- Description Logics
- Visual Classification
- LLM-as-a-Judge
Code references
Best for: Research Scientist, Computer Vision Engineer, AI Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.MA updates on arXiv.org.