HyperSpace: A Generalized Framework for Spatial Encoding in Hyperdimensional Representations

arXiv cs.AI / 4/17/2026

📰 NewsDeveloper Stack & InfrastructureModels & Research

Key Points

  • The paper introduces HyperSpace, an open-source framework that modularizes Vector Symbolic Architecture (VSA) systems into operators for encoding, binding, bundling, similarity, cleanup, and regression.
  • It benchmarks two VSA backends—Holographic Reduced Representations (HRR) and Fourier Holographic Reduced Representations (FHRR)—within the same modular evaluation setup.
  • Although FHRR has lower theoretical complexity for individual operations, the study finds that similarity and cleanup operations dominate runtime in spatial tasks.
  • End-to-end performance is comparable between HRR and FHRR when evaluated through HyperSpace’s system-level lens.
  • Memory usage differs, with HRR requiring about half the memory of FHRR vectors, creating additional deployment trade-offs.

Abstract

Vector Symbolic Architectures (VSAs) provide a well-defined algebraic framework for compositional representations in hyperdimensional spaces. We introduce HyperSpace, an open-source framework that decomposes VSA systems into modular operators for encoding, binding, bundling, similarity, cleanup, and regression. Using HyperSpace, we analyze and benchmark two representative VSA backends: Holographic Reduced Representations (HRR) and Fourier Holographic Reduced Representations (FHRR). Although FHRR provides lower theoretical complexity for individual operations, HyperSpaces modularity reveals that similarity and cleanup dominate runtime in spatial domains. As a result, HRR and FHRR exhibit comparable end-to-end performance. Differences in memory footprint introduce additional deployment trade-offs where HRR requires approximately half the memory of FHRR vectors. By enabling modular, system-level evaluation, HyperSpace reveals practical trade-offs in VSA pipelines that are not apparent from theoretical or operator-level comparisons alone.