ROMar 10

CORAL: Scalable Multi-Task Robot Learning via LoRA Experts

arXiv:2603.09298v129.43 citationsh-index: 3
Predicted impact top 9% in RO · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the problem of scalable and storage-efficient multi-task learning for robotics, offering a practical solution for lifelong deployment, though it is incremental as it builds on existing LoRA and routing techniques.

The paper tackles multi-task interference in Vision-Language-Action models for robotics by introducing CORAL, a framework that uses LoRA experts per task to avoid gradient conflicts, resulting in substantial performance gains over joint training on real-world and simulation benchmarks.

Deploying Vision-Language-Action (VLA) models in real-world robotics exposes a core multi-task learning challenge: reconciling task interference in multi-task robotic learning. When multiple tasks are jointly fine-tuned in a single stage, gradients from different tasks can conflict, causing negative transfer and reducing per-task performance. Yet maintaining a separate full checkpoint per task is often storage- and deployment-prohibitive. To address this dilemma, we present CORAL, a backbone- and embodiment-agnostic framework designed primarily to mitigate multi-task interference while remaining naturally extensible to a continuous stream of new tasks. CORAL freezes a single pre-trained VLA backbone and attaches one lightweight Low-Rank Adaptation (LoRA) expert per task; at runtime, a dynamic inference engine (the CORAL Manager) routes language instructions to the appropriate expert and swaps experts on the fly with zero inference overhead. This strict parameter isolation avoids complex gating networks and prevents parameter-level cross-task interference by construction; as an added capability, it also enables sequentially introducing new tasks without parameter overwriting caused by catastrophic forgetting. We validate CORAL on a real-world Galaxea R1 dual-arm mobile manipulator and three simulation benchmarks (LIBERO, WidowX, Google Robot), where CORAL overcomes fine-grained instructional ambiguity and substantially outperforms joint training, yielding a practical and scalable system for lifelong multi-task robot learning. Website: https://frontierrobo.github.io/CORAL

Foundations

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

Your Notes