paper-with-me

홈 › Papers

A Hierarchical Block Distance Model for Ultra Low-Dimensional Graph Representations

2022-04-12 · Nikolaos Nakis, Abdulkadir Çelikkanat, Sune Lehmann Jørgensen, Morten Mørup

Graph Representation Learning (GRL) has become central for characterizing structures of complex networks and performing tasks such as link prediction, node classification, network reconstruction, and community detection. Whereas numerous generative GRL models have been proposed, many approaches have prohibitive computational requirements hampering large-scale network analysis, fewer are able to explicitly account for structure emerging at multiple scales, and only a few explicitly respect important network properties such as homophily and transitivity. This paper proposes a novel scalable graph representation learning method named the Hierarchical Block Distance Model (HBDM). The HBDM imposes a multiscale block structure akin to stochastic block modeling (SBM) and accounts for homophily and transitivity by accurately approximating the latent distance model (LDM) throughout the inferred hierarchy. The HBDM naturally accommodates unipartite, directed, and bipartite networks whereas the hierarchy is designed to ensure linearithmic time and space complexity enabling the analysis of very large-scale networks. We evaluate the performance of the HBDM on massive networks consisting of millions of nodes. Importantly, we find that the proposed HBDM framework significantly outperforms recent scalable approaches in all considered downstream tasks. Surprisingly, we observe superior performance even imposing ultra-low two-dimensional embeddings facilitating accurate direct and hierarchical-aware network visualization and interpretation.

📄 PDF Abstract BibTeX arXiv:2204.05885

Code (1)

nicknakis/hbdm 공식 구현 pytorch

Tasks

Community DetectionGraph Representation LearningLink PredictionNode ClassificationRepresentation Learning

Similar Papers 제목 키워드 기반

Planar Ultrametrics for Image Segmentation

2015-12-01 · NeurIPS 2015 12 · Julian E. Yarkony, Charless Fowlkes

We study the problem of hierarchical clustering on planar graphs. We formulate this in terms of finding the closest ultrametric to a specified set of distances and solve it using an LP relaxation that leverages minimum c…

ClusteringImage SegmentationSegmentationSemantic Segmentation

Fitting trees to $\ell_1$-hyperbolic distances

2024-09-02 · NeurIPS 2023 11 · Joon-Hyeok Yim, Anna C. Gilbert

Building trees to represent or to fit distances is a critical component of phylogenetic analysis, metric embeddings, approximation algorithms, geometric graph neural nets, and the analysis of hierarchical data. Much of t…

Ultrametric Fitting by Gradient Descent

2019-05-25 · NeurIPS 2019 12 · Giovanni Chierchia, Benjamin Perret

We study the problem of fitting an ultrametric distance to a dissimilarity graph in the context of hierarchical cluster analysis. Standard hierarchical clustering methods are specified procedurally, rather than in terms …

Clustering

CiliaGraph: Enabling Expression-enhanced Hyper-Dimensional Computation in Ultra-Lightweight and One-Shot Graph Classification on Edge

2024-05-29 · Yuxi Han, Jihe Wang, Danghui Wang

Graph Neural Networks (GNNs) are computationally demanding and inefficient when applied to graph classification tasks in resource-constrained edge scenarios due to their inherent process, involving multiple rounds of for…

Computational EfficiencyGraph Classification

Graph Learning via Spectral Densification

2021-01-01 · Zhuo Feng, Yongyu Wang, Zhiqiang Zhao

Graph learning plays important role in many data mining and machine learning tasks, such as manifold learning, data representation and analysis, dimensionality reduction, data clustering, and visualization, etc. For the …

BIG-bench Machine LearningClusteringDimensionality ReductionGraph Learning