English

Language-Unlocked ViT (LUViT): Empowering Self-Supervised Vision Transformers with LLMs

Computer Vision and Pattern Recognition 2025-07-10 v2

Abstract

The integration of Large Language Model (LLMs) blocks with Vision Transformers (ViTs) holds immense promise for vision-only tasks by leveraging the rich semantic knowledge and reasoning capabilities of LLMs. However, a fundamental challenge lies in the inherent modality mismatch between text-centric pretraining of LLMs and vision-centric training of ViTs. Direct fusion often fails to fully exploit the LLM's potential and suffers from unstable finetuning. As a result, LLM blocks are kept frozen while only the vision components are learned. As a remedy to these challenges, we introduce Language-Unlocked Vision Transformers (LUViT), a novel approach that bridges this modality mismatch through a synergistic pre-training strategy. LUViT co-adapts a ViT backbone and an LLM fusion block by (1) employing Masked Auto-Encoding (MAE) to pre-train the ViT for richer visual representations, and (2) concurrently training Low-Rank Adaptation (LoRA) layers within the LLM block using the MAE objective. This joint optimization guides the ViT to produce LLM-aligned features and the LLM to effectively interpret visual information. We demonstrate through extensive experiments that LUViT significantly improves performance on various downstream vision tasks, showcasing a more effective and efficient pathway to harness LLM knowledge for visual understanding.

Keywords

Cite

@article{arxiv.2507.00754,
  title  = {Language-Unlocked ViT (LUViT): Empowering Self-Supervised Vision Transformers with LLMs},
  author = {Selim Kuzucu and Muhammad Ferjad Naeem and Anna Kukleva and Federico Tombari and Bernt Schiele},
  journal= {arXiv preprint arXiv:2507.00754},
  year   = {2025}
}

Comments

26 pages, 6 figures

R2 v1 2026-07-01T03:41:35.538Z