ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
828
Citations
59
Influential Citations
Neural Information Processing Systems
Venue
2023
Year
Bridges the gap between the frozen pretrained language model and image encoder by a trainable visual expert module in the attention and FFN layers.
CogVLM addresses a critical challenge in multimodal AI: how to effectively fuse visual and textual information without the prohibitive cost of training large models from scratch. Prior approaches either used shallow fusion (e.g., cross-attention only at the input) or required full fine-tuning of the language model, which is expensive and risks catastrophic forgetting. CogVLM's insight—inserting a trainable visual expert module into each layer of a frozen language model—strikes a balance between performance and efficiency.
This paper is significant because it shows that deep, layer-wise fusion can be achieved with only a small fraction of trainable parameters. This is especially important for practitioners who want to leverage powerful pretrained language models like GPT or LLaMA without retraining them. The approach is conceptually simple yet empirically effective, making it a strong baseline for future multimodal research.
CogVLM achieves state-of-the-art performance on several benchmarks including VQA (e.g., 77.3% on VQAv2), image captioning (e.g., 143.3 CIDEr on COCO), and visual reasoning (e.g., 81.2% on NLVR2). It outperforms prior methods like BLIP-2 and LLaVA while using fewer trainable parameters. The paper also reports ablation studies confirming that deeper fusion (more layers with visual experts) consistently improves performance.
CogVLM has broad implications for the AI field. It provides a practical recipe for building multimodal systems that are both powerful and resource-efficient. The approach can be applied to any frozen language model, making it easy to upgrade existing text-only systems with vision capabilities. This work also opens up new directions for parameter-efficient transfer learning in multimodal settings, potentially influencing future research on modular and composable AI architectures.
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