Deep Equilibrium Models For Algorithmic Reasoning

Published: 16 Feb 2024, Last Modified: 28 Mar 2024BT@ICLR2024EveryoneRevisionsBibTeXCC BY 4.0
Keywords: Algorithmic Reasoning, Fixed points
Blogpost Url: https://iclr-blogposts.github.io/2024/blog/deqalg-reasoning/
Abstract: In this blogpost we discuss the idea of teaching neural networks to reach fixed points when reasoning. Specifically, on the algorithmic reasoning benchmark CLRS the current neural networks are told the number of reasoning steps they need. While a quick fix is to add a termination network that predicts when to stop, a much more salient inductive bias is that the neural network shouldn't change it's answer any further once the answer is correct, i.e. it should reach a fixed point. This is supported by denotational semantics, which tells us that while loops that terminate are the minimum fixed points of a function. We implement this idea with the help of deep equilibrium models and discuss several hurdles one encounters along the way. We show on several algorithms from the CLRS benchmark the partial success of this approach and the difficulty in making it work robustly across all algorithms.
Ref Papers: https://arxiv.org/abs/1910.10593
Id Of The Authors Of The Papers: ~Petar_Veličković1
Conflict Of Interest: Just our affliations.
Submission Number: 35
Loading