Seeing Beyond Words: Self-Supervised Visual Learning for Multimodal Large Language Models
Davide Caffagni, Sara Sarto, Marcella Cornia, Lorenzo Baraldi, Pier Luigi Dovesi, Shaghayegh Roohi, Mark Granroth-Wilding, Rita Cucchiara
TL;DR
This work tackles the visual perception gap in multimodal large language models by injecting a self-supervised visual learning signal, I-JEPA, into the visual-language alignment pipeline (LLaVA). By freezing vision encoders as context and target providers and placing a shallow predictor within the LLM, JARVIS learns latent visual regularities beyond captions, via a masked predictive loss balanced with caption-based training. Across multiple LLMs and visual encoders, it achieves consistent gains on vision-centric benchmarks (notably CVBench3D) while preserving general cognitive capabilities, and benefits further from scaling target encoders. The approach demonstrates the value of self-supervised visual supervision for improving MLLM visual reasoning in a resource-efficient, plug-in manner suitable for existing training pipelines.
Abstract
Multimodal Large Language Models (MLLMs) have recently demonstrated impressive capabilities in connecting vision and language, yet their proficiency in fundamental visual reasoning tasks remains limited. This limitation can be attributed to the fact that MLLMs learn visual understanding primarily from textual descriptions, which constitute a subjective and inherently incomplete supervisory signal. Furthermore, the modest scale of multimodal instruction tuning compared to massive text-only pre-training leads MLLMs to overfit language priors while overlooking visual details. To address these issues, we introduce JARVIS, a JEPA-inspired framework for self-supervised visual enhancement in MLLMs. Specifically, we integrate the I-JEPA learning paradigm into the standard vision-language alignment pipeline of MLLMs training. Our approach leverages frozen vision foundation models as context and target encoders, while training the predictor, implemented as the early layers of an LLM, to learn structural and semantic regularities from images without relying exclusively on language supervision. Extensive experiments on standard MLLM benchmarks show that JARVIS consistently improves performance on vision-centric benchmarks across different LLM families, without degrading multimodal reasoning abilities. Our source code is publicly available at: https://github.com/aimagelab/JARVIS.
