REVIEW 4 major objections 4 minor 2 references
LLM-Based Visual Explanation Evaluation Framework for Assessing the Explainability of Facial Skin Disease Classification Models
T0 review · 4 major / 4 minor · reviewed 2026-08-02 · deepseek-v4-flash
Pith's one-line read The paper claims that an LLM-as-a-Judge framework, steered by progressively richer prompts, can quantitatively assess whether Grad-CAM heatmaps from facial skin disease classifiers point at clinically relevant lesion regions, and that doing
desk verdict A candid pilot with a plausible classification study but an unsupported central claim: the LLM localization scores are likely prompt compliance, not spatial perception, because the clinical priors are injected into the prompt itself. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing mechanism is the progressive prompt engineering strategy (P1–P5), applied inside an LLM-as-a-Judge evaluation. Each stage adds a distinct constraint to the prompt: a dermatologist role assignment, a five-point rubric for Localization and Trustworthiness, clinical priors stating that facial atopic dermatitis typically appears around the eyes, forehead, glabella, and cheeks, penalty rules for activations in background, accessories, clothing, or non-lesion regions, and finally a structured JSON output. These staged additions are what the authors credit for increasing the consistency, clinical grounding, and reproducibility of the LLM scores. The framework's two evaluation crite
What would settle it
Take a Grad-CAM heatmap from a model trained on a different disease (or an intentionally misaligned heatmap that highlights background), present it to the same LLMs with the same prompts, and check whether Localization scores drop as expected; if scores stay high or move only in response to the clinical text, the framework is reading its priors rather than the image. A second falsifier is to compute pixel-level overlap (e.g., Dice or IoU between the heatmap threshold and a manual lesion segmentation) and compare it with the LLM scores across a set of images—no correlation would mean the LLM is
Extended reading notes
Core claim
The paper's central discovery, stated on its own terms, is that a domain-adapted LLM-as-a-Judge prompt can produce consistent quantitative scores for the quality of Grad-CAM explanations in facial skin disease classification. The authors show that adding progressively richer instructions—rubric definitions, clinical priors about lesion locations, penalties for background activations, and structured output—increases the Localization and Trustworthiness ratings assigned by GPT-5.5, Gemini 3.5 Flash, and Claude Sonnet 4.6, and makes the ratings more stable across models. They further report that the most refined prompt yields LLM ratings that closely track the average of three non-expert pilot
Load-bearing premise
The framework's validity rests on the assumption that the LLMs are genuinely perceiving the spatial overlap between the Grad-CAM heatmap and the true lesion region, rather than echoing the clinical priors (eyes, forehead, glabella, cheeks) that the prompt itself injects in stage P3; if the latter, the reported Localization scores measure prompt compliance, not explanation quality.
Editorial extensions
If this is right
- If LLM judges prove reliable, medical imaging teams can audit Grad-CAM explanations at scale without requiring a dermatologist to review every heatmap.
- The finding that augmentation strategy changes where models attend implies that accuracy alone is an insufficient model-selection criterion; an explainability check should accompany augmentation choice.
- Because the best augmentation differs by architecture (mixed for EfficientNet-B0, geometric for MobileNetV3, color for ResNet18), default or transferred augmentation recipes may silently degrade both classification and explanation quality.
- The fact that injecting clinical priors raises localization scores means prompt content is a variable that any future LLM-based medical evaluation must report and control.
- The observed similarity between LLM scores and non-expert human scores suggests LLMs could act as a screening filter that flags low-quality explanations before expert review.
Reading between the lines
- A plausible alternative reading of the prompt-refinement effect is that LLMs are largely parroting the clinical priors in the prompt rather than measuring spatial overlap; a decisive test would be to feed the same heatmap with deliberately shifted clinical priors and check whether localization scores follow the text or stay anchored to the heatmap.
- The rising scores from the basic to the structured prompt could reflect prompt compliance rather than improved evaluation accuracy; whether 'higher' means 'better' or just 'more aligned with the prompt's expectations' is unresolved without ground truth.
- Because the study uses one hand-picked image and one model·augmentation combination, the framework's generality is untested; a natural extension is to run the same prompt stack on a diverse image set with manual lesion segmentations and correlate LLM localization scores with pixel-level metrics such as Dice or IoU.
- The findings suggest a practical extension: a 'heatmap sanity check' service that takes any Grad-CAM output and returns a localization score could be built on this prompt stack, but its calibration against expert judgment would be the make-or-break question.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an LLM-as-a-Judge framework for quantitatively assessing Grad-CAM visual explanations in facial skin disease classification. Three CNN architectures (EfficientNet-B0, MobileNetV3, ResNet18) are trained under four augmentation conditions, and Grad-CAM heatmaps from a single representative atopic dermatitis image are evaluated by GPT-5.5, Gemini 3.5 Flash, and Claude Sonnet 4.6, as well as by three non-expert human raters. A five-stage progressive prompt strategy (P1–P5) is introduced, adding evaluation rubrics, clinical knowledge, penalty rules, and structured output. The paper reports that augmentation effectiveness depends on model architecture, that models under their best augmentation focus more on lesion regions, and that progressively richer prompts increase LLM scores, which is interpreted as improved consistency and clinical grounding.
Significance. If the central claim were established, the framework would offer a scalable, quantitative complement to qualitative inspection of XAI outputs in medical imaging. The classification comparison across architectures and augmentations is a useful empirical contribution, and the authors are transparent about the pilot nature of the study. However, the core evaluation claim is not yet supported: no experiment distinguishes genuine spatial perception from compliance with the clinical priors injected in the prompt, no expert-derived ground truth anchors the scores, and the entire LLM evaluation rests on a single image. The paper is best read as a proof-of-concept proposal that requires substantial additional validation.
major comments (4)
- [§3.2.5, §4.2, Table 4] The central claim that clinical knowledge improves clinically grounded localization assessment is confounded by prompt compliance. P3 injects the expected lesion locations (eyes, forehead, glabella, cheeks) and P4 explicitly penalizes activations in backgrounds and accessories. The observed monotonic increase in Localization (e.g., GPT-5.5: 3.85 at P1 to 4.70 at P5) is exactly what a system with no visual grounding would produce if it simply reflected the prompt's priors. The paper provides no control condition—e.g., a deliberately wrong or shifted heatmap, a random heatmap, or a mismatched image-heatmap pair—to test whether the LLMs can detect spatial correspondence rather than echoing the prompt. This is load-bearing for the framework's validity.
- [§3.2.3, §4.2, Table 3] The proposed framework is evaluated on a single representative atopic dermatitis image, generated from one model·augmentation combination (MobileNetV3 with Augmentation1). No other disease category, image, model, or augmentation setting is included in the LLM evaluation, despite the classification experiments covering three models and four augmentation strategies. The conclusion that the framework is generally applicable to Grad-CAM assessment in facial skin disease classification is therefore unsupported by the evidence. The limitation is acknowledged in §6, but the framing in §5 still presents the framework as the paper's primary contribution.
- [§3.2.6, §4.2, Table 3, §6] The human pilot evaluation does not break the circularity. The three non-expert evaluators were given the same rubric and the same clinical prior information as the LLMs, so agreement between LLMs and these raters cannot validate clinical grounding. Section 6 explicitly states that expert-derived ground truth was not available and that the absolute accuracy of LLM evaluations could not be validated. To support the framework, the authors need an external anchor—for example, dermatologist annotations, or an objective spatial overlap metric (IoU or Dice) between thresholded Grad-CAM regions and lesion segmentations. Without such an anchor, the reported similarity of scores in Table 3 is not evidence of validity.
- [§3.2.2, Table 1] The classification results are reported as mean ± std, but the number of repeated runs is never stated. In addition, the same validation set appears to be used both for early stopping and for selecting the best augmentation condition, with no separate test set reported. This makes the reported 'best augmentation' claims and the subsequent explainability analysis potentially optimistic or overfit. The run count and a clear train/validation/test split should be specified.
minor comments (4)
- [Table 3] The reported standard deviations for LLM scores are unclear: with temperature=0, variability could arise across prompt stages, repeated queries, or something else. The table caption should state what the ± values represent.
- [Fig. 1] The Grad-CAM visualization would benefit from a color scale and a thresholded contour overlay to make the claimed spatial overlap between activation and lesion visibly quantifiable.
- [References] Several references are incomplete (e.g., Wei et al. 2023 has no arXiv identifier; Yang et al. 2023 and Shen et al. 2022 lack volume/page details). The AI-Hub dataset should also be formally cited or described with an accession or version.
- [§4.2] The phrase 'consistent and stable' is used to describe the effect of prompt engineering, but Table 4 shows single numeric scores per prompt stage, not repeated-measure variability. Please clarify the basis for the consistency/stability claim.
Circularity Check
No significant circularity; the framework is empirical and its limitations are explicitly acknowledged.
full rationale
The paper does not derive a result from its inputs by construction. It trains three CNN baselines, generates Grad-CAM heatmaps, and asks LLMs to rate them under five prompt variants. The monotonic P1-to-P5 score increase (Table 4) is framed as evidence that rubrics, clinical priors, penalty rules, and structured output improve evaluation consistency; this is a prompt-ablation observation, not a prediction made from a fitted parameter. The agreement with the pilot human raters (§4.2) is a comparison against raters who used the identical rubric, but that weakens external validity rather than making the conclusion equivalent to the input: both sets of raters could disagree, and no formal constraint forces the reported agreement. The paper explicitly concedes that no expert-derived ground truth was available and that the study is a pilot on a single image (§6), so the authors do not claim an independently validated measure of clinical localization. No self-citation, uniqueness theorem, or imported ansatz is load-bearing. The strongest concerns raised by a skeptical reader—that the LLMs may be parroting clinical priors injected in P3/P4, and that the human raters share the same rubric—are real limitations of evidence, but they are concerns about external validity and missing control conditions, not a demonstration that any output reduces by definition to the inputs.
Assumptions & free parameters
free parameters (7)
- learning_rate =
0.0001
- batch_size =
32
- max_epochs / early-stopping patience =
7 / 2
- geometric augmentation parameters =
RandomResizedCrop(0.85, 1.0), RandomHorizontalFlip(p=0.5), RandomRotation(10°)
- color augmentation parameters =
ColorJitter(brightness=0.2, contrast=0.2, saturation=0.2, hue=0.02)
- LLM generation temperature / top_p =
0 / 1.0
- Likert rubric anchors =
5-level anchors for Localization and Trustworthiness
assumptions (7)
- domain assumption Grad-CAM heatmaps faithfully represent the model's decision-relevant regions.
- domain assumption Multimodal LLMs can accurately perceive and judge spatial overlap between a heatmap and the true lesion from static images.
- domain assumption The P3 clinical priors (atopic dermatitis appears around eyes, forehead, glabella, cheeks) are correct and complete for the test image.
- domain assumption ImageNet-pretrained initialization transfers to facial skin disease classification.
- domain assumption The AI-Hub synthetic facial skin disease images are representative of clinical imaging conditions.
- domain assumption Non-expert human ratings using the authors' rubric are a meaningful cross-check for LLM evaluation.
- domain assumption temperature=0 with top_p=1.0 yields deterministic, reproducible LLM outputs.
Cite this review
Pith. "Pith review of LLM-Based Visual Explanation Evaluation Framework for Assessing the Explainability of Facial Skin Disease Classification Models." pith.science (2026). https://pith.science/paper/OZ2ILV3U
@misc{pith2026260616794,
author = {Pith},
title = {Pith review of: LLM-Based Visual Explanation Evaluation Framework for Assessing the Explainability of Facial Skin Disease Classification Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/OZ2ILV3U}},
note = {Machine review of arXiv:2606.16794}
}
read the original abstract
This study proposes a domain-specific LLM-based Visual Explanation Evaluation Framework for assessing visual attention explanations in facial skin disease diagnosis. While previous studies have primarily focused on improving classification performance, relatively few studies have systematically examined whether visual explanations are grounded in clinically relevant lesion regions. In this study, an image-driven visual attention generation algorithm was developed to produce lesion-focused attention maps from facial skin disease images. Unlike conventional gradient-based explainability methods, the proposed approach combines color saliency, facial spatial priors, Gaussian smoothing, and attention overlay visualization to generate clinically interpretable attention maps. Furthermore, an LLM-as-a-Judge evaluation framework was designed using GPT-5.5, Gemini 3.5 Flash, and Claude Sonnet 4.6 to assess the generated visual explanations from the perspectives of lesion localization and explanation trustworthiness.
Figures
Reference graph
Works this paper leans on
-
[2022]
Computers in Biology and Medicine, 149:105939
An Improved Transformer Network for Skin Cancer Classification. Computers in Biology and Medicine, 149:105939
-
[2025]
Skin Lesion Classification Through Test Time Augmentation and Explainable Artificial Intelligence. Journal of Imaging. Yang, B. et al. 2023. A Deep Learning-Based Diagnostic Model for Skin Pigmentary Diseases in an IoT Smart Healthcare Environment. In Proceedings of the International Symposium on Artificial Intelligence and Medical Sciences. Shen, S. et a...
arXiv 2023
Reviewed August 2, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.