ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2023
Year
A large multimodal model connecting CLIP and Vicuna trained end-to-end on instruction-following data generated through GPT-4 from image-text pairs.
LLaVA represents a pivotal step in multimodal AI by showing that a simple architecture—connecting a pre-trained vision encoder (CLIP) with a pre-trained language model (Vicuna) via a lightweight projection layer—can achieve strong instruction-following performance when trained end-to-end on high-quality data. Prior work often relied on complex fusion mechanisms or required large amounts of human-annotated data. LLaVA's key insight is to leverage GPT-4 to automatically generate diverse, instruction-following examples from existing image-text pairs, dramatically reducing the cost and effort of dataset creation.
This paper matters because it democratizes multimodal instruction tuning. By open-sourcing the model and the data generation pipeline, it enabled a wave of follow-up research (e.g., LLaVA 1.5, LLaVA-NeXT) that further improved performance and scalability. It also highlighted the power of using large language models as data generators, a technique that has since been adopted in many other domains.
The abstract does not provide specific metrics. However, the original LLaVA paper reported that the 13B parameter model achieved competitive results on multimodal benchmarks such as ScienceQA and LLaVA-Bench, often outperforming larger models like GPT-4 on certain tasks. The model also showed strong generalization to unseen instructions and demonstrated the ability to hold coherent multi-turn conversations about images.
LLaVA's impact extends beyond its immediate results. It established a new paradigm for building multimodal chatbots that can follow complex instructions about visual content. The approach of using LLMs to generate training data has been widely adopted, and the LLaVA family of models has become a standard baseline in the field. The paper also spurred research into more efficient multimodal architectures, better data generation strategies, and deeper integration of vision and language.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba