Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

Wave-Based Semantic Memory with Resonance-Based Retrieval: A Phase-Aware Alternative to Vector Embedding Stores

Created by
  • Haebom

Author

Aleksandr Listopad

Outline

Existing vector-based memory systems rely on cosine or inner product similarity within real-valued embedding spaces. While computationally efficient, these approaches are inherently phase-insensitive and have limited ability to capture resonance phenomena, which are crucial for semantic representation. In this paper, we propose a novel framework, Wave-Based Semantic Memory, which models knowledge as wave patterns $\psi(x) = A(x) e^{i\phi(x)}$ and retrieves it via resonance-based interference. This approach preserves both amplitude and phase information, enabling richer and more powerful semantic similarity. We demonstrate that resonance-based retrieval achieves higher discriminative power in cases where vector approaches fail, such as phase shifts, negation, and compositional queries. Our implementation, ResonanceDB, demonstrates scalability with millisecond latency for millions of patterns, establishing Wave-Based Memory as a viable alternative to vector stores for AGI-oriented inference and knowledge representation.

Takeaways, Limitations

Takeaways:
By leveraging topological information, we can express more sophisticated and powerful semantic similarity than vector-based systems.
It shows high discriminative power in phase shift, negation, and compositional queries, which vector methods struggle with.
Our implementation of ResonanceDB demonstrates its applicability to real-world systems by achieving millisecond-level search speeds for millions of patterns.
It presents new possibilities for AGI-oriented reasoning and knowledge representation.
Limitations:
Further research is needed on the generalization performance and stability of wave-based memory systems to real-world data.
An assessment of the complexity and implementation difficulties of the current system is required.
A more in-depth comparative analysis with existing vector-based systems is needed.
Further validation of performance evaluation and scaling limits on large datasets is needed.
👍