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

推荐订阅源

H
Hacker News: Front Page
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
博客园 - 聂微东
WordPress大学
WordPress大学
Google DeepMind News
Google DeepMind News
T
The Blog of Author Tim Ferriss
IT之家
IT之家
Recent Announcements
Recent Announcements
S
SegmentFault 最新的问题
博客园 - 三生石上(FineUI控件)
G
Google Developers Blog
Recorded Future
Recorded Future
Apple Machine Learning Research
Apple Machine Learning Research
F
Full Disclosure
D
DataBreaches.Net
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Exploit Database - CXSecurity.com
T
Threat Research - Cisco Blogs
C
Cisco Blogs
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Google Online Security Blog
Google Online Security Blog
爱范儿
爱范儿
V
V2EX
N
News and Events Feed by Topic
U
Unit 42
P
Privacy International News Feed
M
MIT News - Artificial intelligence
S
Security Affairs
T
Tenable Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
TaoSecurity Blog
TaoSecurity Blog
人人都是产品经理
人人都是产品经理
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
美团技术团队
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Hacker News: Ask HN
Hacker News: Ask HN
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
V
V2EX - 技术
aimingoo的专栏
aimingoo的专栏
L
LINUX DO - 热门话题
MongoDB | Blog
MongoDB | Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
K
Kaspersky official blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
V
Vulnerabilities – Threatpost
博客园_首页
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
CERT Recently Published Vulnerability Notes
SecWiki News
SecWiki News

cs.AI updates on arXiv.org

暂无文章

When RAG Hurts: Diagnosing and Mitigating Attention Distraction in Retrieval-Augmented LVLMs
Beidi Zhao, Wenlong Deng, Xinting Liao, Yushu Li, Nazim Shaikh, · 2026-01-31 · via cs.AI updates on arXiv.org

While Retrieval-Augmented Generation (RAG) is one of the dominant paradigms for enhancing Large Vision-Language Models (LVLMs) on knowledge-based VQA tasks, recent work attributes RAG failures to insufficient attention towards the retrieved context, proposing to reduce the attention allocated to image tokens. In this work, we identify a distinct failure mode that previous study overlooked: Attention Distraction (AD). When the retrieved context is sufficient (highly relevant or including the correct answer), the retrieved text suppresses the visual attention globally, and the attention on image tokens shifts away from question-relevant regions. This leads to failures on questions the model could originally answer correctly without the retrieved text. To mitigate this issue, we propose MAD-RAG, a training-free intervention that decouples visual grounding from context integration through a dual-question formulation, combined with attention mixing to preserve image-conditioned evidence. Extensive experiments on OK-VQA, E-VQA, and InfoSeek demonstrate that MAD-RAG consistently outperforms existing baselines across different model families, yielding absolute gains of up to 4.76%, 9.20%, and 6.18% over the vanilla RAG baseline. Notably, MAD-RAG rectifies up to 74.68% of failure cases with negligible computational overhead.