arXiv:2606.22462cs.LG2026-06中稿 · ICML

让图模型在测试时自适应计算,不改参数也能提升性能。

Adaptive Recurrent Message Passing for Test Time Computing on Graphs

论文配图:Adaptive Recurrent Message Passing for Test Time Computing on Graphs
图 1 · 摘自论文原文
  • 通过可迭代更新机制,实现测试阶段灵活推理
  • 在归纳与直推设置下均优于现有基线方法
  • 适合需要动态调整的图学习任务场景

预训练基础模型在多个领域展现出卓越性能,为下游任务提供统一的通用架构。然而,将这一范式扩展到图学习仍面临挑战,主要源于图数据与固定架构设计之间的内在不匹配。本文通过递归图模型克服此限制。我们进行了系统的理论分析,严格推导出步数依赖性是自适应收敛递归过程的充要条件。基于此,提出AdaR——一种自适应递归图模型,可在不修改模型参数的前提下,实现对多种下游任务的灵活测试时计算。为支持自适应推理,AdaR显式编码归一化步数信息及表示-目标关系至递归更新中;为确保递归过程收敛,采用基于梯度的监督信号引导表示更新全过程。实验表明,AdaR在归纳和直推设置下均持续优于强基线方法。

原文摘要 · Abstract (English)

Pre-trained foundation models have demonstrated remarkable success in many domains, enabling a unified backbone to generalize across diverse downstream tasks. However, extending this paradigm to graph learning remains challenging due to the intrinsic mismatch between graph data and fixed architectural designs. In this work, we show that this limitation can be overcome via recurrent graph models. To achieve this, we conduct a systematic theoretical analysis, rigorously deriving step dependence as a necessary and sufficient condition for an adaptively convergent recurrent process. Building on this foundation, we propose AdaR, an Adaptive Recurrent graph model, empowering flexible test-time computing on various downstream tasks without changing model parameters. To enable adaptive inference, AdaR explicitly encodes normalized step information and representation-target relations into the recurrent updates. To ensure convergence of the recurrent process, AdaR employs gradient-based supervision signals that guide representation updates throughout the recurrence. Empirical results demonstrate that AdaR consistently outperforms strong baselines in both inductive and transductive settings.

图神经网络测试时计算递归模型

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。