PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
May 27, 20260 citationsOpen Access

Sub-Laplacian Spectral Hashing for Topological Proximity Indexing

View Full Paper
APAndrés Sebastián Pirolo

Key Points

  • This work aims to explore whether graph connectivity alone can facilitate efficient indexing without distance computations.
  • Assigned binary identifiers to nodes by recursively bisecting the graph along its spectral structure.
  • Used a classical graph statistic to predict the effectiveness of the indexing method.
  • Evaluated the method on a real-world collaboration network without GPU acceleration.
  • Achieved index retrieval using only bitwise operations with no distances computed.
  • Demonstrated that the approach works even without well-defined communities in the graph.
  • Indexed in sub-second time, showing feasibility on mobile hardware.

Abstract

Description Modern semantic search depends on expensive distance computations over massive embedding indices, where this single operation can dominate inference cost. This work poses a deliberately unconventional question: can such an index be queried using only its connectivity—its raw topology—after every coordinate vector has been permanently deleted? We answer yes. Each node is assigned a compact binary identifier built by recursively bisecting the graph along its spectral structure. Nodes sharing a prefix naturally fall within the same region of the network. As a result, candidate retrieval reduces to a single bitwise (XOR) operation per node—no distances are computed during pruning, and no embeddings are stored. The central contribution is not only computational but predictive. Whether the method yields a strong signal—or none at all—is governed by a single classical graph statistic that can be computed in seconds. This: Refutes the assumption that well-defined communities are required for the method to work. Challenges the belief that high-dimensional embeddings inherently degrade performance. Provides a prior diagnostic rule: one number determines in advance whether a network is richly indexable or topologically silent. We trace this behavior from idealized lattice structures, through varying embedding dimensionalities, to a real-world collaboration network indexed in sub-second time on mobile hardware, without GPU acceleration. The result is a storage-free, constant-time routing layer for graph databases, together with a practical criterion to predict its effectiveness before deployment.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Andrés Sebastián Pirolo (2026) studied this question.

synapsesocial.com/papers/6a16898b0c924ddd1bd5841dhttps://doi.org/10.5281/zenodo.20370836
Ask AI
Helpful
Bookmark
Share
View Full Paper