Datasets:

Modalities:
Video
ArXiv:
Libraries:
Datasets
License:
File size: 2,246 Bytes
607c219
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2b06f80
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
39
40
41
42
43
44
45
46
47
48
49
50
51
---
license: mit
size_categories:
- 1K<n<10K
task_categories:
- video-text-to-text
---

# OmniMMI

**Paper**: [OmniMMI: A Comprehensive Multi-modal Interaction Benchmark in Streaming Video Contexts](https://arxiv.org/abs/2503.22952)

[Code](https://github.com/bigai-nlco/OmniMMI)

## Dataset Description

we introduce OmniMMI, a comprehensive multi-modal interaction benchmark tailored for OmniLLMs in streaming video contexts. OmniMMI encompasses over 1,121 interactive videos and 2,290 questions, addressing two critical yet underexplored challenges in existing video benchmarks: streaming video understanding and proactive reasoning, across six distinct subtasks.


- **Streaming Temporal State Awareness**.  Streaming video understanding must build an understanding w.r.t. the current and historical temporal state incrementally, without accessing the future context. This contrasts with traditional MLLM that can leverage the entire multi-modal contexts, posing challenges in our distinguished tasks of action prediction (AP), state grounding (SG) and multi-turn dependencies (MD).

- **Proactive Reasoning and Turn-Taking**. Generating responses proactively and appropriately anticipating the turn-taking time spot w.r.t. user's intentions and dynamic contexts is a crucial feature for general interactive agents. This typically requires models to identify speakers (SI), distinguish between noise or legitimate query (PT), and proactively initiate a response (PA).



![images](./assets/teaser.png)



## Data Statistics

| **Statistic** | **SG** | **AP** | **MP** | **PT** | **PA** | **SI** |
|---------------|--------|--------|--------|--------|--------|--------|
| Videos      | 300    | 200    | 300    | 78     | 200    | 200    |
| Queries     | 704    | 200    | 786    | 200    | 200    | 200    |
| Avg. Turns    | 2.35   | 1.00   | 2.62   | 1.00   | 1.00   | 1.00   |
| Avg. Vid.(s)  | 350.82 | 234.95 | 374.80 | 2004.10| 149.82 | 549.64 |
| Avg. Que.     | 16.00  | 25.99  | 26.27  | 8.45   | 17.49  | 60.91  |


## Evaluation

We provide [OmniMMI](https://github.com/bigai-nlco/OmniMMI) for evaluation


## Leaderboard

See our [page](https://omnimmi.github.io/)


*Point of Contact*: mailto:[Yuxuan Wang]([email protected])