REVIEW 3 major objections 5 minor 21 references
Radiologist speech can drive MRI tumor segmentation that matches a fully fine-tuned system while training under 5% of its parameters.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-13 23:05 UTC pith:ZSYWDKJV
load-bearing objection Solid parameter-efficient detection-to-segmentation result on BRISC; the speech-to-segmentation story is still preliminary because of n=12 and unquantified NLP rules. the 3 major comments →
LoGSAM: Parameter-Efficient Cross-Modal Grounding for MRI Segmentation
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
LoGSAM shows that a speech-to-prompt chain (Whisper plus negation-aware clinical NLP), a LoRA-adapted Grounding DINO localizer, and a frozen MedSAM segmenter together produce tumor masks whose mean Dice of 0.8032 is 98.61 percent of a fully fine-tuned GDINO+MedSAM baseline while training only about 4.96 percent of the detector parameters, and that the same pipeline recovers the correct tumor class from real German radiologist dictations on twelve unseen scans with 91.7 percent case-level accuracy.
What carries the argument
LoRA-adapted text-conditioned Grounding DINO: low-rank adapters inserted into selected attention, cross-attention, feed-forward, and text-encoder layers so that spoken tumor cues become bounding-box prompts that condition frozen MedSAM without pixel-level fine-tuning.
Load-bearing premise
The claim that the full speech-to-segmentation pipeline works in practice rests on a twelve-case German dictation test and a hand-curated synonym and negation vocabulary applied to multi-source 2D JPEG slices that lack full clinical acquisition metadata.
What would settle it
Run the identical speech-to-prompt and LoRA-GDINO+MedSAM pipeline on a larger set of real multilingual radiologist dictations paired with independent 3D multi-sequence clinical MRI cases whose patient and scanner provenance is known; a sharp drop in class-extraction accuracy or Dice relative to the reported 91.7 percent / 0.8032 would falsify the modular speech-to-segmentation claim.
If this is right
- Speech-derived text prompts can replace manual boxes at inference for MedSAM-style medical segmentation.
- LoRA adaptation of fewer than 5 percent of Grounding DINO parameters is enough to keep localization quality high enough for downstream Dice near a fully fine-tuned baseline.
- Negation-aware clinical NLP plus a controlled tumor vocabulary can turn free-form radiologist speech into usable class prompts.
- The same modular stack can be evaluated out-of-distribution on other 2D brain-MRI collections without retraining the segmenter.
- Future 3D multi-sequence extensions become feasible because most foundation-model weights stay frozen.
Where Pith is reading between the lines
- If the speech module generalizes, departments could log dictation audio as a free supervisory signal and reduce the need for dedicated pixel-label campaigns.
- The same detection-then-prompt pattern could be tried on other organs where radiologists already dictate findings and SAM-style medical models exist.
- Failure modes will likely concentrate on rare synonyms, heavy accents, or multi-lesion reports that the current controlled vocabulary and single-box filtering do not cover.
- Parameter-efficient grounding may let hospitals keep a single shared MedSAM and only swap lightweight LoRA adapters per site or scanner.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. LoGSAM is a modular speech-to-segmentation pipeline for brain MRI tumors. Radiologist dictation is transcribed/translated with Whisper, then mapped by negation-aware spaCy/negspaCy NLP (with a curated synonym dictionary) into a controlled class prompt. A LoRA-adapted Grounding DINO (Swin-T) localizes the tumor from the image+prompt; predicted boxes prompt a frozen MedSAM for pixel masks. On BRISC 2025, LoRA-GDINO + MedSAM reaches mean Dice 0.8032 (98.6% of a fully fine-tuned GDINO+MedSAM baseline of 0.8145) while training ~4.96% of parameters; detection mAP/IoU and LoRA rank/injection ablations are reported, with OOD results on a Kaggle BBOX set. A separate 12-case German dictation evaluation reports 91.7% case-level class-extraction accuracy.
Significance. If the accuracy/parameter trade-off holds, the work is a useful engineering demonstration that PEFT (LoRA) can adapt open-set grounding models to MRI with modest localization loss, and that detection-driven boxes can drive frozen MedSAM to near fully supervised Dice without pixel-level fine-tuning. The modular composition of ASR, clinical NLP, grounding, and medical SAM is practically relevant for reducing dense annotation burden. Strengths include clear ablations on LoRA rank and injection location (Table 4), explicit comparison to a fully fine-tuned baseline and a U-Net ensemble (Tables 2–3), OOD detection numbers, and released code. The speech-to-segmentation framing is the more ambitious claim and would matter clinically if better supported.
major comments (3)
- [Abstract, §1, §2.1–2.2, Table 1, §3] Abstract, §1 contributions, and §4 frame the central result as a modular speech-to-segmentation pipeline. Detection-to-segmentation (LoRA-GDINO + frozen MedSAM) is supported by Tables 2–4. The speech claim, however, rests on n=12 German dictations (three per class; §2.1) with 91.7% case-level class-extraction accuracy and a hand-curated synonym/negation lexicon (§2.2). Table 1 already shows an ASR failure that flips the class. The paper never reports Dice or box mAP when prompts come from real ASR+NLP output rather than oracle class labels, so the end-to-end speech-to-mask claim is under-supported relative to how it is stated.
- [Tables 2–3, §3] Tables 2–3 report only point estimates (mAP, mean IoU, mean Dice) with no standard deviations, confidence intervals, or statistical comparison to the fully fine-tuned baseline or the Trust-Refined U-Net ensemble. Given mild class imbalance and multi-source JPEG slices without patient/scanner metadata (§2.1), the 1.13-point Dice gap and the “98.6% of baseline / SOTA” language cannot be assessed for reliability. At minimum, report variability (e.g., over seeds or folds) and a simple significance test for the key Dice comparison.
- [§2.1 Datasets] BRISC is described as multi-source 2D JPEGs lacking patient, slice, and scanner metadata, with only manual review against patient overlap (§2.1). The OOD set is another public JPEG collection. Without patient-level splits or acquisition metadata, the generalization claims (including the 12-case speech test on “unseen” scans) risk slice- or source-level leakage. Clarify split construction and, if possible, report patient-level metrics or a stronger external clinical cohort.
minor comments (5)
- [Abstract, Table 3] Abstract and Table 3 use both “80.32%” and “0.8032” for Dice; standardize to one convention and state whether the metric is mean over cases or over classes.
- [Fig. 2, §3] Fig. 2 caption and body text should state whether boxes/masks shown use oracle class prompts or speech-derived prompts, and whether healthy cases produce empty masks by design.
- [§2.2 Implementation Details] Implementation details: justify τ=0.3 and the choice of r=64 beyond the ablation table; note whether MedSAM box prompts are expanded or used as-is.
- [Throughout] Minor language issues: “using<5%” spacing; “gg(227)” case ID in Table 1; “BBOX” vs full dataset name consistency; “state-of-the-art dice score” capitalization.
- [§1] Related work could more clearly position against other LoRA+SAM medical pipelines (e.g., cited [5,12]) and against pure detection baselines that lack text conditioning.
Circularity Check
No circularity: empirical modular pipeline with standard supervised training and held-out evaluation; results do not reduce by construction to inputs.
full rationale
LoGSAM is an engineering composition of pretrained foundation models (Whisper, spaCy/negspaCy, LoRA-adapted Grounding DINO, frozen MedSAM) rather than a first-principles derivation. Localization is trained with ordinary bounding-box supervision on BRISC train splits (AdamW, 125 epochs, r=64 LoRA); segmentation Dice (0.8032) and mAP are measured on held-out BRISC test and an OOD Kaggle set; the speech-to-prompt module is evaluated separately on 12 external German dictations for class-extraction accuracy. None of the reported numbers is obtained by fitting a parameter to a quantity and then re-labeling that same quantity as a prediction, nor is any uniqueness or ansatz imported via self-citation. Ablations (rank, injection location) and the fully-fine-tuned baseline comparison are independent controls. Minor engineering choices (curated synonym list, τ=0.3) are explicit and do not force the Dice or accuracy figures by definition. The derivation chain is therefore self-contained against external benchmarks and exhibits no circular steps.
Axiom & Free-Parameter Ledger
free parameters (4)
- LoRA rank r =
64
- detection confidence threshold τ =
0.3
- AdamW learning rate and schedule =
2e-4, 125 epochs, OneCycle
- curated tumor synonym dictionary and controlled class vocabulary =
hand-curated
axioms (5)
- domain assumption Pretrained Whisper large-v3 transcription/translation is accurate enough for clinical entity extraction (cited German WER 5.7%).
- domain assumption Negation-aware spaCy/negspaCy plus global negative cues correctly decide tumor vs healthy prompts.
- domain assumption Predicted bounding boxes from LoRA-GDINO are sufficient prompts for frozen MedSAM to produce clinically useful masks without MedSAM fine-tuning.
- domain assumption BRISC train/val/test splits have negligible patient overlap and are representative enough for the reported in-distribution claims despite missing patient/scanner metadata.
- domain assumption Low-rank LoRA updates in selected attention/FFN/cross-attention/text-encoder layers preserve pretrained cross-modal knowledge while adapting to MRI.
invented entities (2)
-
LoGSAM modular speech-to-segmentation pipeline
no independent evidence
-
structured tumor prompt mapping p = g(c, n)
no independent evidence
read the original abstract
Precise localization and delineation of brain tumors using magnetic resonance imaging (MRI) are essential for planning therapy and guiding surgical decisions. To address this, we propose LoGSAM, a parameter-efficient, detection-driven framework that transforms radiologist dictation into text prompts for foundation-model-based localization and segmentation. Radiologist speech is first transcribed and translated using a pretrained Whisper ASR model, followed by negation-aware clinical NLP to extract tumor-specific textual prompts. These prompts guide text-conditioned tumor localization via a LoRA-adapted vision-language detection model, Grounding DINO (GDINO). The predicted bounding boxes are used as prompts for MedSAM to generate pixel-level tumor masks without any additional fine-tuning. On BRISC 2025, LoGSAM attains a Dice score of 80.32\%, reaching 98.6\% of a fully fine-tuned GDINO + MedSAM baseline while training fewer than 5\% of its parameters, indicating a favorable accuracy/parameter trade-off. In addition, we evaluate the full pipeline using German dictations from a board-certified radiologist on unseen MRI scans, achieving 91.7\% case-level class-extraction accuracy. These results highlight the feasibility of constructing a modular speech-to-segmentation pipeline from pretrained foundation models with minimal parameter updates.
Reference graph
Works this paper leans on
-
[1]
In: European Conference on Computer Vision (ECCV), pp
Liu, S., Zeng, Z., Ren, T., et al.: Grounding DINO: Marrying DINO with Grounded Pre-Training for Open-Set Object Detection. In: European Conference on Computer Vision (ECCV), pp. 38–55. Springer, Heidelberg (2024)
2024
-
[2]
In: Medical Image Computing and Computer-Assisted Intervention (MICCAI), pp
Ronneberger, O., Fischer, P., Brox, T.: U-Net: Convolutional Networks for Biomed- ical Image Segmentation. In: Medical Image Computing and Computer-Assisted Intervention (MICCAI), pp. 234–241 (2015)
2015
-
[3]
W., Xu, T., Brockman, G., McLeavey, C., Sutskever, I.: Ro- bust Speech Recognition via Large-Scale Weak Supervision
Radford, A., Kim, J. W., Xu, T., Brockman, G., McLeavey, C., Sutskever, I.: Ro- bust Speech Recognition via Large-Scale Weak Supervision. In: Int. Conference on Machine Learning (ICML), pp. 28492–28518. PMLR (2023)
2023
-
[4]
Nature Communications,15(1), 654 (2024)
Ma, J., He, Y., Li, F., Han, L., You, C., Wang, B.: Segment anything in medical images. Nature Communications,15(1), 654 (2024)
2024
-
[5]
IEEE Transactions on Ultrasonics, Ferroelectrics, and Frequency Control (2025)
Rasaee, H., Koleilat, T., Rivaz, H.: Grounding DINO-US-SAM: Text-Prompted Multi-Organ Segmentation in Ultrasound with LoRA-Tuned Vision-Language Mod- els. IEEE Transactions on Ultrasonics, Ferroelectrics, and Frequency Control (2025)
2025
-
[6]
J., Shen, Y., Wallis, P., Allen-Zhu, Z., Li, Y., Wang, S., Wang, L., Chen, W.: LoRA: Low-rank adaptation of large language models
Hu, E. J., Shen, Y., Wallis, P., Allen-Zhu, Z., Li, Y., Wang, S., Wang, L., Chen, W.: LoRA: Low-rank adaptation of large language models. In: International Conference on Learning Representations (ICLR),1(2), 3 (2022)
2022
-
[7]
Acta Neuropathologica 131(6), 803–820 (2016)
Louis,D.N.,Perry,A.,Reifenberger,G.,etal.:The2016WorldHealthOrganization Classification of Tumors of the Central Nervous System. Acta Neuropathologica 131(6), 803–820 (2016)
2016
-
[8]
Physics in Medicine & Biology58(13), R97 (2013)
Bauer, S., Wiest, R., Nolte, L.-P., Reyes, M.: A Survey of MRI-Based Medical Image Analysis for Brain Tumor Studies. Physics in Medicine & Biology58(13), R97 (2013)
2013
-
[9]
Frontiers in Oncology15, 1643208 (2025)
Han, W., Dong, X., Wang, G., Ding, Y., Yang, A.: Application and improvement of YOLO11 for brain tumor detection in medical images. Frontiers in Oncology15, 1643208 (2025)
2025
-
[10]
arXiv preprint arXiv:1906.07155 (2019)
Chen, K., Wang, J., Pang, J., Cao, Y., Xiong, Y., Li, X., Sun, S., Feng, W., Liu, Z., Xu, J., Zhang, Z.: MMDetection: Open mmlab detection toolbox and benchmark. arXiv preprint arXiv:1906.07155 (2019)
Pith/arXiv arXiv 1906
-
[11]
Insights into Imaging14(1), 47 (2023)
Jörg, T., Kämpgen, B., Feiler, D., Müller, L., Düber, C., Mildenberger, P., Jung- mann, F.: Efficient structured reporting in radiology using an intelligent dialogue system based on speech recognition and natural language processing. Insights into Imaging14(1), 47 (2023)
2023
-
[12]
In: International Conference on Medical Imaging and Computer-Aided Diagnosis, pp
Hu, J., Xu, X., Zou, Z.: LoRA-MedSAM: Efficient medical image segmentation. In: International Conference on Medical Imaging and Computer-Aided Diagnosis, pp. 154–164. Springer, Singapore (2024)
2024
-
[13]
L., et al.: Radiotherapy Planning and Evaluation
Chang, E. L., et al.: Radiotherapy Planning and Evaluation. Neurosurgery Clinics of North America18(1), 43–53 (2007)
2007
-
[14]
D., Langlotz, C
Zhang, Y., Jiang, H., Miura, Y., Manning, C. D., Langlotz, C. P.: Contrastive learning of medical visual representations from paired images and text. In: Machine Learning for Healthcare Conference, pp. 2–25. PMLR (2022)
2022
-
[15]
In: Proceedings of the Conference on Empirical Methods in NLP (EMNLP), vol
Wang, Z., Wu, Z., Agarwal, D., Sun, J.: MedCLIP: Contrastive learning from unpaired medical images and text. In: Proceedings of the Conference on Empirical Methods in NLP (EMNLP), vol. 2022, p. 3876 (2022)
2022
-
[16]
K., Mahala, S., Kumar, Y., Shekhawat, N
Bhamboo, A. K., Mahala, S., Kumar, Y., Shekhawat, N. S., Sharma, K.: Trust- Refined U-Net Ensemble for Uncertainty-Aware Brain Tumor Segmentation. Au- thorea Preprints (2025) 10 M.R.I. Bhuiyan et. al
2025
-
[17]
C., Lo, W.-Y., Dollár, P.: Segment Anything
Kirillov, A., Mintun, E., Ravi, N., Mao, H., Rolland, C., Gustafson, L., Xiao, T., Whitehead, S., Berg, A. C., Lo, W.-Y., Dollár, P.: Segment Anything. In: Proceed- ings of the IEEE/CVF Int. Conference on Computer Vision (ICCV), pp. 4015–4026 (2023)
2023
-
[18]
W., Bridewell, W., Hanbury, P., Cooper, G
Chapman, W. W., Bridewell, W., Hanbury, P., Cooper, G. F., Buchanan, B. G.: A simple algorithm for identifying negated findings and diseases in discharge sum- maries. Journal of Biomedical Informatics34(5), 301–310 (2001)
2001
-
[19]
Zenodo (2020)
Honnibal, M., Montani, I., Van Landeghem, S., Boyd, A.: spaCy: Industrial- Strength Natural Language Processing in Python. Zenodo (2020)
2020
-
[20]
Scientific Data (2026)
Fateh,A.,Rezvani,Y.,Moayedi,S.,Rezvani,S.,Fateh,F.,Fateh,M.,Abolghasemi, V.: BRISC: Annotated dataset for brain tumor segmentation and classification. Scientific Data (2026)
2026
-
[21]
MRI for Brain Tumor with Bounding Boxes (Kag- gle dataset),https://www.kaggle.com/datasets/ahmedsorour1/ mri-for-brain-tumor-with-bounding-boxes, last accessed 2026/02/07
2026
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.