Search papers, labs, and topics across Lattice.
The Massive Video Embedding Benchmark (MVEB) introduces a comprehensive evaluation framework consisting of 23 diverse tasks for assessing video embeddings, including classification, retrieval, and question answering. Evaluation of 33 models reveals that no single model excels across all tasks, with MLLM-based embeddings performing best in classification and QA, while multimodal binding outperforms in retrieval and zero-shot classification. Notably, the contribution of audio to performance varies significantly based on the provenance of dataset annotations, highlighting a six-point performance gap across model families depending on whether labels were derived from both modalities or visuals alone.
No single model dominates video embedding tasks, revealing stark contrasts in performance based on modality and task type.
We introduce the Massive Video Embedding Benchmark (MVEB), a 23-task benchmark for video embeddings spanning classification, zero-shot classification, clustering, pair classification, retrieval, and video-centric question answering. We evaluate 33 models and find that no single model dominates: MLLM-based embeddings lead on classification, clustering, pair classification, and QA; multimodal binding leads on retrieval and zero-shot classification; generative MLLMs without contrastive adaptation collapse on cross-modal tasks. Paired video-only vs. audio+video evaluations show that audio's contribution depends on dataset annotation provenance: audio helps when labels were produced from both modalities and hurts when they were produced from visuals alone, a six-point gap consistent across model families. MVEB is derived from MVEB+, a 184-task pool, and is designed to maintain task diversity while reducing evaluation cost. It integrates into the MTEB ecosystem for unified evaluation across text, image, audio, and video. We release MVEB and all 184 tasks along with code and a leaderboard at https://github.com/embeddings-benchmark/mteb.