Declaration-Based Prompt Tuning for Visual Question Answering
Abstract
In recent years, the pre-training-then-fine-tuning paradigm has yielded immense success on a wide spectrum of cross-modal tasks, such as visual question answering (VQA), in which a visual-language (VL) model is first optimized via self-supervised task objectives, e.g., masked language modeling (MLM) and image-text matching (ITM), and then fine-tuned to adapt to downstream task (e.g., VQA) via a brand-new objective function, e.g., answer prediction. However, the inconsistency of the objective forms not only severely limits the generalization of pre-trained VL models to downstream tasks, but also requires a large amount of labeled data for fine-tuning. To alleviate the problem, we propose an innovative VL fine-tuning paradigm (named Declaration-based Prompt Tuning, abbreviated as DPT), which fine-tunes the model for downstream VQA using the pre-training objectives, boosting the effective adaptation of pre-trained models to the downstream task. Specifically, DPT reformulates the VQA task via (1) textual adaptation, which converts the given questions into declarative sentence form for prompt-tuning, and (2) task adaptation, which optimizes the objective function of VQA problem in the manner of pre-training phase. Experimental results on GQA dataset show that DPT outperforms the fine-tuned counterpart by a large margin regarding accuracy in both fully-supervised (2.68%) and zero-shot/fewshot (over 31%) settings. All the data and codes will be available to facilitate future research.
Cite
Text
Liu et al. "Declaration-Based Prompt Tuning for Visual Question Answering." International Joint Conference on Artificial Intelligence, 2022. doi:10.24963/IJCAI.2022/453Markdown
[Liu et al. "Declaration-Based Prompt Tuning for Visual Question Answering." International Joint Conference on Artificial Intelligence, 2022.](https://mlanthology.org/ijcai/2022/liu2022ijcai-declaration/) doi:10.24963/IJCAI.2022/453BibTeX
@inproceedings{liu2022ijcai-declaration,
title = {{Declaration-Based Prompt Tuning for Visual Question Answering}},
author = {Liu, Yuhang and Wei, Wei and Peng, Daowan and Zhu, Feida},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2022},
pages = {3264-3270},
doi = {10.24963/IJCAI.2022/453},
url = {https://mlanthology.org/ijcai/2022/liu2022ijcai-declaration/}
}