LIAM: Multimodal Transformer for Language Instructions, Images, Actions and Semantic Maps
Yihao Wang, Raphael Memmesheimer, Sven Behnke
TL;DR
LIAM addresses the challenge of predicting action transcripts from language, images, actions, and semantic maps for domestic robotics. It introduces two pre-training schemes—contrastive alignment and triple contrastive alignment—to jointly align vision, language, and action embeddings, complemented by a semantic-map modality fed into a multi-modal Transformer. Evaluations on ALFRED show that pre-alignment and semantic maps significantly improve cross-modal matching and end-to-end action accuracy, with the triple-contrastive approach delivering the strongest gains, especially on unseen tasks. This work demonstrates that cross-modal embedding alignment and semantic-map integration can enhance open-vocabulary robotic instruction understanding and execution in simulated environments, with practical implications for flexible domestic assistance systems.
Abstract
The availability of large language models and open-vocabulary object perception methods enables more flexibility for domestic service robots. The large variability of domestic tasks can be addressed without implementing each task individually by providing the robot with a task description along with appropriate environment information. In this work, we propose LIAM - an end-to-end model that predicts action transcripts based on language, image, action, and map inputs. Language and image inputs are encoded with a CLIP backbone, for which we designed two pre-training tasks to fine-tune its weights and pre-align the latent spaces. We evaluate our method on the ALFRED dataset, a simulator-generated benchmark for domestic tasks. Our results demonstrate the importance of pre-aligning embedding spaces from different modalities and the efficacy of incorporating semantic maps.
