Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

VisionLLM: Large Language Model is also an Open-Ended Decoder for Vision-Centric Tasks

About

Large language models (LLMs) have notably accelerated progress towards artificial general intelligence (AGI), with their impressive zero-shot capacity for user-tailored tasks, endowing them with immense potential across a range of applications. However, in the field of computer vision, despite the availability of numerous powerful vision foundation models (VFMs), they are still restricted to tasks in a pre-defined form, struggling to match the open-ended task capabilities of LLMs. In this work, we present an LLM-based framework for vision-centric tasks, termed VisionLLM. This framework provides a unified perspective for vision and language tasks by treating images as a foreign language and aligning vision-centric tasks with language tasks that can be flexibly defined and managed using language instructions. An LLM-based decoder can then make appropriate predictions based on these instructions for open-ended tasks. Extensive experiments show that the proposed VisionLLM can achieve different levels of task customization through language instructions, from fine-grained object-level to coarse-grained task-level customization, all with good results. It's noteworthy that, with a generalist LLM-based framework, our model can achieve over 60\% mAP on COCO, on par with detection-specific models. We hope this model can set a new baseline for generalist vision and language models. The demo shall be released based on https://github.com/OpenGVLab/InternGPT. The code shall be released at https://github.com/OpenGVLab/VisionLLM.

Wenhai Wang, Zhe Chen, Xiaokang Chen, Jiannan Wu, Xizhou Zhu, Gang Zeng, Ping Luo, Tong Lu, Jie Zhou, Yu Qiao, Jifeng Dai• 2023

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP60.2
2454
Instance SegmentationCOCO 2017 (val)--
1144
Object DetectionCOCO (val)
mAP44.6
613
Instance SegmentationCOCO (val)
APmk25.1
472
Referring Expression ComprehensionRefCOCO+ (val)--
345
Referring Expression ComprehensionRefCOCO (val)
Accuracy86.7
335
Referring Expression ComprehensionRefCOCO (testA)
Accuracy86.7
333
Referring Expression ComprehensionRefCOCOg (test)
Accuracy82.9
291
Referring Expression ComprehensionRefCOCOg (val)
Accuracy82.9
291
Object DetectionCOCO 2017
AP (Box)44.8
279
Showing 10 of 22 rows

Other info

Code

Follow for update