Instructions to use ddz16/Qwen3-VL-8B-CRPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ddz16/Qwen3-VL-8B-CRPO with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("ddz16/Qwen3-VL-8B-CRPO") model = AutoModelForImageTextToText.from_pretrained("ddz16/Qwen3-VL-8B-CRPO") - Notebooks
- Google Colab
- Kaggle
CRPO: Learning Spatiotemporal Sensitivity in Video LLMs
This repository contains the weights for the model presented in the paper Learning Spatiotemporal Sensitivity in Video LLMs via Counterfactual Reinforcement Learning.
Overview
Video large language models (Video LLMs) often answer video questions through shortcuts such as single-frame cues and language priors rather than by tracking spatiotemporal dynamics. Counterfactual Relational Policy Optimization (CRPO) is a dual-branch RL framework designed to improve spatiotemporal sensitivity.
CRPO constructs counterfactual videos through horizontal flips and temporal reversals, training on both original and counterfactual branches. It introduces a Counterfactual Relation Reward (CRR) between their answers, which encourages answers to change for dynamic questions and remain unchanged for static questions. This makes it difficult for shortcut policies to be consistently rewarded.
Resources
- Paper: Learning Spatiotemporal Sensitivity in Video LLMs via Counterfactual Reinforcement Learning
- Project Page: https://ddz16.github.io/crpo.github.io/
- GitHub Repository: https://github.com/ddz16/CRPO
Evaluation
The model was evaluated on DyBench, a paired counterfactual video benchmark with 3,014 videos covering reversible dynamics, moving direction, and event sequence. On Qwen3-VL-8B, CRPO significantly improves spatiotemporal sensitivity metrics (such as DyBench P-Acc and TimeBlind I-Acc) over the base model while maintaining competitive general video performance.
- Downloads last month
- 159