English

Node Classification via Simplicial Interaction with Augmented Maximal Clique Selection

Social and Information Networks 2025-09-30 v1 Artificial Intelligence Machine Learning

Abstract

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.

Keywords

Cite

@article{arxiv.2509.23568,
  title  = {Node Classification via Simplicial Interaction with Augmented Maximal Clique Selection},
  author = {Eunho Koo and Tongseok Lim},
  journal= {arXiv preprint arXiv:2509.23568},
  year   = {2025}
}

Comments

To appear in Neurocomputing

R2 v1 2026-07-01T06:01:45.097Z