paper-with-me

Papers

Node Classification via Simplicial Interaction with Augmented Maximal Clique Selection

2025-09-28 · Eunho Koo, Tongseok Lim arxiv

Considering higher-order interactions allows for a more comprehensive understanding of network structures beyond simple pairwise connections. While leveraging all cliques in a network to handle higher-order interactions is intuitive, it often leads to computational inefficiencies due to overlapping information between higher-order and lower-order cliques. To address this issue, we propose an augmented maximal clique strategy. Although using only maximal cliques can reduce unnecessary overlap and provide a concise representation of the network, certain nodes may still appear in multiple maximal cliques, resulting in imbalanced training data. Therefore, our augmented maximal clique approach selectively includes some non-maximal cliques to mitigate the overrepresentation of specific nodes and promote more balanced learning across the network. Comparative analyses on synthetic networks and real-world citation datasets demonstrate that our method outperforms approaches based on pairwise interactions, all cliques, or only maximal cliques. Finally, by integrating this strategy into GNN-based semi-supervised learning, we establish a link between maximal clique-based methods and GNNs, showing that incorporating higher-order structures improves predictive accuracy. As a result, the augmented maximal clique strategy offers a computationally efficient and effective solution for higher-order network learning.

📄 PDF Abstract BibTeX arXiv:2509.23568

Code (0)

등록된 구현이 없습니다.

Tasks

Node Classification

Similar Papers 제목 키워드 기반

SGAT: Simplicial Graph Attention Network

2022-07-24 · See Hian Lee, Feng Ji, Wee Peng Tay

Heterogeneous graphs have multiple node and edge types and are semantically richer than homogeneous graphs. To learn such complex semantics, many graph neural network approaches for heterogeneous graphs use metapaths to …

Graph AttentionGraph LearningGraph Neural NetworkNode Classification

Topological Slepians: Maximally Localized Representations of Signals over Simplicial Complexes

2022-10-26 · Claudio Battiloro, Paolo Di Lorenzo, Sergio Barbarossa

This paper introduces topological Slepians, i.e., a novel class of signals defined over topological spaces (e.g., simplicial complexes) that are maximally concentrated on the topological domain (e.g., over a set of nodes…

Denoising

k-simplex2vec: a simplicial extension of node2vec

2020-10-12 · Celia Hacker

We present a novel method of associating Euclidean features to simplicial complexes, providing a way to use them as input to statistical and machine learning tools. This method extends the node2vec algorithm to simplices…

BIG-bench Machine Learning

$k$-simplex2vec: a simplicial extension of node2vec

2020-10-10 · NeurIPS Workshop TDA_and_Beyond 2020 12 · Celia Hacker

We present a novel method of associating Euclidean features to simplicial complexes, providing a way to use them as input to statistical and machine learning tools. This method extends the node2vec algorithm to simplices…

BIG-bench Machine Learning

Simplicial Attention Networks

2022-04-20 · Christopher Wei Jin Goh, Cristian Bodnar, Pietro Liò

Graph representation learning methods have mostly been limited to the modelling of node-wise interactions. Recently, there has been an increased interest in understanding how higher-order structures can be utilised to fu…

Graph Representation LearningRepresentation Learning