paper-with-me

홈 › Papers

Beyond Sole Strength: Customized Ensembles for Generalized Vision-Language Models

2023-11-28 · Zhihe Lu, Jiawang Bai, Xin Li, Zeyu Xiao, Xinchao Wang

Fine-tuning pre-trained vision-language models (VLMs), e.g., CLIP, for the open-world generalization has gained increasing popularity due to its practical value. However, performance advancements are limited when relying solely on intricate algorithmic designs for a single model, even one exhibiting strong performance, e.g., CLIP-ViT-B/16. This paper, for the first time, explores the collaborative potential of leveraging much weaker VLMs to enhance the generalization of a robust single model. The affirmative findings motivate us to address the generalization problem from a novel perspective, i.e., ensemble of pre-trained VLMs. We introduce three customized ensemble strategies, each tailored to one specific scenario. Firstly, we introduce the zero-shot ensemble, automatically adjusting the logits of different models based on their confidence when only pre-trained VLMs are available. Furthermore, for scenarios with extra few-shot samples, we propose the training-free and tuning ensemble, offering flexibility based on the availability of computing resources. The proposed ensemble strategies are evaluated on zero-shot, base-to-new, and cross-dataset generalization, achieving new state-of-the-art performance. Notably, this work represents an initial stride toward enhancing the generalization performance of VLMs via ensemble. The code is available at https://github.com/zhiheLu/Ensemble_VLM.git.

📄 PDF Abstract BibTeX arXiv:2311.17091

Code (1)

zhihelu/ensemble_vlm 공식 구현 pytorch

Tasks

Prompt Engineering

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Beyond Modality Fusion: Deep Ensembles for Multimodal Classification

2026-07-06 · Ilya Burenko, Dmitry Vetrov arxiv

In multimodal classification, late-fusion approaches classify concatenated modality-specific features extracted by unimodal neural networks. When modality imbalance is pronounced, various regularization techniques have b…

Federated Mutual Learning

2020-06-27 · Tao Shen, Jie Zhang, Xinkang Jia, Fengda Zhang 외

Federated learning (FL) enables collaboratively training deep learning models on decentralized data. However, there are three types of heterogeneities in FL setting bringing about distinctive challenges to the canonical …

Federated Learning

Beyond L1: Faster and Better Sparse Models with skglm

2022-04-16 · Quentin Bertrand, Quentin Klopfenstein, Pierre-Antoine Bannier, Gauthier Gidel 외

We propose a new fast algorithm to estimate any sparse generalized linear model with convex or non-convex separable penalties. Our algorithm is able to solve problems with millions of samples and features in seconds, by …

Generalized PTR: User-Friendly Recipes for Data-Adaptive Algorithms with Differential Privacy

2022-12-31 · Rachel Redberg, Yuqing Zhu, Yu-Xiang Wang

The ''Propose-Test-Release'' (PTR) framework is a classic recipe for designing differentially private (DP) algorithms that are data-adaptive, i.e. those that add less noise when the input dataset is nice. We extend PTR t…

regressionSensitivity

Wisdom and Delusion of LLM Ensembles for Code Generation and Repair

2025-10-24 · Fernando Vallecillos-Ruiz, Max Hort, Leon Moonen arxiv

Today's pursuit of a single Large Language Model (LMM) for all software engineering tasks is resource-intensive and overlooks the potential benefits of complementarity, where different models contribute unique strengths.…

Code GenerationProgram Repair