让视觉语言模型学会记住‘不可能’,提升推理可靠性
PolarMem: A Training-Free Polarized Latent Graph Memory for Verifiable Vision-Language Models
- 将冻结模型的感知信号转为有无、不确定三类记忆状态
- 在六项多模态任务中降低检索矛盾率,提升准确性
- 无需训练,适配多种模型,适合构建可信AI系统
记忆不仅是存储机制,更是组织证据与约束信念的结构。在多模态推理中,检索证据需同时满足查询相关性与视觉一致性。当前视觉语言模型(VLM)的记忆系统多为正向关联:仅检索相似或曾观测的内容,缺乏对已验证不存在或逻辑排除内容的显式记忆。为此,我们提出无需训练的极化潜在图记忆框架PolarMem,通过语义一致性验证与自适应分布划分,将冻结VLM的感知信号转化为'有'(HAS)、'无'(NOT_HAS)和'不确定'(Uncertain)三种记忆状态,并存储于具有正负关系的极化图中。推理时,基于词法逻辑的检索协议优先保证逻辑一致性,抑制冲突记忆进入模型上下文。在八种冻结VLM主干与六个多模态基准上,PolarMem持续提升检索密集型任务表现,减少检索层级矛盾。结果表明,负向记忆是构建更可靠多模态记忆系统的关键机制。代码开源:https://github.com/czs-ict/PolarMem。
原文摘要 · Abstract (English)
Memory is not merely a storage mechanism for intelligent systems, but a structure for organizing evidence and constraining belief. This is especially important for multimodal reasoning, where retrieved evidence must be both query-relevant and visually consistent. However, current memory systems for vision-language models (VLMs) remain largely positive-associative: they retrieve what is similar or previously observed, but lack an explicit way to remember what has been verified as absent or logically excluded. To this end, we propose \textbf{PolarMem}, a training-free polarized latent graph memory framework for verifiable vision-language reasoning. PolarMem transforms frozen VLM perceptual signals into \textit{HAS}, \textit{NOT\_HAS}, and \textit{Uncertain} memory states through semantic consistency verification and adaptive distributional partitioning, and stores them in a polarized graph with distinct positive and negative memory relations. During inference, a lexicographical logic-aware retrieval protocol enforces logical consistency before semantic similarity, suppressing conflicting memories before they enter the model context. Across eight frozen VLM backbones and six multimodal benchmarks, PolarMem consistently improves retrieval-intensive tasks and reduces retrieval-level contradictions. These results highlight negative memory as a key mechanism for building more reliable multimodal memory systems. Our code is available at https://github.com/czs-ict/PolarMem.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。