AICLSep 11, 2020

Systematic Generalization on gSCAN with Language Conditioned Embedding

arXiv:2009.05552v2996 citations
AI Analysis

This addresses the challenge of enabling AI models to generalize to unseen scenarios in natural language navigation, representing a strong domain-specific advance.

The paper tackled the problem of systematic generalization in deep learning models by proposing a method that learns contextualized object embeddings with language-conditioned message passing, achieving state-of-the-art performance on the gSCAN dataset.

Systematic Generalization refers to a learning algorithm's ability to extrapolate learned behavior to unseen situations that are distinct but semantically similar to its training data. As shown in recent work, state-of-the-art deep learning models fail dramatically even on tasks for which they are designed when the test set is systematically different from the training data. We hypothesize that explicitly modeling the relations between objects in their contexts while learning their representations will help achieve systematic generalization. Therefore, we propose a novel method that learns objects' contextualized embeddings with dynamic message passing conditioned on the input natural language and end-to-end trainable with other downstream deep learning modules. To our knowledge, this model is the first one that significantly outperforms the provided baseline and reaches state-of-the-art performance on grounded-SCAN (gSCAN), a grounded natural language navigation dataset designed to require systematic generalization in its test splits.

Code Implementations2 repos
Foundations

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

Your Notes