CLAP Adapts VLMs to VLAs with Language-Action Grounding.

Yuri Ishitoya, Jeremy Siburian, Masashi Hamaya, Kuniaki Saito, Cristian C. Beltran-Hernandez, Mai Nishimura· July 13, 2026 View original

Key takeaways

  • CLAP directly converts VLMs to VLAs with minimal architectural changes.
  • It uses language-action grounding to bridge the VLM-VLA output distribution gap.
  • Single-epoch fine-tuning yields significant performance and robustness improvements.
  • CLAP offers a transparent path to understanding VLM capability transfer to robotics.

Who benefits

RoboticsManufacturingLogisticsAutonomous VehiclesHealthcare

Summary

CLAP (Causal Language-Action Prediction) is a method that directly converts pretrained Vision-Language Models (VLMs) into Vision-Language-Action models (VLAs) with minimal architectural changes. It achieves this by prepending natural-language action descriptions to numeric action sequences, causally conditioning action prediction on a language-action plan, and significantly improving performance and robustness with single-epoch fine-tuning.

This research introduces CLAP (Causal Language-Action Prediction), a novel approach for directly adapting powerful Vision-Language Models (VLMs) into Vision-Language-Action models (VLAs) with minimal architectural modifications. The primary challenge in this adaptation is the mismatch between the VLM's pretrained language distribution and the numerical action sequences required for robotic control. CLAP addresses this by conditioning the prediction of precise action tokens on a natural-language action plan. The method involves prepending each numeric action sequence with a corresponding natural language description, effectively guiding the VLM's generation towards the desired actions while preserving its core capabilities. With just a single epoch of fine-tuning, CLAP demonstrates significant performance gains, achieving 90.8% on the LIBERO benchmark and enhancing robustness against various perturbations. The researchers plan to release CLAP as an open-weight, multi-scale VLA family, facilitating further analysis of VLM-to-VLA capability transfer.

Why it matters

This method offers a more transparent and efficient way to leverage the semantic understanding of large VLMs for robotic control, accelerating the development of capable and robust embodied AI systems.

How to implement this in your domain

  1. 1Explore CLAP for adapting existing VLMs to robotic control tasks with minimal fine-tuning.
  2. 2Integrate language-action planning into your robot learning pipelines to improve action prediction.
  3. 3Utilize the open-weight CLAP models to benchmark and develop new VLA applications.
  4. 4Investigate how causal language conditioning can enhance other multimodal AI systems.

Original post by Yuri Ishitoya, Jeremy Siburian, Masashi Hamaya, Kuniaki Saito, Cristian C. Beltran-Hernandez, Mai Nishimura

"arXiv:2607.08974v1 Announce Type: cross Abstract: Vision-language-action models (VLAs) inherit semantic capabilities from pretrained VLMs, yet large-scale post-training on robot data and architectural modifications can reshape the backbone so extensively that it becomes difficult…"

View on X

Originally posted by Yuri Ishitoya, Jeremy Siburian, Masashi Hamaya, Kuniaki Saito, Cristian C. Beltran-Hernandez, Mai Nishimura on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI Engineering & DevToolsAI Research

Resilient Decentralized Federated Learning for Wireless IoT Networks

This paper introduces QEF-GT-AdamW, a communication-efficient and outage-resilient algorithm for decentralized federated learning over wireless IoT networks. It combines gradient tracking, AdamW optimization, and dual-stream biased quantization with error feedback to improve robustness and convergence under heterogeneous data and unreliable communication.

Nguyen Van Thieu, Ti Ti Nguyen, Ons Aouedi, Vu Nguyen Ha, Symeon ChatzinotasAug 27, 2026
AI Engineering & DevToolsAI Research

FedQoS Predicts QoS Risk for Wireless Access Selection

This paper proposes FedQoS, a federated QoS-risk learning framework that predicts future QoS degradation for reliable access selection in heterogeneous indoor-outdoor wireless environments. It enables access nodes to locally learn from network logs and collaboratively train a global predictor without centralizing user data, significantly reducing QoS failure rates.

Nguyen Van Thieu, Ti Ti Nguyen, Ons Aouedi, Zerihun Huruy, Vu Nguyen Ha, Symeon ChatzinotasAug 27, 2026
AI ResearchAI Engineering & DevTools

Parametric Knowledge Graphs Show Storage-Retrieval Gap

This paper explores compiling knowledge graphs into LoRA adapters for parametric memory, finding that while adapters effectively store factual knowledge, retrieving it via semantic similarity or weight-space geometry is ineffective. This highlights a "storage-retrieval gap" and the need for new query-conditioned composition mechanisms.

Martino M. L. Pulici, Cuong Xuan Chu, Evgeny Kharlamov, Volker TrespAug 27, 2026