English

Learning Iterative Reasoning through Energy Minimization

Machine Learning 2022-07-01 v1 Artificial Intelligence

Abstract

Deep learning has excelled on complex pattern recognition tasks such as image classification and object recognition. However, it struggles with tasks requiring nontrivial reasoning, such as algorithmic computation. Humans are able to solve such tasks through iterative reasoning -- spending more time thinking about harder tasks. Most existing neural networks, however, exhibit a fixed computational budget controlled by the neural network architecture, preventing additional computational processing on harder tasks. In this work, we present a new framework for iterative reasoning with neural networks. We train a neural network to parameterize an energy landscape over all outputs, and implement each step of the iterative reasoning as an energy minimization step to find a minimal energy solution. By formulating reasoning as an energy minimization problem, for harder problems that lead to more complex energy landscapes, we may then adjust our underlying computational budget by running a more complex optimization procedure. We empirically illustrate that our iterative reasoning approach can solve more accurate and generalizable algorithmic reasoning tasks in both graph and continuous domains. Finally, we illustrate that our approach can recursively solve algorithmic problems requiring nested reasoning

Keywords

Cite

@article{arxiv.2206.15448,
  title  = {Learning Iterative Reasoning through Energy Minimization},
  author = {Yilun Du and Shuang Li and Joshua B. Tenenbaum and Igor Mordatch},
  journal= {arXiv preprint arXiv:2206.15448},
  year   = {2022}
}

Comments

ICML 2022. Website at https://energy-based-model.github.io/iterative-reasoning-as-energy-minimization/

R2 v1 2026-06-24T12:10:06.777Z