paper-with-me

홈 › Papers

Evaluating and Enhancing Trustworthiness of LLMs in Perception Tasks

2024-07-18 · Malsha Ashani Mahawatta Dona, Beatriz Cabrero-Daniel, Yinan Yu, Christian Berger

Today's advanced driver assistance systems (ADAS), like adaptive cruise control or rear collision warning, are finding broader adoption across vehicle classes. Integrating such advanced, multimodal Large Language Models (LLMs) on board a vehicle, which are capable of processing text, images, audio, and other data types, may have the potential to greatly enhance passenger comfort. Yet, an LLM's hallucinations are still a major challenge to be addressed. In this paper, we systematically assessed potential hallucination detection strategies for such LLMs in the context of object detection in vision-based data on the example of pedestrian detection and localization. We evaluate three hallucination detection strategies applied to two state-of-the-art LLMs, the proprietary GPT-4V and the open LLaVA, on two datasets (Waymo/US and PREPER CITY/Sweden). Our results show that these LLMs can describe a traffic situation to an impressive level of detail but are still challenged for further analysis activities such as object localization. We evaluate and extend hallucination detection approaches when applying these LLMs to video sequences in the example of pedestrian detection. Our experiments show that, at the moment, the state-of-the-art proprietary LLM performs much better than the open LLM. Furthermore, consistency enhancement techniques based on voting, such as the Best-of-Three (BO3) method, do not effectively reduce hallucinations in LLMs that tend to exhibit high false negatives in detecting pedestrians. However, extending the hallucination detection by including information from the past helps to improve results.

📄 PDF Abstract BibTeX arXiv:2408.01433

Code (0)

등록된 구현이 없습니다.

Tasks

Hallucinationobject-detectionObject DetectionObject LocalizationPedestrian Detection

Similar Papers 제목 키워드 기반

Drawing the Line: Enhancing Trustworthiness of MLLMs Through the Power of Refusal

2024-12-15 · Yuhao Wang, Zhiyuan Zhu, Heyang Liu, Yusheng Liao 외

Multimodal large language models (MLLMs) excel at multimodal perception and understanding, yet their tendency to generate hallucinated or inaccurate responses undermines their trustworthiness. Existing methods have large…

FinTrust: A Comprehensive Benchmark of Trustworthiness Evaluation in Finance Domain

2025-10-17 · Tiansheng Hu, Tongyan Hu, Liuyang Bai, Yilun Zhao 외 arxiv

Recent LLMs have demonstrated promising ability in solving finance related problems. However, applying LLMs in real-world finance application remains challenging due to its high risk and high stakes property. This paper …

Measuring and Enhancing Trustworthiness of LLMs in RAG through Grounded Attributions and Learning to Refuse

2024-09-17 · Maojia Song, Shang Hong Sim, Rishabh Bhardwaj, Hai Leong Chieu 외

LLMs are an integral component of retrieval-augmented generation (RAG) systems. While many studies focus on evaluating the overall quality of end-to-end RAG systems, there is a gap in understanding the appropriateness of…

In-Context LearningRAGRetrievalRetrieval-augmented Generation

Evaluating Regional Bias in LLMs From Abstract Stereotype to Concrete Social Decision-Making

2026-07-29 · Jiayuan Di, Haoyi Yang, Yufei Luo, Jiahui Qu 외 arxiv

Regional bias in large language models (LLMs) may shape both perceptions of regional groups and decisions about individuals from different regions. Yet existing studies often examine these manifestations separately, leav…

SV-TrustEval-C: Evaluating Structure and Semantic Reasoning in Large Language Models for Source Code Vulnerability Analysis

2025-05-27 · Yansong Li, Paula Branco, Alexander M. Hoole, Manish Marwah 외

As Large Language Models (LLMs) evolve in understanding and generating code, accurately evaluating their reliability in analyzing source code vulnerabilities becomes increasingly vital. While studies have examined LLM ca…

Logical ReasoningVulnerability Detection