paper-with-me

Papers

Dynamic Multimodal Evaluation with Flexible Complexity by Vision-Language Bootstrapping

2024-10-11 · Yue Yang, Shuibai Zhang, Wenqi Shao, Kaipeng Zhang, Yi Bin, Yu Wang, Ping Luo

Large Vision-Language Models (LVLMs) have demonstrated remarkable capabilities across multimodal tasks such as visual perception and reasoning, leading to good performance on various multimodal evaluation benchmarks. However, these benchmarks keep a static nature and overlap with the pre-training data, resulting in fixed complexity constraints and data contamination issues. This raises the concern regarding the validity of the evaluation. To address these two challenges, we introduce a dynamic multimodal evaluation protocol called Vision-Language Bootstrapping (VLB). VLB provides a robust and comprehensive assessment for LVLMs with reduced data contamination and flexible complexity. To this end, VLB dynamically generates new visual question-answering samples through a multimodal bootstrapping module that modifies both images and language, while ensuring that newly generated samples remain consistent with the original ones by a judge module. By composing various bootstrapping strategies, VLB offers dynamic variants of existing benchmarks with diverse complexities, enabling the evaluation to co-evolve with the ever-evolving capabilities of LVLMs. Extensive experimental results across multiple benchmarks, including SEEDBench, MMBench, and MME, show that VLB significantly reduces data contamination and exposes performance limitations of LVLMs.

📄 PDF Abstract BibTeX arXiv:2410.08695

Code (1)

yangyue5114/DME 공식 구현 pytorch

Tasks

MMEQuestion AnsweringVisual Question Answering

Similar Papers 제목 키워드 기반

FlagEvalMM: A Flexible Framework for Comprehensive Multimodal Model Evaluation

2025-06-10 · Zheqi He, Yesheng Liu, Jing-shu Zheng, Xuejing Li 외

We present FlagEvalMM, an open-source evaluation framework designed to comprehensively assess multimodal models across a diverse range of vision-language understanding and generation tasks, such as visual question answer…

Image-text RetrievalQuestion AnsweringText RetrievalVideo Generation+1

Towards Agentic AI for Multimodal-Guided Video Object Segmentation

2025-08-14 · Tuyen Tran, Thao Minh Le, Truyen Tran arxiv

Referring-based Video Object Segmentation is a multimodal problem that requires producing fine-grained segmentation results guided by external cues. Traditional approaches to this task typically involve training speciali…

Video Object Segmentation

Multimodal Mamba: Decoder-only Multimodal State Space Model via Quadratic to Linear Distillation

2025-02-18 · Bencheng Liao, Hongyuan Tao, Qian Zhang, Tianheng Cheng 외

Recent Multimodal Large Language Models (MLLMs) have achieved remarkable performance but face deployment challenges due to their quadratic computational complexity, growing Key-Value cache requirements, and reliance on s…

DecoderGPUMambaState Space Models

Dynamic-I2V: Exploring Image-to-Video Generaion Models via Multimodal LLM

2025-05-26 · Peng Liu, Xiaoming Ren, Fengkai Liu, Qingsong Xie 외

Recent advancements in image-to-video (I2V) generation have shown promising performance in conventional scenarios. However, these methods still encounter significant challenges when dealing with complex scenes that requi…

Image to Video GenerationVideo Generation

Dynamic Token Reduction during Generation for Vision Language Models

2025-01-24 · Xiaoyu Liang, Chaofeng Guan, Jiaying Lu, Huiyao Chen 외

Vision-Language Models (VLMs) have achieved notable success in multimodal tasks but face practical limitations due to the quadratic complexity of decoder attention mechanisms and autoregressive generation. Existing metho…

DecoderToken Reduction