NEAug 1, 2018

Neural Arithmetic Logic Units

arXiv:1808.00508v1223 citations
Originality Highly original
AI Analysis

This addresses a fundamental limitation in neural networks for tasks requiring numerical extrapolation, such as time tracking and arithmetic, with broad implications for AI systems handling numerical data.

The paper tackles the problem of neural networks' poor generalization outside trained numerical ranges by proposing Neural Arithmetic Logic Units (NALU), which represent numbers as linear activations manipulated by learned gates, resulting in substantially better generalization both inside and outside trained ranges, often extrapolating orders of magnitude beyond.

Neural networks can learn to represent and manipulate numerical information, but they seldom generalize well outside of the range of numerical values encountered during training. To encourage more systematic numerical extrapolation, we propose an architecture that represents numerical quantities as linear activations which are manipulated using primitive arithmetic operators, controlled by learned gates. We call this module a neural arithmetic logic unit (NALU), by analogy to the arithmetic logic unit in traditional processors. Experiments show that NALU-enhanced neural networks can learn to track time, perform arithmetic over images of numbers, translate numerical language into real-valued scalars, execute computer code, and count objects in images. In contrast to conventional architectures, we obtain substantially better generalization both inside and outside of the range of numerical values encountered during training, often extrapolating orders of magnitude beyond trained numerical ranges.

Code Implementations36 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes