Beyond Domain Randomization: Event-Inspired Perception for Visually Robust Adversarial Imitation from Videos
Andrea Ramazzina, Vittorio Giammarino, Matteo El-Hariry, Mario Bijelic
TL;DR
The paper addresses visual domain gaps in imitation from observations by eliminating appearance cues through an event-inspired perception that converts RGB video into a sparse temporal-gradient representation. It introduces EB-LAIfO, which performs latent adversarial imitation in the event space, enabling robust imitation despite appearance mismatches and reducing the need for costly data augmentation. Empirical results on the DeepMind Control Suite and Adroit demonstrate superior robustness and sample efficiency against strong baselines, including near-expert performance in several settings. The work highlights practical implications for real-world deployment and suggests future extensions with real event cameras and richer event-based representations.
Abstract
Imitation from videos often fails when expert demonstrations and learner environments exhibit domain shifts, such as discrepancies in lighting, color, or texture. While visual randomization partially addresses this problem by augmenting training data, it remains computationally intensive and inherently reactive, struggling with unseen scenarios. We propose a different approach: instead of randomizing appearances, we eliminate their influence entirely by rethinking the sensory representation itself. Inspired by biological vision systems that prioritize temporal transients (e.g., retinal ganglion cells) and by recent sensor advancements, we introduce event-inspired perception for visually robust imitation. Our method converts standard RGB videos into a sparse, event-based representation that encodes temporal intensity gradients, discarding static appearance features. This biologically grounded approach disentangles motion dynamics from visual style, enabling robust visual imitation from observations even in the presence of visual mismatches between expert and agent environments. By training policies on event streams, we achieve invariance to appearance-based distractors without requiring computationally expensive and environment-specific data augmentation techniques. Experiments across the DeepMind Control Suite and the Adroit platform for dynamic dexterous manipulation show the efficacy of our method. Our code is publicly available at Eb-LAIfO.
