paper-with-me

홈 › Papers

VIPAMIN: Visual Prompt Initialization via Embedding Selection and Subspace Expansion

2025-10-18 · Jaekyun Park, Hye Won Chung arxiv

In the era of large-scale foundation models, fully fine-tuning pretrained networks for each downstream task is often prohibitively resource-intensive. Prompt tuning offers a lightweight alternative by introducing tunable prompts while keeping the backbone frozen. However, existing visual prompt tuning methods often fail to specialize the prompts or enrich the representation space--especially when applied to self-supervised backbones. We show that these limitations become especially pronounced in challenging tasks and data-scarce settings, where effective adaptation is most critical. In this work, we introduce VIPAMIN, a visual prompt initialization strategy that enhances adaptation of self-supervised models by (1) aligning prompts with semantically informative regions in the embedding space, and (2) injecting novel representational directions beyond the pretrained subspace. Despite its simplicity--requiring only a single forward pass and lightweight operations--VIPAMIN consistently improves performance across diverse tasks and dataset sizes, setting a new state of the art in visual prompt tuning. Our code is available at https://github.com/iamjaekyun/vipamin.

📄 PDF Abstract BibTeX arXiv:2510.16446

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Prompt Tuning

Similar Papers 제목 키워드 기반

Incremental Object Detection with Prompt-based Methods

2025-08-20 · Matthias Neuwirth-Trapp, Maarten Bieshaar, Danda Pani Paudel, Luc Van Gool arxiv

Visual prompt-based methods have seen growing interest in incremental learning (IL) for image classification. These approaches learn additional embedding vectors while keeping the model frozen, making them efficient to t…

Incremental LearningImage ClassificationObject Detection

Effective Structured Prompting by Meta-Learning and Representative Verbalizer

2023-06-01 · Weisen Jiang, Yu Zhang, James T. Kwok

Prompt tuning for pre-trained masked language models (MLM) has shown promising performance in natural language processing tasks with few labeled examples. It tunes a prompt for the downstream task, and a verbalizer is us…

Meta-Learning

Informative Initialization and Kernel Selection Improves t-SNE for Biological Sequences

2022-11-16 · Prakash Chourasia, Sarwan Ali, Murray Patterson

The t-distributed stochastic neighbor embedding (t- SNE) is a method for interpreting high dimensional (HD) data by mapping each point to a low dimensional (LD) space (usually two-dimensional). It seeks to retain the str…

MIK: Modified Isolation Kernel for Biological Sequence Visualization, Classification, and Clustering

2024-10-21 · Sarwan Ali, Prakash Chourasia, Haris Mansoor, Bipin Koirala 외

The t-Distributed Stochastic Neighbor Embedding (t-SNE) has emerged as a popular dimensionality reduction technique for visualizing high-dimensional data. It computes pairwise similarities between data points by default …

ClusteringComputational EfficiencyDensity EstimationDimensionality Reduction

Global Prompt Cell: A Portable Control Module for Effective Prompt Tuning

2023-04-12 · Chi Liu, Haochun Wang, Nuwa Xi, Sendong Zhao 외

As a novel approach to tuning pre-trained models, prompt tuning involves freezing the parameters in downstream tasks while inserting trainable embeddings into inputs in the first layer. However, previous methods have mai…