paper-with-me

Papers

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

2023-05-18 · NeurIPS 2023 11 · Wenhai Wang, Zhe Chen, Xiaokang Chen, Jiannan Wu, Xizhou Zhu, Gang Zeng, Ping Luo, Tong Lu, Jie zhou, Yu Qiao, Jifeng Dai

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.

📄 PDF Abstract BibTeX arXiv:2305.11175

Code (2)

opengvlab/interngpt 공식 구현 pytorch
opengvlab/visionllm 공식 구현 jax

Tasks

DecoderLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

VisionLLM v2: An End-to-End Generalist Multimodal Large Language Model for Hundreds of Vision-Language Tasks

2024-06-12 · Jiannan Wu, Muyan Zhong, Sen Xing, Zeqiang Lai 외

We present VisionLLM v2, an end-to-end generalist multimodal large model (MLLM) that unifies visual perception, understanding, and generation within a single framework. Unlike traditional MLLMs limited to text output, Vi…

Image GenerationLanguage ModelingLanguage ModellingLarge Language Model+6

ReVisionLLM: Recursive Vision-Language Model for Temporal Grounding in Hour-Long Videos

2024-11-22 · CVPR 2025 1 · Tanveer Hannan, Md Mohaiminul Islam, Jindong Gu, Thomas Seidl 외

Large language models (LLMs) excel at retrieving information from lengthy text, but their vision-language counterparts (VLMs) face difficulties with hour-long videos, especially for temporal grounding. Specifically, thes…

Language-Based Temporal LocalizationLanguage ModelingLanguage ModellingNatural Language Moment Retrieval

Unlock the Power of Unlabeled Data in Language Driving Model

2025-03-13 · Chaoqun Wang, Jie Yang, Xiaobin Hong, Ruimao Zhang

Recent Vision-based Large Language Models~(VisionLLMs) for autonomous driving have seen rapid advancements. However, such promotion is extremely dependent on large-scale high-quality annotated data, which is costly and l…

Autonomous DrivingQuestion Answering

VisionLLM-based Multimodal Fusion Network for Glottic Carcinoma Early Detection

2024-12-24 · Zhaohui Jin, Yi Shuai, Yongcheng Li, Lingcong Cai 외

The early detection of glottic carcinoma is critical for improving patient outcomes, as it enables timely intervention, preserves vocal function, and significantly reduces the risk of tumor progression and metastasis. Ho…

Language ModelingLanguage ModellingLarge Language Model

BOLD: Dataset and Metrics for Measuring Biases in Open-Ended Language Generation

2021-01-27 · Jwala Dhamala, Tony Sun, Varun Kumar, Satyapriya Krishna 외

Recent advances in deep learning techniques have enabled machines to generate cohesive open-ended text when prompted with a sequence of words as context. While these models now empower many downstream applications from c…

BenchmarkingText Generation