惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
MongoDB | Blog
MongoDB | Blog
The Register - Security
The Register - Security
Jina AI
Jina AI
Y
Y Combinator Blog
WordPress大学
WordPress大学
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
有赞技术团队
有赞技术团队
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 【当耐特】
Cloudbric
Cloudbric
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
CERT Recently Published Vulnerability Notes
L
LangChain Blog
A
Arctic Wolf
Apple Machine Learning Research
Apple Machine Learning Research
aimingoo的专栏
aimingoo的专栏
P
Palo Alto Networks Blog
G
GRAHAM CLULEY
Stack Overflow Blog
Stack Overflow Blog
Security Latest
Security Latest
C
Cybersecurity and Infrastructure Security Agency CISA
M
MIT News - Artificial intelligence
Last Week in AI
Last Week in AI
The Last Watchdog
The Last Watchdog
Google DeepMind News
Google DeepMind News
N
News and Events Feed by Topic
P
Privacy International News Feed
Vercel News
Vercel News
S
Securelist
I
InfoQ
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
B
Blog
N
News | PayPal Newsroom
Blog — PlanetScale
Blog — PlanetScale
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
A
About on SuperTechFans
Attack and Defense Labs
Attack and Defense Labs
小众软件
小众软件
C
Cisco Blogs
Simon Willison's Weblog
Simon Willison's Weblog
S
Secure Thoughts
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
T
Tailwind CSS Blog
T
The Blog of Author Tim Ferriss
H
Hackread – Cybersecurity News, Data Breaches, AI and More

cs.CV updates on arXiv.org

暂无文章

GEASS: Gated Evidence-Adaptive Selective Caption Trust for Vision-Language Models
Zeshang Li, Shuoyang Zhang · 2026-05-03 · via cs.CV updates on arXiv.org

Vision-Language Models (VLMs) hallucinate objects that are not present, and a growing line of work tries to curb this by feeding the model its own generated caption as auxiliary evidence -- assuming that a caption, once available, is something to consume. We show this fails: naively appending a caption can lower accuracy rather than raise it, dropping Qwen2.5-VL-3B$^\dagger$ on HallusionBench by nearly ten points. To understand why, we build \textbf{GD-Probe}, a diagnostic set that pairs a global and a detail question on the same image, so that any difference in caption effect is attributable to the question alone. Caption utility proves to be a \emph{per-query} property: the same caption helps global questions and harms detail ones, through a single mechanism -- an embedded caption competes with the image for attention and pulls the model's evidence onto its own text -- whose sign is set by whether the caption \emph{covers} the queried content. Crucially, this regime is readable from quantities the decoder already emits, with no attention access or grounding. We turn this into \textbf{GEASS} (Gated Evidence-Adaptive Selective Caption Trust), a training-free, logit-level module that decides per query how much of the caption to trust, gating it by the clean path's confidence, weighting it by the entropy reduction it induces, and raising the evidence bar when the two pathways disagree. Across four VLMs and two benchmarks (POPE and HallusionBench), GEASS improves over both vanilla inference and contrastive decoding under a single fixed setting, adding only two forward passes and no parameters.