paper-with-me

홈 › Papers

AutoV: Loss-Oriented Ranking for Visual Prompt Retrieval in LVLMs

2025-06-19 · Yuan Zhang, Chun-Kai Fan, Sicheng Yu, Junwen Pan, Tao Huang, Ming Lu, Kuan Cheng, Qi She, Shanghang Zhang arxiv

Inspired by text prompts in large language models, visual prompts have been explored to enhance the perceptual capabilities of large vision-language models (LVLMs). However, performance tends to saturate under single visual prompt designs, making further prompt engineering increasingly ineffective. To address this limitation, we shift from prompt engineering to prompt retrieval and propose AutoV, a lightweight framework for instance-adaptive visual prompt identification. Given an input image and a textual query, AutoV automatically locates the most suitable visual prompt from a diverse candidate pool. Training such a retrieval framework requires prompt-level supervision, yet prompt quality is inherently ambiguous and difficult to assess reliably, even for humans. To enable automatic supervision, we evaluate visual prompts using a pre-trained LVLM and label them according to their prediction losses. Using the loss-oriented ranking as a robust training signal, AutoV learns to retrieve the query-aware optimal prompt for each instance without manual annotation. Experiments indicate that AutoV enhances the performance of various LVLMs on image understanding, captioning, grounding, and classification tasks. For example, AutoV improves LLaVA-OV by $\textbf{10.2}\%$ on VizWiz and boosts Qwen2.5-VL by $\textbf{3.8}\%$ on MMMU, respectively.

📄 PDF Abstract BibTeX arXiv:2506.16112

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AutoVQA-G: Self-Improving Agentic Framework for Automated Visual Question Answering and Grounding Annotation

2026-04-19 · Rongsheng Hu, Runwei Guan, Yicheng Di, Jiayu Bao 외 arxiv

Manual annotation of high-quality visual question answering with grounding (VQA-G) datasets, which pair visual questions with evidential grounding, is crucial for advancing vision-language models (VLMs), but remains unsc…

Visual Question AnsweringVisual Grounding

AutoVP: An Automated Visual Prompting Framework and Benchmark

2023-10-12 · Hsi-Ai Tsao, Lei Hsiung, Pin-Yu Chen, Sijia Liu 외

Visual prompting (VP) is an emerging parameter-efficient fine-tuning approach to adapting pre-trained vision models to solve various downstream image-classification tasks. However, there has hitherto been little systemat…

image-classificationImage Classificationparameter-efficient fine-tuningVisual Prompting

AutoVSR: Automatic Visual-to-Symbolic Reasoning for Symbolic Expression Generation from Circuit Schematic

2026-07-13 · Zhe Xiao, Longfei Li, Xu He, Haoying Wu 외 arxiv

Symbolic expressions can effectively characterize and predict circuit behavior, but deriving them directly from circuit schematics is challenging. This process requires accurate visual-to-symbolic construction of circuit…

Computational Efficiency

AutoVFX: Physically Realistic Video Editing from Natural Language Instructions

2024-11-04 · Hao-Yu Hsu, Zhi-Hao Lin, Albert Zhai, Hongchi Xia 외

Modern visual effects (VFX) software has made it possible for skilled artists to create imagery of virtually anything. However, the creation process remains laborious, complex, and largely inaccessible to everyday users.…

Code GenerationVideo Editing

AutoVerifier: Residual-Guided Non-Parametric Optimization for Reference-Based Answer Verification

2026-08-26 · Zebei Zhao, Zhihao Shi, Minqi Shi arxiv

Reference-based verifiers are important for evaluating reasoning models and providing accurate outcome rewards in reinforcement learning with verifiable rewards. To improve verification accuracy, prior work has explored …

Reinforcement Learning