Search papers, labs, and topics across Lattice.
This paper introduces AgentGFM, a novel Graph Foundation Model that empowers individual nodes to autonomously control information flow based on their unique structural contexts. By treating each node as an agent that follows a shared, end-to-end trainable policy, the model utilizes a predict-act-observe-correct framework to adaptively manage information propagation. Experimental results across various graph topologies show that AgentGFM significantly enhances transferability and performance compared to traditional fixed propagation schemes.
Nodes can now autonomously decide how to propagate information, leading to improved adaptability in diverse graph structures.
Graph Foundation Models (GFMs) aim to learn transferable knowledge from multi-domain graphs and adapt to unseen scenarios. As a fundamental source of relational semantics in graphs, the transferability of topological patterns has long been central to GFM research. However, local structural patterns may vary across graphs and even among nodes within the same graph. Despite such structural variation, most existing GFMs rely on manually designed propagation schemes and apply them to new graphs largely unchanged. Such fixed schemes may not suit the diverse structural patterns of different nodes. This raises a key question: can each node autonomously determine how information should be propagated through the graph? We refer to this capability as information-flow control. Inspired by recent advances in agent technology, we formulate this problem as agent-based decision making and treat each node as an agent. Accordingly, we propose AgentGFM, in which all node agents follow a shared end-to-end trainable policy rather than using independent models. For adaptive information-flow control, each node interacts with the graph through a predict-act-observe-correct process. During the act stage, the node makes three decisions: source reception, signal-channel selection and gain-aware node-wise halting. The resulting observation is compared with the prediction and their discrepancy is used to correct the node state and guide subsequent interactions. Extensive experiments across node-level, graph-level and large-scale transfer scenarios demonstrate the effectiveness of AgentGFM across diverse graph topologies.