English

Zero-Shot Vision Encoder Grafting via LLM Surrogates

Computer Vision and Pattern Recognition 2025-08-05 v2

Abstract

Vision language models (VLMs) typically pair a modestly sized vision encoder with a large language model (LLM), e.g., Llama-70B, making the decoder the primary computational burden during training. To reduce costs, a potential promising strategy is to first train the vision encoder using a small language model before transferring it to the large one. We construct small "surrogate models" that share the same embedding space and representation language as the large target LLM by directly inheriting its shallow layers. Vision encoders trained on the surrogate can then be directly transferred to the larger model, a process we call zero-shot grafting -- when plugged directly into the full-size target LLM, the grafted pair surpasses the encoder-surrogate pair and, on some benchmarks, even performs on par with full decoder training with the target LLM. Furthermore, our surrogate training approach reduces overall VLM training costs by ~45% when using Llama-70B as the decoder. The code is at https://github.com/facebookresearch/zero.

Cite

@article{arxiv.2505.22664,
  title  = {Zero-Shot Vision Encoder Grafting via LLM Surrogates},
  author = {Kaiyu Yue and Vasu Singla and Menglin Jia and John Kirchenbauer and Rifaa Qadri and Zikui Cai and Abhinav Bhatele and Furong Huang and Tom Goldstein},
  journal= {arXiv preprint arXiv:2505.22664},
  year   = {2025}
}

Comments

ICCV 2025

R2 v1 2026-07-01T02:47:00.382Z