YuhengSSS/VisionRL2-Qwen3.5-4B

Paper: https://arxiv.org/abs/2609.19745

Vision-RL²: region-level policy optimization of the SD-RPN region proposal twig on a frozen Qwen3.5-4B. This is the stage-2 (RL) checkpoint of the paper "Region-Level Policy Optimization for Fine-grained MLLM Perception".

The backbone weights are unchanged from Qwen/Qwen3.5-4B; only the SD-RPN twig is trained.

Configuration

item value
backbone Qwen/Qwen3.5-4B (frozen)
twig K = 21, T = 3
stage 2 (region-level RL on top of the SD-RPN stage-1 twig)
placebo margin κ 1.25
weights full model directory (backbone + twig), bfloat16 safetensors

How to use

These weights need the modeling code in YuHengsss/VisionRL2. They are not loadable for RoI inference through a plain AutoModel / AutoModelForCausalLM call: the RoI gating path (heatmap head, peak-relative gate, connected-component crop, sub-image splice) lives in the repository's model classes and evaluation harness.

git clone https://github.com/YuHengsss/VisionRL2
cd VisionRL2
hf download YuhengSSS/VisionRL2-Qwen3.5-4B --local-dir output/rl/VisionRL2-Qwen3.5-4B

# main table (generation + judge)
MODEL=qwen3_5 CHECKPOINT=output/rl/VisionRL2-Qwen3.5-4B bash scripts/main_eval.sh

# training-aligned protocol
MODEL=qwen3_5 CHECKPOINT=output/rl/VisionRL2-Qwen3.5-4B CAP=576 bash scripts/aligned_eval.sh

The checkpoint path is passed through the CHECKPOINT environment variable of scripts/main_eval*.sh and scripts/aligned_eval*.sh.

Links

Citation

@article{shi2026visionrl2,
  title   = {Region-Level Policy Optimization for Fine-grained MLLM Perception},
  author  = {Shi, Yuheng and Pei, Xiaohuan and Dong, Minjing and Xu, Chang},
  journal = {arXiv preprint arXiv:2609.19745},
  year    = {2026}
}

@inproceedings{shi2026sdrpn,
  title     = {Catching the Details: Self-Distilled RoI Predictors for Fine-Grained MLLM Perception},
  author    = {Shi, Yuheng and Pei, Xiaohuan and Dong, Minjing and Xu, Chang},
  booktitle = {ICLR},
  year      = {2026}
}
Downloads last month
-
Safetensors
Model size
5B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for YuhengSSS/VisionRL2-Qwen3.5-4B

Finetuned
Qwen/Qwen3.5-4B
Finetuned
(675)
this model

Collection including YuhengSSS/VisionRL2-Qwen3.5-4B

Paper for YuhengSSS/VisionRL2-Qwen3.5-4B