Daily Arxiv

This page organizes papers related to artificial intelligence published around the world.
This page is summarized using Google Gemini and is operated on a non-profit basis.
The copyright of the paper belongs to the author and the relevant institution. When sharing, simply cite the source.

GLANCE: Graph Logic Attention Network with Cluster Enhancement for Heterophilous Graph Representation Learning

Created by
  • Haebom

Author

Zhongtian Sun, Anoushka Harit, Alexandra Cristea, Christl A. Donnelly, Pietro Li o

Outline

Graph Neural Networks (GNNs) are successful at learning graph-structured data, but they struggle in heterogeneous graphs where connected nodes differ in features or class labels. To address these limitations, we propose GLANCE (Graph Logic Attention Network with Cluster Enhancement), a framework that enhances graph representation learning by integrating logic-based reasoning, dynamic graph refinement, and adaptive clustering. GLANCE combines a logic layer for interpretable and structured embeddings, multi-head attention-based edge pruning for noise removal, and a clustering mechanism for global pattern capture. Experiments on benchmark datasets from Cornell, Texas, and Wisconsin demonstrate that GLANCE achieves competitive performance, providing a robust and interpretable solution for heterogeneous graph scenarios.

Takeaways, Limitations

Takeaways:
Improving GNN performance on heterogeneous graphs.
Providing interpretable graph representation learning.
Excellent adaptability with a lightweight framework.
We present a novel approach that integrates logic-based reasoning, dynamic graph refinement, and adaptive clustering.
Limitations:
Limitations stated in the paper is not presented.
👍