ROAINov 22, 2023

Robot at the Mirror: Learning to Imitate via Associating Self-supervised Models

arXiv:2311.13226v21 citationsh-index: 3
Originality Incremental advance
AI Analysis

This addresses the challenge of sample-efficient robot imitation learning, though it appears incremental as it builds on previous research and transformer mechanisms.

The paper tackles the problem of enabling a humanoid robot to learn to detect its own 3D pose from mirror images without extensive training, by associating pre-trained self-supervised models to achieve immediate perfect quality on acquired samples.

We introduce an approach to building a custom model from ready-made self-supervised models via their associating instead of training and fine-tuning. We demonstrate it with an example of a humanoid robot looking at the mirror and learning to detect the 3D pose of its own body from the image it perceives. To build our model, we first obtain features from the visual input and the postures of the robot's body via models prepared before the robot's operation. Then, we map their corresponding latent spaces by a sample-efficient robot's self-exploration at the mirror. In this way, the robot builds the solicited 3D pose detector, which quality is immediately perfect on the acquired samples instead of obtaining the quality gradually. The mapping, which employs associating the pairs of feature vectors, is then implemented in the same way as the key-value mechanism of the famous transformer models. Finally, deploying our model for imitation to a simulated robot allows us to study, tune up, and systematically evaluate its hyperparameters without the involvement of the human counterpart, advancing our previous research.

Code Implementations1 repo
Foundations

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

Your Notes