paper-with-me

Papers

LASP: Text-to-Text Optimization for Language-Aware Soft Prompting of Vision & Language Models

2022-10-03 · CVPR 2023 1 · Adrian Bulat, Georgios Tzimiropoulos

Soft prompt learning has recently emerged as one of the methods of choice for adapting V&L models to a downstream task using a few training examples. However, current methods significantly overfit the training data, suffering from large accuracy degradation when tested on unseen classes from the same domain. To this end, in this paper, we make the following 4 contributions: (1) To alleviate base class overfitting, we propose a novel Language-Aware Soft Prompting (LASP) learning method by means of a text-to-text cross-entropy loss that maximizes the probability of the learned prompts to be correctly classified with respect to pre-defined hand-crafted textual prompts. (2) To increase the representation capacity of the prompts, we propose grouped LASP where each group of prompts is optimized with respect to a separate subset of textual prompts. (3) We identify a visual-language misalignment introduced by prompt learning and LASP, and more importantly, propose a re-calibration mechanism to address it. (4) We show that LASP is inherently amenable to including, during training, virtual classes, i.e. class names for which no visual samples are available, further increasing the robustness of the learned prompts. Through evaluations on 11 datasets, we show that our approach (a) significantly outperforms all prior works on soft prompting, and (b) matches and surpasses, for the first time, the accuracy on novel classes obtained by hand-crafted prompts and CLIP for 8 out of 11 test datasets. Code will be made available at https://www.adrianbulat.com/lasp

📄 PDF Abstract BibTeX arXiv:2210.01115

Code (1)

1adrianb/lasp 공식 구현 pytorch

Tasks

Few-Shot LearningLanguage ModellingMultimodal Deep LearningPrompt EngineeringPrompt LearningZero-Shot Learning

Methods 이 논문이 사용한 방법론

Test 설명 없음
BASE 설명 없음
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 제목 키워드 기반

CLASP: Contrastive Language-Speech Pretraining for Multilingual Multimodal Information Retrieval

2024-12-17 · Mohammad Mahdi Abootorabi, Ehsaneddin Asgari

This study introduces CLASP (Contrastive Language-Speech Pretraining), a multilingual, multimodal representation tailored for audio-text information retrieval. CLASP leverages the synergy between spoken content and textu…

Contrastive LearningInformation RetrievalMultimodal Deep LearningRetrieval+2

CLaSp: In-Context Layer Skip for Self-Speculative Decoding

2025-05-30 · Longze Chen, Renke Shan, Huiming Wang, Lu Wang 외

Speculative decoding (SD) is a promising method for accelerating the decoding process of Large Language Models (LLMs). The efficiency of SD primarily hinges on the consistency between the draft model and the verify model…

CLASP: Class-Adaptive Layer Fusion and Dual-Stage Pruning for Multimodal Large Language Models

2026-04-14 · Yunkai Dang, Yizhu Jiang, Yifan Jiang, Qi Fan 외 arxiv

Multimodal Large Language Models (MLLMs) suffer from substantial computational overhead due to the high redundancy in visual token sequences. Existing approaches typically address this issue using single-layer Vision Tra…

Bridging Text and Crystal Structures: Literature-driven Contrastive Learning for Materials Science

2025-01-22 · Yuta Suzuki, Tatsunori Taniai, Ryo Igarashi, Kotaro Saito 외

Understanding structure-property relationships is an essential yet challenging aspect of materials discovery and development. To facilitate this process, recent studies in materials informatics have sought latent embeddi…

Contrastive LearningEfficient Exploration

Iterative Learning of Answer Set Programs from Context Dependent Examples

2016-08-05 · Mark Law, Alessandra Russo, Krysia Broda

In recent years, several frameworks and systems have been proposed that extend Inductive Logic Programming (ILP) to the Answer Set Programming (ASP) paradigm. In ILP, examples must all be explained by a hypothesis togeth…

Inductive logic programming