paper-with-me

Papers

Fast Attributed Graph Embedding via Density of States

2021-10-11 · Saurabh Sawlani, Lingxiao Zhao, Leman Akoglu

Given a node-attributed graph, how can we efficiently represent it with few numerical features that expressively reflect its topology and attribute information? We propose A-DOGE, for Attributed DOS-based Graph Embedding, based on density of states (DOS, a.k.a. spectral density) to tackle this problem. A-DOGE is designed to fulfill a long desiderata of desirable characteristics. Most notably, it capitalizes on efficient approximation algorithms for DOS, that we extend to blend in node labels and attributes for the first time, making it fast and scalable for large attributed graphs and graph databases. Being based on the entire eigenspectrum of a graph, A-DOGE can capture structural and attribute properties at multiple ("glocal") scales. Moreover, it is unsupervised (i.e. agnostic to any specific objective) and lends itself to various interpretations, which makes it is suitable for exploratory graph mining tasks. Finally, it processes each graph independent of others, making it amenable for streaming settings as well as parallelization. Through extensive experiments, we show the efficacy and efficiency of A-DOGE on exploratory graph analysis and graph classification tasks, where it significantly outperforms unsupervised baselines and achieves competitive performance with modern supervised GNNs, while achieving the best trade-off between accuracy and runtime.

📄 PDF Abstract BibTeX arXiv:2110.05228

Code (1)

sawlani/a-doge 공식 구현

Tasks

AttributeGraph ClassificationGraph EmbeddingGraph Mining

Similar Papers 제목 키워드 기반

Fast and Attributed Change Detection on Dynamic Graphs with Density of States

2023-05-15 · Shenyang Huang, Jacob Danovitch, Guillaume Rabusseau, Reihaneh Rabbany

How can we detect traffic disturbances from international flight transportation logs or changes to collaboration dynamics in academic networks? These problems can be formulated as detecting anomalous change points in a d…

Change DetectionChange Point DetectionCPU

ARISE: Graph Anomaly Detection on Attributed Networks via Substructure Awareness

2022-11-28 · Jingcan Duan, Bin Xiao, Siwei Wang, Haifang Zhou 외

Recently, graph anomaly detection on attributed networks has attracted growing attention in data mining and machine learning communities. Apart from attribute anomalies, graph anomaly detection also aims at suspicious to…

Anomaly DetectionAttributeContrastive LearningGraph Anomaly Detection+1

WalkingTime: Dynamic Graph Embedding Using Temporal-Topological Flows

2021-11-22 · David Bayani

Increased attention has been paid over the last four years to dynamic network embedding. Existing dynamic embedding methods, however, consider the problem as limited to the evolution of a topology over a sequence of glob…

Dynamic graph embeddingGraph EmbeddingKnowledge GraphsNetwork Embedding+1

Xtal2DoS: Attention-based Crystal to Sequence Learning for Density of States Prediction

2023-02-03 · Junwen Bai, Yuanqi Du, Yingheng Wang, Shufeng Kong 외

Modern machine learning techniques have been extensively applied to materials science, especially for property prediction tasks. A majority of these methods address scalar property predictions, while more challenging spe…

Property Prediction

STAGE: Simplified Text-Attributed Graph Embeddings Using Pre-trained LLMs

2024-07-10 · Aaron Zolnai-Lucas, Jack Boylan, Chris Hokamp, Parsa Ghaffari

We present Simplified Text-Attributed Graph Embeddings (STAGE), a straightforward yet effective method for enhancing node features in Graph Neural Network (GNN) models that encode Text-Attributed Graphs (TAGs). Our appro…

Graph Neural NetworkNode Classification