Skip to content

Qwen2.5-VL-7B Charades-STA results significantly lower than reported (29.46 vs 43.6 mIoU) #857

@jihwankwak

Description

@jihwankwak

Issue Description

Following some issues in the Qwen2.5-VL official repo,

Expected Results

  • Paper reports: 43.6 mIoU

Actual Results

  • My evaluation: 29.46 mIoU
  • With fps 2: 29.78 mIoU

This is a substantial gap of ~14 mIoU.

Setup Details

  • Model: Qwen2.5-VL-7B (labeled as 'temporal_grounding_charades' in lmms-eval)
  • Benchmark: Charades-STA
  • Evaluation tool: lmms-eval with default settings
  • script (same as default):
accelerate launch --num_processes=8 --main_process_port=12346 -m lmms_eval \
    --model qwen2_5_vl \
    --model_args=pretrained=Qwen/Qwen2.5-VL-7B-Instruct,max_pixels=12845056,attn_implementation=flash_attention_2,interleave_visuals=False \
    --tasks temporal_grounding_charades \
    --batch_size 1 \

Questions

  1. Is there any implementation details that I've been missing?

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