LGMLFeb 8, 2020

Capsule Network Performance with Autonomous Navigation

arXiv:2002.03181v12 citations
AI Analysis

This addresses the challenge of efficient reinforcement learning for autonomous agents in realistic, sparse-reward scenarios, representing a strong incremental improvement over prior methods.

The paper tackles the problem of autonomous navigation in sparse-reward environments by proposing Caps-EM, a method combining Capsule Networks with Advantage Actor Critic, which reduces trainable parameters by 44-83% and improves convergence time by 437-1141% compared to existing intrinsic reward methods.

Capsule Networks (CapsNets) have been proposed as an alternative to Convolutional Neural Networks (CNNs). This paper showcases how CapsNets are more capable than CNNs for autonomous agent exploration of realistic scenarios. In real world navigation, rewards external to agents may be rare. In turn, reinforcement learning algorithms can struggle to form meaningful policy functions. This paper's approach Capsules Exploration Module (Caps-EM) pairs a CapsNets architecture with an Advantage Actor Critic algorithm. Other approaches for navigating sparse environments require intrinsic reward generators, such as the Intrinsic Curiosity Module (ICM) and Augmented Curiosity Modules (ACM). Caps-EM uses a more compact architecture without need for intrinsic rewards. Tested using ViZDoom, the Caps-EM uses 44% and 83% fewer trainable network parameters than the ICM and Depth-Augmented Curiosity Module (D-ACM), respectively, for 1141% and 437% average time improvement over the ICM and D-ACM, respectively, for converging to a policy function across "My Way Home" scenarios.

Foundations

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

Your Notes