Write-Protected Discrete Bottlenecks for Language-Grounded World Models: A Structural Limitation and Sufficient Fix
作者: Jiayi Fang
分类: cs.LG
发布日期: 2026-07-09
备注: 20 pages, 7 figures. Preprint
💡 一句话要点
提出写保护离散瓶颈以解决语言与世界模型交互问题
🎯 匹配领域: 支柱二:RL算法与架构 (RL & Architecture) 支柱九:具身大模型 (Embodied Foundation Models)
关键词: 离散符号系统 语言与模型交互 符号瓶颈 语义绑定 DP-Means聚类 机器人控制 多模态学习
📋 核心要点
- 现有方法假设语言梯度可以直接影响离散符号表示,但这一假设存在结构性缺陷,导致符号崩溃和语义标签学习失败。
- 论文提出通过切断梯度链、引入无梯度的语义通道和使用DP-Means聚类来解决这一问题,确保符号系统的稳定性和语义准确性。
- 实验结果显示,采用新方法后,语义绑定准确率达到97.2%,而传统方法仅为22.2%,且在所有实验中实现了零符号崩溃。
📝 摘要(中文)
本文探讨了语言如何与世界模型的离散符号系统接口。现有方法假设语言梯度可以直接影响物理符号表示,但我们发现这一假设并不安全,并且识别出防止失败的最小架构约束。通过切断梯度链、提供无梯度的语义通道和处理符号碰撞,我们提出了一种有效的解决方案,显著提高了语义绑定的准确性。
🔬 方法详解
问题定义:本文旨在解决语言与世界模型的离散符号系统之间的交互问题。现有方法在将语言梯度注入符号瓶颈时,导致符号崩溃和语义标签学习的失败。
核心思路:论文提出的解决方案通过切断语言信号的梯度链,避免其直接影响符号瓶颈,同时引入无梯度的语义通道和处理符号碰撞的策略,以确保符号系统的稳定性和语义的准确性。
技术框架:整体架构包括三个主要模块:切断梯度链的操作、无梯度的语义通道(记忆表)以及DP-Means流式聚类处理符号碰撞。每个模块相互配合,共同提高系统的性能。
关键创新:最重要的创新在于提出了切断梯度链的策略和无梯度的语义通道,这与现有方法的直接梯度注入形成了本质区别,避免了符号崩溃的问题。
关键设计:在设计中,使用了非参数的记忆表来替代传统的梯度绑定,且DP-Means聚类用于自动处理符号碰撞,确保了系统的高效性和准确性。
🖼️ 关键图片
📊 实验亮点
实验结果表明,采用新方法后,语义绑定准确率达到97.2%,而传统方法仅为22.2%。在74次独立实验中,所有32个种子实现了零符号崩溃,显示出新方法在多种环境和条件下的稳定性和有效性。
🎯 应用场景
该研究的潜在应用领域包括机器人控制、自然语言处理和多模态学习等。通过提高语言与世界模型的交互准确性,能够在智能机器人、自动驾驶和人机交互等领域实现更高效的应用,推动相关技术的发展。
📄 摘要(原文)
How should language interface with a world model's discrete symbol system? The dominant paradigm -- end-to-end injection of LLM/VLM features into robot world models (RT-2, Octo, PaLM-E) -- implicitly assumes that language gradients can directly shape physical symbol representations. We ask whether this assumption is safe, find that it is not, and characterize the minimal architectural constraint that prevents the failure. Any language gradient entering a Gumbel-softmax-based discrete symbol bottleneck forces a structural trade-off: the vanilla estimator collapses to 2.2/64 symbols (4/5 seeds), while five anti-collapse strategies maintain diversity but fail to learn semantic labels (all <= 9.2% accuracy). No tested GumbelBottleneck variant achieves both objectives simultaneously. Within this family of discrete bottlenecks, the failure is structural rather than a matter of optimization. We characterize a sufficient set of three constraints that prevent the failure: (1) cut the gradient chain (z.detach()), preventing language signals from reaching the symbol bottleneck; (2) provide a gradient-free semantic channel -- a non-parametric Memory Table (Dict[symbol -> Counter[label]], zero parameters, zero gradients) where co-occurrence counting replaces gradient-based binding; (3) handle symbol collisions via DP-Means streaming clustering for automatic sub-cluster splitting. All three layers together achieve 97.2% grounding accuracy vs. 22.2% without Layer 3. Across two experiments spanning 74 independent runs, we demonstrate zero symbol collapse in all 32 seeds, with the blackboard achieving 79-100% semantic binding across three encoder architectures (CNN, V-JEPA 300M, CLIP ViT-L), two environments, and three texture conditions. The fix trains fewer than 2M parameters and requires no LLM fine-tuning.