{"id":"1d736a8a-cfca-4d63-ad19-7b4f2bf51db1","arxiv_id":"2506.10465","paper_version":1,"verdict":"CONDITIONAL","confidence":"MODERATE","novelty_score":5.0,"correctness_risk":"medium","formal_verification":"none","parameter_count":2,"one_line_summary":"A medical reasoning segmentation model built from a multimodal LLM and a SAM-style mask decoder, trained on a newly generated 10,000-pair medical QA-mask dataset.","lead":"This paper introduces a model that can read an open-ended clinical question about a medical image, answer it in text, and outline the relevant region in the image. It also contributes a large automatically annotated dataset of image, question, answer, and mask quadruples, refined by physicians.","discovery_kind":"new_application","skeptic_critique":{"model":"deepseek-v4-flash","headline":"The [SEG]-to-mask grounding in MedSeg-QA is never verified; if GPT-4 attaches [SEG] to text that does not match the source mask, the reasoning-segmentation behavior may be learned from mismatched pairs.","rationale":"The reader's weakest_assumption identifies the same load-bearing concern: the MedSeg-QA construction does not verify that each [SEG] mention corresponds to the correct mask. My stress-test agrees with this and sharpens it. The pipeline in Section 2.3 gives GPT-4 images and dataset-specific prefixes, but not the mask labels, and the physician review is described as reviewing caption accuracy, not the [SEG]-mask link. Since the source datasets include multi-class and multi-structure data, the risk of mismatched training pairs is concrete rather than hypothetical. This concern is load-bearing because the paper's central demonstration of reasoning segmentation in Figure 3 and the model's mask decoder both depend on the integrity of these triples. If the grounding link is noisy, the qualitative results may be artifacts. The reader's other concerns, such as missing error bars in Tables 3 and 4, the suspicious duplicate values in Table 3, and the lack of code/data release, are real but secondary: they affect the strength of the superiority claims, whereas the grounding issue affects the validity of the new task itself. I therefore do not recommend changing the conditional verdict; the paper's contribution is plausible but not yet established. The concrete test I propose would settle whether the grounding assumption holds by directly measuring the mismatch rate on a random sample and checking whether correcting mismatches changes the reported behavior.","tokens_in":8032,"tokens_out":5109,"duration_ms":60359,"concrete_test":"Sample 200 random MedSeg-QA training triples spanning all four source datasets. For each sample, extract the text span inside <p>...</p>, and compare it against the source dataset's class label and the actual ground-truth mask, using an independent physician annotator to judge whether the named structure is the structure covered by the mask. Report the mismatch rate. If the mismatch rate exceeds 5%, retrain MedSeg-R after filtering or repairing mismatched triples and re-evaluate the Figure 3 examples; if the reasoning-segmentation behavior degrades substantially, the original results are confounded by dataset noise.","verdict_should_be":"UNCHANGED","load_bearing_attack":"The central claim is that MedSeg-R learns to map an implicit medical instruction to a text response and a mask that corresponds to the structure named in that response. This depends entirely on the quality of the triples (image, text-with-[SEG], mask) in MedSeg-QA. In Section 2.3, the caption generation stage sends only the image and a dataset-specific prefix to GPT-4; it does not provide the source segmentation label or mask. The conversation generation stage then asks GPT-4 to insert [SEG] into answers based on the refined captions. Nowhere in the pipeline is there a verification step that checks whether the noun phrase inside <p>...</p> actually refers to the single annotated structure in the source mask. The physician review in the caption refinement stage checks textual accuracy of captions, not the alignment between the [SEG]-span and the mask. Because the source datasets include diverse tasks such as Medical Segmentation Decathlon and EBHI-Seg, an image may have multiple annotated structures or a caption may mention a finding that is not the annotated one. If GPT-4 hallucinates a different finding, or describes the image more broadly than the mask, the model is trained on mismatched pairs. The qualitative successes in Figure 3 could then reflect the training distribution of those mismatches rather than a genuine learned link between reasoning, language, and pixel-level grounding. This is the single load-bearing assumption: without a verified [SEG]-mask correspondence, the new task is not actually being trained or evaluated as claimed.","agreement_with_reader":"agree"},"referee_report":{"model":"deepseek-v4-flash","summary":"The paper introduces MedSeg-R, an end-to-end multimodal large language model for a new task called medical image reasoning segmentation, where the model must answer an implicit or complex clinical question and simultaneously output a segmentation mask for the structure referenced in its answer. The architecture combines a CLIP ViT-H visual encoder and Mistral-7B LLM with a SAM-based grounding encoder and mask decoder, trained with a weighted text and segmentation loss. The authors also introduce MedSeg-QA, a dataset of over 10,000 image-mask pairs with multi-turn conversations generated by GPT-4 and refined by physician review. Experiments report results on standard biomedical VQA benchmarks (VQA-RAD, SLAKE, PathVQA) and on the FLARE 2022 segmentation benchmark, plus qualitative examples of reasoning segmentation on MedSeg-QA.","tokens_in":8277,"tokens_out":2687,"duration_ms":31749,"significance":"If the central claims hold, the paper addresses a meaningful gap: extending reasoning segmentation from natural images to medical images, where implicit clinical questions require both textual interpretation and pixel-level grounding. The architecture is a reasonable adaptation of established reasoning-segmentation designs such as LISA and GLAMM, and the proposed MedSeg-QA dataset could be a useful community resource if its grounding quality is verified. The paper includes qualitative demonstrations across CT, dermatoscopic, and histological modalities that are suggestive of the intended behavior. However, the current evidence is insufficient to support the paper's stronger state-of-the-art claims: the novel reasoning segmentation task is evaluated only qualitatively, the grounding between [SEG] spans and masks is not verified, and the numerical comparisons lack statistical rigor. The central idea is defensible, but the load-bearing evidence needs substantial additional work.","major_comments":[{"comment":"The dataset construction pipeline never verifies that a [SEG] mention inserted by GPT-4 actually refers to the annotated structure in the source segmentation mask. In the Image Caption Generation stage, GPT-4 receives only the image and a dataset-specific prefix, not the mask or its label. In the Conversations Generation stage, GPT-4 is prompted to insert [SEG] based on refined captions. The physician review checks caption textual accuracy, not the alignment between the <p>...</p> span and the mask. Since source datasets such as Medical Segmentation Decathlon and EBHI-Seg can contain multiple annotated structures per image or structures not mentioned in a generated caption, the model may be trained on mismatched text-mask pairs. This is load-bearing because the central claim that MedSeg-R learns to ground a referenced structure in pixels depends entirely on the correctness of these triples. The authors should add a verification step (e.g., automatic label-to-span matching followed by human review) and report the agreement rate on a sample.","section":"Section 2.3"},{"comment":"The reasoning segmentation task introduced in Section 2.1 is never evaluated quantitatively. Section 3.1 shows only qualitative examples in Figure 3, with no metrics on the MedSeg-QA validation set, no comparison against LISA or other reasoning segmentation baselines, and no evaluation of whether the generated mask corresponds to the noun phrase in the generated text. Without such an evaluation, the claim in the Conclusion that MedSeg-R 'surpasses existing models in segmentation accuracy and reasoning' is unsupported for the very task the paper proposes. The authors should add quantitative reasoning-segmentation metrics (e.g., cIoU or mask accuracy conditioned on the referenced text span) and compare with at least one reasoning-segmentation baseline.","section":"Section 3.1"},{"comment":"The FLARE 2022 experiment does not evaluate the proposed reasoning segmentation task; it uses an explicit instruction of the form 'Please segment the <class-name> in the medical image' and the fixed response 'Sure, it is [SEG].' This reduces to standard supervised segmentation and does not test implicit instruction understanding. Moreover, the reported DSC for MedSeg-R (0.8718±0.1034) overlaps with nnU-Net (0.8615±0.0790) within one standard deviation, and no significance test is reported, so the claim of superiority over state-of-the-art segmentation methods is not established. The authors should either temper the claim or provide statistical tests (e.g., paired bootstrapping over cases).","section":"Table 4"},{"comment":"The VQA results in Table 3 are reported without error bars, number of runs, or significance tests. Given that differences between methods are often a few points (e.g., MedSeg-R 72.90 vs. VL Encoder–Decoder 71.49 on VQA-RAD Open), single-run results do not support the state-of-the-art claim. The table also contains apparent data issues: the VL Encoder–Decoder row lists the identical Open score 71.49 for both VQA-RAD and PathVQA, and the LLaVA-Med SLAKE Open entry '87.1186.78' appears to be two numbers concatenated without a separator. The authors should correct these entries and provide variance or confidence intervals.","section":"Table 3"}],"minor_comments":[{"comment":"The LLaVA-Med SLAKE Open column reads '87.1186.78', which is missing a separator and is ambiguous; it should be '87.11 86.78' or similar.","section":"Table 3"},{"comment":"The phrase 'then we first detail the architecture' contains a redundant 'first' and should be reworded for clarity.","section":"Section 2.2"},{"comment":"The paper describes the dataset as containing 'over 10,000 image-mask pairs' but does not state the exact number, the per-modality breakdown, or the number of conversations; this information should be provided in a dataset statistics table alongside Table 2.","section":"Section 2.3"},{"comment":"The paper does not mention whether the MedSeg-QA dataset and MedSeg-R code will be released; given the dataset's central role, a release statement and a URL would improve reproducibility.","section":"General"},{"comment":"The reference list includes several entries cited only by arXiv number (e.g., [5], [12], [13]) without full venue information where available; the authors should complete the bibliographic details.","section":"Section 1"}],"recommendation":"major_revision","confidential_remarks":"The central idea is promising and within the scope of the journal, but the current version does not yet provide the evidence needed for acceptance. The most urgent issue is the unverified [SEG]-to-mask grounding in MedSeg-QA; without a verification protocol, the qualitative results in Figure 3 could reflect training artifacts. The authors should also add a quantitative evaluation of the proposed reasoning segmentation task. The repeated/duplicated values in Table 3 and the lack of statistical testing also need attention. I would be willing to review a revised version."},"author_rebuttal":null,"desk_editor":{"model":"deepseek-v4-flash","letter":"Colleague,\n\nThe new thing here is the task framing and the MedSeg-QA dataset, not the architecture. MedSeg-R is LISA with Mistral-7B and SAM, adapted to medical images with multi-turn conversation. That combination is new in this domain, and the dataset construction is ambitious: GPT-4 captions, physician refinement, then GPT-4-generated conversations with [SEG] markers. The qualitative examples look plausible, and the VQA and FLARE numbers are competitive.\n\nThe soft spot the stress-test flags is real: nothing verifies that the [SEG] phrase inserted by GPT-4 actually refers to the annotated mask in the source dataset. The physician review checks caption accuracy, not the link between the highlighted text and the mask. If an image contains multiple structures or the caption mentions something not in the mask, the model trains on mismatched pairs. This is a load-bearing assumption and it is not checked. The authors should describe a validation step, or better, release the dataset with a human-verified subset.\n\nOther issues: the VQA results have no error bars or significance tests, and Table 3 has a formatting error (LLaVA-Med's SLAKE numbers are merged). The new reasoning segmentation task is only shown qualitatively; there is no quantitative comparison against LISA on MedSeg-QA. The FLARE 2022 protocol is underdescribed—how the model is prompted, what it was trained on, and whether the comparison is fair is unclear. And the conclusion's 'state-of-the-art' claim overreaches the evidence.\n\nThe central idea is worth pursuing, but the paper as it stands is not fully verified. It deserves a serious referee, mainly because the dataset and task could be useful to the community if the grounding issue is fixed.\n\nMy take: conditional acceptance with major revision, contingent on the dataset release and the [SEG]-mask verification.\n\nBest","headline":"MedSeg-R is a LISA-style model for a new medical reasoning segmentation task, but the MedSeg-QA dataset's [SEG]-to-mask grounding is unverified, making the central claim conditional.","tokens_in":8861,"tokens_out":2493,"would_cite":false,"duration_ms":28171,"reading_group":"maybe","serious_thinker":"yes","would_accept_peer_review":true},"rs_alignment":null,"lean_confirmation":null,"pith_extraction":{"msc":[],"pacs":[],"model":"deepseek-v4-flash","headline":"MedSeg-R turns implicit clinical questions into text answers plus precise segmentation masks in a single end-to-end model.","keywords":["medical image reasoning segmentation","multimodal large language model","pixel-level grounding","medical visual question answering","segmentation","MedSeg-QA dataset"],"falsifier":"A direct falsifier is to sample conversations from MedSeg-QA, extract every <p>...</p> [SEG] phrase, and check against the ground-truth mask whether the named structure is actually present and the mask is the correct one; if mismatches are frequent, the trained mask decoder may rely on dataset artifacts rather than true reasoning grounding.","tokens_in":1240,"feed_emoji":"🩻","tokens_out":3330,"duration_ms":67873,"temperature":0.7,"pith_summary":"MedSeg-R introduces and addresses a new task, medical image reasoning segmentation, where a model receives an implicit, open-ended clinical question about an image and must return both a reasoned text response and a segmentation mask of the structure referenced in that response. The paper argues that existing segmentation models require explicit object names, while medical visual question-answering models lack pixel-level grounding, and that a single end-to-end framework can bridge both gaps. To support this, the authors propose an architecture that fuses a multimodal large language model with a SAM-style mask decoder, and they build MedSeg-QA, a dataset of over ten thousand image-mask-conversation triples generated by GPT-4 and refined by physicians. Reported experiments on VQA-RAD, SLAKE, PathVQA, and FLARE 2022 suggest the resulting model achieves state-of-the-art or competitive performance on both biomedical question answering and segmentation, while also demonstrating the new reasoning-segmentation behavior qualitatively.","feed_headline":"Implicit clinical questions now get text answers plus masks","feed_subtitle":"MedSeg-R turns vague scan questions into a written diagnosis and a pixel-level segmentation in one pass.","key_machinery":"The load-bearing mechanism is the [SEG] special token chain: the CLIP-based global visual encoder and Mistral-7B LLM (the global context understanding module) produce a text response containing <p>...</p> [SEG] placeholders, and then a SAM-based grounding encoder with a mask decoder converts those placeholders into pixel masks. The text response is thus the bridge that connects high-level reasoning to pixel-level output, and the training objective combines text cross-entropy loss with binary cross-entropy and DICE losses on the mask.","core_discovery":"The paper's central claim is that, given a medical image and an implicit instruction such as \"What might this test reveal about the patient's underlying conditions?\", a model can simultaneously generate a coherent textual explanation and a precise segmentation mask of the abnormal region it mentions. MedSeg-R realizes this by letting the LLM produce intermediate tokens and a text response that embeds special tokens of the form '<p> covid-19 </p> [SEG]', which the mask decoder then uses to generate the corresponding mask. The authors further claim that MedSeg-QA, a dataset of over 10,000 physician-refined image-mask-conversation triples, is sufficient to train this reasoning-segmentation capability, and that the same model remains competitive on standard biomedical VQA and segmentation benchmarks.","pith_inferences":["If the [SEG]-to-mask alignment in MedSeg-QA is later verified to be accurate, the same three-stage pipeline could be applied to additional modalities such as MRI or ultrasound by changing only the dataset-specific caption prefixes.","The model's robustness to paraphrased clinical questions is untested; a stress test with rephrased versions of the same question would reveal whether the reasoning behavior generalizes beyond the training phrasing distribution.","A testable extension is to regenerate the dataset with an open-weight LLM instead of GPT-4; if MedSeg-R retains its performance, the annotation pipeline is not tied to a specific commercial model.","The reported segmentation numbers on FLARE 2022 are close to nnU-Net, so the practical advantage of the reasoning framework may matter more for implicit-instruction settings than for standard organ segmentation."],"forward_implications":["Physicians could ask open-ended diagnostic questions and receive both a written explanation and a localized mask of the region being discussed, without naming the structure explicitly.","A single MedSeg-R model can perform standard medical VQA, standard segmentation, and the new reasoning-segmentation task, so one system replaces multiple task-specific components.","The MedSeg-QA dataset provides a public resource for training and benchmarking reasoning segmentation across CT, histology, and dermoscopy images.","Multi-round conversation support means follow-up questions can refine both the textual diagnosis and the associated mask interactively.","Competitive results on FLARE 2022 suggest that adding LLM-based reasoning does not degrade pixel-level segmentation accuracy on standard organs."],"supporting_citations":[{"why":"Introduces reasoning segmentation with [SEG] tokens, which MedSeg-R adapts for medical images.","marker":"[15]"},{"why":"Provides the CLIP visual encoder used in the global context understanding module.","marker":"[23]"},{"why":"Supplies the Mistral-7B large language model that performs the reasoning and generates text tokens.","marker":"[12]"},{"why":"Supplies the SAM architecture used for the pixel-level grounding encoder and mask decoder.","marker":"[13]"},{"why":"Supplies GPT-4, which generates the captions and conversations for the MedSeg-QA dataset.","marker":"[1]"},{"why":"Provides the nnU-Net baseline that MedSeg-R compares against on the FLARE 2022 segmentation benchmark.","marker":"[11]"}],"fun_headline_variants":["Implicit scan queries now answered with text and masks","MedSeg-R: reasoning segmentation yields explainable masks","Vague clinical questions get precise masks plus reasoning","One pass: from clinical question to mask and explanation","Medical MLLM turns implicit queries into tangible masks"],"cache_read_input_tokens":10880,"weakest_assumption_plain":"The central assumption is that every phrase GPT-4 wraps in [SEG] tokens during dataset creation actually corresponds to one of the ground-truth masks in the source segmentation dataset, because the paper does not describe any verification step checking that alignment.","fun_headline_variants_meta":{"raw":{"variants":["Implicit scan queries now answered with text and masks","MedSeg-R: reasoning segmentation yields explainable masks","Vague clinical questions get precise masks plus reasoning","One pass: from clinical question to mask and explanation","Medical MLLM turns implicit queries into tangible masks"]},"model":"deepseek-v4-flash","effort":"low","cost_usd":0.000299,"raw_usage":{"total_tokens":1730,"prompt_tokens":945,"completion_tokens":785,"prompt_tokens_details":{"cached_tokens":384},"prompt_cache_hit_tokens":384,"prompt_cache_miss_tokens":561,"completion_tokens_details":{"reasoning_tokens":710}},"tokens_in":561,"tokens_out":785,"duration_ms":9635,"temperature":1.0,"reasoning_tokens":710,"cache_read_input_tokens":384,"cache_creation_input_tokens":0},"cache_creation_input_tokens":0},"created_at":"2026-08-07T04:25:07.991882+00:00","model_set":{"reader":"deepseek-v4-flash"},"falsifier":"A direct falsifier is to sample conversations from MedSeg-QA, extract every <p>...</p> [SEG] phrase, and check against the ground-truth mask whether the named structure is actually present and the mask is the correct one; if mismatches are frequent, the trained mask decoder may rely on dataset artifacts rather than true reasoning grounding.","supporting_citations":[{"cited_title":null,"cited_arxiv_id":null,"evidence_quote":"Provides the CLIP visual encoder used in the global context understanding module."},{"cited_title":null,"cited_arxiv_id":null,"evidence_quote":"Supplies the Mistral-7B large language model that performs the reasoning and generates text tokens."},{"cited_title":null,"cited_arxiv_id":null,"evidence_quote":"Provides the nnU-Net baseline that MedSeg-R compares against on the FLARE 2022 segmentation benchmark."}],"review_version":1}