Reinforcement Learning-Guided Retrieval with Soft Fusion for Robust Multimodal Imitation Learning under Missing Modalities
Abstract
RL4IL enables robust robotic manipulation under sensor dropout by using reinforcement learning to retrieve relevant demonstrations and cross-attention fusion to impute missing modalities without retraining.
Robotic systems perceive the world through multiple input modalities -- including visual camera streams and natural language instructions -- and must select appropriate actions based on these signals. However, assuming the permanent availability of all input devices is unrealistic, as sensors may fail, become occluded, or drop out entirely during deployment. Robust handling of such missing-modality scenarios is therefore essential for real-world robot operation. This paper introduces RL4IL, a reinforcement learning guided method for imitation learning that selects the most suitable action for a given observation by identifying the most relevant expert demonstrations from a training library. A reinforcement learning policy, trained via Proximal Policy Optimisation over Breadth-First Search candidate sets, ranks candidate demonstrations and a soft cross-attention fusion head aggregates their action signals to produce the final prediction. When a modality is missing at inference time, a dedicated per-modality RL retrieval policy identifies donor demonstrations from the training library, and a soft imputation head reconstructs the missing embedding via cross-attention over the top-ranked donors -- without requiring any retraining of the system. Experiments on three LIBERO benchmark suites demonstrate that RL4IL substantially outperforms state-of-the-art imitation learning methods under sensor dropout conditions, while requiring no policy network training. The code can be found at https://github.com/h-ismkhan/Reinforcement-Learning-via-kNN-for-Robotic-Learning-with-Missing-Camera
Community
RL4IL addresses a genuinely underexplored problem in imitation learning: what happens when sensors fail at deployment time? Most IL methods silently assume all modalities are always available, which is unrealistic for real robot deployments. Our key insight is that instead of retraining the policy for every possible dropout pattern, we can retrieve the right behaviour from a frozen demonstration library using a learned RL ranking policy.
A few highlights that might interest the community:
The PPO policy operates over BFS-augmented candidate sets, giving it a richer and more label-diverse pool than plain kNN
Soft cross-attention fusion over top-K ranked candidates consistently outperforms hard argmax selection, especially under noisy retrieval
Zero-shot missing-modality handling at inference — no retraining needed when a camera fails
On LIBERO benchmarks, RL4IL reaches up to 0.733 success rate under complete camera dropout, where the strongest prior method (DisDP) reaches only 0.295
Happy to discuss the retrieval design, the imputation pipeline, or the LIBERO experimental setup with anyone interested in robust robot learning.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- ReGIL: Retrieval-Guided Imitation Learning from a Single Demonstration (2026)
- Robotic Policy Adaptation via Weight-Space Meta-Learning (2026)
- SynthICL: Scalable In-context Imitation Learning with Synthetic Data (2026)
- ProgVLA: Progress-Aware Robot Manipulation Skill Learning (2026)
- Data-Asymmetric Latent Imagination and Reranking for 3D Robotic Imitation Learning (2026)
- LaST-R1: Reinforcing Robotic Manipulation via Adaptive Physical Latent Reasoning (2026)
- Learning Action Manifold with Multi-view Latent Priors for Robotic Manipulation (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2606.15514 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 0
No model linking this paper
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 0
No Space linking this paper
Collections including this paper 0
No Collection including this paper