PulseAugur
实时 06:58:01
English(EN) TreeWY: Speculative Verification for Gated DeltaNet Hybrids

新的 TreeWY 方法增强了混合 AI 模型的推测性验证

研究人员开发了一种名为 TreeWY 的新方法,用于门控 DeltaNet 混合模型的推测性验证。该技术无需对循环状态进行内存密集型快照,而是使用树状变换来计算草稿节点输出。在 Qwen3.5 模型上的基准测试表明,TreeWY 减少了内存压力并提高了吞吐量,尤其是在内存是瓶颈时,对首次令牌生成时间(time-to-first-token)有所改善。 AI

影响 该方法通过降低内存需求和提高推理速度,有望实现更高效的大型混合 AI 模型部署。

排序理由 该集群包含一篇详细介绍 AI 模型验证新方法的论文。[lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.AI 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

新的 TreeWY 方法增强了混合 AI 模型的推测性验证

报道来源 [1]

  1. arXiv cs.AI TIER_1 English(EN) · Sneha Murthy Ghantasala ·

    TreeWY:门控 DeltaNet 混合模型的推测性验证

    arXiv:2608.20961v1 Announce Type: new Abstract: Modern open models are hybrids: most layers are linear-attention (Gated DeltaNet, GDN) layers carrying a small fixed-size recurrent state instead of a growing key-value (KV) cache. This makes ordinary decoding memory-efficient, but …