← 返回论文检索
NeurIPS 2024PosterAccept (poster)

Deep Equilibrium Algorithmic Reasoning

Dobrik Georgiev, Joseph Wilson, Davide Buffelli, Pietro Lió

Independent Researcher · MediaTek Research · University of Cambridge

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

Neural Algorithmic Reasoning (NAR) research has demonstrated that graph neural networks (GNNs) could learn to execute classical algorithms. However, most previous approaches have always used a recurrent architecture, where each iteration of the GNN matches an iteration of the algorithm. In this paper we study neurally solving algorithms from a different perspective: since the algorithm’s solution is often an equilibrium, it is possible to find the solution directly by solving an equilibrium equation. Our approach requires no information on the ground-truth number of steps of the algorithm, both during train and test time. Furthermore, the proposed method improves the performance of GNNs on executing algorithms and is a step towards speeding up existing NAR models. Our empirical evidence, leveraging algorithms from the CLRS-30 benchmark, validates that one can train a network to solve algorithmic problems by directly finding the equilibrium. We discuss the practical implementation of such models and propose regularisations to improve the performance of these equilibrium reasoners.