<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>Ren Shixin&apos;s Blog</title>
  <link>https://xiaohongrsx.github.io/</link>
  <description>Ren Shixin&apos;s Blog</description>
  <language>zh-cn</language>
  <lastBuildDate>Thu, 21 May 2026 19:00:00 GMT</lastBuildDate>
  <item>
    <title>ASC26 参赛记录</title>
    <link>https://xiaohongrsx.github.io/posts/asc-26-post/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/asc-26-post/</guid>
    <pubDate>Thu, 21 May 2026 19:00:00 GMT</pubDate>
    <description>本文主要介绍 ASC 26比赛之中个人的一些体验和感受</description>
    <category domain="category">随笔</category>
    <category domain="tag">写作指南</category>
  </item>
  <item>
    <title>论文阅读：Log-Linear Attention — 基于 Fenwick 树与层次矩阵的对数线性复杂度注意力机制</title>
    <link>https://xiaohongrsx.github.io/posts/log-linear-attention-paper-reading/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/log-linear-attention-paper-reading/</guid>
    <pubDate>Mon, 30 Mar 2026 20:00:00 GMT</pubDate>
    <description>Log-Linear Attention 论文深度阅读笔记：结构化掩码矩阵统一视角、Fenwick 树分区、HODLR 层次矩阵、分块并行扫描训练算法，如何用 O(log T) 个隐藏状态在效率和表达能力之间取得新平衡。</description>
    <category domain="category">论文阅读笔记</category>
    <category domain="tag">论文阅读</category>
    <category domain="tag">LLM</category>
    <category domain="tag">注意力机制</category>
  </item>
  <item>
    <title>论文阅读：InfLLM-V2 — 把可训练稀疏注意力做成全注意力的“受限版本”</title>
    <link>https://xiaohongrsx.github.io/posts/infllm-v2-paper-reading/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/infllm-v2-paper-reading/</guid>
    <pubDate>Mon, 30 Mar 2026 11:30:00 GMT</pubDate>
    <description>InfLLM-V2 论文阅读笔记：零额外参数、Dense-Sparse Switchable Attention、三阶段块选择与高效 kernel，如何把短序列预训练和平滑的长上下文适配真正打通。</description>
    <category domain="category">论文阅读笔记</category>
    <category domain="tag">论文阅读</category>
    <category domain="tag">LLM</category>
    <category domain="tag">注意力机制</category>
  </item>
  <item>
    <title>论文阅读：Mamba-3 — 从 SSM 原理出发同时改善质量、能力与效率</title>
    <link>https://xiaohongrsx.github.io/posts/mamba3-paper-reading/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/mamba3-paper-reading/</guid>
    <pubDate>Sun, 29 Mar 2026 19:00:00 GMT</pubDate>
    <description>Mamba-3 论文深度阅读笔记：指数梯形离散化、复值 SSM（数据依赖 RoPE）、MIMO 三大创新如何同时解决次二次方模型的质量、状态跟踪能力和推理效率问题。</description>
    <category domain="category">论文阅读笔记</category>
    <category domain="tag">论文阅读</category>
    <category domain="tag">LLM</category>
    <category domain="tag">SSM</category>
  </item>
  <item>
    <title>论文阅读：Speculative Speculative Decoding — 消除推测解码的最后一个顺序瓶颈</title>
    <link>https://xiaohongrsx.github.io/posts/ssd-paper-reading/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/ssd-paper-reading/</guid>
    <pubDate>Sat, 28 Mar 2026 18:00:00 GMT</pubDate>
    <description>SSD 论文深度阅读笔记：如何通过预推测缓存将草稿生成与验证完全并行化，实现比标准 SD 最多 2 倍、比自回归最多 5 倍的加速。</description>
    <category domain="category">论文阅读笔记</category>
    <category domain="tag">论文阅读</category>
    <category domain="tag">LLM</category>
    <category domain="tag">推测解码</category>
  </item>
  <item>
    <title>论文阅读：TurboQuant — 近最优失真率的在线向量量化</title>
    <link>https://xiaohongrsx.github.io/posts/turboquant-paper-reading/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/turboquant-paper-reading/</guid>
    <pubDate>Sat, 28 Mar 2026 16:00:00 GMT</pubDate>
    <description>TurboQuant 论文阅读笔记：如何通过随机旋转 + 逐坐标最优标量量化，在 data-oblivious 的在线设置下达到信息论下界 2.7 倍以内的 MSE 和内积失真。</description>
    <category domain="category">论文阅读笔记</category>
    <category domain="tag">论文阅读</category>
    <category domain="tag">LLM</category>
    <category domain="tag">量化</category>
  </item>
  <item>
    <title>论文阅读：ARCQuant — 用增强残差通道提升 NVFP4 量化精度</title>
    <link>https://xiaohongrsx.github.io/posts/arcquant-paper-reading/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/arcquant-paper-reading/</guid>
    <pubDate>Fri, 27 Mar 2026 14:00:00 GMT</pubDate>
    <description>ARCQuant 论文阅读笔记：如何在统一 NVFP4 精度下，通过两次量化达到 FP8 级别的精度，同时保持硬件兼容性。</description>
    <category domain="category">论文阅读笔记</category>
    <category domain="tag">论文阅读</category>
    <category domain="tag">LLM</category>
    <category domain="tag">量化</category>
  </item>
  <item>
    <title>论文阅读：MSA — 将 LLM 记忆扩展到 1 亿 Token 的稀疏注意力框架</title>
    <link>https://xiaohongrsx.github.io/posts/msa-paper-reading/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/msa-paper-reading/</guid>
    <pubDate>Fri, 27 Mar 2026 10:00:00 GMT</pubDate>
    <description>Memory Sparse Attention (MSA) 论文的深度阅读笔记，包含方法拆解、推理流程分析和批判性思考。</description>
    <category domain="category">论文阅读笔记</category>
    <category domain="tag">论文阅读</category>
    <category domain="tag">LLM</category>
    <category domain="tag">注意力机制</category>
  </item>
  <item>
    <title>配置文件说明</title>
    <link>https://xiaohongrsx.github.io/posts/config-typ/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/config-typ/</guid>
    <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
    <description>本文主要介绍在 Carbon Typst Blog 中配置文件的作用和使用方法，以及如何通过配置文件来定制博客的外观和功能。</description>
    <category domain="category">博客的构建和调整</category>
    <category domain="tag">配置指南</category>
  </item>
  <item>
    <title>如何调整除了博客文章之外的页面</title>
    <link>https://xiaohongrsx.github.io/posts/how-to-write-a-page/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/how-to-write-a-page/</guid>
    <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
    <description>本文主要介绍在 Carbon Typst Blog 中调整除了博客文章之外的页面（例如分类页、标签页、归档页等）的步骤和注意事项。</description>
    <category domain="category">博客的构建和调整</category>
    <category domain="tag">Typst</category>
    <category domain="tag">配置指南</category>
  </item>
  <item>
    <title>如何编写一篇博客文章</title>
    <link>https://xiaohongrsx.github.io/posts/how-to-write-a-post/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/how-to-write-a-post/</guid>
    <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
    <description>本文主要介绍在 Carbon Typst Blog 中添加和编写博客文章的步骤和注意事项。</description>
    <category domain="category">如何编写博客文章</category>
    <category domain="tag">Typst</category>
    <category domain="tag">写作指南</category>
  </item>
  <item>
    <title>Typst 功能展示</title>
    <link>https://xiaohongrsx.github.io/posts/typst-example/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/typst-example/</guid>
    <pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate>
    <description>本文主要展示了一些常用的 Typst 语法，并给出一些增强功能。</description>
    <category domain="category">如何编写博客文章</category>
    <category domain="tag">Typst</category>
    <category domain="tag">写作指南</category>
  </item>
  <item>
    <title>Carbon Typst Blog 介绍</title>
    <link>https://xiaohongrsx.github.io/posts/introduction/</link>
    <guid isPermaLink="true">https://xiaohongrsx.github.io/posts/introduction/</guid>
    <pubDate>Tue, 17 Mar 2026 00:00:00 GMT</pubDate>
    <description>本文主要介绍 Carbon Typst Blog 的基本功能和配置方式。</description>
    <category domain="category">博客的构建和调整</category>
    <category domain="tag">博客搭建</category>
  </item>
</channel>
</rss>
