CVSep 19, 2024

LLMs Can Check Their Own Results to Mitigate Hallucinations in Traffic Understanding Tasks

arXiv:2409.12580v17 citationsh-index: 6
Originality Synthesis-oriented
AI Analysis

This addresses hallucination mitigation for LLMs in autonomous driving applications, but is incremental as it applies an existing method (SelfCheckGPT) to new data.

The paper tackled the problem of hallucinations in LLMs when generating image captions for traffic understanding tasks, finding that GPT-4o produced more faithful captions than LLaVA and that SelfCheckGPT could effectively filter hallucinations, with performance better during daytime than at night.

Today's Large Language Models (LLMs) have showcased exemplary capabilities, ranging from simple text generation to advanced image processing. Such models are currently being explored for in-vehicle services such as supporting perception tasks in Advanced Driver Assistance Systems (ADAS) or Autonomous Driving (AD) systems, given the LLMs' capabilities to process multi-modal data. However, LLMs often generate nonsensical or unfaithful information, known as ``hallucinations'': a notable issue that needs to be mitigated. In this paper, we systematically explore the adoption of SelfCheckGPT to spot hallucinations by three state-of-the-art LLMs (GPT-4o, LLaVA, and Llama3) when analysing visual automotive data from two sources: Waymo Open Dataset, from the US, and PREPER CITY dataset, from Sweden. Our results show that GPT-4o is better at generating faithful image captions than LLaVA, whereas the former demonstrated leniency in mislabeling non-hallucinated content as hallucinations compared to the latter. Furthermore, the analysis of the performance metrics revealed that the dataset type (Waymo or PREPER CITY) did not significantly affect the quality of the captions or the effectiveness of hallucination detection. However, the models showed better performance rates over images captured during daytime, compared to during dawn, dusk or night. Overall, the results show that SelfCheckGPT and its adaptation can be used to filter hallucinations in generated traffic-related image captions for state-of-the-art LLMs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes