TL;DR
This paper introduces DAOR, a fast, parameter-free graph embedding method that produces interpretable, high-quality embeddings suitable for various tasks without extensive tuning or high computational costs.
Contribution
The paper presents DAOR, a novel graph embedding technique that is efficient, parameter-free, and produces interpretable embeddings, outperforming existing methods in speed and comparable in quality.
Findings
DAOR is significantly faster than existing methods.
DAOR produces competitive embeddings for node classification.
DAOR generates interpretable and compact embeddings.
Abstract
Graph embedding has become a key component of many data mining and analysis systems. Current graph embedding approaches either sample a large number of node pairs from a graph to learn node embeddings via stochastic optimization or factorize a high-order proximity/adjacency matrix of the graph via computationally expensive matrix factorization techniques. These approaches typically require significant resources for the learning process and rely on multiple parameters, which limits their applicability in practice. Moreover, most of the existing graph embedding techniques operate effectively in one specific metric space only (e.g., the one produced with cosine similarity), do not preserve higher-order structural features of the input graph and cannot automatically determine a meaningful number of embedding dimensions. Typically, the produced embeddings are not easily interpretable, which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
