Language Model-Based Paired Variational Autoencoders for Robotic Language Learning
Ozan Özdemir, Matthias Kerzel, Cornelius Weber, Jae Hee Lee, Stefan Wermter
TL;DR
The paper addresses embodied language grounding by linking robot actions to descriptive language within a tabletop manipulation task. It proposes PVAE, with two VAEs bound via a binding loss, and PVAE-BERT, which replaces the language encoder with a pretrained BERT model to handle unconstrained natural language; a channel-separated CAE improves visual feature discrimination, especially color. The key contributions are (i) demonstrating one-to-many action–description binding with variational latent spaces, (ii) showing robust translation across color/shapes and action directions, and (iii) enabling scalable language understanding through BERT finetuning for real-world human instructions. The findings suggest that PVAE variants outperform prior PRAE-based approaches, and that integrating a pretrained language model enables practical, unconstrained language collaboration with robots, indicating strong potential for real-world deployment and interaction with human users.
Abstract
Human infants learn language while interacting with their environment in which their caregivers may describe the objects and actions they perform. Similar to human infants, artificial agents can learn language while interacting with their environment. In this work, first, we present a neural model that bidirectionally binds robot actions and their language descriptions in a simple object manipulation scenario. Building on our previous Paired Variational Autoencoders (PVAE) model, we demonstrate the superiority of the variational autoencoder over standard autoencoders by experimenting with cubes of different colours, and by enabling the production of alternative vocabularies. Additional experiments show that the model's channel-separated visual feature extraction module can cope with objects of different shapes. Next, we introduce PVAE-BERT, which equips the model with a pretrained large-scale language model, i.e., Bidirectional Encoder Representations from Transformers (BERT), enabling the model to go beyond comprehending only the predefined descriptions that the network has been trained on; the recognition of action descriptions generalises to unconstrained natural language as the model becomes capable of understanding unlimited variations of the same descriptions. Our experiments suggest that using a pretrained language model as the language encoder allows our approach to scale up for real-world scenarios with instructions from human users.
