search
HomeTechnology peripheralsAIMiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

A few months ago, several researchers from KAUST (King Abdullah University of Science and Technology, Saudi Arabia) proposed a method called MiniGPT- 4 project, which can provide image understanding and dialogue capabilities similar to GPT-4.

For example, MiniGPT-4 can answer the scene in the picture below: "The picture describes a cactus growing on a frozen lake. There are huge ice crystals around the cactus, and there are ice crystals in the distance. Snow-capped peaks..." If you then ask, can this kind of scene happen in the real world? The answer given by MiniGPT-4 is that this image is not common in the real world and the reason why.

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

Just a few months have passed. Recently, the KAUST team and researchers from Meta announced that they have upgraded MiniGPT-4 to MiniGPT-v2 version.

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

Paper address: https://arxiv.org/pdf/2310.09478.pdf

Paper Home page: https://minigpt-v2.github.io/

#Demo: https://minigpt-v2.github.io/

Specifically, MiniGPT-v2 can serve as a unified interface to better handle various visual-linguistic tasks. At the same time, this article recommends using unique identification symbols for different tasks when training the model. These identification symbols help the model easily distinguish each task instruction and improve the learning efficiency of each task model.

To evaluate the performance of the MiniGPT-v2 model, the researchers conducted extensive experiments on different visual-language tasks. Results show that MiniGPT-v2 achieves SOTA or comparable performance on various benchmarks compared to previous vision-language general-purpose models such as MiniGPT-4, InstructBLIP, LLaVA, and Shikra. For example, MiniGPT-v2 outperforms MiniGPT-4 by 21.3%, InstructBLIP by 11.3%, and LLaVA by 11.7% on the VSR benchmark.

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

Below we use specific examples to illustrate the role of MiniGPT-v2 identification symbols.

For example, by adding the [grounding] recognition symbol, the model can easily generate an image description with spatial position awareness:

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

By adding the [detection] recognition symbol, the model can directly extract the objects in the input text and find their spatial positions in the picture:

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

Frame an object in the picture. By adding [identify], the model can directly identify the name of the object:

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.By adding [refer] With the description of an object, the model can directly help you find the corresponding spatial position of the object:

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

You can also identify the match without adding any tasks, and Pictures for dialogue:

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

The model’s spatial awareness has also become stronger, and you can directly ask the model who appears on the left, middle and right of the picture:

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

Method introduction

The MiniGPT-v2 model architecture is shown in the figure below. It consists of three parts Composition: visual backbone, linear projection layer and large language model.

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

Visual backbone: MiniGPT-v2 uses EVA as the backbone model, and the visual backbone is frozen during training. The model is trained on image resolution of 448x448 and positional encoding is inserted to scale to higher image resolutions.

Linear projection layer: This article aims to project all visual tokens from the frozen visual backbone into the language model space. However, for higher resolution images (e.g. 448x448), projecting all image tokens results in very long sequence inputs (e.g. 1024 tokens), significantly reducing training and inference efficiency. Therefore, this paper simply concatenates 4 adjacent visual tokens in the embedding space and projects them together into a single embedding in the same feature space of a large language model, thereby reducing the number of visual input tokens by a factor of 4.

Large-scale language model: MiniGPT-v2 uses the open source LLaMA2-chat (7B) as the backbone of the language model. In this research, the language model is considered as a unified interface for various visual language inputs. This article directly uses LLaMA-2 language tokens to perform various visual language tasks. For basic vision tasks that require generating spatial locations, this paper directly requires the language model to generate textual representations of bounding boxes to represent their spatial locations.

Multi-task instruction training

##This article uses task recognition symbolic instructions to train the model, Divided into three stages. The data sets used in each stage of training are shown in Table 2.

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

Phase 1: Pre-training. This paper gives a high sampling rate to weakly labeled datasets to obtain more diverse knowledge.

Phase 2: Multi-task training. In order to improve the performance of MiniGPT-v2 on each task, the current stage only focuses on using fine-grained datasets to train the model. The researchers excluded weakly supervised datasets such as GRIT-20M and LAION from stage-1 and updated the data sampling ratio according to the frequency of each task. This strategy enables our model to prioritize high-quality aligned image-text data, resulting in superior performance across a variety of tasks.

Phase 3: Multi-modal instruction tuning. Subsequently, this paper focuses on using more multimodal instruction datasets to fine-tune the model and enhance its conversational capabilities as a chatbot.

Finally, the official also provides a Demo for readers to test. For example, on the left side of the picture below, we upload a photo, then select [Detection], then enter "red balloon", and the model will Can identify the red balloon in the picture:

MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.

Interested readers can check the paper homepage for more information.

The above is the detailed content of MiniGPT-4 has been upgraded to MiniGPT-v2. Multi-modal tasks can still be completed without GPT-4.. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:51CTO.COM. If there is any infringement, please contact admin@php.cn delete
An easy-to-understand explanation of how to save conversation history (conversation log) in ChatGPT!An easy-to-understand explanation of how to save conversation history (conversation log) in ChatGPT!May 16, 2025 am 05:41 AM

Various ways to efficiently save ChatGPT dialogue records Have you ever thought about saving a ChatGPT-generated conversation record? This article will introduce a variety of saving methods in detail, including official functions, Chrome extensions and screenshots, etc., to help you make full use of ChatGPT conversation records. Understand the characteristics and steps of various methods and choose the one that suits you best. [Introduction to the latest AI proxy "OpenAI Operator" released by OpenAI] (The link to OpenAI Operator should be inserted here) Table of contents Save conversation records using ChatGPT Export Steps to use the official export function Save ChatGPT logs using Chrome extension ChatGP

Create a schedule with ChatGPT! Explaining prompts that can be used to create and adjust tablesCreate a schedule with ChatGPT! Explaining prompts that can be used to create and adjust tablesMay 16, 2025 am 05:40 AM

Modern society has a compact pace and efficient schedule management is crucial. Work, life, study and other tasks are intertwined, and prioritization and schedules are often a headache. Therefore, intelligent schedule management methods using AI technology have attracted much attention. In particular, ChatGPT's powerful natural language processing capabilities can automate tedious schedules and task management, significantly improving productivity. This article will explain in-depth how to use ChatGPT for schedule management. We will combine specific cases and steps to demonstrate how AI can improve daily life and work efficiency. In addition, we will discuss things to note when using ChatGPT to ensure safe and effective use of this technology. Experience ChatGPT now and get your schedule

How to connect ChatGPT with spreadsheets! A thorough explanation of what you can doHow to connect ChatGPT with spreadsheets! A thorough explanation of what you can doMay 16, 2025 am 05:39 AM

We will explain how to link Google Sheets and ChatGPT to improve business efficiency. In this article, we will explain in detail how to use the add-on "GPT for Sheets and Docs" that is easy for beginners to use. No programming knowledge is required. Increased business efficiency through ChatGPT and spreadsheet integration This article will focus on how to connect ChatGPT with spreadsheets using add-ons. Add-ons allow you to easily integrate ChatGPT features into your spreadsheets. GPT for Shee

6 Investor Predictions For AI In 20256 Investor Predictions For AI In 2025May 16, 2025 am 05:37 AM

There are overarching trends and patterns that experts are highlighting as they forecast the next few years of the AI revolution. For instance, there's a significant demand for data, which we will discuss later. Additionally, the need for energy is d

Use ChatGPT for writing! A thorough explanation of tips and examples of prompts!Use ChatGPT for writing! A thorough explanation of tips and examples of prompts!May 16, 2025 am 05:36 AM

ChatGPT is not just a text generation tool, it is a true partner that dramatically increases writers' creativity. By using ChatGPT for the entire writing process, such as initial manuscript creation, ideation ideas, and stylistic changes, you can simultaneously save time and improve quality. This article will explain in detail the specific ways to use ChatGPT at each stage, as well as tips for maximizing productivity and creativity. Additionally, we will examine the synergy that combines ChatGPT with grammar checking tools and SEO optimization tools. Through collaboration with AI, writers can create originality with free ideas

How to create graphs in ChatGPT! No plugins required, so it can be used for Excel too!How to create graphs in ChatGPT! No plugins required, so it can be used for Excel too!May 16, 2025 am 05:35 AM

Data visualization using ChatGPT: From graph creation to data analysis Data visualization, which conveys complex information in an easy-to-understand manner, is essential in modern society. In recent years, due to the advancement of AI technology, graph creation using ChatGPT has attracted attention. In this article, we will explain how to create graphs using ChatGPT in an easy-to-understand manner even for beginners. We will introduce the differences between the free version and the paid version (ChatGPT Plus), specific creation steps, and how to display Japanese labels, along with practical examples. Creating graphs using ChatGPT: From basics to advanced use ChatG

Pushing The Limits Of Modern LLMs With A Dinner Plate?Pushing The Limits Of Modern LLMs With A Dinner Plate?May 16, 2025 am 05:34 AM

In general, we know that AI is big, and getting bigger. It’s fast, and getting faster. Specifically, though, not everyone’s familiar with some of the newest hardware and software approaches in the industry, and how they promote better results. Peopl

Archive your ChatGPT conversation history! Explaining the steps to save and how to restore itArchive your ChatGPT conversation history! Explaining the steps to save and how to restore itMay 16, 2025 am 05:33 AM

ChatGPT Dialogue Record Management Guide: Efficiently organize and make full use of your treasure house of knowledge! ChatGPT dialogue records are a source of creativity and knowledge, but how can growing records be effectively managed? Is it time-consuming to find important information? don’t worry! This article will explain in detail how to effectively "archive" (save and manage) your ChatGPT conversation records. We will cover official archive functions, data export, shared links, and data utilization and considerations. Table of contents Detailed explanation of ChatGPT's "archive" function How to use ChatGPT archive function Save location and viewing method of ChatGPT archive records Cancel and delete methods for ChatGPT archive records Cancel archive Delete the archive Summarize Ch

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool