English

Learning A Low-Level Vision Generalist via Visual Task Prompt

Computer Vision and Pattern Recognition 2024-08-19 v1

Abstract

Building a unified model for general low-level vision tasks holds significant research and practical value. Current methods encounter several critical issues. Multi-task restoration approaches can address multiple degradation-to-clean restoration tasks, while their applicability to tasks with different target domains (e.g., image stylization) is limited. Methods like PromptGIP can handle multiple input-target domains but rely on the Masked Autoencoder (MAE) paradigm. Consequently, they are tied to the ViT architecture, resulting in suboptimal image reconstruction quality. In addition, these methods are sensitive to prompt image content and often struggle with low-frequency information processing. In this paper, we propose a Visual task Prompt-based Image Processing (VPIP) framework to overcome these challenges. VPIP employs visual task prompts to manage tasks with different input-target domains and allows flexible selection of backbone network suitable for general tasks. Besides, a new prompt cross-attention is introduced to facilitate interaction between the input and prompt information. Based on the VPIP framework, we train a low-level vision generalist model, namely GenLV, on 30 diverse tasks. Experimental results show that GenLV can successfully address a variety of low-level tasks, significantly outperforming existing methods both quantitatively and qualitatively. Codes are available at https://github.com/chxy95/GenLV.

Cite

@article{arxiv.2408.08601,
  title  = {Learning A Low-Level Vision Generalist via Visual Task Prompt},
  author = {Xiangyu Chen and Yihao Liu and Yuandong Pu and Wenlong Zhang and Jiantao Zhou and Yu Qiao and Chao Dong},
  journal= {arXiv preprint arXiv:2408.08601},
  year   = {2024}
}

Comments

Accepted to ACMMM24

R2 v1 2026-06-28T18:14:31.565Z