


Even Calabash Kids can't figure it out. GPT-4V, which explains League of Legends, faces hallucination challenges.
Getting a large model to understand images and text at the same time may be harder than you think.
After the opening of OpenAI’s first developer conference, known as the “AI Spring Festival Gala”, many people’s circle of friends were flooded with the new products released by this company, such as GPTs that can be used to customize applications without writing code, GPT-4 visual API that can explain football games and even "League of Legends" games, etc. However, while everyone was praising how useful these products are, some people also discovered weaknesses and pointed out that powerful multi-modal models like GPT-4V actually still have great illusions. There are also deficiencies in basic visual abilities, such as being unable to distinguish between similar images such as "song cake and Chihuahua", "Teddy dog and fried chicken".
GPT-4V can’t tell the difference between a sponge cake and a Chihuahua. Image source: Post by Xin Eric Wang @ CoRL2023 on the X platform. Link: https://twitter.com/xwang_lk/status/1723389615254774122
## GPT-4V can’t tell the difference between a teddy dog and fried chicken. Source: Wang William Weibo. Link: https://weibo.com/1657470871/4967473049763898
In order to conduct a systematic study of these flaws, researchers from institutions such as the University of North Carolina at Chapel Hill conducted a detailed investigation , and introduced a new benchmark called BingoBingo’s full name is "Bias in Visual Language Models and What Needs to be Rewritten: Interference Challenge", which aims to evaluate and reveal the differences in visual language models Two common types of illusions: bias and what needs to be rewritten are: Interference Bias refers to GPT-4V’s tendency to hallucinate specific types of examples. In Bingo, researchers explored three major categories of bias, including geographic bias, OCR bias, and factual bias. Geographical bias refers to differences in GPT-4V’s accuracy when answering questions about different geographical regions. OCR bias is related to the bias caused by the limitations of the OCR detector, which can cause differences in the model's accuracy when answering questions involving different languages. Fact bias is caused by the model overly relying on learned fact knowledge when generating responses, while ignoring the input image. These biases may be due to imbalance in the training data. The rewritten content is as follows: The content that needs to be rewritten for GPT-4V is: Interference refers to its possible impact on the wording of text prompts or the presentation of input images. In Bingo, the researchers conducted a specific study on two types of interference: inter-image interference and text-image interference. The former highlights the challenges GPT-4V faces in interpreting multiple similar images; the latter describes a scenario in which human users in textual prompts may undermine GPT-4V's recognition capabilities, that is, if given a deliberately misleading For text prompts, GPT-4V prefers to stick to text and ignore images (for example, if you ask it if there are 8 gourd dolls in the picture, it may answer "Yes, there are 8")The content that needs to be rewritten is: Source: https:// twitter.com/fabianstelzer/status/1712790589853352436
However, based on past experience, we can reduce the illusion of the model through methods such as self-correction and thought chain reasoning. The author also conducted related experiments, but the results were not ideal. They also found similar biases in LLaVA and Bard and what needs to be rewritten is: interference vulnerabilities. Therefore, taken together, the hallucination problem of visual models such as GPT-4V is still a serious challenge, which may not be solved with the help of existing hallucination elimination methods designed for language modelsPaper link: https://arxiv.org/pdf/2311.03287.pdf
What problems is GPT-4V stumped by?
Bingo includes 190 failed instances, and 131 successful instances for comparison. Each image in Bingo is paired with 1-2 questions. The study divided the failure cases into two categories based on the cause of the hallucination: "What needs to be rewritten is: interference" and "bias." What needs to be rewritten is: Interference class is further divided into two types: Between images What needs to be rewritten is: Interference and Text - Between images What needs to be rewritten is: Interference. The bias category is further divided into three types: Region Bias, OCR Bias, and Factual Bias.
Bias
Geographic Bias To assess geographic bias, the research team selected samples from five different geographic areas Data was collected on cultures, cuisines, and more, including East Asia, South Asia, South America, Africa, and the Western world.
The study found that GPT-4V was better at interpreting images from Western countries compared to other regions such as East Asia and Africa
For example, in the example below, GPT-4V confuses a church in Africa with a church in France (left), but correctly identifies a church in Europe (right).
OCR Bias To analyze OCR bias, the study collected some examples involving images containing text, mainly including text in 5 languages: Arabic, Chinese, French, Japanese and English.
The study found that GPT-4V performed better at text recognition in English and French compared to the other three languages.
For example, the comic text in the picture below is recognized and translated into English. There is a big difference in the response results of GPT-4V to Chinese text and English text.
Fact Bias To investigate whether GPT-4V overly relies on pre-learned factual knowledge and ignores factual information presented in the input image, this research was planned A set of counterfactual images.
This study found that GPT-4V will output the information in "prior knowledge" after seeing the "counterfactual image" instead of the content in the image
For example, taking a photo of the solar system without Saturn as an input image, GPT-4V still mentions Saturn when describing the image
The content that needs to be rewritten is: interference
In order to analyze the existence of GPT-4V, the content that needs to be rewritten is: interference problem. This study introduces two types of images and corresponding problems, which include similar images. Interference caused by a combination of interference and intentional errors in text prompts caused by human users.
What needs to be rewritten between images is: interference The study found that GPT-4V has difficulty distinguishing a group of images with similar visual elements. As shown below, when these images are combined and presented to GPT-4V simultaneously, it depicts an object (a golden badge) that does not exist in the image. However, when these sub-images are presented individually, it gives an accurate description.
The content that needs to be rewritten between text and image is: interference This study explored whether GPT-4V will be affected by the opinion information contained in the text prompt Impact. As shown in the picture below, in a picture of 7 gourd dolls, the text prompt says there are 8, and GPT-4V will answer 8. If the prompt: "8 is wrong", then GPT-4V will also give the correct answer. : "7 Calabash Babies". Apparently, GPT-4V is affected by text prompts.
Can existing methods reduce hallucinations in GPT-4V?
In addition to identifying cases where GPT-4V is hallucinating due to bias and interference, the authors also conducted a comprehensive investigation to see whether existing methods can reduce GPT -Illusion in 4V.
Their research was carried out in two key methods, namely self-correction and thought chain reasoning
In the self-correction method, the researchers entered the following prompt: "Your answer is wrong. Review your previous answer and find problems with your answer. Answer me again." reduced the model's hallucination rate by 16.56%, but a large part of the errors were still not corrected.
In CoT inference, even when using prompts like “Let’s think step by step”, GPT-4V still tends to produce hallucinatory reactions in most cases. The authors believe that the ineffectiveness of CoT is not surprising as it was primarily designed to enhance verbal reasoning and may not be sufficient to address challenges in the visual component.
So the author believes that we need further research and innovation to solve these ongoing problems in visual language models.
If you want more details, please see the original paper.
The above is the detailed content of Even Calabash Kids can't figure it out. GPT-4V, which explains League of Legends, faces hallucination challenges.. For more information, please follow other related articles on the PHP Chinese website!

Hugging Face's OlympicCoder-7B: A Powerful Open-Source Code Reasoning Model The race to develop superior code-focused language models is intensifying, and Hugging Face has joined the competition with a formidable contender: OlympicCoder-7B, a product

How many of you have wished AI could do more than just answer questions? I know I have, and as of late, I’m amazed by how it’s transforming. AI chatbots aren’t just about chatting anymore, they’re about creating, researchin

As smart AI begins to be integrated into all levels of enterprise software platforms and applications (we must emphasize that there are both powerful core tools and some less reliable simulation tools), we need a new set of infrastructure capabilities to manage these agents. Camunda, a process orchestration company based in Berlin, Germany, believes it can help smart AI play its due role and align with accurate business goals and rules in the new digital workplace. The company currently offers intelligent orchestration capabilities designed to help organizations model, deploy and manage AI agents. From a practical software engineering perspective, what does this mean? The integration of certainty and non-deterministic processes The company said the key is to allow users (usually data scientists, software)

Attending Google Cloud Next '25, I was keen to see how Google would distinguish its AI offerings. Recent announcements regarding Agentspace (discussed here) and the Customer Experience Suite (discussed here) were promising, emphasizing business valu

Selecting the Optimal Multilingual Embedding Model for Your Retrieval Augmented Generation (RAG) System In today's interconnected world, building effective multilingual AI systems is paramount. Robust multilingual embedding models are crucial for Re

Tesla's Austin Robotaxi Launch: A Closer Look at Musk's Claims Elon Musk recently announced Tesla's upcoming robotaxi launch in Austin, Texas, initially deploying a small fleet of 10-20 vehicles for safety reasons, with plans for rapid expansion. H

The way artificial intelligence is applied may be unexpected. Initially, many of us might think it was mainly used for creative and technical tasks, such as writing code and creating content. However, a recent survey reported by Harvard Business Review shows that this is not the case. Most users seek artificial intelligence not just for work, but for support, organization, and even friendship! The report said that the first of AI application cases is treatment and companionship. This shows that its 24/7 availability and the ability to provide anonymous, honest advice and feedback are of great value. On the other hand, marketing tasks (such as writing a blog, creating social media posts, or advertising copy) rank much lower on the popular use list. Why is this? Let's see the results of the research and how it continues to be

The rise of AI agents is transforming the business landscape. Compared to the cloud revolution, the impact of AI agents is predicted to be exponentially greater, promising to revolutionize knowledge work. The ability to simulate human decision-maki


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

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

Hot Article

Hot Tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

Dreamweaver Mac version
Visual web development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software