DR-MV3D (SFT + GRPO)

Official checkpoint for Dense Reward for Multi-View 3D Reasoning with Global Maps and Local Views (ECCV 2026).

Paper · Project page · Code · SFT checkpoint

DR-MV3D answers questions about a 3D scene shown from several viewpoints. This is the final model of the paper: Qwen2.5-VL-3B-Instruct fine-tuned on map-grounded reasoning traces, then optimized with GRPO under dense, verifiable rewards.

Usage

The model expects the structured task prompt it was trained with, and produces a cognitive map, per-view ego-centric maps, a reasoning chain and the answer. See the GitHub repository for the prompt format, data preparation, inference and evaluation.

python scripts/run_inference.py \
  --model-path jihochoi/DR-MV3D-R-GRPO \
  -i data/prompts/MindCube_tinybench_drmv3d.jsonl \
  -o results/tinybench_responses.jsonl \
  --image-root data --batch-size 8

License

The weights are a fine-tune of Qwen2.5-VL-3B-Instruct and are released under Apache-2.0, the base model's license. The code is MIT-licensed.

Citation

@inproceedings{drmv3d2026,
  title={Dense Reward for Multi-View 3D Reasoning with Global Maps and Local Views},
  author={Choi, Jiho and Lee, Seonho and Park, Seojeong and Shim, Hyunjung},
  booktitle={Proceedings of the European Conference on Computer Vision (ECCV)},
  year={2026},
  eprint={2606.23557},
  archivePrefix={arXiv},
  primaryClass={cs.CV}
}
Downloads last month
15
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for jihochoi/DR-MV3D-R-GRPO

Finetuned
(883)
this model

Dataset used to train jihochoi/DR-MV3D-R-GRPO

Collection including jihochoi/DR-MV3D-R-GRPO

Paper for jihochoi/DR-MV3D-R-GRPO