paper-with-me

홈 › Papers

Deep Equilibrium Algorithmic Reasoning

2024-10-19 · Dobrik Georgiev, JJ Wilson, Davide Buffelli, Pietro Liò

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.

📄 PDF Abstract BibTeX arXiv:2410.15059

Code (1)

HekpoMaH/DEAR 공식 구현 pytorch

Similar Papers 제목 키워드 기반

The Deep Equilibrium Algorithmic Reasoner

2024-02-09 · Dobrik Georgiev, Pietro Liò, Davide Buffelli

Recent work on neural algorithmic reasoning has demonstrated that graph neural networks (GNNs) could learn to execute classical algorithms. Doing so, however, has always used a recurrent architecture, where each iteratio…

Look-Ahead Reasoning on Learning Platforms

2025-11-18 · Haiqing Zhu, Tijana Zrnic, Celestine Mendler-Dünner arxiv

On many learning platforms, the optimization criteria guiding model training reflect the priorities of the designer rather than those of the individuals they affect. Consequently, users may act strategically to obtain mo…

EquiMem: Calibrating Shared Memory in Multi-Agent Debate via Game-Theoretic Equilibrium

2026-05-10 · Yuqiao Meng, Sakshi Sunil Narvekar, Luoxi Tang, Rupali Rajendra Vaje 외 arxiv

Multi-agent debate (MAD) systems increasingly rely on shared memory to support long-horizon reasoning, but this convenience opens a critical vulnerability: a single corrupted entry can contaminate the downstream memory-a…

Algorithmic Advice as a Strategic Signal on Competitive Markets

2025-11-12 · Tobias R. Rebholz, Maxwell Uphoff, Christian H. R. Bernges, Florian Scholten arxiv

As algorithms increasingly mediate competitive decision-making, their influence extends beyond individual outcomes to shaping strategic market dynamics. In two preregistered experiments, we examined how algorithmic advic…

On Mechanism Underlying Algorithmic Collusion

2024-09-02 · Zhang Xu, Wei Zhao

Two issues of algorithmic collusion are addressed in this paper. First, we show that in a general class of symmetric games, including Prisoner's Dilemma, Bertrand competition, and any (nonlinear) mixture of first and sec…