paper-with-me

Papers

Beyond Domain Randomization: Event-Inspired Perception for Visually Robust Adversarial Imitation from Videos

2025-05-24 · Andrea Ramazzina, Vittorio Giammarino, Matteo El-Hariry, Mario Bijelic

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.

📄 PDF Abstract BibTeX arXiv:2505.18899

Code (1)

vittoriogiammarino/eb-laifo 공식 구현 pytorch

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

Pre-training of Deep RL Agents for Improved Learning under Domain Randomization

2021-04-29 · Artemij Amiranashvili, Max Argus, Lukas Hermann, Wolfram Burgard 외

Visual domain randomization in simulated environments is a widely used method to transfer policies trained in simulation to real robots. However, domain randomization and augmentation hamper the training of a policy. As …

reinforcement-learningReinforcement Learning (RL)

FSDR: Frequency Space Domain Randomization for Domain Generalization

2021-03-03 · CVPR 2021 1 · Jiaxing Huang, Dayan Guan, Aoran Xiao, Shijian Lu

Domain generalization aims to learn a generalizable model from a known source domain for various unknown target domains. It has been studied widely by domain randomization that transfers source images to different styles…

Domain AdaptationDomain Generalization

Best of Sim and Real: Decoupled Visuomotor Manipulation via Learning Control in Simulation and Perception in Real

2025-09-30 · Jialei Huang, Zhaoheng Yin, Yingdong Hu, Shuo Wang 외 arxiv

Sim-to-real transfer remains a fundamental challenge in robot manipulation due to the entanglement of perception and control in end-to-end learning. We present a decoupled framework that learns each component where it is…

Robot Manipulation

Domain Randomization for Active Pose Estimation

2019-03-10 · Xinyi Ren, Jianlan Luo, Eugen Solowjow, Juan Aparicio Ojea 외

Accurate state estimation is a fundamental component of robotic control. In robotic manipulation tasks, as is our focus in this work, state estimation is essential for identifying the positions of objects in the scene, f…

Pose EstimationState Estimation

Biologically Inspired Event-Based Perception and Sample-Efficient Learning for High-Speed Table Tennis Robots

2026-04-06 · Ziqi Wang, Jingyue Zhao, Xun Xiao, Jichao Yang 외 arxiv

Perception and decision-making in high-speed dynamic scenarios remain challenging for current robots. In contrast, humans and animals can rapidly perceive and make decisions in such environments. Taking table tennis as a…