🤖 AI Summary
Existing vision foundation models lack a backward guidance mechanism whereby high-level reasoning informs low-level perceptual feature learning, resulting in an incomplete perception–reasoning–generation loop.
Method: We propose Vision Instruction Pre-training (ViTP), a novel paradigm built upon Vision Transformers and trained end-to-end on large-scale, domain-specific vision–language instruction data via instruction following and cross-modal alignment. Crucially, we introduce Vision Robustness Learning (VRL), which explicitly encourages the model to extract domain-relevant, interference-resistant, discriminative features from sparse visual tokens.
Contribution/Results: ViTP establishes the first end-to-end, domain-specialized foundation model capable of reasoning-driven perceptual optimization. Evaluated on 16 remote sensing and medical imaging benchmarks, it achieves state-of-the-art performance, significantly improving generalization and semantic understanding across downstream tasks.
📝 Abstract
Modern computer vision is converging on a closed loop in which perception, reasoning and generation mutually reinforce each other. However, this loop remains incomplete: the top-down influence of high-level reasoning on the foundational learning of low-level perceptual features is not yet underexplored. This paper addresses this gap by proposing a new paradigm for pretraining foundation models in downstream domains. We introduce Visual insTruction Pretraining (ViTP), a novel approach that directly leverages reasoning to enhance perception. ViTP embeds a Vision Transformer (ViT) backbone within a Vision-Language Model and pretrains it end-to-end using a rich corpus of visual instruction data curated from target downstream domains. ViTP is powered by our proposed Visual Robustness Learning (VRL), which compels the ViT to learn robust and domain-relevant features from a sparse set of visual tokens. Extensive experiments on 16 challenging remote sensing and medical imaging benchmarks demonstrate that ViTP establishes new state-of-the-art performance across a diverse range of downstream tasks. The code is available at github.com/zcablii/ViTP.