arXiv:2602.16736cs.OScs.AI2026-02

构建可持久化的语义图引擎,实现低延迟、高稳定性的语义连续性维护。

The Compute ICE-AGE: Invariant Compute Envelope under Addressable Graph Evolution

  • 基于局部保序遍历与受控突变,持续演化语义图结构
  • 100万至2500万节点下遍历延迟低于1.4微秒,CPU占用仅17.2%
  • 抗干扰能力强,异常仅限于局部孤儿结构,不引发全局崩溃

本文展示了在苹果M2级硬件上实现的生产级C++系统,该系统为确定性语义状态基座,支持有界局部状态演化。系统以驻留于CPU的持久化语义图引擎形式运行,通过局部保序遍历与受控局部突变,结构性保持语义连续性,而非依赖概率推理反复重建。相比当前依赖上下文重播与概率重构的推理驱动系统,本方案实现增量演化。在100万至2500万持久化语义节点规模下,遍历延迟维持在低微秒级别(中位数约0.0014毫秒),持续负载下稳态CPU利用率约17.2%,无明显热放大现象。压缩浮点32存储下,节点平均密度约687字节/节点,1TB内存可容纳约16亿节点。在随机扰动、拓扑畸形、邻接碎片化及主动页置换压力等恶劣输入条件下,确定性重播完整性保持稳定,退化被限制在局部孤儿结构,未引发全局灾难性发散。

原文摘要 · Abstract (English)

This paper presents empirical results from a production-grade C++ implementation of a deterministic semantic state substrate operating under bounded local state evolution. The system was realized as a CPU-resident persistent semantic graph engine designed to preserve semantic continuity structurally rather than repeatedly reconstructing it through probabilistic inference. Contemporary inference-driven AI systems repeatedly recompute semantic state through context replay and probabilistic recomposition. In contrast, the substrate described here evolves semantic continuity incrementally through locality-preserving traversal and bounded local mutation over persistent graph topology. Empirical measurements on Apple Silicon M2-class hardware demonstrated locality-constrained traversal behavior across scaling regimes ranging from 1 million to 25 million persistent semantic nodes. Traversal latency remained within low microsecond ranges (P50 approximately 0.0014 ms) under sustained workloads, while steady-state CPU utilization remained approximately 17.2% with no measurable scale-correlated thermal amplification observed during sustained operation. Measured persistent node density averaged approximately 687 bytes per node under compressed Float32 storage regimes, corresponding to a projected capacity of approximately 1.6 billion persistent semantic nodes within a 1 TiB memory envelope. Under hostile ingress conditions including stochastic perturbation, malformed topology, fragmented adjacency, and active paging pressure, deterministic replay integrity remained stable while degradation localized into bounded orphan structures rather than propagating catastrophic global divergence.

语义图持久化低延迟稳定性

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。