paper-with-me

홈 › Papers

What Transfers from Text to Vision? Capability Scaling Laws and Transfer Dynamics for VLMs

2026-06-24 · Ziran Li, Qiang Wang, Zhengyu Chen, Shanglin Lei, Borun Chen, Jingang Wang, Xunliang Cai arxiv

Choosing the right large language model (LLM) backbone is the most consequential decision when building a vision-language model (VLM), yet it remains fundamentally unprincipled: compute-based scaling laws fail to generalize across model families, and no framework exists for directly predicting VLM performance before training begins. We propose the Capability-Driven Multimodal Scaling Law, the first cross-family framework that predicts VLM benchmark accuracy from directly observable textual capability. Given a low-dimensional capability score $S$ extracted from LLM textual benchmarks via PCA, we model VLM performance as a function of $S$, with a per-backbone transfer rate and an absorption rate that quantifies data-scaling efficiency. To fit and validate the framework, we train over 150 VLMs on 34 LLMs spanning 7 model families under a strictly controlled recipe. Evaluations on more than 200 textual and 50 multimodal benchmarks show that the law accurately extrapolates transfer rate from models up to 8B parameters to 72B-scale backbones, predicts full VLM training trajectories with high fidelity, and generalizes to entirely held-out model families. Beyond the scaling law, our analysis surfaces actionable insights: certain textual benchmarks negatively correlate with multimodal performance, exposing latent benchmark-gaming behavior; base LLMs outperform instruction-tuned counterparts as VLM backbones due to higher absorption rates and lower data-scaling decay; and different model families occupy distinct positions in the transfer--absorption space. The framework turns backbone selection from costly empirical sweeps into a principled, quantitative decision. Code and data are available at https://github.com/wangq-dev/CDMScaling.

📄 PDF Abstract BibTeX arXiv:2608.00013

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DockSmith: Scaling Reliable Coding Environments via an Agentic Docker Builder

2026-01-31 · Jiaran Zhang, Luck Ma, Fanqi Wan, Di Qi 외 arxiv

Reliable Docker-based environment construction is a dominant bottleneck for scaling execution-grounded training and evaluation of software engineering agents. We introduce DockSmith, a specialized agentic Docker builder …

Scaling Capability in Token Space: An Analysis of Large Vision Language Model

2024-12-24 · Tenghui Li, Guoxu Zhou, Xuyang Zhao, Qibin Zhao

The scaling capability has been widely validated in neural language models with respect to the number of parameters and the size of training data. One important question is that does the scaling capability also exists si…

Language ModelingLanguage Modelling

Capek 0.5: An Execution-Centric Vision-Language Model for Embodied Intelligence

2026-08-07 · Ying Chen, Weizhen Li, Zhe Hu, Zhenjiang Li 외 hf

Vision-language models are increasingly serving as the reasoning core of embodied agents. Robot execution is inherently iterative: each action reshapes the scene and physical state, continually renewing what must be perc…

Reinforcement LearningSpatial Reasoning

Self-supervision drives representational convergence in medical foundation models more than clinical supervision

2026-07-22 · Soroosh Tayebi Arasteh, Sebastian Ziegelmayer, Mahshad Lotfinia, Lisa Adams 외 arxiv

Medical image encoders from different groups are increasingly treated as interchangeable, on the assumption that scale and clinical supervision concentrate their representations onto a shared structure. Whether this conv…

Learning to Refine: Self-Refinement of Parallel Reasoning in LLMs

2025-08-27 · Qibin Wang, Pu Zhao, Shaohan Huang, Fangkai Yang 외 arxiv

Test-time scaling (TTS) has gained widespread attention for enhancing LLM reasoning. Existing approaches such as Best-of-N and majority voting are limited as their performance depends on the quality of candidate response…