日本フィジカルAI新聞

世界のフィジカルAIを、日本語で。

週刊ニュースレター購読
実験室自動化arXiv:2609.18435

WetRobo: 生物学実験室向けコーディングエージェント用再現可能ロボットキット

WetRobo: A Reproducible Robot Kit for Coding Agents in Biological Laboratories

シェア:XThreadsFacebookLINEはてブBluesky

実験室間で移設可能なロボットアームと機材・コード・スキルファイルからなるキットを構築し、コーディングエージェントが自然言語タスクを実行、VLAより環境変化に頑健なことを示した。

詳しい要約

1. どんなもの?

- 生物実験室向けの再現可能なロボットキット WetRobo を提案 - 構成: 1台の robot arm、laboratory equipment(incubator、cap付きreagent bottle、Petri dish)、armを動かす既存コード、各タスクのteleoperation demonstrations、汎用 AGENTS.md skill file - 生物実験者は自然言語タスクを与えるだけで、teleoperationやneural-network trainingを行わない - coding agent が実験室を観察し、必要に応じて外部ツールを使いプログラムを書いて実行 - OpenAI Codex (gpt-5.6-sol) を用い、Petri dish lidの持ち上げ、bottle capの除去、incubator doorの開放の3タスクを実世界実験室で成功

2. 先行研究と比べてどこがすごい?

- 従来の vision-language-action policies は汎用arm向けに提案されるが、動作環境が変わると性能が低下しうる - WetRobo は実験室間で容易に移転できるrobot kitとして設計 - Lab X の demonstrations で fine-tune した VLA は Lab X では成功したが Lab Y へは移転失敗 - 一方 coding agent は Lab X と Lab Y の両方で cap task を達成 - 各実験室ごとに policy を訓練するのではなく、kitを配布し各実験室で coding agent に適応させる実践的経路を示す

3. 技術・手法の肝は?

- 1台の robot arm と laboratory equipment、既存のarm制御コード、teleoperation demonstrations、汎用 AGENTS.md skill file をキット化 - 生物実験者は自然言語でタスクを指示し、ローカルのteleoperation training data収集やneural-network trainingを不要とする - coding agent がローカル実験室を観察し、必要に応じて外部ツールを利用してプログラムを書き実行 - 環境変化への適応を、policy再訓練ではなくcoding agentによるプログラム生成・実行で実現 - 詳細なアルゴリズムやモデル構造は要旨からは不明

4. どうやって有効だと検証した?

- OpenAI Codex (gpt-5.6-sol) を用いて実世界実験室で3タスクを実施 - タスク: lifting a Petri dish lid、removing a bottle cap、opening the incubator door - 3タスクすべて成功 - cap task では coding agent が Lab X と Lab Y の両方で達成 - 比較として Lab X の demonstrations で fine-tune した VLA は Lab X では成功したが Lab Y への移転に失敗

5. 議論はある?

- 実験室ロボティクスの実践的経路として、各実験室ごとのpolicy訓練ではなくkit配布とcoding agentによる適応を提示 - VLAの環境変化に対する性能低下・移転失敗が動機と比較対象 - 個々のwet-lab研究者がteleoperationやneural-network trainingなしにrobot tasksを委任できる可能性 - 限界、失敗事例、安全性、一般化可能性、コストなどの議論は要旨からは不明

6. 次に読むべき論文は?

- 要旨で参照/比較されている研究: vision-language-action policies、Lab X の demonstrations で fine-tune した VLA - 関連手法: OpenAI Codex (gpt-5.6-sol)、AGENTS.md skill file、teleoperation demonstrations - 同分野の定番として vision-language-action models、robot learning、laboratory automation に関する研究 - 具体的な論文名は要旨からは不明

※ AIが要旨から生成した要約です。正確性は原文をご確認ください。

著者: Yuna Oikawa, Kei Endo, Takanori Uzawa, Yunzhe Zhang, Manan Anjaria, Lerrel Pinto, Sherry Yang, Koji Tsuda

分類: cs.AI, cs.RO

原文アブストラクト

Automating biological research requires general-purpose, reproducible robot systems that allow individual wet-lab researchers to delegate robot tasks without performing teleoperation or neural-network training. Vision-language-action policies have been proposed for general-purpose arms, but can lose performance when their operating environment changes. We therefore built WetRobo, a robot kit that can readily transfer between laboratories. It consists of one robot arm, laboratory equipment (an incubator, a reagent bottle with a cap, and a Petri dish), the existing code that moves the arm, teleoperation demonstrations of each task that we recorded, and a general AGENTS.md skill file. A biological experimentalist provides natural-language tasks without collecting local teleoperation training data or training a neural network. The coding agent observes the local laboratory and writes and executes programs, using external tools as needed for adaptation. We demonstrate use of WetRobo with OpenAI Codex (gpt-5.6-sol) on three successful tasks: lifting a Petri dish lid, removing a bottle cap, and opening the incubator door, all in real-world laboratories. The coding agent achieved the cap task in both laboratories, Lab X and Lab Y, whereas a VLA fine-tuned on Lab X demonstrations succeeded there but failed to transfer to Lab Y. These results point to a practical route for laboratory robotics: instead of training a policy for each laboratory, distribute a kit and let a coding agent adapt it in each laboratory. Code, demonstrations, and the evolved programs are available at https://github.com/tsudalab/WetRobo.

関連論文

PR本紙発行元 EmplifAI