paper-with-me

Papers

Joint Semantic Token Selection and Prompt Optimization for Interpretable Prompt Learning

2026-05-06 · Yating Wang, Yaqi Zhao, Yongshun Gong, Yilong Yin, Haoliang Sun arxiv

Vision-language models such as CLIP achieve strong visual-textual alignment, but often suffer from overfitting and limited interpretability when adapted through continuous prompt learning. While discrete prompt optimization improves interpretability, it usually depends on large external models, leading to high computational costs and limited scalability. In this paper, we propose Interpretable Prompt Learning (IPL), a hybrid framework that alternates between discrete semantic token selection and continuous prompt optimization. Specifically, IPL formulates semantic token selection as an approximate submodular optimization problem, encouraging tokens that are both human-understandable and semantically diverse. It further adopts an alternating optimization strategy to integrate discrete token selection with continuous prompt tuning, improving interpretability while preserving adaptability to downstream tasks. Our framework is plug-and-play, allowing seamless integration with existing prompt learning methods. Extensive experiments on multiple benchmarks show that IPL consistently improves both interpretability and accuracy across five representative prompt learning methods, providing an effective and scalable extension to existing frameworks.

📄 PDF Abstract BibTeX arXiv:2605.04425

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tokenize Anything via Prompting

2023-12-14 · Ting Pan, Lulu Tang, Xinlong Wang, Shiguang Shan

We present a unified, promptable model capable of simultaneously segmenting, recognizing, and captioning anything. Unlike SAM, we aim to build a versatile region representation in the wild via visual prompting. To achiev…

DecoderVisual Prompting

OptiPrune: Boosting Prompt-Image Consistency with Attention-Guided Noise and Dynamic Token Selection

2025-07-01 · Ziji Lu arxiv

Text-to-image diffusion models often struggle to achieve accurate semantic alignment between generated images and text prompts while maintaining efficiency for deployment on resource-constrained hardware. Existing approa…

Semantic Prompting with Image-Token for Continual Learning

2024-03-18 · Jisu Han, Jaemin Na, Wonjun Hwang

Continual learning aims to refine model parameters for new tasks while retaining knowledge from previous tasks. Recently, prompt-based learning has emerged to leverage pre-trained models to be prompted to learn subsequen…

Continual Learning

Open-Vocabulary Attention Maps with Token Optimization for Semantic Segmentation in Diffusion Models

2024-03-21 · CVPR 2024 1 · Pablo Marcos-Manchón, Roberto Alcover-Couso, Juan C. SanMiguel, Jose M. Martínez

Diffusion models represent a new paradigm in text-to-image generation. Beyond generating high-quality images from text prompts, models such as Stable Diffusion have been successfully extended to the joint generation of s…

Image GenerationSemantic SegmentationText to Image GenerationText-to-Image Generation

Adaptive Prompt Structure Factorization: A Framework for Self-Discovering and Optimizing Compositional Prompt Programs

2026-04-08 · Haoyue Liu, Zhichao Wang, Yongxin Guo, Haoran Shou 외 arxiv

Automated prompt optimization is crucial for eliciting reliable reasoning from large language models (LLMs), yet most API-only prompt optimizers iteratively edit monolithic prompts, coupling components and obscuring cred…