LGNEJan 7, 2022

Neural Network Optimization for Reinforcement Learning Tasks Using Sparse Computations

arXiv:2201.02571v2
AI Analysis

This addresses computational bottlenecks for reinforcement learning practitioners, offering a domain-specific optimization.

The paper tackles the problem of computational inefficiency in neural networks for reinforcement learning by introducing a sparse computation method that reduces multiplications by 20-150 times, with no substantial performance loss and occasional improvements.

This article proposes a sparse computation-based method for optimizing neural networks for reinforcement learning (RL) tasks. This method combines two ideas: neural network pruning and taking into account input data correlations; it makes it possible to update neuron states only when changes in them exceed a certain threshold. It significantly reduces the number of multiplications when running neural networks. We tested different RL tasks and achieved 20-150x reduction in the number of multiplications. There were no substantial performance losses; sometimes the performance even improved.

Foundations

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

Your Notes