paper-with-me

홈 › Papers

Adaptive Graph Encoder for Attributed Graph Embedding

2020-07-03 · Ganqu Cui, Jie zhou, Cheng Yang, Zhiyuan Liu

Attributed graph embedding, which learns vector representations from graph topology and node features, is a challenging task for graph analysis. Recently, methods based on graph convolutional networks (GCNs) have made great progress on this task. However,existing GCN-based methods have three major drawbacks. Firstly,our experiments indicate that the entanglement of graph convolutional filters and weight matrices will harm both the performance and robustness. Secondly, we show that graph convolutional filters in these methods reveal to be special cases of generalized Laplacian smoothing filters, but they do not preserve optimal low-pass characteristics. Finally, the training objectives of existing algorithms are usually recovering the adjacency matrix or feature matrix, which are not always consistent with real-world applications. To address these issues, we propose Adaptive Graph Encoder (AGE), a novel attributed graph embedding framework. AGE consists of two modules: (1) To better alleviate the high-frequency noises in the node features, AGE first applies a carefully-designed Laplacian smoothing filter. (2) AGE employs an adaptive encoder that iteratively strengthens the filtered features for better node embeddings. We conduct experiments using four public benchmark datasets to validate AGE on node clustering and link prediction tasks. Experimental results show that AGE consistently outperforms state-of-the-art graph embedding methods considerably on these tasks.

📄 PDF Abstract BibTeX arXiv:2007.01594

Code (1)

thunlp/AGE 공식 구현 pytorch

Tasks

ClusteringGraph EmbeddingLink PredictionNode Clustering

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Scalable and Adaptive Spectral Embedding for Attributed Graph Clustering

2024-08-11 · Yunhui Liu, Tieke He, Qing Wu, Tao Zheng 외

Attributed graph clustering, which aims to group the nodes of an attributed graph into disjoint clusters, has made promising advancements in recent years. However, most existing methods face challenges when applied to la…

ClusteringGraph Clustering

Deep Manifold Graph Auto-Encoder for Attributed Graph Embedding

2024-01-12 · Bozhen Hu, Zelin Zang, Jun Xia, Lirong Wu 외

Representing graph data in a low-dimensional space for subsequent tasks is the purpose of attributed graph embedding. Most existing neural network approaches learn latent representations by minimizing reconstruction erro…

Graph Embedding

Model Generalization on Text Attribute Graphs: Principles with Large Language Models

2025-02-17 · Haoyu Wang, Shikun Liu, Rongzhe Wei, Pan Li

Large language models (LLMs) have recently been introduced to graph learning, aiming to extend their zero-shot generalization success to tasks where labeled graph data is scarce. Among these applications, inference over …

AttributeGraph LearningTAGZero-shot Generalization

Learning Multiplex Representations on Text-Attributed Graphs with One Language Model Encoder

2023-10-10 · Bowen Jin, Wentao Zhang, Yu Zhang, Yu Meng 외

In real-world scenarios, texts in a graph are often linked by multiple semantic relations (e.g., papers in an academic graph are referenced by other publications, written by the same author, or published in the same venu…

Language ModelingLanguage ModellingRepresentation Learning

Flex-GAD : Flexible Graph Anomaly Detection

2025-10-29 · Apu Chakraborty, Anshul Kumar, Gagan Raj Gupta arxiv

Detecting anomalous nodes in attributed networks, where each node is associated with both structural connections and descriptive attributes, is essential for identifying fraud, misinformation, and suspicious behavior in …

Graph Anomaly Detection