paper-with-me

홈 › Papers

Detecting Misbehaviors of Large Vision-Language Models by Evidential Uncertainty Quantification

2026-02-05 · Tao Huang, Rui Wang, Xiaofei Liu, Yi Qin, Li Duan, Liping Jing arxiv

%Large vision-language models (LVLMs) have shown substantial advances in multimodal understanding and generation. However, when presented with incompetent or adversarial inputs, they frequently produce unreliable or even harmful content, such as fact hallucinations or dangerous instructions. This misalignment with human expectations, referred to as \emph{misbehaviors} of LVLMs, raises serious concerns for deployment in critical applications. These misbehaviors are found to stem from epistemic uncertainty, specifically either conflicting internal knowledge or the absence of supporting information. However, existing uncertainty quantification methods, which typically capture only overall epistemic uncertainty, have shown limited effectiveness in identifying such issues. To address this gap, we propose Evidential Uncertainty Quantification (EUQ), a fine-grained method that captures both information conflict and ignorance for effective detection of LVLM misbehaviors. In particular, we interpret features from the model output head as either supporting (positive) or opposing (negative) evidence. Leveraging Evidence Theory, we model and aggregate this evidence to quantify internal conflict and knowledge gaps within a single forward pass. %We extensively evaluate our method across four categories of misbehavior, including hallucinations, jailbreaks, adversarial vulnerabilities, and out-of-distribution (OOD) failures, using state-of-the-art LVLMs, and find that EUQ consistently outperforms strong baselines, showing that hallucinations correspond to high internal conflict and OOD failures to high ignorance. Furthermore, layer-wise evidential uncertainty dynamics analysis helps interpret the evolution of internal representations from a new perspective. The source code is available at https://github.com/HT86159/EUQ.

📄 PDF Abstract BibTeX arXiv:2602.05535

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Survive at All Costs: Exploring LLM's Risky Behaviors under Survival Pressure

2026-03-05 · Yida Lu, Jianwei Fang, Xuyang Shao, Zixuan Chen 외 arxiv

As Large Language Models (LLMs) evolve from chatbots to agentic assistants, they are increasingly observed to exhibit risky behaviors when subjected to survival pressure, such as the threat of being shut down. While mult…

Wink: Recovering from Misbehaviors in Coding Agents

2026-02-19 · Rahul Nanda, Chandra Maddila, Smriti Jha, Euna Mehnaz Khan 외 arxiv

Autonomous coding agents, powered by large language models (LLMs), are increasingly being adopted in the software industry to automate complex engineering tasks. However, these agents are prone to a wide range of misbeha…

Knowledge from Uncertainty in Evidential Deep Learning

2023-10-19 · Cai Davies, Marc Roig Vilamala, Alun D. Preece, Federico Cerutti 외

This work reveals an evidential signal that emerges from the uncertainty value in Evidential Deep Learning (EDL). EDL is one example of a class of uncertainty-aware deep learning approaches designed to provide confidence…

Deep Learning

Resilient Average Consensus: A Detection and Compensation Approach

2022-02-22 · Wenzhe Zheng, Zhiyu He, Jianping He, Chengcheng Zhao 외

We study the problem of resilient average consensus for multi-agent systems with misbehaving nodes. To protect consensus valuefrom being influenced by misbehaving nodes, we address this problem by detecting misbehaviors,…

Evidential Transformation Network: Turning Pretrained Models into Evidential Models for Post-hoc Uncertainty Estimation

2026-04-09 · Yongchan Chun, Chanhee Park, Jeongho Yoon, Jaehyung Seo 외 arxiv

Pretrained models have become standard in both vision and language, yet they typically do not provide reliable measures of confidence. Existing uncertainty estimation methods, such as deep ensembles and MC dropout, are o…

Image Classification