LGOct 2, 2021

Cycle-Consistent World Models for Domain Independent Latent Imagination

arXiv:2110.00808v2
Originality Incremental advance
AI Analysis

This addresses the domain adaptation problem for autonomous driving, enabling safer and more scalable training in simulation for real-world deployment, though it appears incremental as it builds on existing model-based reinforcement learning and domain adaptation methods.

The paper tackles the problem of autonomous driving agents performing poorly when transferring from simulation to real-world environments due to domain differences, proposing Cycle-consistent World Models (CCWM) that embed multiple modalities in a shared latent space to enable training on simulated data and inference on real-world data, with experiments in the CARLA simulator showing it outperforms state-of-the-art domain adaptation approaches.

End-to-end autonomous driving seeks to solve the perception, decision, and control problems in an integrated way, which can be easier to generalize at scale and be more adapting to new scenarios. However, high costs and risks make it very hard to train autonomous cars in the real world. Simulations can therefore be a powerful tool to enable training. Due to slightly different observations, agents trained and evaluated solely in simulation often perform well there but have difficulties in real-world environments. To tackle this problem, we propose a novel model-based reinforcement learning approach called Cycleconsistent World Models. Contrary to related approaches, our model can embed two modalities in a shared latent space and thereby learn from samples in one modality (e.g., simulated data) and be used for inference in different domain (e.g., real-world data). Our experiments using different modalities in the CARLA simulator showed that this enables CCWM to outperform state-of-the-art domain adaptation approaches. Furthermore, we show that CCWM can decode a given latent representation into semantically coherent observations in both modalities.

Foundations

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

Your Notes