A Fair Evaluation of Graph Foundation Models for Node Property Prediction
This paper conducts a fair and rigorous reevaluation of nine recent Graph Foundation Models for node property prediction, revealing that only the most recent Prior-data Fitted Network-based models outperform well-tuned Graph Neural Network baselines in predictive performance, albeit at a higher inference cost.
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 computer to understand the world of connections—like social networks, road maps, or shopping habits. In this world, data isn't just a list of numbers; it's a giant web where everything is linked to everything else. For years, the standard way to solve problems in this web (like spotting a fraudster or predicting a user's next purchase) has been using Graph Neural Networks (GNNs). Think of GNNs as highly skilled, specialized apprentices. They are great, but they need to be trained from scratch for every single new job, which takes time and a lot of tuning to get right.
Recently, a new wave of "super-models" called Graph Foundation Models (GFMs) has arrived. These are like the "all-knowing oracles" of the AI world. The promise is that they have already learned everything from a massive library of data and can instantly solve new problems without needing much training.
The authors of this paper decided to put these "oracles" to the test. They wanted to see if these new GFMs were actually better than the hard-working, well-tuned apprentices (GNNs) at a specific job: predicting properties of nodes (guessing the label of a specific person, place, or thing in the network).
Here is what they found, broken down simply:
1. The "Apples and Oranges" Problem
The researchers noticed that the field was a bit chaotic. Some GFMs were being tested on tiny, easy datasets, while others were tested on huge, messy ones. Some used very weak "apprentices" (GNNs) as a comparison, making the GFMs look like geniuses by default. It was like comparing a Formula 1 car to a bicycle and declaring the car the winner without checking if the bicycle had been tuned properly.
To fix this, the authors set up a fair race. They used 10 real-world, industrial-grade datasets (like actual social networks and road maps) and pitted 9 different GFMs against strong, heavily tuned GNNs. They didn't just use the default settings for the GNNs; they spent hours tuning them to be as fast and accurate as possible.
2. The Two Teams
The results split the GFMs into two very distinct teams:
- Team "Old School" (Non-PFN Models): These models tried to be "one-size-fits-all" by forcing graph data into a shape that looked like a spreadsheet. The result? They performed poorly. In fact, they were almost always beaten by the well-tuned GNN apprentices. It's like trying to use a sledgehammer to perform surgery; the tool just wasn't the right fit for the job.
- Team "New School" (PFN Models): These models use a clever trick called Prior-data Fitted Networks (PFNs). Imagine a chef who has tasted thousands of different recipes and learned the principles of cooking. When you give them a new set of ingredients, they don't need to read a cookbook; they just look at the ingredients and instantly know how to cook the dish. These models can look at a new graph and make predictions immediately (a process called "in-context learning").
3. The Winner (With a Catch)
The "New School" PFN models were the clear winners. They consistently outperformed the best-tuned GNNs. One model in particular, called GraphPFN, was the champion, winning on almost every dataset.
However, there is a trade-off:
- The Apprentices (GNNs): They take a long time to train (like studying for a final exam), but once they are ready, they are incredibly fast at making predictions. It takes less than a second to guess a new label.
- The Oracles (PFN Models): They are "pre-trained" (they studied for years before you even met them), so they don't need to study for your specific job. But, when they actually make a prediction, they are slow. Depending on the size of the data, it can take them several seconds or even minutes to give an answer.
The Bottom Line
The paper concludes that if you need a model that can instantly adapt to a new graph without training, the PFN-based Graph Foundation Models are the only ones that actually work better than traditional methods.
However, if you are in a real-world scenario where you need to make millions of predictions per second (like a real-time fraud detector), the traditional GNNs (once properly tuned) are still the better choice because they are much faster, even if they took longer to set up initially.
In short: The new "oracles" are smarter and more adaptable, but they are also much slower to answer the phone. The old "apprentices" are fast and reliable, but they need more training to reach their full potential.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.