paper-with-me

Papers

Boosting Vision-Language Models with Transduction

2024-06-03 · Maxime Zanella, Benoît Gérin, Ismail Ben Ayed

Transduction is a powerful paradigm that leverages the structure of unlabeled data to boost predictive accuracy. We present TransCLIP, a novel and computationally efficient transductive approach designed for Vision-Language Models (VLMs). TransCLIP is applicable as a plug-and-play module on top of popular inductive zero- and few-shot models, consistently improving their performances. Our new objective function can be viewed as a regularized maximum-likelihood estimation, constrained by a KL divergence penalty that integrates the text-encoder knowledge and guides the transductive learning process. We further derive an iterative Block Majorize-Minimize (BMM) procedure for optimizing our objective, with guaranteed convergence and decoupled sample-assignment updates, yielding computationally efficient transduction for large-scale datasets. We report comprehensive evaluations, comparisons, and ablation studies that demonstrate: (i) Transduction can greatly enhance the generalization capabilities of inductive pretrained zero- and few-shot VLMs; (ii) TransCLIP substantially outperforms standard transductive few-shot learning methods relying solely on vision features, notably due to the KL-based language constraint.

📄 PDF Abstract BibTeX arXiv:2406.01837

Code (1)

MaxZanella/transduction-for-vlms 공식 구현 pytorch

Tasks

Few-Shot LearningTransductive Learning

Similar Papers 제목 키워드 기반

Generate, Transduct, Adapt: Iterative Transduction with VLMs

2025-01-10 · Oindrila Saha, Logan Lawrence, Grant van Horn, Subhransu Maji

Transductive zero-shot learning with vision-language models leverages image-image similarities within the dataset to achieve better classification accuracy compared to the inductive setting. However, there is little work…

AttributeTransductive LearningZero-Shot Learning

Towards a Language for Natural Language Treebank Transductions

2018-08-01 · COLING 2018 8 · Carlos A. Prolo

This paper describes a transduction language suitable for natural language treebank transformations and motivates its application to tasks that have been used and described in the literature. The language, which is the b…

Classification of Vision-Based Tactile Sensors: A Review

2025-09-02 · Haoran Li, Yijiong Lin, Chenghua Lu, Max Yang 외 arxiv

Vision-based tactile sensors (VBTS) have gained widespread application in robotic hands, grippers and prosthetics due to their high spatial resolution, low manufacturing costs, and ease of customization. While VBTSs have…

Text Summarization as Tree Transduction by Top-Down TreeLSTM

2018-09-24 · Davide Bacciu, Antonio Bruno

Extractive compression is a challenging natural language processing problem. This work contributes by formulating neural extractive compression as a parse tree transduction problem, rather than a sequence transduction ta…

SentenceSentence CompressionText Summarization

String Transduction with Target Language Models and Insertion Handling

2018-09-19 · WS 2018 10 · Garrett Nicolai, Saeed Najafi, Grzegorz Kondrak

Many character-level tasks can be framed as sequence-to-sequence transduction, where the target is a word from a natural language. We show that leveraging target language models derived from unannotated target corpora, c…