paper-with-me

홈 › Papers

Prompt Highlighter: Interactive Control for Multi-Modal LLMs

2023-12-07 · CVPR 2024 1 · Yuechen Zhang, Shengju Qian, Bohao Peng, Shu Liu, Jiaya Jia

This study targets a critical aspect of multi-modal LLMs' (LLMs&VLMs) inference: explicit controllable text generation. Multi-modal LLMs empower multi-modality understanding with the capability of semantic generation yet bring less explainability and heavier reliance on prompt contents due to their autoregressive generative nature. While manipulating prompt formats could improve outputs, designing specific and precise prompts per task can be challenging and ineffective. To tackle this issue, we introduce a novel inference method, Prompt Highlighter, which enables users to highlight specific prompt spans to interactively control the focus during generation. Motivated by the classifier-free diffusion guidance, we form regular and unconditional context pairs based on highlighted tokens, demonstrating that the autoregressive generation in models can be guided in a classifier-free way. Notably, we find that, during inference, guiding the models with highlighted tokens through the attention weights leads to more desired outputs. Our approach is compatible with current LLMs and VLMs, achieving impressive customized generation results without training. Experiments confirm its effectiveness in focusing on input contexts and generating reliable content. Without tuning on LLaVA-v1.5, our method secured 70.7 in the MMBench test and 1552.5 in MME-perception. The code is available at: https://github.com/dvlab-research/Prompt-Highlighter/

📄 PDF Abstract BibTeX arXiv:2312.04302

Code (1)

dvlab-research/prompt-highlighter 공식 구현 pytorch

Tasks

MMEText Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

3D Highlighter: Localizing Regions on 3D Shapes via Text Descriptions

2022-12-21 · CVPR 2023 1 · Dale Decatur, Itai Lang, Rana Hanocka

We present 3D Highlighter, a technique for localizing semantic regions on a mesh using text as input. A key feature of our system is the ability to interpret "out-of-domain" localizations. Our system demonstrates the abi…

LLaVA-Interactive: An All-in-One Demo for Image Chat, Segmentation, Generation and Editing

2023-11-01 · Wei-Ge Chen, Irina Spiridonova, Jianwei Yang, Jianfeng Gao 외

LLaVA-Interactive is a research prototype for multimodal human-AI interaction. The system can have multi-turn dialogues with human users by taking multimodal user inputs and generating multimodal responses. Importantly, …

AllImage GenerationImage SegmentationSemantic Segmentation

CtrlFuse: Mask-Prompt Guided Controllable Infrared and Visible Image Fusion

2026-01-12 · Yiming Sun, Yuan Ruan, Qinghua Hu, Pengfei Zhu arxiv

Infrared and visible image fusion generates all-weather perception-capable images by combining complementary modalities, enhancing environmental awareness for intelligent unmanned systems. Existing methods either focus o…

Yan: Foundational Interactive Video Generation

2025-08-12 · Deheng Ye, Fangyun Zhou, Jiacheng Lv, Jianqi Ma 외 arxiv

We present Yan, a foundational framework for interactive video generation, covering the entire pipeline from simulation and generation to editing. Specifically, Yan comprises three core modules. AAA-level Simulation: We …

Video Generation

Caption Anything: Interactive Image Description with Diverse Multimodal Controls

2023-05-04 · Teng Wang, Jinrui Zhang, Junjie Fei, Hao Zheng 외

Controllable image captioning is an emerging multimodal topic that aims to describe the image with natural language following human purpose, $\textit{e.g.}$, looking at the specified regions or telling in a particular te…

controllable image captioningImage CaptioningImage DescriptionInstruction Following