Skip to content
Book Open access

Edge-Induced Subgraph Representation Learning

Aug 2026 · Proceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining V.2 · pp. 81-91 · 0 citations · 11 references

TL;DR

The segregated graph is introduced, a construction that represents the internal structure of each subgraph via subgraph-specific copies of base-graph nodes connected only by the edges selected for that subgraph, thereby combining internal-structure awareness with boundary and global contextual information.

Abstract

A variety of approaches have been proposed for subgraph-level representation learning. However, these approaches have primarily been developed and evaluated under node-induced subgraph settings, where each subgraph is defined by a selected set of nodes. In contrast, subgraph prediction tasks in which subgraphs are induced by selected sets of edges remain largely unexplored, despite arising naturally in domains such as knowledge graph reasoning, scene graph understanding, and functional connectivity analysis in network neuroscience. Edge-induced subgraph prediction introduces two technical requirements beyond those of the node-induced setting: (1) sensitivity to subgraph-internal edge structure and (2) isolation of subgraph-specific information within a mini-batch. To address these requirements, we introduce the segregated graph, a construction that represents the internal structure of each subgraph via subgraph-specific copies of base-graph nodes connected only by the edges selected for that subgraph. We perform message passing in parallel on the segregated graph and the base graph, and fuse the resulting representations at each layer through identity-based mixing, thereby combining internal-structure awareness with boundary and global contextual information. Experiments on three benchmarks derived from DocRED, Visual Genome, and the Human Connectome demonstrate that our method consistently outperforms existing subgraph prediction approaches, confirming the effectiveness of jointly modeling the segregated graph and the base graph.

Read PDF

Similar papers

Book Open access Jul 2026

One-for-All Community Search on Unseen Graphs

A Spectral-Aware Feature Alignment module to unify feature dimensionality and align cross-domain semantics in a community-aware manner and a Graph Diffusion Tokenized Transformer that constructs hybrid token sequences from local and global structural contexts for Transformer encoding, and applies diffusion-based refinement to mitigate distribution shifts on unseen graphs.

Mo Li, Zhaosong Zhao, Linlin Ding et al. · 0 citations
#graph neural networks Preprint Aug 2026

Can Graph Learning Learn Circuits?

Graph Circuit Learning is introduced, a supervised, amortized framework that trains a GNN across multiple model--task pairs and applies it to unseen cases and preliminary results suggest that graph machine learning offers a natural and potentially powerful perspective on circuit localization.

Chester Tan, Moritz Lampert, Courtney Maynard et al. · 0 citations
Book Open access Jul 2026

Node4All: Learning Node Representation Beyond Datasets

This work introduces Node4All, a node representation learner applicable to arbitrary graph datasets without any dataset-specific optimization, and introduces the Channel Graph Transformer (CGT), which enables a single fixed parameterization to process arbitrary graph datasets.

Dooho Lee, Jaemin Yoo · 0 citations
Preprint Aug 2026

GraphK: Variable-Size Graph Generation with Efficient Edge Construction

Graph generation models have advanced significantly with deep learning, yet they remain limited in scalability, flexibility, and ability to model underlying structures. We present GraphK, a novel encoder-sampler-decoder framework for graph generation that overcomes these challenges through structural flexibility and computational efficiency. Unlike autoregressive approaches constrained by vocabulary size (i.e. number of nodes in graph generation), GraphK allows for both upscaling (generating graphs with more nodes than the input) and downscaling, providing a flexible control over output graph size. By learning permutation-invariant latent representations and sampling new node embeddings via maximum likelihood estimation, GraphK generalizes across graph sizes and structures. For edge generation, we employ edge prediction with a KDTree-based top-k neighbor search in the latent space, reducing computational cost. Based on the manifold smoothness assumption, our method effectively captures graph properties. Experiments on synthetic and real-world datasets show that GraphK outperforms existing methods, accurately learns graph structures, and generates synthetic graphs without explicit definitions.

Resul Tugay, Eren Olug, Elif Ak et al. · 0 citations
Preprint Aug 2026

Inductive Correlation Clustering with Graph Neural Networks

Correlation Clustering (CC) is a natural formulation of clustering in combinatorial optimization, which uses a graph representation of the input and does not require a pre-specified number of clusters. Given $n$ objects and a pairwise similarity function, the goal is to cluster the objects so that similar objects are put in the same cluster and dissimilar objects are put in different clusters. Despite its versatility, existing CC algorithms suffer from significant scalability issues and are inherently transductive: i.e., the algorithm must be executed from scratch for any new problem instance. In this work, we bridge this gap by leveraging Graph Neural Networks (GNNs) to solve Inductive Correlation Clustering, a novel generalization of the CC problem designed to handle unseen graph instances. By learning to exploit common structural patterns and node features during training, our framework generalizes to new graphs drawn from the same distribution with minimal computational overhead with respect to standard algorithms. We demonstrate the effectiveness and scalability of our approach through extensive experiments. Our framework not only excels in the inductive setting, e.g., lowering the inference time up to $5$ order of magnitude, while maintaining an approximation ratio within $~10\%$ of the best baseline solution, but also achieves competitive results on standard (transductive) CC benchmarks. Finally, we showcase a practical application of our framework as a learnable pooling mechanism for graph classification. Our results indicate that our method serves as an efficient pooling layer, enhancing the ability of GNNs to capture hierarchical structural information in networks.

Francesco Paolo Nerini, Francesco Bonchi, Arijit Khan et al. · 0 citations