--- title: "LazyAR (Lazy Autoregressive Decoder)" created: 2026-06-28 updated: 2026-06-28 type: concept tags: [generative-recommendation, inference-optimization, decoder-architecture] sources: [GR4AD] --- # Lazy Autoregressive Decoder (LazyAR) LazyAR 是 [[GR4AD]] 提出的**懒惰自回归解码器**架构,释放逐层自回归依赖以提升多候选生成吞吐量。在保持推荐效果的前提下,LazyAR 将近翻倍推理 QPS。 ## 动机 标准自回归解码中,UA-SID 的每一级 token 的生成都需要完整的 $L$ 层解码器计算,即: $$m_t(1), m_t(2), ..., m_t(L) = \text{Decoder}(s_{