| Entity | Relation | Why |
|---|---|---|
| 2603.02240 (SLM V2) | 直接前驱 | V3 builds on V2 infrastructure (SQLite + WAL + event coordination + trust scoring),增加 Fisher-information retrieval、Langevin lifecycle、sheaf consistency |
| 2602.22402 (CMV) | 正交互补 | CMV 管理 session-internal state (DAG branching + trimming);SLM V3 管理 cross-session persistent memory with mathematical retrieval。不同时间尺度,不同抽象 |
| 2604.06392 (Qualixar OS) | 上游消费者 | Qualixar OS 论文 related 列表中列出 SLM V2 和 V3 为 predecessor,其 Forge 记忆防护可视为 SLM trust defense 的编排层集成 |
SLM V3 是 V2 → V3 的自然演进:V2 建立了 local-first trust defense 基础设施,V3 在其上增加数学质量层 [2603.14588]。CMV 的 DAG 模型与 SLM V3 的 entity graph 在拓扑结构上有相似性(both are directed graphs over memory units),但语义完全不同:CMV edges = "forked from",SLM V3 edges = "shares entity" [2602.22402] [2603.14588]。
| 维度 | SLM V2 | SLM V3 |
|---|---|---|
| 检索理论 | 无 (FTS5 keyword + TF-IDF heuristic) | Fisher–Rao metric (Čencov uniqueness, Theorem 6.1) |
| 生命周期 | 手动 importance score (1–10) | Riemannian Langevin on Poincaré ball (Theorem 6.3) |
| 一致性 | 无 | Sheaf cohomology ($H^1 \neq 0$) |
| Benchmark | N/E on LoCoMo | +12.7 pp on LoCoMo |
| 安全 | Bayesian trust (gap=0.90, 72% sleeper degradation) | 继承 V2,未扩展 |
| 工程复杂度 | Zero-dependency core | 111 ACI containers for evaluation |
Evolution narrative: V2 = "local architecture + trust defense" (安全贡献), V3 = "information-geometric retrieval" (质量贡献) [2603.02240] [2603.14588]。V2 的 Layers 2–4 对 ranking 贡献为零的致命弱点 [2603.02240] 在 V3 中被 Fisher metric (+10.8 pp) 和 cross-encoder (+30.7 pp) 修复。
| 维度 | SLM V3 | CMV |
|---|---|---|
| 问题域 | 跨会话记忆检索质量 | 单会话 context window 管理 |
| 核心操作 | Store → Retrieve (Fisher-weighted) → Lifecycle (Langevin) | Snapshot → Branch → Trim |
| 数学基础 | Information geometry + Riemannian manifolds | 无形式化(三遍流式裁剪算法) |
| Token 影响 | N/A(不直接操作 context window) | 均值 20%、峰值 86% token 缩减 |
| Benchmark | LoCoMo (+12.7 pp) | Prompt caching ROI (10 轮回收) |
矛盾检测: CMV 的 autocompaction 是 "lossy"(98% 信息损失)[2602.22402];SLM V3 的 Langevin lifecycle 是 "principled forgetting"(重要 memories 向原点、不重要向边界)。两者对"遗忘"的态度不同:CMV 视为需要避免的损失,SLM V3 视为需要管理的资源。
Qualixar OS 列出 SLM V2/V3 为 predecessor [2604.06392],暗示其记忆子系统可能直接或间接使用 SLM 基础设施。V3 的 sheaf cohomology 一致性检测 ($H^1 \neq 0$ = contradiction) 与 Qualixar OS 的 consensus judge pipeline (Shannon entropy 分歧度量) 在功能上重叠:两者都检测多源信息的不一致,但 V3 提供拓扑代数保证,Qualixar OS 使用统计检测。
SLM V3 定位为 "theoretically-principled local agent memory":
Heuristic cloud memory (Mem0: 64.2%) → Mathematical local memory (SLM V3: 74.8%) → SOTA cloud memory (EverMemOS: 92.3%)
V3 的生态位是"超越 heuristic 但低于 SOTA"的中间地带,trade-off 是 privacy/cost(zero-LLM, local-first)vs quality(-17.5 pp)。Fisher metric 的理论优势在 scale ($N = 10^5$, Proposition 7.2) 会放大——但当前 benchmark 规模不足以展现这一优势。
采纳信号: 无独立仓库 URL(仅声明 builds on V2)。V2 有 GitHub (MIT license),但 V3 的额外数学层实现状态不明。