TVBench / README.md
dcores's picture
Update README.md
ecaa679 verified
metadata
license: cc-by-4.0
task_categories:
  - visual-question-answering
modalities:
  - Video
  - Text
configs:
  - config_name: action_antonym
    data_files: json/action_antonym.json
  - config_name: action_count
    data_files: json/action_count.json
  - config_name: action_localization
    data_files: json/action_localization.json
  - config_name: action_sequence
    data_files: json/action_sequence.json
  - config_name: egocentric_sequence
    data_files: json/egocentric_sequence.json
  - config_name: moving_direction
    data_files: json/moving_direction.json
  - config_name: object_count
    data_files: json/object_count.json
  - config_name: object_shuffle
    data_files: json/object_shuffle.json
  - config_name: scene_transition
    data_files: json/scene_transition.json
  - config_name: unexpected_action
    data_files: json/unexpected_action.json
language:
  - en
size_categories:
  - 1K<n<10K

TVBench

TVBench is a new benchmark specifically created to evaluate temporal understanding in video QA. We identified three main issues in existing datasets: (i) static information from single frames is often sufficient to solve the tasks (ii) the text of the questions and candidate answers is overly informative, allowing models to answer correctly without relying on any visual input (iii) world knowledge alone can answer many of the questions, making the benchmarks a test of knowledge replication rather than visual reasoning. In addition, we found that open-ended question-answering benchmarks for video understanding suffer from similar issues while the automatic evaluation process with LLMs is unreliable, making it an unsuitable alternative.

We defined 10 temporally challenging tasks that either require repetition counting (Action Count), properties about moving objects (Object Shuffle, Object Count, Moving Direction), temporal localization (Action Localization, Unexpected Action), temporal sequential ordering (Action Sequence, Scene Transition, Egocentric Sequence) and distinguishing between temporally hard Action Antonyms such as "Standing up" and "Sitting down".

In TVBench, state-of-the-art text-only, image-based, and most video-language models perform close to random chance, with only the latest strong temporal models, such as Tarsier, outperforming the random baseline. In contrast to MVBench, the performance of these temporal models significantly drops when videos are reversed.

image

Dataset statistics:

The table below shows the number of samples and the average frame length for each task in TVBench.

drawing

Download

Question and answers are provided as a json file for each task.

Videos in TVBench are sourced from Perception Test, CLEVRER, STAR, MoVQA, Charades-STA, NTU RGB+D, FunQA and CSV. All videos are included in this repository, except for those from NTU RGB+D, which can be downloaded from the official website. These videos are required by th Action Antonym task and should be stored in the video/action_antonym folder.

Leaderboard

image

Citation

If you find this benchmark useful, please consider citing:


@misc{cores2024tvbench,
  author = {Daniel Cores and Michael Dorkenwald and Manuel Mucientes and Cees G. M. Snoek and Yuki M. Asano},
  title = {TVBench: Redesigning Video-Language Evaluation},
  year = {2024},
  eprint = {arXiv:2410.07752},
}