REVIEW 4 major objections 5 minor 3 cited by
Describe Anything in Medical Images
T0 review · 4 major / 5 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read The paper claims that a prompt-adapted localized captioning model, MedDAM, beats GPT-4o on clinically factual region-specific medical captions, as measured by a new attribute-level benchmark.
desk verdict A useful first application of DAM to medical region captioning, but the headline superiority claim rests on a metric that may reward prompt-vocabulary matching; worth refereeing, not trusting as-is. 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 argument rests on three coupled components. The first is DAM's focal prompting mechanism, which combines a high-resolution crop of the target region with the full image via gated cross-attention, letting the model attend to local detail while keeping global context. The second is the MedDAM-prompt, a structured template that enforces anatomical focus, clinical terminology, report style, and grounding, applied identically to all baselines for fair comparison. The third is the MedDLC-score evaluation: for each dataset, a QA template library of positive and negative attribute questions is built from the dataset's own annotations, a GPT-4o judge reads the generated caption and answers each question, and the model's score is the average accuracy across the three datasets. This attribute-verification design is what allows the paper to measure clinical factuality without any ground-truth region captions.
What would settle it
Select a random sample of regions from the three datasets, ask a panel of radiologists and dermatologists to judge, from the images alone, which categorical attributes are present, then compare MedDAM's and GPT-4o's captions against that human ground truth. If GPT-4o equals or beats MedDAM on human-adjudicated attribute accuracy, the MedDLC-score ranking does not reflect true clinical factuality. A simpler check is to recompute MedDLC-score with a different judge model, such as Claude 3.7 Sonnet instead of GPT-4o, and see whether MedDAM's 13-point lead persists.
Extended reading notes
Core claim
MedDAM is a framework that takes the Describe Anything Model — a vision-language model designed for localized captioning of natural images, which uses focal prompting with a high-resolution region crop alongside the global image — and adapts it to medical imaging. The adaptation consists of expert-designed text prompts that instruct the model to focus only on the marked region, use precise anatomical terminology, and write in a clinical report style, plus a region-of-interest pipeline that obtains bounding boxes from existing annotations or from a segmentation-based detector when annotations are missing. For evaluation, the paper introduces MedDLC-score, a reference-free protocol that builds a library of binary yes/no questions about clinically relevant attributes per dataset (radiological findings, nodule morphology, dermatological lesion characteristics), asks a judge model whether the generated caption supports each attribute, and reports accuracy on positive and negative questions. On this benchmark, MedDAM scores 63.6% overall, ahead of GPT-4o at 50.2%, Claude 3.7 Sonnet at 47.5%, and other general and region-specific vision-language models, and it leads on both positive questions (65.1%) and negative questions (62.0%), which the paper interprets as evidence that region-level semantic alignment improves medical image understanding and reduces hallucinated findings. The paper's claim is therefore that region-specific captioning of medical images is achievable zero-shot, and that the MedDAM prompt-plus-benchmark recipe is what makes the difference.
Load-bearing premise
The entire superiority claim rests on the author-built MedDLC-score — the specific yes/no attribute questions, the GPT-4o judge, and the averaging across three datasets — being a valid measure of clinical factuality; if that benchmark favors MedDAM's phrasing or does not reflect what clinicians actually need, the ranking of MedDAM over GPT-4o is not established.
Editorial extensions
If this is right
- Region-specific captioning for medical images can be performed zero-shot with an off-the-shelf natural-image model, provided the region can be boxed and prompts are medically phrased.
- The attribute-level QA protocol supplies a way to measure and audit medical captioning where ground-truth region captions are absent, which is the normal situation in clinical data.
- General large vision-language models score markedly lower on negative questions, so the benchmark exposes a systematic tendency of such models to fabricate localized findings.
- Because MedDAM trails GPT-4o on LLM-score (78.9 vs 81.5), linguistic fluency and clinical factuality are separable; the paper argues the gap partly reflects GPT-4o judging itself.
Reading between the lines
- The same recipe of focal prompting plus attribute-level QA should transfer to other modalities the paper lists as future work, such as pathology and ophthalmology, where region-level findings are similarly decisive.
- If the benchmark is trusted, the 13-point gap implies that region-level semantic alignment, not just global image understanding, is the main bottleneck for clinical vision-language models, and that general models could narrow it with prompting rather than new pretraining.
- The MedDLC-score design has a hidden calibration requirement: without human-expert validation of the QA templates, its absolute numbers are hard to interpret, so an expert-judgment study would determine whether 63.6% versus 50.2% is clinically meaningful.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces MedDAM, a framework that adapts the Describe Anything Model (DAM) to medical images by combining expert-designed, modality-specific prompts with a region-of-interest preprocessing pipeline, and proposes MedDLC-score, a reference-free evaluation protocol based on attribute-level binary QA tasks. The method is evaluated on VinDr-CXR, LIDC-IDRI, and SkinCon against several general-purpose and region-specific VLMs. The authors report that MedDAM achieves the highest MedDLC-score (63.6%) versus GPT-4o (50.2%) and Claude 3.7 Sonnet (47.5%), and interpret this as evidence that region-specific prompting and DAM adaptation yield clinically grounded localized captioning.
Significance. If the evaluation protocol is valid, the paper would constitute a useful first step toward region-specific medical captioning without ground-truth region-text pairs, and its benchmark could benefit future work on medical vision-language models. The three datasets cover diverse modalities, and the use of attribute-level verification to bypass caption-level annotation is an interesting and timely idea. However, the central claim of superiority rests entirely on the author-constructed MedDLC-score, which is not validated against human expert judgment and is likely confounded with prompt vocabulary. Because the main evidence is a single table with no per-dataset breakdown or statistical testing, the current support for the paper's headline claim is insufficient.
major comments (4)
- [Section 3.3 (SkinCon)] The MedDLC-score may reward lexical mention rather than clinical semantic equivalence. The positive QA examples ask whether the description 'mentions' a specific attribute term (e.g., 'spiculated nodule margin'), and the negative examples ask whether a specific false term is 'incorrectly mentioned.' Meanwhile, the MedDAM-prompt (Section 3.5) explicitly instructs the model to use anatomically precise terminology and a professional clinical report style, while the baselines are described only as being 'prompted to generate region-specific descriptions' (Section 3.4). The paper does not state whether the baselines receive the same specialized vocabulary prompt. A clinically correct baseline caption phrased in natural language (e.g., 'irregular border with radiating strands') could fail a question keyed to 'spiculated margin,' while MedDAM passes by lexical overlap. To support the claim that MedDAM is more clinically factual, the authors must either provide the exact baseline prompts, demonstrate that the LLM judge performs semantic equivalence matching rather than keyword matching (e.g., by validating the judge against human experts on rephrased answers), or control for vocabulary by giving all models the same terminology instructions. As it stands, the 13.4-point advantage in Table 4 may be a prompting artifact.
- [Section 3.4, Table 4] The SkinCon evaluation lacks an independent ground-truth anchor. The paper states that 'since the original dataset lacks region-level annotations, we generate bounding boxes ourselves using a lightweight lesion detection method' and that 'based on these detected regions, we construct verification questions.' It is not explained how the correct positive/negative answers for these detected boxes are obtained, nor whether the image-level SkinCon concepts are propagated to the detected regions. Without a documented source of ground-truth attribute labels for these regions, the SkinCon MedDLC-score does not measure factuality against the dataset; it only measures agreement with whatever labels the authors assigned during question construction. This is a circular step in the evaluation pipeline and needs to be resolved and reported transparently.
- [Section 3.6] Table 4 reports only dataset-averaged scores with no per-dataset breakdown, no number of evaluated regions or questions per dataset, no error bars or confidence intervals, and no significance tests. Given that the three datasets have different modalities, different region sampling procedures (10% margin for VinDr-CXR, no margin for LIDC-IDRI, 15% padding for SkinCon), and different question construction methods, it is possible that MedDAM's advantage is concentrated in one domain. The paper should report per-dataset results for LLM-score, MedDLC-score, positive QA, and negative QA, along with uncertainty estimates and a paired significance test across regions where appropriate.
- [Section 3.6] The use of GPT-4o as the LLM judge for MedDLC-score is problematic because GPT-4o is also one of the baseline models. The paper acknowledges this bias for the LLM-score but does not address it for MedDLC-score. Since the question templates are author-designed and the judge is also a baseline model, the evaluation instrument may systematically favor outputs that resemble the vocabulary used in the questions. At minimum, the authors should report inter-judge agreement with an alternative judge, compare MedDLC-score against clinician ratings on a held-out sample, or replace the GPT-4o judge with an independent judge or a committee.
minor comments (5)
- [Table 1 vs. Section 3.1] Table 1 lists the SkinCon sample size as 3,000 images, while Section 3.1 states 3,230 images; the discrepancy should be reconciled.
- [Throughout] There are typographical inconsistencies in model names: 'OMG-LLaV A' in the abstract and Table 4, and 'GPT-4Rol' without a proper citation; these should be unified and referenced consistently.
- [Figure 2] Figure 2(d) refers to 'ground-truth semantic attributes,' but the evaluation is explicitly reference-free; rewording to 'annotated attributes' or 'expected attributes' would avoid confusion.
- [Section 3.5] The paper states that MedDAM-prompt was designed by medical experts, but no details are provided about the experts, the design process, or any validation of the prompt; a brief description would strengthen the claim.
- [Section 3.3 / Section 3.4] The paper does not specify how many regions and questions are evaluated per dataset, or how the QA templates are instantiated per sample; these details are needed for reproducibility.
Circularity Check
No significant circularity: MedDLC-score is externally grounded; prompt-vocabulary overlap is a benchmark-validity concern, not a circular derivation.
full rationale
The central claim—that MedDAM scores highest on the proposed MedDLC-score—is an empirical benchmarking result, not a derivation from an assumption that already contains the conclusion. The MedDLC-score is built from external dataset annotations (VinDr-CXR bounding-box labels, LIDC-IDRI nodule attributes, and SkinCon clinical concepts), and the binary QA templates in Table 3 are grounded in those labels; no model output or MedDAM-prompt is used to define the ground-truth answers. No fitted parameter is later renamed as a prediction, and no uniqueness theorem or load-bearing self-citation is invoked. The paper even acknowledges a related self-evaluation bias in Section 3.6: it reports that MedDAM trails GPT-4o on LLM-score and notes that because GPT-4o is used as its own judge, this 'inevitably incur[s] bias.' The strongest non-circularity concern is that the positive QAs ask whether a description 'mention[s]' a specific attribute term while MedDAM-prompt instructs the model to 'use anatomically precise terminology,' so the evaluation may reward lexical overlap rather than semantic equivalence when baselines are not given the same specialized vocabulary prompt. This is a fairness/validity threat for interpreting the comparison, and a legitimate correctness risk, but it does not make the score equal to the method's input by construction. The evaluation is not defined in terms of MedDAM's outputs, and the ground-truth questions come from independent dataset annotations. Therefore, under the stated criteria, the paper does not exhibit a circular derivation.
Assumptions & free parameters
free parameters (3)
- Region margin expansion =
10% (VinDr-CXR), 15% (SkinCon), 0% (LIDC-IDRI)
- Max sampled regions per image =
5
- LLM judge for MedDLC-score =
GPT-4o
assumptions (5)
- domain assumption DAM's focal prompting mechanism, using full image plus focal crop, transfers to medical images with only prompt changes and no additional training.
- domain assumption Dataset annotations (VinDr-CXR bounding boxes/labels, LIDC-IDRI nodule attributes, SkinCon concepts) are accurate and sufficient to define ground-truth answers for verification questions.
- domain assumption GPT-4o, used as the judge, reliably answers binary attribute questions based solely on generated captions and images.
- ad hoc to paper The MedDAM prompts were designed by medical experts and are clinically meaningful for all three modalities.
- domain assumption Negative verification questions (e.g., asking whether pneumothorax is mentioned) are meaningful tests of hallucination.
invented entities (1)
-
MedDLC-score
Cite this review
Pith. "Pith review of Describe Anything in Medical Images." pith.science (2026). https://pith.science/paper/FE53F5QN
@misc{pith2026250505804,
author = {Pith},
title = {Pith review of: Describe Anything in Medical Images},
year = {2026},
howpublished = {\url{https://pith.science/paper/FE53F5QN}},
note = {Machine review of arXiv:2505.05804}
}
read the original abstract
Localized image captioning has made significant progress with models like the Describe Anything Model (DAM), which can generate detailed region-specific descriptions without explicit region-text supervision. However, such capabilities have yet to be widely applied to specialized domains like medical imaging, where diagnostic interpretation relies on subtle regional findings rather than global understanding. To mitigate this gap, we propose MedDAM, the first comprehensive framework leveraging large vision-language models for region-specific captioning in medical images. MedDAM employs medical expert-designed prompts tailored to specific imaging modalities and establishes a robust evaluation benchmark comprising a customized assessment protocol, data pre-processing pipeline, and specialized QA template library. This benchmark evaluates both MedDAM and other adaptable large vision-language models, focusing on clinical factuality through attribute-level verification tasks, thereby circumventing the absence of ground-truth region-caption pairs in medical datasets. Extensive experiments on the VinDr-CXR, LIDC-IDRI, and SkinCon datasets demonstrate MedDAM's superiority over leading peers (including GPT-4o, Claude 3.7 Sonnet, LLaMA-3.2 Vision, Qwen2.5-VL, GPT-4Rol, and OMG-LLaVA) in the task, revealing the importance of region-level semantic alignment in medical image understanding and establishing MedDAM as a promising foundation for clinical vision-language integration.
Figures
Forward citations
Cited by 3 Pith papers
-
eSkinHealth: A Multimodal Dataset for Neglected Tropical Skin Diseases
eSkinHealth is a new West African skin-disease dataset with 5,623 images, 47 conditions, and multimodal annotations including masks, captions, and clinical concepts for AI dermatology research.
-
CRISP-SAM2: SAM2 with Cross-Modal Interaction and Semantic Prompting for Multi-Organ Segmentation
A text-guided SAM2 variant with cross-modal attention, semantic prompt generation, and a similarity-sorted memory bank achieves top Dice and surface scores on seven public multi-organ CT datasets.
-
Describe Anything Model for Visual Question Answering on Text-rich Images
DAM-QA aggregates answers from full-image and sliding-window views of the Describe Anything Model with a weighted vote, improving text-rich VQA on some benchmarks but not all.
Reference graph
Works this paper leans on
-
[5]
Jing, B., Xie, P., and Xing, E. Automatic genera- tion of radiology reports: A survey. arXiv preprint arXiv:1811.02709,
-
[8]
Medsam2: Universal medical image segmentation via decomposition and integration
Ma, J., Zhang, Y ., Wang, H., Wang, Y ., et al. Medsam2: Universal medical image segmentation via decomposition and integration. arXiv preprint arXiv:2403.01928,
- [9]
-
[12]
Xiao, X., Wang, W., Xie, J., Zhu, L., Chen, G., Li, Z., Wang, T., and Xu, M. Hgtdp-dta: Hybrid graph-transformer with dynamic prompt for drug-target binding affinity pre- diction. arXiv preprint arXiv:2406.17697,
-
[13]
Instruction tuning for large language models: A survey
Zhang, S., Dong, L., Li, X., Zhang, S., Sun, X., Wang, S., Li, J., Hu, R., Zhang, T., Wu, F., et al. Instruction tuning for large language models: A survey. arXiv preprint arXiv:2308.10792,
-
[14]
Zhang, T., Li, X., Fei, H., Yuan, H., Wu, S., Ji, S., Loy, C. C., and Yan, S. Omg-llava: Bridging image-level, object- level, pixel-level reasoning and understanding. arXiv preprint arXiv:2406.19389,
-
[2004]
Grounding dino: Marrying dino with grounded pre-training for open-set object detection
Liu, S., Zeng, Z., Ren, T., Huang, R., Wang, Y ., Xu, H., Li, Z., and Zhang, L. Grounding dino: Marrying dino with grounded pre-training for open-set object detection. arXiv preprint arXiv:2303.05499,
-
[2011]
Bai, S., Chen, K., Liu, X., Wang, J., Ge, W., Song, S., Dang, K., Wang, P., Wang, S., Tang, J., et al. Qwen2. 5-vl technical report. arXiv preprint arXiv:2502.13923,
Show all 14 references
-
[2015]
Achieving reliable and fair skin lesion diagnosis via unsupervised domain adaptation
Wang, J., Zhang, Y ., Ding, Z., and Hamm, J. Achieving reliable and fair skin lesion diagnosis via unsupervised domain adaptation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pp. 5157–5166, 2024a. Wang, W., Xiao, X., Liu, M., Lan, Q., ...
2024 arXiv
-
[2019]
Unifying 2d and 3d vision-language understanding
Jain, A., Swerdlow, A., Wang, Y ., Arnaud, S., Martin, A., Sax, A., Meier, F., and Fragkiadaki, K. Unifying 2d and 3d vision-language understanding. arXiv preprint arXiv:2503.10745,
-
[2021]
Radlex radiology lexicon
Radiological Society of North America (RSNA). Radlex radiology lexicon. https: //www.rsna.org/practice-tools/ data-tools-and-standards/ radlex-radiology-lexicon. Accessed: 2025-05-09. SNOMED International. Snomed ct. https://www. snomed.org/what-is-snomed-ct . Accessed: 2025-0...
2025
-
[2022]
Radclip: A radiology-specific vision-language foundation model based on clip
Huang, K.-H., Chen, C.-Y ., Chang, K.-W., and Lin, Y .-Y . Radclip: A radiology-specific vision-language foundation model based on clip. arXiv preprint arXiv:2303.05337,
-
[2023]
Segment anything in medical images
Ma, J., Wang, H., and et al. Segment anything in medical images. arXiv preprint arXiv:2304.12306,
-
[2025]
Generating radiology reports via memory-driven transformer
Chen, Z., Song, Y ., Chang, T.-H., and Wan, X. Generating radiology reports via memory-driven transformer. arXiv preprint arXiv:2010.16056,
2010 arXiv
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.