ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2022
Year
A Vision-Language Pre-training (VLP) framework that introduces Multimodal mixture of Encoder-Decoder (MED) and Captioning and Filtering (CapFilt), a new dataset bootstrapping method for learning from noisy image-text pairs.
BLIP addresses a critical bottleneck in vision-language pre-training: the reliance on clean, manually annotated image-text pairs. Most real-world data is noisy, with mismatched or low-quality captions. BLIP's CapFilt method offers a scalable solution to automatically clean and augment web-scale datasets, making it highly relevant for practitioners who need to train models on readily available but imperfect data.
The paper's unified MED architecture is also significant because it consolidates three common pre-training objectives (understanding, generation, and retrieval) into a single model, reducing engineering overhead and enabling seamless task switching. This design choice aligns with industry trends toward multi-task models that can serve diverse applications from a single checkpoint.
BLIP achieves state-of-the-art results on multiple benchmarks:
BLIP has influenced subsequent vision-language models by demonstrating the effectiveness of data bootstrapping for noisy web data. Its MED architecture has been adopted and extended in later works (e.g., BLIP-2, InstructBLIP). For practitioners, BLIP provides a practical recipe for training high-performing multimodal models without expensive human annotations, lowering the barrier to entry for vision-language applications in industry.
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