FrontierThe story, in brief

Exphormer: Scaling transformers for graph-structured data

Google just solved the graph transformer bottleneck. Exphormer scales to 170K-node datasets—10x larger than before.

Illustration of a transparent lens revealing connected networks across layers of paper.
Exploring the next frontier of AI research.AI illustration by KeyNews
The KeyNews take

Why it matters

Google Research has released Exphormer, a sparse attention framework that eliminates the quadratic computational bottleneck limiting graph transformers to small datasets. This breakthrough enables transformers to scale to graphs with 170K+ nodes, opening new applications in molecular modeling, social networks, and citation analysis.

The key facts

9 to know
  1. Exphormer scales to 170K-node graphs (ogbn-arxiv dataset with 1.1M edges)

  2. Previous graph transformer limit: few thousand nodes

  3. State-of-the-art on 4 of 5 Long Range Graph Benchmark datasets at publication

  4. Uses d-regular expander graphs to reduce interaction graph edges from O(n²) to O(n)

  5. Presented at ICML 2023

  6. Implementation available on GitHub

  7. PascalVOC-SP F1 score: 0.398 vs 0.375 (standard GraphGPS)

  8. COCO-SP F1 score: 0.346 vs 0.341

  9. PCQM-Contact MRR: 0.364 vs 0.334

Go to the source

Google Research Blogblog.research.google

Publisher excerpt: Posted by Ameya Velingker, Research Scientist, Google Research, and Balaji Venkatachalam, Software Engineer, Google Graphs, in which objects and their relations are represented as nodes (or vertices) and edges (or links) between pairs of nodes, are ubiquitous in computing and machine learning (ML).…
Read original report
Back to today's editionMore frontier news

The wider picture

View all
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Frontier01

SpaceXAI Releases Grok 4.7: A Larger Base Model at the Same $2/$6 Price as Grok 4.6

SpaceXAI shipped a meaningfully larger model without increasing cost or latency — a direct challenge to the frontier labs on capability-per-dollar. Practitioners budgeting inference and building agents need to re-evaluate their cost assumptions.

MarkTechPost
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Frontier02

SpaceX launches Grok 4.7 with long-horizon processing, safety upgrades

A new frontier model release with claimed capability upgrades (long-horizon processing, safety improvements) enters the competitive landscape. Practitioners need to know if Grok 4.7 moves the needle on benchmarks or reasoning capability; enthusiasts track the lab-race drama as Musk's model efforts consolidate inside SpaceX.

SiliconAngle
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Frontier03

Jev introduces a new shape of LLM - System One, aka Decision Models

A new model architecture category ('System One') claims to handle reasoning and decision-making differently than scaling transformer chains. If validated, this shapes how practitioners think about model selection and training for agentic workloads.

Simon Willison