paper-with-me

Papers

UniBench: Visual Reasoning Requires Rethinking Vision-Language Beyond Scaling

2024-08-09 · Haider Al-Tahan, Quentin Garrido, Randall Balestriero, Diane Bouchacourt, Caner Hazirbas, Mark Ibrahim

Significant research efforts have been made to scale and improve vision-language model (VLM) training approaches. Yet, with an ever-growing number of benchmarks, researchers are tasked with the heavy burden of implementing each protocol, bearing a non-trivial computational cost, and making sense of how all these benchmarks translate into meaningful axes of progress. To facilitate a systematic evaluation of VLM progress, we introduce UniBench: a unified implementation of 50+ VLM benchmarks spanning a comprehensive range of carefully categorized capabilities from object recognition to spatial awareness, counting, and much more. We showcase the utility of UniBench for measuring progress by evaluating nearly 60 publicly available vision-language models, trained on scales of up to 12.8B samples. We find that while scaling training data or model size can boost many vision-language model capabilities, scaling offers little benefit for reasoning or relations. Surprisingly, we also discover today's best VLMs struggle on simple digit recognition and counting tasks, e.g. MNIST, which much simpler networks can solve. Where scale falls short, we find that more precise interventions, such as data quality or tailored-learning objectives offer more promise. For practitioners, we also offer guidance on selecting a suitable VLM for a given application. Finally, we release an easy-to-run UniBench code-base with the full set of 50+ benchmarks and comparisons across 59 models as well as a distilled, representative set of benchmarks that runs in 5 minutes on a single GPU.

📄 PDF Abstract BibTeX arXiv:2408.04810

Code (1)

facebookresearch/unibench 공식 구현 jax

Tasks

GPULanguage ModelingLanguage ModellingObject RecognitionVisual Reasoning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

PhysUniBench: An Undergraduate-Level Physics Reasoning Benchmark for Multimodal Models

2025-06-21 · Lintao Wang, Encheng Su, Jiaqi Liu, Pengze Li 외

Physics problem-solving is a challenging domain for large AI models, requiring integration of conceptual understanding, mathematical reasoning, and interpretation of physical diagrams. Current evaluation methodologies sh…

Mathematical ReasoningMultiple-choice

Serial Over Parallel: Learning Continual Unification for Multi-Modal Visual Object Tracking and Benchmarking

2025-08-14 · Zhangyong Tang, Tianyang Xu, Xuefeng Zhu, Chunyang Cheng 외 arxiv

Unifying multiple multi-modal visual object tracking (MMVOT) tasks draws increasing attention due to the complementary nature of different modalities in building robust tracking systems. Existing practices mix all data s…

Visual Object TrackingContinual Learning

UniEval: Unified Holistic Evaluation for Unified Multimodal Understanding and Generation

2025-05-15 · Yi Li, Haonan Wang, Qixiang Zhang, Boyu Xiao 외

The emergence of unified multimodal understanding and generation models is rapidly attracting attention because of their ability to enhance instruction-following capabilities while minimizing model redundancy. However, t…

DiversityInstruction Following

Rethinking Token-Level Policy Optimization for Multimodal Chain-of-Thought

2026-03-24 · Yunheng Li, Hangyi Kuang, Hengrui Zhang, Jiangxia Cao 외 arxiv

Multimodal Chain-of-Thought (CoT) reasoning requires large vision-language models to construct reasoning trajectories that interleave perceptual grounding with multi-step inference. However, existing Reinforcement Learni…

Reinforcement LearningMultimodal ReasoningVisual Grounding

Interpreting and Enhancing Emotional Circuits in Large Vision-Language Models via Cross-Modal Information Flow

2026-05-21 · Chengsheng Zhang, Chenghao Sun, Zhining Xie, Xinmei Tian arxiv

Large Vision-Language Models (LVLMs) represent a significant leap towards empathetic agents, demonstrating remarkable capabilities in emotion understanding. However, the internal mechanisms governing how LVLMs translate …