paper-with-me

홈 › Papers

PLOT: Prompt Learning with Optimal Transport for Vision-Language Models

2022-10-03 · Guangyi Chen, Weiran Yao, Xiangchen Song, Xinyue Li, Yongming Rao, Kun Zhang

With the increasing attention to large vision-language models such as CLIP, there has been a significant amount of effort dedicated to building efficient prompts. Unlike conventional methods of only learning one single prompt, we propose to learn multiple comprehensive prompts to describe diverse characteristics of categories such as intrinsic attributes or extrinsic contexts. However, directly matching each prompt to the same visual feature is problematic, as it pushes the prompts to converge to one point. To solve this problem, we propose to apply optimal transport to match the vision and text modalities. Specifically, we first model images and the categories with visual and textual feature sets. Then, we apply a two-stage optimization strategy to learn the prompts. In the inner loop, we optimize the optimal transport distance to align visual features and prompts by the Sinkhorn algorithm, while in the outer loop, we learn the prompts by this distance from the supervised data. Extensive experiments are conducted on the few-shot recognition task and the improvement demonstrates the superiority of our method. The code is available at https://github.com/CHENGY12/PLOT.

📄 PDF Abstract BibTeX arXiv:2210.01253

Code (1)

CHENGY12/PLOT 공식 구현 pytorch

Tasks

Prompt Learning

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…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

PLOT: Enhancing Preference Learning via Optimal Transport

2026-04-02 · Liang Zhu, Yuelin Bai, Xiankun Ren, Jiaxi Yang 외 arxiv

Preference learning in Large Language Models (LLMs) has advanced significantly, yet existing methods remain limited by modest performance gains, high computational costs, hyperparameter sensitivity, and insufficient mode…

PLOT-TAL -- Prompt Learning with Optimal Transport for Few-Shot Temporal Action Localization

2024-03-27 · Edward Fish, Jon Weinbren, Andrew Gilbert

This paper introduces a novel approach to temporal action localization (TAL) in few-shot learning. Our work addresses the inherent limitations of conventional single-prompt learning methods that often lead to overfitting…

Action LocalizationDiversityFew-Shot LearningFew Shot Temporal Action Localization+2

PLOT: Progressive Localization via Optimal Transport in Neural Causal Abstraction

2026-05-07 · Jonathn Chang, Arya Datla, Ziv Goldfeld arxiv

Causal abstraction offers a principled framework for mechanistic interpretability, aligning a high-level causal model with the low-level computation realized by a neural network through counterfactual intervention analys…

Re3: Generating Longer Stories With Recursive Reprompting and Revision

2022-10-13 · Kevin Yang, Yuandong Tian, Nanyun Peng, Dan Klein

We consider the problem of automatically generating longer stories of over two thousand words. Compared to prior work on shorter stories, long-range plot coherence and relevance are more central challenges here. We propo…

Language ModelingLanguage ModellingReranking

NLPrompt: Noise-Label Prompt Learning for Vision-Language Models

2024-12-02 · CVPR 2025 1 · Bikang Pan, Qun Li, Xiaoying Tang, Wei Huang 외

The emergence of vision-language foundation models, such as CLIP, has revolutionized image-text representation, enabling a broad range of applications via prompt learning. Despite its promise, real-world datasets often c…

Learning TheoryLearning with noisy labelsPrompt Learning