Pelican-VLA 0.5: Attending Before Acting Benefits Generalization
Summary
Pelican-VLA 0.5 is a unified Vision-Language-Action (VLA) model built on a Qwen3-VL 4B Transformer backbone, integrating vision-language understanding, future-frame generation, and action prediction. It introduces K=32 learnable "Reasoning Slots" between perception and action, which act as a bottleneck to induce manipulation-centric attention during pre-training. This enables "attention-level generalization," where the model's action pathway focuses on instruction-relevant objects and contact regions without explicit supervision or task-specific fine-tuning, even across unseen scenes and robot embodiments. Pre-trained on 2,400 hours of heterogeneous robot data, Pelican-VLA 0.5 achieves 91.4% success on RoboTwin Clean and 91.0% on RoboTwin Randomized after fine-tuning, outperforming other open-source VLA baselines. The model demonstrates early zero-shot manipulation capabilities, though a "representation-to-action gap" remains for precise control.
Key takeaway
For machine learning engineers developing generalizable robotic policies, consider integrating bottleneck architectures like Pelican-VLA 0.5's "Reasoning Slots." This approach can foster robust, manipulation-centric attention during pre-training, reducing reliance on extensive task-specific fine-tuning for object grounding. Focus subsequent fine-tuning on refining the "representation-to-action mapping" rather than re-learning visual attention, potentially accelerating deployment across diverse embodiments and tasks.
Key insights
Routing perception through reasoning slots induces manipulation-centric attention for VLA models.
Principles
- Constrained perception-action interfaces improve generalization.
- Attention-level generalization precedes action-level generalization.
- Fine-tuning refines existing representations, not creates them.
Method
Pelican-VLA 0.5 uses a Qwen3-VL 4B backbone with K=32 Reasoning Slots, a curriculum bottleneck mask, orthogonality regularizer, and slot-gated generation, trained with flow-matching action, future-frame, and slot-language contrastive losses.
In practice
- Implement reasoning slots as a perception-action bottleneck.
- Use curriculum learning for attention mask constraints.
- Combine flow-matching with contrastive and generation losses.
Topics
- Vision-Language-Action
- Robotics Generalization
- Reasoning Slots
- Attention Mechanisms
- RoboTwin Benchmark
- Embodied AI
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Robotics Engineer
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.LG updates on arXiv.org.