← Latest papers
🤖 machine learning

Neural Message Passing on Structural Interaction Graphs for Fully-Inductive Graph Neural Networks

This paper introduces SIGIL, a fully-inductive framework that overcomes input heterogeneity in graph foundation models by mapping arbitrary attributed graphs to a unified structural interaction graph, enabling the transfer of learned feature representations across diverse graphs and unifying existing knowledge graph reasoning approaches.

Original authors: Omer Yom Tov, Avigdor Gal

Published 2026-08-11
📖 3 min read☕ Coffee break read

Original authors: Omer Yom Tov, Avigdor Gal

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to understand the world. In the world of text, we have a massive dictionary of words that everyone agrees on; once the robot learns what "cat" or "run" means, it can read a new book about cats or running without needing a new lesson. But in the world of graphs—networks of connected things like social media friends, chemical molecules, or citation networks—there is no universal dictionary. Every graph comes with its own unique set of "features" (like the specific attributes of a person or a molecule) that might be completely different from the last one. A model trained to understand a network of scientists might be completely confused when handed a network of online shoppers because the "words" (features) don't match. This makes it incredibly hard to build a single, smart "foundation model" that can jump from one type of network to another without being retrained from scratch. The big question researchers are asking is: Can we build a universal translator for these messy, different networks that works on anything, anywhere, without needing a dictionary for every single new job?

This paper introduces a clever new framework called Sigil (which stands for Structural Interaction Graphs for Inductive Learning) to solve exactly that problem. Think of Sigil as a master chef who doesn't care about the specific ingredients you hand them (whether it's apples, carrots, or alien fruit). Instead of trying to memorize every possible ingredient, Sigil looks at how the ingredients interact with each other. It takes a messy, complex network and lifts it up to a new, simplified level called a "Structural Interaction Graph" (SIG). In this new view, the "nodes" aren't the people or molecules anymore; they are the features themselves (like "height," "price," or "color"). The connections in this new graph show how these features tend to align or clash based on how the original network is connected.

By running a special message-passing game on this new feature-map, Sigil learns a universal language for features. It translates any graph, no matter how weird or different its features are, into a standard, fixed-size format that a downstream AI can easily understand. The paper shows that this isn't just a new trick; it's a unifying theory. When the features are simple "one-hot" codes (like discrete relationship types in a knowledge graph), Sigil perfectly recovers existing powerful models. But when the features are continuous numbers (like real-valued sensor data), Sigil goes where those old models couldn't. The authors tested this on a wide variety of tasks, including predicting missing links in networks and classifying nodes. They found that a single Sigil model, trained on just one graph (like the Cora citation network), could perform incredibly well on completely unseen graphs with different features, often beating other "fully inductive" models that try to generalize. It's like teaching a student to read one book, and then having them ace a test on a book written in a completely different language, simply because they learned the underlying grammar of how ideas connect, rather than memorizing the words.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →