次回の更新記事:AIエージェントのトークンコストを4割削る設計(公開予定日:2026年07月27日)
AIDB Daily Papers

ASCIIアートでLLMをVLAコントローラーに進化させる

原題: ASCII Art Turns LLMs into VLA Controllers
著者: Yitao Jiang, Roy Xing, Luyang Zhao, Brian Plancher, Muhao Chen, Devin Balkcom
公開日: 2026-06-19 | 分野: LLM VLM cs.CV cs.RO cs.LG AIエージェント

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 画像情報をASCIIアートに変換し、テキストベースのLLMを視覚・言語・行動(VLA)コントローラーとして機能させた。
  • この手法は、従来のマルチモーダルバックボーンに比べてデータと計算リソースの要求を大幅に削減し、既存のLLMインフラを活用できる点で革新的である。
  • シミュレーションと実機ロボットによる実験で、ASCIIアートを介したLLMがタスク関連エンティティを認識し、実行可能な行動計画を生成できることを実証した。

Abstract

Vision--Language--Action (VLA) controllers are often built by extending vision--language models (VLMs) with action supervision, relying on multimodal backbones with large data and compute requirements. We demonstrate that a text-only large language model (LLM) can be adapted into a VLA-style controller when visual observations are rendered into a text input using an ASCII representation. This ASCII-as-vision interface enables existing training and deployment stacks for LLMs to efficiently condition on visual state, follow natural-language instructions, and produce constrained, executable actions. We fine-tune and compare multiple LLMs and VLMs across model families and scales, using both expert demonstrations from a planning-based teacher, as well as DAgger for iterative improvement. In a 2D manipulation benchmark, in both simulation and on a physical manipulator, the resulting controllers can identify task-relevant entities and plan feasible action sequences. Our results suggest that ASCII rendering can serve as a lightweight, interpretable modality bridge from images to text, complementing conventional VLA pipelines, and opening directions for VLA research with text-only backbones.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

関連するAIDB記事