SPET Paper 05
穩定投影期元下的投影原生計算
Projected-Native Computation under Stable Epochs
版本:v0.1
日期:2026-08-27
理論定位:SPET Series Paper 05 / Projected-Native Operator Theory
依賴:SPET Paper 00、01、02、03、04
作者: Neo.K
機構: EveMissLab/一言諾科技有限公司
摘要
本文完成 Stable Projection Epoch Theory(SPET)第一階段核心理論系列,研究一個直接決定 projected representation 是否能從「載體」升格為「計算空間」的問題:哪些計算可以直接在投影後 representation 中執行,而不必先完整解碼回來源狀態?
前述 SPET Paper 00–04 已依序建立 projection epoch、typed readiness、persistent coordinate frame、attention projection invariants 與 certified epoch transition。本文進一步定義 projected-native operator:
FP:Pπk→Pπk
或查詢型:
QP:Pπk→Y,
並以來源空間 operator:
FS:S→S
作為 canonical oracle。本文區分三種主要等價型態:
Exact Equivalence,Class Equivalence,Task Equivalence
其中 exact frame-relative transform equivalence 定義為:
Dπk∘FP∘Φπk=FSπk,
而更一般的 class-relative equivalence 為:
Dπk(FP(Φπk(S)))∼CFSπk(S).
Task equivalence 則只要求對宣告任務集合:
Qσ
產生等價判定、查詢結果、決策或效用。
本文提出 projected-native operator family:
Fknative
以及其空間安全、注意力安全與期元安全子集:
Fkepoch−safe=Fkspace−safe∩Fkattn−safe∩Fkscope−safe.
本文進一步將 operator 分為 pointwise、tile-local、region-local、graph-local、reduction、cross-tile、global、frame-mutating 與 transition operators,並定義 operator read set、write set、dependency set、materialization set 與 certificate set。核心命題為:projection-native computation 是否成立,不應由「檔案能不能被解碼」判斷,而應由 projected operator 是否能在不重建完整 canonical state 的前提下,對指定 semantics 保持 exact 或受控等價來判斷。
HDSRC 初步實驗已對 basis/address query、relation graph query、two-hop traversal、basis point update、tile clamp、relation qsim update 與 multi-step stable-epoch composition 建立第一批正結果;同時 dynamic reprojection 的 10000D 反例顯示 operator correctness 必須是 frame-relative,而非無條件 context-free。本文因此提出:
Projected Representation+Stable Frame+Certified Invariants+Native Operators=Candidate Computational Substrate.
本文不主張所有算子都能在 projected space 原生執行,也不主張 projected-native computation 一定優於 tensor、graph、sequence 或其他表示。SPET Paper 05 的目標,是建立一套可以精確分類、驗證與逐步擴張 projected-native operator domain 的形式理論。
關鍵詞: Projected-Native Computation、Stable Projection Epoch、Operator Equivalence、Frame-Relative Semantics、Native Operator、HDSRC、Image-Native Computation、AI Native Computation
0. 研究地位
SPET Paper 00–04 回答了:
- 何謂 projection epoch;
- 何時可以 Freeze;
- Freeze 後哪些 spatial properties 必須保持;
- 哪些 attention semantics 必須保持;
- 何時可以 Release / Reopen / Reproject。
本文開始回答:
在這樣一個穩定 projection epoch 中,究竟可以直接算什麼?
這是 representation 與 computation 之間的分界。
1. Carrier 與 Computational Substrate 的非坍縮
一個 representation 可以被完整 encode / decode:
D(Φ(S))=S,
仍然不代表它是 computational substrate。
若每個操作都必須:
Φ(S)→D→S→FS→Φ,
則:
Φ(S) is still primarily a carrier.
真正 projected-native computation 要求存在:
FP
使計算可直接作用於:
Φ(S).
2. Projected-Native Query
定義 projected-native query:
QP:Pπk→Y.
若 canonical query:
QS:S→Y
滿足:
QP(Φπk(S))=QSπk(S),
則稱 QP 對 frame πk exact native。
3. Projected-Native Transform
定義:
FP:Pπk→Pπk.
若:
Dπk(FP(Φπk(S)))=FSπk(S),
則稱:
FP≡πkFS.
4. Frame-Relative Oracle
本文不使用每一步 fresh reprojection 作為唯一 oracle。
canonical oracle 寫成:
FSπk.
表示:
來源空間 operator 依照 epoch πk 所宣告的空間/tile/region semantics 執行。
因此:
FSπk
與:
FSπk+1
可以不同。
5. Exact Equivalence
定義:
FP≡πkexactFS
若:
∀S∈Ωkadm,
都有:
Dπk(FP(Φπk(S)))=FSπk(S).
這是最強版本。
6. Class Equivalence
存在 equivalence relation:
∼C
使:
Dπk(FP(Φπk(S)))∼CFSπk(S).
例如:
- same connected component;
- same decision class;
- same ordering class;
- same bounded-error semantic state;
- same observational equivalence class。
7. Task Equivalence
對 task family:
Qσ={q1,…,qm},
若:
∀qi∈Qσ,
都有:
qi(D(FP(Φ(S))))=qi(FS(S)),
則:
FP≡QσtaskFS.
Task equivalence 不要求完整 state equality。
8. Observational Equivalence
對 observer family:
O,
若:
∀O∈O,
都有:
O(D(FP(Φ(S))))=O(FS(S)),
則稱:
FP≡OobsFS.
9. Executable Equivalence
若兩種 representation / operator path 對 downstream executable contract 產生同一合法行為:
Exec(P′)=Exec(S′),
可定義:
P′≡execS′.
這不要求 byte equality。
10. Byte Equality / Semantic Equality / Computational Equality Non-Collapse
本文明確區分:
Byte Equality=Semantic Equality=Computational Equivalence=History Equality.
同樣 byte count 更不能推出任何上述等價。
11. Operator Signature
定義 projected-native operator:
F=⟨Name,FrameType,Scope,ReadSet,WriteSet,DepSet,InvSet,CertSet,Cost,Effect⟩.
12. Read Set
ReadSet(F)⊆Pπk.
表示 operator 必須 materialize / access 的 projected units。
13. Write Set
WriteSet(F)⊆Pπk.
對 query:
WriteSet(Q)=∅.
14. Dependency Set
DepSet(F)
表示 operator 正確執行所需的 semantic dependencies。
因此:
DepSet(F)
可以大於:
ReadSet(F)
若某 dependency 已被 certificate 或 aggregate summary 代替。
15. Materialization Set
定義:
MatSet(F,S)
表示某次 invocation 實際 materialize 的 carrier portion。
Native locality ratio:
λF=∣P∣∣MatSet(F,S)∣.
若:
λF≪1,
則 operator 具有 strong partial-materialization locality。
16. Certificate Set
CertSet(F)⊆{FCert,SICert,AICert,IntegrityCert,AuthorityCert}.
Operator 只能在 required certificates 有效時執行。
17. Operator Effect Type
定義:
EffectType(F)∈{QUERY,LOCAL_WRITE,REGION_WRITE,GLOBAL_WRITE,FRAME_MUTATION,EPOCH_TRANSITION}.
Effect type 影響所需 certificate 與 commit semantics。
18. Pointwise Operator
若:
F(ci)
只依賴:
ci,
則稱 pointwise。
例如:
vi′=clip(vi,a,b).
19. Tile-Local Operator
若:
ReadSet(F)∪WriteSet(F)⊆Tj,
則:
F∈Ftile.
並必須符合 Paper 02 的 No Hidden Cross-Tile Dependency。
20. Region-Local Operator
若 operator 作用域是 semantic region:
Rj,
可跨多 physical tiles,但不跨 region boundary,則:
F∈Fregion.
21. Graph-Local Operator
若 operator 只需某節點:
v
的有限 hop neighborhood:
Nh(v),
則:
F∈Fhgraph−local.
22. Reduction Operator
例如:
i∑vi,
imaxvi,
∥v∥1.
Reduction 可以 streaming,不一定完整 materialize source。
23. Cross-Tile Operator
若:
ReadSet(F)
跨多 tile,但只需有限 tiles:
∣TF∣≪∣T∣,
則為 bounded cross-tile operator。
24. Global Operator
若正確性要求:
ReadSet(F)≈P,
則 operator 是 global。
Projected-native 不等於所有 operator 都 local。
25. Frame-Mutating Operator
若 operator 直接改變:
πk,
則:
F∈Fframe−mut.
SPET v0.1 預設這類 operator 需要 Release / Epoch Transition。
26. Transition Operator
Paper 04 的:
Release,Reopen,Reproject
不是普通 epoch-local operators。
它們屬於:
Ftransition.
27. Spatial-Safe Operator
沿用 Paper 02:
F∈Fkspace−safe
若:
VerifySpace(F(P),SICertk)=PASS.
28. Attention-Safe Operator
沿用 Paper 03:
F∈Fkattn−safe
若:
VerifyAttn(F(P),AICertk)=PASS.
29. Scope-Safe Operator
定義:
F∈Fkscope−safe
若其:
DepSet(F)
全部落在:
σk
已宣告、Ready 或合法 deferred 的 dependency contract 中。
30. Epoch-Safe Operator
定義:
Fkepoch−safe=Fkspace−safe∩Fkattn−safe∩Fkscope−safe.
31. Integrity-Safe Operator
未來加入 local integrity 後,可再定義:
Fkintegrity−safe.
因此完整版:
Fkruntime−safe=Fkepoch−safe∩Fkintegrity−safe∩Fkauthority−safe.
32. Native Operator Domain
對 epoch:
Ek,
定義:
Fknative={F:F has a valid projected-native implementation under πk}.
這個集合不必等於所有 canonical operators。
33. Native Coverage
若 canonical operator family:
FS
大小為:
∣FS∣,
native coverage:
ηk=∣FS∣∣Fknative∣.
對無限 operator family 可使用 typed subset / measure,而非單純 cardinality。
34. Closure under Composition
若:
F,G∈Fkepoch−safe,
不必自動推出:
G∘F∈Fkepoch−safe.
因為中間 state:
P′=F(P)
可能使:
G
的 precondition 失效。
35. Certified Composition
定義 sequence:
ΣF=(F1,…,Fm).
如果每一步:
PreFi=PASS,
執行後:
PostFi=PASS,
且:
VerifyEpoch=PASS,
則:
ΣF is certified epoch composition.
36. Composition Closure
若 operator set:
Gk
對任意有限合法 composition 都保持在:
Gk,
則稱:
Gk is composition-closed under epoch k.
這是一個需要證明或實驗驗證的性質,不是預設。
37. Query Closure
Query operators:
Qi
因不寫入 projected state,較容易構成安全 family。
但仍可能有 hidden dependency 或 frame semantics。
因此 read-only 不等於 automatically native-safe。
38. State-Transform Closure
對 transform family:
Tk,
若:
FP(P)∈Pπkvalid
且:
D(FP(P))≡FS(D(P)),
則具有 projected state-transform closure。
39. Fixed-Frame Closure
SPET 的第一階段 transform closure 是:
Φπk(S)FPΦπk(S′).
而不是:
Φπk(S)Φπk+1(S′).
40. Dynamic Reprojection Non-Equivalence
存在 operator:
F
使:
Fπk(S′)=Fπ′(S′).
因此:
operator equivalence must declare frame semantics.
41. Frame-Invariant Operator
若對任意合法:
πa,πb
都有:
Fπa(S)=Fπb(S),
則:
F∈Fframe−invariant.
這是一個強性質。
42. Frame-Covariant Operator
更一般地,若存在 transport:
Ma→b
使:
Ma→b∘Fπa=Fπb∘Ma→b,
則稱:
F is frame-covariant.
43. Frame-Dependent Operator
如果不存在上述 invariant / covariant 關係,則 operator 是 frame-dependent。
例如以 fixed tile index 定義的 clamp。
44. Operator Algebra
定義 projected-native algebra:
Ak=⟨Pπk,Fknative,∘,Cert,Eq⟩.
其中:
- Pπk:epoch projected state space;
- Fknative:native operators;
- ∘:composition;
- Cert:operator/certificate rules;
- Eq:equivalence family。
45. Multi-Equivalence Algebra
不是所有 operator 使用同一 equality。
可以有:
Eq={=,∼C,∼Q,∼O,∼exec}.
每個 operator 必須聲明自己的 correctness relation。
46. Exact Operator
若使用:
=
作 correctness relation,稱 exact operator。
47. Approximate Operator
若:
d(D(FP(P)),FS(S))≤ε,
稱:
ε-approximate native operator.
48. Task-Native Operator
若只對:
Qσ
保持等價,稱:
Qσ-native operator.
這對 AI inference 尤其重要。
49. Learnability Equivalence
對 model family:
M,
如果從 projected representation 學習所得模型:
MP
對 task distribution:
D
表現:
Perf(MP,D)≈Perf(MS,D),
可定義:
learnability equivalence.
本文只定義,不宣稱已證明。
50. Compute Without Full Decode
Projected-native 的最低工程要求:
No full canonical state reconstruction before operator execution.
部分 metadata decode、tile decode 或 certificate lookup 是允許的。
否則幾乎任何 format 都會被錯稱為 native。
51. Native Decode Boundary
定義:
Bdecode(F)=∣S∣∣canonical information reconstructed before F∣.
strong-native operator 期望:
Bdecode(F)≪1.
52. Materialization Ratio
沿用:
λF=∣P∣∣MatSet(F,S)∣.
對 strong-local operator:
λF≪1.
53. Memory Residency
若 operator 只需 bounded working set:
BF,
可研究:
Mpeak=Mruntime+O(BF)
而不是:
O(∣P∣).
54. I/O Amplification
定義:
AIO=semantic bytes affectedbytes read + bytes written.
Projected-native local compute 應盡可能降低:
AIO.
55. Commit Amplification
定義:
Acommit=semantic bytes changedbytes rehashed / recommitted.
現有 HDT1 global digest 可能使:
Acommit≫1.
這正是 local integrity 的下一個工程問題。
56. Semantic Locality / Physical Locality Non-Collapse
即使 operator semantic scope 很小:
∣ΔS∣≪∣S∣,
若 carrier commit 需要全域 rewrite,physical cost 仍可能很高。
因此:
Semantic Locality=Physical Commit Locality.
57. Native Query Cost
對 query:
Q,
可以評估:
CQ=Cread+Cdecode−local+Ccompute+Cverify.
58. Native Transform Cost
對 transform:
F,
CF=Cread+Ccompute+Cwrite+Cverify+Ccommit.
59. HDSRC Basis-Local Query
HDSRC 實驗已測:
- coordinate-weighted sum;
- coordinate predicate;
- absolute sum;
- coordinate checksum。
native path 直接讀 basis + address projected pages,
不完整重建:
SymbolicState.
結果與 canonical oracle exact。
60. HDSRC Relation-Native Query
已測:
- outgoing neighbors;
- out-degree;
- mutual edge count;
- qsim sum。
直接從:
relation_kind
與:
relation_qsim
pages 計算。
61. HDSRC Two-Hop Traversal
已測 thresholded two-hop traversal:
qsim≥τ.
Projected-native frontier 與 canonical graph frontier exact。
62. HDSRC Partial Materialization
在 65537D basis query 中,native query 僅 materialize carrier 的小比例。
因此支持:
λQ≪1
在至少部分 operator 上成立。
63. HDSRC Point Transform
已測 projected basis point update。
直接修改 projected basis cell,
最後 independent decode:
D(P′)=FS(S).
64. HDSRC Tile Transform
已測固定 frame 下的 tile clamp。
結果在 Stable Epoch 內 exact。
65. HDSRC Relation Transform
已測 existing-edge:
qsim
update。
Projected transform 後 canonical decode exact。
66. Multi-Step Composition
在 Stable Projection Epoch 中,point transform、tile transform 等可以 finite composition,
並保持:
- FrameID;
- spatial invariants;
- attention invariants;
- canonical equivalence。
67. Dynamic Reprojection Counterexample
10000D 已觀察:
point update→fresh reproject→tile clamp
與 fixed-frame semantics 產生不同結果。
這支持:
tile operator is frame-dependent.
68. Stable Epoch Resolution
Stable Epoch 不要求兩種結果相等。
而宣告:
πk is authoritative during epoch k.
所以 native operator 的 correctness 由:
FSπk
判定。
69. Operator Certificate
定義:
OpCert=⟨OperatorID,Version,FrameType,Scope,EquivalenceType,ReadSetContract,WriteSetContract,InvariantContract,Preconditions,Postconditions,Evidence,Validity⟩.
70. Operator Promotion
候選 native operator:
Fcand
要成為 certified operator,至少需要:
- canonical oracle;
- positive cases;
- negative controls;
- invariant tests;
- composition tests;
- scope declaration;
- equivalence declaration。
71. No Premature Native Promotion
若只證明:
D(Φ(S))=S,
不得提升為:
F∈Fnative.
若只證明一個 sample exact,也不能宣稱全域 operator theorem。
72. Tested Domain
每個 operator 必須聲明:
ΩFtested.
例如:
- dimensions;
- value bounds;
- relation profiles;
- tile sizes;
- frame type;
- attention profile。
73. Admissible Domain
理論 admissible domain:
ΩFadm
可能大於:
ΩFtested.
不得把:
ΩFtested
偷換成:
ΩFadm.
74. Evidence Ladder
本文建議 native operator evidence 分級:
E0<E1<E2<E3<E4.
其中:
- E0:format round-trip;
- E1:single query equivalence;
- E2:state-transform equivalence;
- E3:finite composition under invariants;
- E4:general operator family theorem / broad empirical closure。
目前 HDSRC 已達部分:
E3.
但尚未宣稱:
E4.
75. Query-Native / Transform-Native / Runtime-Native
區分:
Query-Native=Transform-Native=Runtime-Native.
Runtime-Native 還需要:
- local commit;
- integrity;
- scheduling;
- concurrency;
- authority;
- fault recovery。
76. Computational Substrate Criterion
本文提出一個最低 criterion。
若 representation P 存在非平凡 operator family:
FP
使:
- 不完整解碼回 canonical state;
- 對指定 semantics 保持等價;
- 能 compose 至少兩步;
- invariants 可驗證;
- state transform 可留在 projected space;
則可稱:
P is a candidate computational substrate for FP.
77. Candidate 不等於 Universal Substrate
這不表示:
P
適合所有 computation。
因此:
Candidate Computational Substrate=Universal Computation Representation.
78. Heterogeneous Native Computation
不同 operator 可以選不同 representation:
F1→Tensor,
F2→Graph,
F3→ProjectedImage.
SPET 與 GCM 可以共同管理:
representation-relative native compute.
79. Representation Bridge
若:
Ra→Rb,
需 bridge:
Ba→b.
Bridge cost:
CB
應納入 routing。
如果 projected-native operator 足夠多,可以降低頻繁 bridge。
80. Native Residency Window
定義某 representation 的 native residency interval:
WR=[τenter,τexit).
在:
WR
內盡量使用該 representation 的 native operator family。
這和 Stable Epoch 的 temporal semantics 相容。
81. Representation Thrashing
若:
Ra→Rb→Ra→Rb
高頻切換,
可能產生:
Cthrash.
因此 GCM future router 可考慮:
representation residency
而不是每個 operator 都獨立選最優 format。
82. SPET Native Compute Schedule
完整 schedule:
ΣPN=(Ready,Freeze,Project,Verify,F1,ReCert,…,Fm,ReCert,Commit,Release).
83. Computation / Commit Non-Collapse
Compute=Commit.
Operator 可以完成計算,但 commit 可以延遲。
這允許 transaction-like epoch computation。
84. Speculative Native Compute
可以建立:
Pspec=F(P)
但不 promotion。
只有:
VerifyEpoch(Pspec)=PASS
才:
Pspec→Pauth.
85. Abort
若:
VerifyEpoch=FAIL,
則:
Abort(Pspec).
舊 authoritative state 保留。
86. Transactional Epoch Step
定義:
TxnF=Read→Compute→Verify→Commit/Abort.
87. Concurrency
若:
Fa
與:
Fb
具有 disjoint write sets:
WriteSet(Fa)∩WriteSet(Fb)=∅,
且 dependency 不衝突,
可以 parallel。
88. Conflict
若:
WriteSet(Fa)∩WriteSet(Fb)=∅,
則需 conflict policy。
這將在 runtime whitepaper 展開。
89. Native Operator Scheduling
未來 scheduler 可以基於:
- tile locality;
- attention priority;
- dependency graph;
- resource profile;
- commit cost;
排序 native operators。
90. AI-Native Operator Selection
AI 可提出:
AIChooseOperator:(Task,P,E)→Fcand.
但仍需:
Proposal=Execution Authority.
91. Operator Learning
未來甚至可以學習:
FP
使:
FP≈Φ∘FS∘D.
但這是 learned native operator,不等於 exact compiled operator。
必須分型。
92. Compiled Native Operator
若 FP 由 formal rule / compiler 直接生成,稱:
FPcompiled.
93. Learned Native Operator
由模型學得:
FPlearned.
其 correctness 通常是:
∼Q
或:
ε-bounded.
94. Hybrid Native Operator
可以:
FPhybrid=FPcompiled+FPlearned.
例如 deterministic address manipulation + learned semantic routing。
95. Operator Provenance
每次 operator execution 記錄:
eF=⟨OperatorID,EpochID,FrameID,InputAnchor,OutputAnchor,ReadSet,WriteSet,Certs,Cost,Time⟩.
96. Computation Ledger
形成:
ComputeLedgerk={eF1,…,eFm}.
97. History Equality
即使兩個最終 states:
Pa=Pb,
也可能:
Ha=Hb.
因此:
State Equality⇒Computation History Equality.
98. First Theorem Schema
若:
- Ek valid;
- FP∈Fkepoch−safe ;
- FP≡πkexactFS ;
- post-transform certificates PASS;
則:
Dπk(FP(Φπk(S)))=FSπk(S)
且:
FP(Φπk(S))∈Pπkvalid.
99. Finite Composition Theorem Schema
若:
F1,…,Fm
逐步滿足上述條件,
則:
Dπk(FmP∘⋯∘F1P(Φπk(S)))=FmS∘⋯∘F1S(S)
在 frame-relative semantics 與所有 intermediate certificates PASS 的條件下成立。
100. Class-Relative Composition
若每一步只有:
∼C,
composition 是否保持:
∼C
需要額外證明。
不能自動推導。
101. Error Accumulation
Approximate operators:
Fiεi
可能累積:
εtotal.
需要 bound:
εtotal≤BE.
否則 Release。
102. Task Drift
即使 state error 小,
也可能 task error 大。
所以 approximate operator 必須同時監控:
εstate
與:
εtask.
103. Operator Obstruction
定義:
OF=⟨Operator,Scope,Mechanism,Invariant,FailureMode,Certificate⟩.
若 operator 無法在 projected space 保留需要語義,
可以正式列為 native obstruction。
104. Obstruction Propagation
如果一整類 operator 共享必要條件:
K,
而:
K
在某 projection profile 中不可能成立,
則 obstruction 可傳播到 operator family。
這直接接 CSM。
105. Native Closure Frontier
定義:
∂Fknative
為:
已知 native operators 與尚未證明/被 obstruction 阻擋 operators 的邊界。
這使研究目標變成:
expand native closure frontier.
106. Research-State Classification
每個 operator route 可以標:
PROVEN,EMPIRICAL,PARTIAL,OPEN,NO-GO.
107. SPET Paper 05 規範 v0.1
SPET-NC1 — Carrier / Computational Substrate Non-Collapse
可逆 carrier 不自動等於 native compute substrate。
SPET-NC2 — Frame-Relative Operator Semantics
Native operator correctness 必須宣告 frame semantics。
SPET-NC3 — Explicit Equivalence Type
Operator 必須聲明 exact / class / task / observational / executable equivalence。
SPET-NC4 — No Full-Decode Shortcut
Native operator 不得以完整 canonical reconstruction 作為主要 execution path。
SPET-NC5 — Read / Write / Dependency Explicitness
Operator 必須聲明 read、write、dependency contract。
SPET-NC6 — Invariant-Safe Execution
Authoritative operator 必須維持 required spatial / attention invariants。
SPET-NC7 — Post-Transform Certification
每個 authoritative transform 後必須重新 certification。
SPET-NC8 — No Automatic Composition Closure
個別 safe 不推出任意 composition safe。
SPET-NC9 — Tested / Admissible Domain Separation
實驗 domain 不得偷換成理論全域。
SPET-NC10 — Query / Transform / Runtime Native Separation
三種 native 成熟度必須分開。
SPET-NC11 — Computation / Commit Separation
完成計算不自動等於已 commit。
SPET-NC12 — Ledgered Native Computation
Authoritative native operator execution 必須可追蹤與稽核。
108. 對 AI 原生計算的直接含義
若 AI 可以直接在:
P=Φπk(S)
中完成一批:
Fknative
而不需:
P→S
完整解碼,
則 representation 可以成為 AI 的中間 computational residency space。
因此:
AI Representation need not be only an input/output encoding.
109. 對序列計算的替代可能
傳統 pipeline 可能:
S→M1→M2→⋯→Mn.
若:
Mi
都需完整 materialization,
RAM / VRAM / I/O 成本可能高。
Projected-native route 可以探索:
PiFiPi+1
並只 materialize active tiles / regions。
110. 原生投影計算
本文將:
Native Projection Computation
定義為:
computation 的合法工作表示本身就是 projected representation,而不是「先完成傳統 computation,再把結果轉成 projection」。
也就是:
FP is primary execution
而不是:
Φ∘FS∘D
的包裝。
111. Fused Compute-Projection
更進一步,可存在:
CΦ
使:
CΦ(S)=Φ(C(S)).
但 implementation 不 materialize:
C(S)
完整中間態。
這是未來 GPU / streaming native computation 的研究方向。
112. SPET 與 GCM 的統合位置
GCM 管理:
- heterogeneous computation;
- compute resolution;
- executor;
- resource;
- routing;
- materialization。
SPET 管理:
- projection epochs;
- frame stability;
- projected operator semantics;
- attention / spatial invariants;
- transition。
因此:
GCM+SPET
可形成 representation-aware global computation control。
113. Representation-Native Routing
對 operator:
F,
router 可以選:
R⋆=argRminC(F,R)
subject to:
F∈FRsafe.
因此 routing 不是只選硬體:
Route=Representation+Operator+Executor+Resource.
114. 對 HDSRC 的總結性判斷
目前 HDSRC image-native carrier 已具有:
- exact carrier round-trip;
- semantic-scope equivalence;
- native queries;
- native graph traversal;
- native state transforms;
- finite multi-step composition;
- stable frame / attention invariant enforcement。
因此可以保守地稱:
HDSRC projected carrier is a candidate computational substrate for the tested operator family.
尚不能稱為 universal native runtime。
115. 下一個工程門檻
目前最大的 engineering obstruction 是:
Local Semantic Transform+Global Integrity / Rewrite Cost.
所以:
semantic locality=PASS
但:
physical commit locality=OPEN.
116. Local Commit 作為下一個必要條件
真正 runtime-native 還需要:
Local Compute+Local Verify+Local Integrity+Local Commit.
這將在技術白皮書與後續 runtime 實驗中處理。
117. 未解問題
- 哪些 operator family 可以形成完整 composition-closed algebra?
- Approximate equivalence 的 error bound 如何 composition?
- GPU-native projected operator 如何設計?
- Sparse / dense hybrid carrier 如何共享 operator algebra?
- local integrity 如何避免全域 digest barrier?
- distributed projected-native compute 如何維持 frame identity?
- learned native operator 如何 formal certify?
- AI 能否直接學習 projected representation,而不 decode?
- task equivalence 是否能在更複雜 reasoning 中維持?
- GCM router 如何自主決定 representation residency window?
118. 系列整合
SPET 第一階段六篇核心論文形成:
P00P01P02P03P04P05:Epoch Formal Foundations:Readiness and Freeze:Spatial Frame Invariants:Attention Invariants:Certified Epoch Transition:Projected-Native Computation
其共同流程:
Compute→Scoped Closure→Freeze→Project→Native Compute→Verify→Commit→Release→Reproject.
119. 結論
本文完成 SPET 第一階段 projected-native operator theory。
最核心判準不是:
這張圖能不能被完整解碼?
而是:
Can useful computation remain inside the projected representation?
若存在非平凡 operator family:
Fknative
使:
Dπk∘FP∘Φπk∼FSπk,
並且:
- 不需完整 canonical decode;
- frame semantics 明確;
- spatial invariants 保持;
- attention invariants 保持;
- operator 可有限 composition;
- state transform 可留在 projected space;
則 projected representation 已不只是 storage / serialization format。
它可以被保守地稱為:
candidate computational substrate for the certified operator domain.
Stable Projection Epoch 為這種計算提供必要的 temporal semantics:
π(t)=πk
在一段 epoch 中保持權威,使 operator identity、tile semantics、attention contract 與 addressability 可以持續穩定。
當目前 projection 不再合適時:
Release→Recompute→Reproject
再進入新 epoch。
因此 SPET 所提出的不是「永遠固定的高維圖像」,而是一個更一般的計算模式:
piecewise-static projected computational spaces with certified native operators and certified transitions.
這使高維 symbolic-relational state、image-native carrier、attention semantics、local computation 與 global heterogeneous routing 可以被放進同一套可驗證架構中。
內部理論血統與依賴
- SPET Paper 00 — Stable Projection Epoch Theory: Formal Foundations.
- SPET Paper 01 — Typed Projection Scope, Closure Readiness, and Freeze Certification.
- SPET Paper 02 — Spatial Projection Invariants and Persistent Coordinate Frames.
- SPET Paper 03 — Attention Projection Invariants.
- SPET Paper 04 — Certified Reprojection, Release, Reopening, and Epoch Transition.
- Closure-Space Mathematics Paper 00–02.
- HDSRC — High-Dimensional Symbolic Relational Compilation.
- HDSRC Native Projection Computation Equivalence experiments.
- HDSRC Native Projection State-Transform Closure experiments.
- HDSRC Stable Projection Epoch Feasibility experiments.
本文中的 projected-native computation theory 為上述理論與實驗後形成的新形式化層,不回溯宣稱舊理論已完整包含本文全部定義。