LSDBench / README.md
TainU's picture
Update README.md
65522b2 verified
|
raw
history blame
2.13 kB
metadata
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

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?

Github : https://github.com/dvlab-research/LSDBench

teaser(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 for detailed evaluation guide.