Medical vision-language models typically generate diagnoses through single-pass inference without indicating which image regions support their conclusions. This lack of spatial grounding limits clinical utility: outputs cannot be audited, and models may hallucinate findings on normal scans. We present BrReMark (Brain Rethink via ROI Marking), a framework that introduces explicit region marking into brain MRI diagnosis. The model first generates hypotheses about potential abnormalities and grounds them through explicit bounding box marking, then verifies conclusions by re-examining the marked evidence. Training combines supervised fine-tuning on structured reasoning trajectories with reinforcement learning using a composite reward over localization accuracy and diagnostic reasoning. Furthermore, we integrate a domain randomization-based pathology synthesis augmentation strategy to improve the model's generalizability to out-of-distribution (OOD) data. On internal benchmark, BrReMark improves mAP50 from 0.74% to 37.54% compared to the base model, while achieving 21.57 Clinical F1 and 45.26% diagnostic accuracy. On NOVA OOD benchmark, it also achieves competitive overall performance with a 45.7% reduction in false positives compared to the state-of-the-art, indicating reduced hallucination on rare pathologies.
Left: Data curation and training pipeline. he training data consists of real slices from seven public brain MRI datasets (including both normal and abnormal cases), and synthetic slices generated via SynthSeg with EDT-weighted pathology injection.
Right: BrReMark inference pipeline. Given a brain MRI and query, the model first generates a hypothesis and invokes mark_bbox to localize suspicious regions (Turn 1), then re-examines the marked image to verify findings and produce a grounded diagnosis (Turn 2).
We formulate brain MRI diagnosis as a two-turn visual dialogue that mirrors clinical reasoning. In Turn 1, the model proposes a hypothesis and generates a bounding box to localize the suspicious region (or null for normal images). In Turn 2, the marked image is fed back — the model re-examines the highlighted region to verify or revise its hypothesis, producing a grounded final diagnosis with an auditable reasoning trace.
Stage 1 (SFT): Teaches the model the two-turn format and structural syntax (<think>, <tool_call>, <rethink>, <answer>) using Gemini-generated reasoning chains.
Stage 2 (GRPO): Aligns reasoning with clinical requirements via a composite reward: format compliance (rfmt), IoU-based localization (rloc), and LLM-as-judge semantic evaluation (rllm). Clinical safety constraints include hallucination penalty, modality gating, and synthetic reward masking.
To enhance OOD generalization, real lesion masks are injected into healthy brain label maps via EDT-weighted sampling, then rendered into domain-randomized MRI volumes. Synthetic data is used only in RL for spatial targeting, with rllm explicitly masked to prevent clinical hallucinations.
We evaluate BrReMark across three clinical tasks: Anomaly Localization, Image Description, and Differential Diagnosis on both in-distribution and OOD (NOVA) benchmarks. Despite with a compact size of 7B parameters, BrReMark achieves state-of-the-art performance across all tasks.
@inproceedings{li2026brremark,
title={Enhancing Brain MRI Anomaly Detection and Reasoning with ROI Rethink and Synthetic Data},
author={Li, Shangkun and Xu, Jie and Guo, Yi and Li, Zeju and Wang, Yuanyuan},
booktitle={International Conference on Medical Image Computing and Computer-Assisted Intervention (MICCAI)},
year={2026}
}