paper-with-me

Papers

An Efficient Loop and Clique Coarsening Algorithm for Graph Classification

2024-04-18 · Xiaorui Qi, Qijie Bai, Yanlong Wen, Haiwei Zhang, Xiaojie Yuan

Graph Transformers (GTs) have made remarkable achievements in graph-level tasks. However, most existing works regard graph structures as a form of guidance or bias for enhancing node representations, which focuses on node-central perspectives and lacks explicit representations of edges and structures. One natural question arises as to whether we can leverage a hypernode to represent some structures. Through experimental analysis, we explore the feasibility of this assumption. Based on our findings, we propose an efficient Loop and Clique Coarsening algorithm with linear complexity for Graph Classification (LCC4GC) on GT architecture. Specifically, we build three unique views, original, coarsening, and conversion, to learn a thorough structural representation. We compress loops and cliques via hierarchical heuristic graph coarsening and restrict them with well-designed constraints, which builds the coarsening view to learn high-level interactions between structures. We also introduce line graphs for edge embeddings and switch to edge-central perspective to alleviate the impact of coarsening reduction. Experiments on eight real-world datasets demonstrate the improvements of LCC4GC over 31 baselines from various architectures.

📄 PDF Abstract BibTeX arXiv:2404.11869

Code (1)

nickskyyy/lcc-for-gc 공식 구현 pytorch

Tasks

Graph ClassificationGraph Representation LearningRepresentation Learning

Similar Papers 제목 키워드 기반

Clique pooling for graph classification

2019-03-31 · Enxhell Luzhnica, Ben Day, Pietro Lio'

We propose a novel graph pooling operation using cliques as the unit pool. As this approach is purely topological, rather than featural, it is more readily interpretable, a better analogue to image coarsening than filter…

ClassificationGeneral ClassificationGraph Classification

Efficient and Scalable Granular-ball Graph Coarsening Method for Large-scale Graph Node Classification

2026-03-31 · Guan Wang, Shuyin Xia, Lei Qian, Tao Wu 외 arxiv

Graph Convolutional Network (GCN) is a model that can effectively handle graph data tasks and has been successfully applied. However, for large-scale graph datasets, GCN still faces the challenge of high computational ov…

Node Classification

Scalable Topology-Preserving Graph Coarsening: Concepts and Algorithms

2026-01-30 · Xiang Wu, Rong-Hua Li, Xunkai Li, Kangfei Zhao 외 arxiv

Graph coarsening reduces the size of a graph while preserving certain properties. Most existing methods preserve either spectral or spatial characteristics. Recent research shows that topology-preserving coarsening metho…

Node Classification

Brain EEG Time Series Selection: A Novel Graph-Based Approach for Classification

2018-01-14 · Chenglong Dai, Jia Wu, Dechang Pi, Lin Cui

Brain Electroencephalography (EEG) classification is widely applied to analyze cerebral diseases in recent years. Unfortunately, invalid/noisy EEGs degrade the diagnosis performance and most previously developed methods …

ClassificationEEGElectroencephalogram (EEG)General Classification+2

Understanding Coarsening for Embedding Large-Scale Graphs

2020-09-10 · Taha Atahan Akyildiz, Amro Alabsi Aljundi, Kamer Kaya

A significant portion of the data today, e.g, social networks, web connections, etc., can be modeled by graphs. A proper analysis of graphs with Machine Learning (ML) algorithms has the potential to yield far-reaching in…

Anomaly DetectionGraph EmbeddingLink PredictionNode Classification