Exploring Weak-to-Strong Generalization for CLIP-based Classification
Jinhao Li, Sarah M. Erfani, Lei Feng, James Bailey, Feng Liu
TL;DR
This work investigates weak-to-strong generalization for CLIP-based classification in vision-language models, addressing alignment with user intent under limited human supervision. It introduces Class Prototype Learning (CPL), a method that learns per-class prototypes to represent robust class concepts using weak supervision, avoiding the need to fine-tune the text encoder. Across DomainNet and related benchmarks, CPL achieves an average accuracy of 64.74% and a notable 3.67% improvement over strong baselines, with substantial gains in challenging domains like Infograph and QuickDraw. The findings demonstrate that leveraging a weaker model to supervise a stronger one can effectively guide multimodal classifiers, offering an efficient pathway toward improved alignment when pretraining resources are constrained.
Abstract
Aligning large-scale commercial models with user intent is crucial to preventing harmful outputs. Current methods rely on human supervision but become impractical as model complexity increases. When models surpass human knowledge, providing accurate feedback becomes challenging and inefficient. A novel solution proposed recently is using a weaker model to supervise a stronger model. This concept leverages the ability of weaker models to perform evaluations, thereby reducing the workload on human supervisors. Previous work has shown the effectiveness of weak-to-strong generalization in the context of language-only models. Extending this concept to vision-language models leverages these insights, adapting the proven benefits to a multi-modal context. In our study, we explore weak-to-strong generalization for CLIP-based classification. We propose a method, class prototype learning (CPL), which aims to enhance the classification capabilities of the CLIP model, by learning more representative prototypes for each category. Our findings indicate that, despite using a simple loss function under weak supervision, CPL yields robust improvements in targeted scenarios, particularly when pretraining is limited. Extensive experiments demonstrate that our approach is effective under these settings, achieving a 3.67% improvement over strong baseline methods.
