paper-with-me

Papers

Just SLaQ When You Approximate: Accurate Spectral Distances for Web-Scale Graphs

2020-03-03 · Anton Tsitsulin, Marina Munkhoeva, Bryan Perozzi

Graph comparison is a fundamental operation in data mining and information retrieval. Due to the combinatorial nature of graphs, it is hard to balance the expressiveness of the similarity measure and its scalability. Spectral analysis provides quintessential tools for studying the multi-scale structure of graphs and is a well-suited foundation for reasoning about differences between graphs. However, computing full spectrum of large graphs is computationally prohibitive; thus, spectral graph comparison methods often rely on rough approximation techniques with weak error guarantees. In this work, we propose SLaQ, an efficient and effective approximation technique for computing spectral distances between graphs with billions of nodes and edges. We derive the corresponding error bounds and demonstrate that accurate computation is possible in time linear in the number of graph edges. In a thorough experimental evaluation, we show that SLaQ outperforms existing methods, oftentimes by several orders of magnitude in approximation accuracy, and maintains comparable performance, allowing to compare million-scale graphs in a matter of minutes on a single machine.

📄 PDF Abstract BibTeX arXiv:2003.01282

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

Spectral Clustering on Large Datasets: When Does it Work? Theory from Continuous Clustering and Density Cheeger-Buser

2023-05-11 · Timothy Chu, Gary Miller, Noel Walkington

Spectral clustering is one of the most popular clustering algorithms that has stood the test of time. It is simple to describe, can be implemented using standard linear algebra, and often finds better clusters than tradi…

Clustering

Compact Hadamard Latent Codes for Efficient Spectral Rendering

2026-02-21 · Jiaqi Yu, Dar'ya Guarnera, Giuseppe Claudio Guarnera arxiv

Spectral rendering accurately reproduces wavelength-dependent appearance but is computationally expensive, as shading must be evaluated at many wavelength samples and scales roughly linearly with the number of samples. I…

ADJUST: A Dictionary-Based Joint Reconstruction and Unmixing Method for Spectral Tomography

2021-12-21 · Mathé T. Zeegers, Ajinkya Kadu, Tristan van Leeuwen, Kees Joost Batenburg

Advances in multi-spectral detectors are causing a paradigm shift in X-ray Computed Tomography (CT). Spectral information acquired from these detectors can be used to extract volumetric material composition maps of the o…

3D ReconstructionComputed Tomography (CT)Image ReconstructionInference Optimization+3

Waveform Design for Optimal PSL Under Spectral and Unimodular Constraints via Alternating Minimization

2022-10-16 · Chin-wei Huang, Li-Fu Chen, Borching Su

In an active sensing system, waveforms with good auto-correlations are preferred for accurate parameter estimation. Furthermore, spectral compatibility is required to avoid mutual interference between devices as the elec…

parameter estimation

Joint Graph Rewiring and Feature Denoising via Spectral Resonance

2024-08-13 · Jonas Linkerhägner, Cheng Shi, Ivan Dokmanić

When learning from graph data, the graph and the node features both give noisy information about the node labels. In this paper we propose an algorithm to jointly denoise the features and rewire the graph (JDR), which im…

DenoisingGraph LearningNode Classification