CVCLJun 10

UniReason-Med: A Shared Grounded Reasoning Interface for 2D-to-3D Transfer in Medical VQA

arXiv:2606.11740v110.8h-index: 7Has Code
Predicted impact top 44% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the data scarcity in 3D medical VQA by leveraging abundant 2D annotations, offering a practical solution for improving 3D reasoning without requiring additional 3D localization supervision.

UniReason-Med introduces a shared grounded reasoning interface that transfers reasoning structure from 2D medical images to 3D medical VQA, achieving substantial improvements in 3D reasoning over 3D-only training (e.g., +5.2% accuracy on 3D VQA benchmarks).

We study whether grounded reasoning supervision from abundant 2D medical images can improve 3D medical VQA when both input types are aligned through a common reasoning interface. We introduce UniReason-Med, a single-checkpoint framework that processes either a 2D image or a slice-serialized 3D volume at inference time, generating interleaved textual reasoning and localized visual evidence through shared box syntax, region-token injection, and a common grounded reasoning policy. To train this interface, we construct UniMed-CoT, a 220K instruction-tuning dataset with interleaved textual reasoning and grounded visual evidence, including 170K 2D and 50K 3D samples. Through supervised fine-tuning followed by outcome-level reinforcement learning, UniReason-Med learns to generate grounded reasoning traces without IoU/Dice-based localization rewards during RL. Data-mixture and component ablations show that joint 2D+3D grounded supervision substantially improves 3D reasoning over 3D-only training, while grounding and region-token injection consistently benefit both 2D and 3D tasks. These results suggest that a shared grounded reasoning interface can transfer reasoning structure from 2D images to slice-serialized volumetric medical understanding. The code and data are publicly available at https://github.com/IQuestLab/unireason-med.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes