Skip to content

Inquiry regarding VLM4D baseline evaluation details and reproduction scripts Description #4

Description

@Zhu-Yakun

Hello MLLM-4D authors,

Thank you for the fantastic work on this paper and for sharing your insights on spatial-temporal reasoning!

I am currently working on reproducing the baseline evaluations on the VLM4D benchmark to better understand the improvements introduced by your framework. [cite_start]However, I have noticed a slight discrepancy between my reproduction of the baseline and the results reported in the paper (Table 2 reports the baseline at 52.1%, and the proprietary/open-source table reports Qwen3-VL-8B-Instruct at 52.2%).

Using my current evaluation pipeline, I am achieving an accuracy of 53.41%, which is roughly 1.2 points higher than the reported baseline.

For transparency, here are the exact configurations I used for my baseline evaluation:

  • Prompting: Direct-Output (DO mode)
  • Resolution Settings: Original resolution, bounded by min_pixels=64x28x28 and max_pixels=256x28x28
  • Decoding Strategy: Greedy decoding (do_sample=False)
  • Frame Sampling: Fixed to 32 frames (nframes=32). For short videos, it automatically caps at the actual frame count, floored to the nearest multiple of 2.

Could you please clarify if there are any specific differences in your evaluation script for the baselines? Specifically, I would love to know:

  1. What frame sampling strategy and resolution limits were applied to the baseline models during your evaluation?
  2. Are you planning to release the evaluation scripts used for the baselines?

Aligning these evaluation details will be incredibly helpful for my research. Thank you again for your time and for the great contribution to the community!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions