--- language: - en license: apache-2.0 size_categories: - 1K 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.
_**Performance comparison of different models and sampling strategies.** We present three testing settings in total: Only Text, Oracle, and Full Video. In the Only Text setting, the model is provided with no visual information whatsoever. The Oracle setting involves using the annotated target segment as the video input, while the Full Video setting provides the complete long video as input. The ”Sampling” column lists the sampling strategies used: FPS represents sampling at fixed time intervals, fixed denotes uniform sampling with a fixed number of frames, and 2stage refers to the method we propose. Under each sampling strategy, the average number of sampled frames during evaluation on the LSDBench dataset is reported in the ”Frames” column, along with the corresponding sampling density (SD)._