Responsible: Ben Goertzel
Papers: Hyperon for AGI⇒ASI Whitepaper (2025), §7.4
Status: Proposed. Research direction for deep neural-symbolic integration described in the 2025 whitepaper. Not yet implemented. Depends on MORK infrastructure capabilities (ByteFlow, ShardZipper) under active development.
QuantiMORK (stylized; wiki-canonical name: QuantiMork) proposes encoding neural network structures directly within MORK's prefix-tree database, rather than wrapping neural models as external components. The distinctive feature of the proposal is wavelet or multiresolution DAG encoding inside the MORK PathMap — representing neural structures not as flat tensors but as hierarchically decomposed, multiresolution objects native to MORK's trie topology.
Where Hyperon's "outside" neural integration wraps existing models as queryable Spaces, QuantiMORK proposes a more radical "inside" approach: neural network components would become native graph objects in AtomSpace, subject to the same attention allocation, pattern mining, and reasoning processes that operate on symbolic content.
The key technical proposal is encoding weight matrices and activation patterns as wavelet-structured paths in MORK's prefix tree. This multiresolution representation means that coarse features live near the trie root (cheap to access) while fine details live deeper (accessed only when needed), enabling natural hierarchical approximation and progressive refinement during both inference and learning.
The whitepaper describes QuantiMORK interacting with WILLIAM (identifying compression-worthy features within neural representations), weakness theory (regularization ensuring neural updates don't destabilize symbolic knowledge), and TransWeave (transferring learned neural representations to other paradigms).