File size: 2,125 Bytes
7848f17
646ba15
 
 
 
65522b2
 
 
 
 
 
 
 
 
7848f17
 
 
 
 
 
a2db399
 
65522b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: test
    path: mc_qa_annotations_1300.json
license: apache-2.0
task_categories:
- visual-question-answering
language:
- en
pretty_name: lsdbench
size_categories:
- 1K<n<10K
---

# Dataset Card for LSDBench: Long-video Sampling Dilemma Benchmark

<!-- Provide a quick summary of the dataset. -->

A benchmark that focuses on the sampling dilemma in long-video tasks. Through well-designed tasks, it evaluates the sampling efficiency of long-video VLMs.

Arxiv Paper: [📖 Does Your Vision-Language Model Get Lost in the Long Video Sampling Dilemma?](https://arxiv.org/abs/2503.12496)

Github : [https://github.com/dvlab-research/LSDBench](https://github.com/dvlab-research/LSDBench)

![teaser](https://raw.githubusercontent.com/dvlab-research/LSDBench/main/assets/teaser.png)***(Left)** In Q1, identifying a camera wearer's visited locations requires analyzing the entire video. However, key frames are sparse, so sampling one frame per minute often provides enough information. In contrast, Q2 examines the packing order during checkout, requiring high-resolution sampling to capture rapid actions. **(Right)** **Sampling Dilemma** emerges in tasks like Q2: a low sampling density fails to provide sufficient visual cues for accurate answers, while a high sampling density results in redundant frames, significantly slowing inference speed. This challenge underscores the need for adaptive sampling strategies, especially for tasks with high necessary sampling density.*

## LSDBench

The LSDBench dataset is designed to evaluate the sampling efficiency of long-video VLMs. It consists of multiple-choice question-answer pairs based on hour-long videos, focusing on short-duration actions with high Necessary Sampling Density (NSD).

*   **Number of QA Pairs:** 1304
*   **Number of Videos:** 400
*   **Average Video Length:** 45.39 minutes (ranging from 20.32 to 115.32 minutes)
*   **Average Target Segment Duration:** 3 minutes


## Evaluation on LSDBench

Please see our [github repo](https://github.com/dvlab-research/LSDBench) for detailed evaluation guide.