paper-with-me

홈 › Papers

VILA: On Pre-training for Visual Language Models

2023-12-12 · CVPR 2024 1 · Ji Lin, Hongxu Yin, Wei Ping, Yao Lu, Pavlo Molchanov, Andrew Tao, Huizi Mao, Jan Kautz, Mohammad Shoeybi, Song Han

Visual language models (VLMs) rapidly progressed with the recent success of large language models. There have been growing efforts on visual instruction tuning to extend the LLM with visual inputs, but lacks an in-depth study of the visual language pre-training process, where the model learns to perform joint modeling on both modalities. In this work, we examine the design options for VLM pre-training by augmenting LLM towards VLM through step-by-step controllable comparisons. We introduce three main findings: (1) freezing LLMs during pre-training can achieve decent zero-shot performance, but lack in-context learning capability, which requires unfreezing the LLM; (2) interleaved pre-training data is beneficial whereas image-text pairs alone are not optimal; (3) re-blending text-only instruction data to image-text data during instruction fine-tuning not only remedies the degradation of text-only tasks, but also boosts VLM task accuracy. With an enhanced pre-training recipe we build VILA, a Visual Language model family that consistently outperforms the state-of-the-art models, e.g., LLaVA-1.5, across main benchmarks without bells and whistles. Multi-modal pre-training also helps unveil appealing properties of VILA, including multi-image reasoning, enhanced in-context learning, and better world knowledge.

📄 PDF Abstract BibTeX arXiv:2312.07533

Code (3)

efficient-large-model/vila 공식 구현 pytorch
mit-han-lab/llm-awq 공식 구현 pytorch
nvlabs/vila 공식 구현 pytorch

Tasks

In-Context LearningLanguage ModellingVisual Question AnsweringWorld KnowledgeZero-Shot Video Question Answer

Similar Papers 제목 키워드 기반

NVILA: Efficient Frontier Visual Language Models

2024-12-05 · CVPR 2025 1 · Zhijian Liu, Ligeng Zhu, Baifeng Shi, Zhuoyang Zhang 외

Visual language models (VLMs) have made significant advances in accuracy in recent years. However, their efficiency has received much less attention. This paper introduces NVILA, a family of open VLMs designed to optimiz…

Video Question Answering

VILA-U: a Unified Foundation Model Integrating Visual Understanding and Generation

2024-09-06 · Yecheng Wu, Zhuoyang Zhang, Junyu Chen, Haotian Tang 외

VILA-U is a Unified foundation model that integrates Video, Image, Language understanding and generation. Traditional visual language models (VLMs) use separate modules for understanding and generating visual content, wh…

Image Generation

X-VILA: Cross-Modality Alignment for Large Language Model

2024-05-29 · Hanrong Ye, De-An Huang, Yao Lu, Zhiding Yu 외

We introduce X-VILA, an omni-modality model designed to extend the capabilities of large language models (LLMs) by incorporating image, video, and audio modalities. By aligning modality-specific encoders with LLM inputs …

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model

LongVILA: Scaling Long-Context Visual Language Models for Long Videos

2024-08-19 · Yukang Chen, Fuzhao Xue, Dacheng Li, Qinghao Hu 외

Long-context capability is critical for multi-modal foundation models, especially for long video understanding. We introduce LongVILA, a full-stack solution for long-context visual-language models by co-designing the alg…

Video CaptioningVideo Question AnsweringVideo Understanding

SparseVILA: Decoupling Visual Sparsity for Efficient VLM Inference

2025-10-20 · Samir Khaki, Junxian Guo, Jiaming Tang, Shang Yang 외 arxiv

Vision Language Models (VLMs) have rapidly advanced in integrating visual and textual reasoning, powering applications across high-resolution image understanding, long-video analysis, and multi-turn conversation. However…