Modern computer vision is converging on a closed loop in which perception, reasoning and generation mutually reinforce each other. However, the top-down influence of high-level reasoning on the foundational learning of low-level perceptual features is often underexplored.
ViTP addresses this gap by directly leveraging reasoning to enhance perception. It 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 Visual Robustness Learning (VRL), which compels the ViT to learn robust and domain-relevant features from a sparse set of visual tokens.
These weights are designed to be used as initializations for various downstream tasks, including:
For detailed installation and usage instructions, please refer to the
official GitHub repository.
1@article{Li_2025_ViTP,
2 title={Visual Instruction Pretraining for Domain-Specific Foundation Models},
3 author={Li, Yuxuan and Zhang, Yicheng and Tang, Wenhao and Dai, Yimian and Cheng, Ming-Ming and Li, Xiang and Yang, Jian},
4 journal={arXiv},
5 year={2025}
6}
Licensed under a
Creative Commons Attribution-NonCommercial 4.0 International for Non-commercial use only. Any commercial use should obtain formal permission from the authors.