English

TreePrompt: Learning to Compose Tree Prompts for Explainable Visual Grounding

Computer Vision and Pattern Recognition 2023-05-22 v1 Artificial Intelligence Computation and Language Multimedia

Abstract

Prompt tuning has achieved great success in transferring the knowledge from large pretrained vision-language models into downstream tasks, and has dominated the performance on visual grounding (VG). However, almost all existing prompt tuning paradigms suffer from poor interpretability. In this paper, we argue that their poor interpretability is attributed to the holistic prompt generation and inference process. By "holistic", we mean that they usually directly learn a set of vectors as the prompt (i.e., prompt generation), and use the learned global prompt to augment the textual input for the VG model (i.e., prompt inference). To this end, we propose a new prompt construction paradigm with explicit explainable ability, named TreePrompt. Specifically, we first deconstruct a complex sentence into a tree, that is consistent with human reasoning. Then, following the syntax tree, we compose a structured prompt in a bottom-up manner. Thanks to this step-by-step prompt construction process, each intermediate prompt (i.e., tree node) permits us to understand the reasoning process. Extensive ablations on various backbones and benchmarks consistently demonstrate the effectiveness and interpretability of our TreePrompt.

Keywords

Cite

@article{arxiv.2305.11497,
  title  = {TreePrompt: Learning to Compose Tree Prompts for Explainable Visual Grounding},
  author = {Chenchi Zhang and Jun Xiao and Lei Chen and Jian Shao and Long Chen},
  journal= {arXiv preprint arXiv:2305.11497},
  year   = {2023}
}
R2 v1 2026-06-28T10:38:59.466Z