Model reference · open weights
ParallelTubeDecoding-Qwen3-VL is an open-weight language model from MBZUAI, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
ParallelTubeDecoding-Qwen3-VL-4B This repository contains the merged Qwen3-VL-4B checkpoint for Parallel Tube Decoding (PTD) from Locate Anything in Videos: Rethinking Efficient Generative Spatio-Temporal Video Grounding. PTD first predicts the temporal interval of a queried event and then generates all time-conditioned spatial blocks in parallel. Decoupled Block Attention allows every spatial block to access the shared video-query context and the predicted temporal block while preventing dependencies between spatial blocks. The complete spatial tube is therefore produced in one parallel decoding round after temporal localization. - Code: mbzuai-oryx/ParallelTubeDecoding - Project page: Parallel Tube Decoding - Base model: Qwen/Qwen3-VL-4B-Instruct Model details - Backbone: Qwen3-VL-4B-Instruct - Method: Parallel Tube Decoding (PTD) - Tasks: spatio-temporal video grounding and temporal localization - Spatial representation: 1,001 discrete coordinate tokens over [0, 1000] - Temporal representation: 100 discrete time tokens - PTD spatial block size: 6 - Checkpoint format: merged model weights in FP16 - Transformers version: 5.12.1 The checkpoint supports the released PTD inference path and Quantized (NTP) inference. It does not include data or a separate LoRA adapter. Important loading note Use this checkpoint with the released ParallelTubeDecoding code. Standard Transformers loading provides the Qwen3-VL architecture, but PTD generation and Decoupled Block Attention are implemented by the released codebase. The release uses: For evaluation, set the model path to this Hugging Face repository: Then follow the repository's evaluation instructions. The released adapter is based on lmms-eval v0.7.1 at commit 88b23e2bfa16a1edbc16e9e238ed82130b3a4f56. Evaluation configuration The paper evaluation uses: For PTD inference, use: Quantized (NTP) inference uses: FlashAttention-2 must match the installed PyTorch and CUDA/ROCm environment. Training The released model was trained in two stages: 1. Supervised fine-tuning with the joint NTP/MTP formulation on the training splits of VidSTG and HC-STVG v1/v2. 2. Localization-aware GRPO with temporal IoU and spatial GIoU/L1 rewards.
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | MBZUAI |
|---|---|
| Type | Language models |
| Parameters (lead) | 4.4B |
| Variants | 1 |
| Runs with | transformers |
| Based on | Qwen/Qwen3-VL-4B-Instruct |
| Released | 2026-08-29 |
| Popularity | 16 downloads / month |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| ParallelTubeDecoding-Qwen3-VL-4B | 4.4B | BF16 | ~10.2 GB | ✓ | Weights ↗ |
Using it via the API
Once AxForge deploys paralleltubedecoding-qwen3-vl for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (paralleltubedecoding-qwen3-vl below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"paralleltubedecoding-qwen3-vl","messages":[{"role":"user","content":"Hello"}]}'
Details
Languages
Tags
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗