paper-with-me

Papers

LLaRA: Supercharging Robot Learning Data for Vision-Language Policy

2024-06-28 · Xiang Li, Cristina Mata, Jongwoo Park, Kumara Kahatapitiya, Yoo Sung Jang, Jinghuan Shang, Kanchana Ranasinghe, Ryan Burgert, Mu Cai, Yong Jae Lee, Michael S. Ryoo

Vision Language Models (VLMs) have recently been leveraged to generate robotic actions, forming Vision-Language-Action (VLA) models. However, directly adapting a pretrained VLM for robotic control remains challenging, particularly when constrained by a limited number of robot demonstrations. In this work, we introduce LLaRA: Large Language and Robotics Assistant, a framework that formulates robot action policy as visuo-textual conversations and enables an efficient transfer of a pretrained VLM into a powerful VLA, motivated by the success of visual instruction tuning in Computer Vision. First, we present an automated pipeline to generate conversation-style instruction tuning data for robots from existing behavior cloning datasets, aligning robotic actions with image pixel coordinates. Further, we enhance this dataset in a self-supervised manner by defining six auxiliary tasks, without requiring any additional action annotations. We show that a VLM finetuned with a limited amount of such datasets can produce meaningful action decisions for robotic control. Through experiments across multiple simulated and real-world tasks, we demonstrate that LLaRA achieves state-of-the-art performance while preserving the generalization capabilities of large language models. The code, datasets, and pretrained models are available at https://github.com/LostXine/LLaRA.

📄 PDF Abstract BibTeX arXiv:2406.20095

Code (1)

lostxine/llara 공식 구현 pytorch

Tasks

Vision-Language-ActionWorld Knowledge

Similar Papers 제목 키워드 기반

IVRA: Improving Visual-Token Relations for Robot Action Policy with Training-Free Hint-Based Guidance

2026-01-22 · Jongwoo Park, Kanchana Ranasinghe, Jinhyeok Jang, Cristina Mata 외 arxiv

Many Vision-Language-Action (VLA) models flatten image patches into a 1D token sequence, weakening the 2D spatial cues needed for precise manipulation. We introduce IVRA, a lightweight, training-free method that improves…

Diffusion for Fusion: Designing Stellarators with Generative AI

2025-11-25 · Misha Padidar, Teresa Huang, Andrew Giuliani, Marina Spivak arxiv

Stellarators are a prospective class of fusion-based power plants that confine a hot plasma with three-dimensional magnetic fields. Typically framed as a PDE-constrained optimization problem, stellarator design is a time…

ConStellaration: A dataset of QI-like stellarator plasma boundaries and optimization benchmarks

2025-06-24 · Santiago A. Cadena, Andrea Merlo, Emanuel Laude, Alexander Bauer 외

Stellarators are magnetic confinement devices under active development to deliver steady-state carbon-free fusion energy. Their design involves a high-dimensional, constrained optimization problem that requires expensive…

A proof-of-concept for automated AI-driven stellarator coil optimization with in-the-loop finite-element calculations

2026-03-16 · Alan A. Kaptanoglu, Pedro F. Gil arxiv

Finding feasible coils for stellarator fusion devices is a critical challenge of realizing this concept for future power plants. Years of research work can be put into the design of even a single reactor-scale stellarato…

Making Large Language Models A Better Foundation For Dense Retrieval

2023-12-24 · Chaofan Li, Zheng Liu, Shitao Xiao, Yingxia Shao

Dense retrieval needs to learn discriminative text embeddings to represent the semantic relationship between query and document. It may benefit from the using of large language models (LLMs), given LLMs' strong capabilit…

RetrievalSentenceText Generation