LGAIJun 5, 2024

Highway Value Iteration Networks

arXiv:2406.03485v13 citations
AI Analysis

This addresses a bottleneck in planning tasks for AI systems, though it is incremental as it builds on existing VIN frameworks.

The paper tackles the challenge of long-term planning in value iteration networks (VINs) by embedding highway value iteration, enabling effective training with hundreds of layers and outperforming traditional VINs and deep neural networks in tasks requiring hundreds of planning steps.

Value iteration networks (VINs) enable end-to-end learning for planning tasks by employing a differentiable "planning module" that approximates the value iteration algorithm. However, long-term planning remains a challenge because training very deep VINs is difficult. To address this problem, we embed highway value iteration -- a recent algorithm designed to facilitate long-term credit assignment -- into the structure of VINs. This improvement augments the "planning module" of the VIN with three additional components: 1) an "aggregate gate," which constructs skip connections to improve information flow across many layers; 2) an "exploration module," crafted to increase the diversity of information and gradient flow in spatial dimensions; 3) a "filter gate" designed to ensure safe exploration. The resulting novel highway VIN can be trained effectively with hundreds of layers using standard backpropagation. In long-term planning tasks requiring hundreds of planning steps, deep highway VINs outperform both traditional VINs and several advanced, very deep NNs.

Foundations

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

Your Notes