Research Papers 论文研究 1d ago Updated 15h ago 更新于 15小时前 49

TokenSwap: Benchmarking and Reducing the Modality Gap in Multimodal LLMs TokenSwap:基准测试与减少多模态大语言模型的模态差距

TokenSwap introduces a method for constructing cross-modal inputs by replacing textual concepts with semantically aligned images, interleaving visual and text tokens The modality gap is defined as the performance difference between semantically equivalent textual and multimodal inputs, revealing a pervasive 19.6% average performance drop across 42 MLLMs Reasoning models show significantly smaller modality gaps (10.1%) compared to non-reasoning models (25.5%) Neither prompting strategies nor scal 提出TokenSwap方法,通过将文本概念替换为语义对齐的图像,构建视觉token与文本token交错的输入序列 定义"模态差距"为语义等价但跨模态输入下模型预测的系统性差异,并在42个MLLMs上验证其普遍存在 创建TokenSwap-Bench基准,将MMLU等文本基准转换为图像交错版本,发现模型性能平均下降19.6% 推理模型模态差距显著更小(10.1% vs 25.5%),而提示策略或增加计算量无法可靠缓解该问题 在训练中融入TokenSwap数据可有效缩小模态差距,同时保持纯文本和视觉语言性能

68
Hot 热度
72
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • TokenSwap introduces a method for constructing cross-modal inputs by replacing textual concepts with semantically aligned images, interleaving visual and text tokens
  • The modality gap is defined as the performance difference between semantically equivalent textual and multimodal inputs, revealing a pervasive 19.6% average performance drop across 42 MLLMs
  • Reasoning models show significantly smaller modality gaps (10.1%) compared to non-reasoning models (25.5%)
  • Neither prompting strategies nor scaling training compute alone reliably reduces the modality gap
  • Incorporating TokenSwap during training effectively mitigates the gap while preserving strong text-only and vision-language performance

Why It Matters

This research addresses a fundamental reliability concern in multimodal AI systems: models that perform well on text-based benchmarks may degrade significantly when presented with semantically equivalent multimodal inputs. For practitioners building production MLLM applications, this gap represents a hidden failure mode that could lead to inconsistent user experiences. The findings also challenge common assumptions about scaling and prompting as solutions to modality alignment issues.

Technical Details

  • TokenSwap Method: Constructs cross-modal test inputs by replacing textual concepts with semantically aligned images, creating sequences where visual tokens are interleaved with text tokens
  • TokenSwap-Bench: Transforms existing text-based benchmarks (e.g., MMLU) into image-interleaved counterparts for systematic evaluation
  • Empirical Findings: Evaluated across 42 MLLMs, performance decreased by 4.2% to 47.4% (averaging 19.6% +/- 3.3%) when moving from text-only to image-interleaved inputs
  • Reasoning Model Advantage: Reasoning models achieved an average gap of 10.1% versus 25.5% for non-reasoning models, suggesting architectural differences in cross-modal consistency
  • Mitigation Approach: Training with TokenSwap-generated inputs effectively reduces the modality gap while maintaining strong performance on standard text-only and vision-language benchmarks

Industry Insight

  • Benchmark Reliability Concern: Current MLLM evaluations may overestimate real-world performance, as models are predominantly tested on text-only or purely visual inputs rather than mixed modalities
  • Reasoning Models as a Design Choice: The smaller modality gap in reasoning models suggests that architectural choices favoring chain-of-thought or extended reasoning may inherently improve cross-modal consistency, informing future model design
  • Training Data Strategy: Simply scaling compute or refining prompts is insufficient; practitioners should consider incorporating cross-modal training examples (like TokenSwap) to build more robust multimodal systems, particularly for applications requiring consistent behavior across input modalities

TL;DR

  • 提出TokenSwap方法,通过将文本概念替换为语义对齐的图像,构建视觉token与文本token交错的输入序列
  • 定义"模态差距"为语义等价但跨模态输入下模型预测的系统性差异,并在42个MLLMs上验证其普遍存在
  • 创建TokenSwap-Bench基准,将MMLU等文本基准转换为图像交错版本,发现模型性能平均下降19.6%
  • 推理模型模态差距显著更小(10.1% vs 25.5%),而提示策略或增加计算量无法可靠缓解该问题
  • 在训练中融入TokenSwap数据可有效缩小模态差距,同时保持纯文本和视觉语言性能

为什么值得看

该研究揭示了多模态大模型在跨模态一致性方面的系统性缺陷,为评估和改进MLLMs提供了新的基准和方法。对AI从业者而言,理解并缩小模态差距是构建真正可靠多模态系统的关键一步。

技术解析

  • TokenSwap方法:通过将文本中的概念替换为语义对齐的图像,生成视觉token与文本token交错的序列,用于构建跨模态等价输入对
  • TokenSwap-Bench基准:将MMLU等现有文本基准转换为图像交错版本,用于系统评估模态差距
  • 实验规模:在42个多模态大语言模型上进行测试,覆盖推理模型与非推理模型
  • 性能下降范围:从纯文本到图像交错输入,性能下降4.2%至47.4%,平均下降19.6% +/- 3.3%
  • 训练改进方案:在训练过程中融入TokenSwap数据,可有效缓解模态差距且不影响原有性能

行业启示

  • 多模态模型的"一致性"评估应成为行业标准,当前模型在跨模态等价输入下的表现存在显著缺陷
  • 推理模型在模态鲁棒性方面表现更优,提示未来多模态系统可借鉴推理架构设计
  • 单纯增加训练数据或计算量无法解决模态差距问题,需要针对性的训练策略和数据增强方法

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Multimodal 多模态 LLM 大模型 Benchmark 基准测试 Research 科学研究 Evaluation 评测