File size: 1,271 Bytes
4acd955
 
 
 
 
 
940ed41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
license: apache-2.0
language:
- en
base_model:
- Qwen/Qwen2.5-VL-7B-Instruct
tags:
- video-understanding
- video-llm
- streaming-video
- arxiv:2603.12262
---

# VST-7B

**Video Streaming Thinking: VideoLLMs Can Watch and Think Simultaneously**

[📄 Paper](https://arxiv.org/abs/2603.12262) | [🌐 Project Page](https://1ranguan.github.io/VST/) | [💻 Code](https://github.com/1ranguan/VST) | [🤗 Training Data](https://huggingface.co/datasets/Catalan258/VST-Training-Data)

This is the **7B** variant of **Video Streaming Thinking (VST)**, a new paradigm for streaming video understanding that interleaves active reasoning with continuous video consumption, enabling amortized test-time scaling with real-time responsiveness.

## Performance

| Model | OVO-Bench | StreamingBench | VideoMME | LongVideoBench | VideoHolmes |
|---|---|---|---|---|---|
| **VST-7B** | 59.3 | 79.5 | 64.9 | 58.0 | 41.9 |

## Citation

```bibtex
@article{guan2026videostreamingthinking,
      title={Video Streaming Thinking: VideoLLMs Can Watch and Think Simultaneously},
      author={Yiran Guan and Liang Yin and Dingkang Liang and Jianzhong Ju and Zhenbo Luo and Jian Luan and Yuliang Liu and Xiang Bai},
      journal={arXiv preprint arXiv:2603.12262},
      year={2026},
}
```