軽量なフラクタル計算で多分野の即時判定を行う提案
Universal Fractal Natural Language Decision Map: Real-Time Edge Triage Across Heterogeneous Domains
この論文をやさしく読む
ひとことで言うと
大規模な重みを保存せず、フラクタル計算を使って短時間で真偽・分類・スコア判定を行う仕組みの提案です。
何に役立つ?
エッジ環境で即時判定を行う方式を比較検討する材料になります。論文中の処理速度や精度は記載された評価条件での結果です。
この研究の面白いところ
24バイトのシードとマンデルブロ集合を使う設計に加え、処理時間、演算量、判定精度、スマートコントラクト上での費用を報告しています。
どこまで分かった?
評価はJevBenchの231件など要旨に記された条件です。プロンプト注入の回避率0%の95%区間は最大27.8%まで含み、完全な防御を証明するものではありません。
v2のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
大規模言語モデルを稼働中の業務判定に使う場合、100~500ミリ秒超の遅延、4~8 GB超のVRAM、消費エネルギーが障害になり得る。本論文は先行するMandelbrot Fractal Neural Synthesisを拡張し、werrという機械ネイティブのエッジ実行環境とanswerrという運用プラットフォームで実現するUniversal Fractal Natural Language Decision Mapを提示する。重みテンソルを保存せず、VRAM使用量を0バイトとする。24バイトの座標シードをマンデルブロ集合のカオス境界に沿って動的に調整し、多尺度の発散過程を評価して、真偽、分類、順序尺度の決定論的な判定を生成する。 生物の速い反射経路に着想を得て、領域ごとの射影を持つ自動シード選択器、意味トークンの減衰フィルター、多尺度の調和融合、結合したマージン拡張演算子、9を法とする巡回的な格子離散化を導入する。自動シード選択器は線形の比較方法より正解率を28.8%高めたと報告する。減衰フィルターの閾値は0.045で、プロンプト注入の経験的な回避率は0.0%、95%Wilson区間は0.0~27.8%だった。反復数を45.8%減らし、処理量を2.5倍にして遅延3.31ミリ秒にした。格子離散化は演算量を68.4%減らした。 JevBenchの231件で、werrは型の適合率100.00%、較正後の正解率81.65%、遅延中央値7.08ミリ秒だった。OpenAI互換APIを提供し、オープンソースのwerracleというオンチェーン・オラクルを通じて、32バイトのEVMスマートコントラクトでの配備も示した。そのガス使用量は21,438だった。
v2の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-21(UTC)
- 最新改訂
- 2026-09-24 · v2
- 査読・掲載
- 査読状況未確認
更新履歴
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Deploying Large Language Models for runtime operational triage incurs prohibitive latency (>100-500 ms), high VRAM requirements (>4-8 GB), and excessive energy dissipation. Extending Mandelbrot Fractal Neural Synthesis (Dagli et al., 2026), this paper presents the Universal Fractal Natural Language Decision Map, realized via the werr machine-native edge reflex runtime and the production answerr platform (https://answerr.me). Operating entirely without stored weight tensors (0 Bytes VRAM), the engine synthesizes deterministic decisions---noul (Boolean), choice (categorical), and score (ordinal)---by dynamically modulating 24-byte coordinate seeds along the chaotic boundary of the Mandelbrot set and evaluating multi-scale escape dynamics. Drawing inspiration from biological System-One reflex arcs, the engine introduces: (i) an Auto-Seed Router with domain projector Phi_D yielding a +28.8% accuracy gain over linear baselines; (ii) an Information-Theoretic Semantic Token Damping Filter (T_desc = 0.045) insulating against prompt injections (0.0% empirical bypass; 95% Wilson CI: [0.0%, 27.8%]) while pruning iterations by 45.8% (accelerating throughput 2.5x to 3.31 ms latency); (iii) a Multi-Scale Harmonic Tripod Fusion; (iv) a Coupled Margin Expansion Operator (Pitchfork Bifurcation Offset); and (v) a Cyclic Z/9Z Modular Resonant Grid Discretization based on the closed sub-ideal {0,3,6} (Lean 4 Mathlib ZMod 9), reducing FLOPs by 68.4%. Evaluated on JevBench (N=231), werr achieves 100.00% TypeSafe compliance and 81.65% calibrated accuracy with 7.08 ms median latency. We provide an OpenAI-compatible API and demonstrate deployment on 32-byte EVM smart contracts via the open-source werracle on-chain oracle (21,438 gas).
著者のコメント
10 pages, 5 figures. Version 2.0 with expanded EVM on-chain oracle benchmarks (werracle), formal multi-scale tripod dynamics, semantic token damping filter, and Zenodo v2 dataset
arXiv ID: 2609.25498 / 要約の誤りについて