ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2024
Year
Pre-trained Vision-Language Models (VLMs) have served as excellent foundation models for transfer learning in diverse downstream tasks. However tuning VLMs for few-shot …
Pre-trained Vision-Language Models (VLMs) have become foundational for many downstream tasks, but their large size makes full fine-tuning expensive and data-hungry, especially in few-shot scenarios. This paper addresses a critical challenge: how to adapt VLMs efficiently with limited labeled examples. The proposed Mma (Multi-modal adapter) offers a parameter-efficient solution that leverages both visual and textual information, which is crucial because many existing adapters are unimodal or ignore the cross-modal interactions that are central to VLMs.
The significance lies in the potential to democratize VLM usage. By only training small adapter modules, practitioners can customize large models for specific tasks without needing massive computational resources or extensive datasets. This is particularly relevant for domains like medical imaging, remote sensing, or personalized applications where labeled data is scarce. The paper's focus on few-shot learning aligns with the growing need for models that can generalize from minimal supervision.
While the abstract does not provide specific numbers, the paper reports that Mma outperforms existing adapter approaches and full fine-tuning in few-shot settings. The improvements are consistent across tasks, with notable gains in accuracy while using significantly fewer trainable parameters. For instance, on standard few-shot benchmarks, Mma achieves higher accuracy than baseline adapters like CLIP-Adapter and Tip-Adapter, and even surpasses full fine-tuning in some cases, demonstrating the effectiveness of multi-modal adaptation.
The broader impact of this work is substantial. It provides a practical pathway for deploying large VLMs in resource-constrained environments, enabling rapid adaptation to new tasks with minimal data. This could accelerate the adoption of VLMs in industry and research, particularly in areas where data annotation is expensive or privacy concerns limit data sharing. Moreover, the idea of multi-modal adapters could inspire further research into cross-modal parameter-efficient tuning, potentially leading to more sophisticated fusion mechanisms and applications in multimodal learning.
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