K-文化的一切——从回归到 K-美妆,发送到您的邮箱订阅邮件

METAL MEDIA

Unifying Graph Neural Networks Through a Common Layer Equation

arXiv:2608.160972026-08-16

用一个统一方程整理了数十种图神经网络的计算结构

图神经网络长期以来按不同流派用各自的符号体系来描述,这种记号差异掩盖了模型之间真正共享的计算和结构上的区别。这篇论文提出了一个统一的层方程,把一个图神经网络层拆分成七个组成部分。核心思路是把信息在图上传播的位置和传播的内容这两件事分开表示。

METAL MEDIA 解读图

用一个统一方程整理了数十种图神经网络的计算结构

  1. 01不同流派的图神经网络长期使用各自独立的符号和公式描述,导致难以看清模型间共享哪些计算、又在哪些结构上有本质差异
  2. 02作者把一个图神经网络层拆解为七个组件:更新域、通道集合、传播库、逐通道消息映射、通道融合算子、自我/残差映射以及更新映射
  3. 03最核心的分解是把决定信息在图上流向何处的传播库,与决定传播内容是什么的消息映射区分开来
  4. 04作者展示了这一统一方程可以在同一框架下表示多种已有的图神经网络架构
这是 METAL MEDIA 制作的解读图,并非论文作者提供的原图。

他们做了什么

  1. 不同流派的图神经网络长期使用各自独立的符号和公式描述,导致难以看清模型间共享哪些计算、又在哪些结构上有本质差异
  2. 作者把一个图神经网络层拆解为七个组件:更新域、通道集合、传播库、逐通道消息映射、通道融合算子、自我/残差映射以及更新映射
  3. 最核心的分解是把决定信息在图上流向何处的传播库,与决定传播内容是什么的消息映射区分开来
  4. 作者展示了这一统一方程可以在同一框架下表示多种已有的图神经网络架构

为什么重要

如果能用一套统一的记号描述来自不同论文的图神经网络模型,研究者在设计新模型或比较已有模型时就不必先做符号翻译,而是可以直接聚焦于真正的结构差异。这也能为图神经网络的教学和代码库实现提供一致的基准。

本文术语

  • 图神经网络(GNN) · 用于学习由节点和边组成的图结构数据的神经网络
  • 传播库 · 定义信息在图的层内从哪个节点流向哪个节点的组件
  • 消息映射 · 定义每个信息通道实际计算并传递什么数值的函数
  • 通道融合算子 · 将来自多个通道的消息合并为一个的运算
  • 自我/残差映射 · 将节点自身先前状态信息纳入更新过程的映射

论文原文摘要(英文)

Graph neural networks are commonly described through family-specific equations whose notation obscures shared computations and structural differences. We introduce a common layer equation that represents covered architectures through seven components: an update domain, channel set, propagation bank, per-channel message maps, channel-fusion operator, ego/residual map, and update map. The central factorization separates where information moves, encoded by the propagation bank, from what moves, encoded by the message maps. Function-valued fillings extend the same equation across local message passing, attention, spectral filtering, global communication, relation-specific channels, higher-order domains, and geometric messages. We make this unification explicit and checkable through worked reductions of canonical layers and component assignments spanning seven nonexclusive architectural families. A fixed slot discipline assigns operations by computational role and defines the framework's coverage boundary. The decomposition also yields component-level theoretical insights: under endpoint-local messages and node-local updates, operator support bounds one-layer dependencies, and one-layer global mixing requires a full effective operator row under the stated hypotheses. The resulting framework organizes more than 200 architectures in a common design space, enables component-wise comparison and generation of structurally consistent architectures, and connects propagation choices to oversmoothing, oversquashing, heterophily, and expressivity. It further exposes the empirical inverse problem of mapping measurable graph and task properties to validated component choices.

作者 · Sai Karthik Navuluru

在 arXiv 阅读

最新论文

全部论文 →

METAL MEDIA 最新报道