日本フィジカルAI新聞

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

週刊ニュースレター購読
マニピュレーションarXiv:2608.18446

HarvestPoint-ACT: 明示的な対象選択と収穫点条件付けによる遮蔽下でのロボット果実収穫

HarvestPoint-ACT: Explicit Target Selection and Harvest-Point Conditioning for Robotic Fruit Harvesting under Occlusion

シェア:XThreadsFacebookLINEはてブBluesky

果実収穫ロボットの模倣学習において、収穫対象の選択とグリッパを閉じる位置を明示的に知覚し、ポリシーに与えることで、遮蔽下でも高い成功率を達成した。

詳しい要約

1. どんなもの?

HarvestPoint-ACTは、ロボットによる果実収穫のためのエンドツーエンド模倣学習手法である。果実の選択とグリッパーの閉じる位置(harvest point)を明示的に知覚し、ポリシーに提供する。インスタンスセグメンテーションとキーポイント分岐により各果実のマスクとharvest pointを予測し、スケジューラが遮蔽度と移動距離で候補をランク付けして対象を選択する。選択された果実は8次元状態としてaction chunking transformerにエンコードされる。

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

従来のエンドツーエンド模倣学習は、接近と把持のための手動モーションを回避するが、どの果実を選ぶか、どこでグリッパーを閉じるかを暗黙的に決定する必要があり、遮蔽下では対象を見失いやすく、正しい閉鎖点をピクセルから推測するのが困難だった。HarvestPoint-ACTはこれらの決定を明示的に知覚に組み込み、ポリシーに提供することで、遮蔽下での成功率を向上させている。

3. 技術・手法の肝は?

手法の肝は、インスタンスセグメンテーションのフロントエンドにキーポイント分岐を追加し、各可視果実のマスクとharvest pointを予測すること。スケジューラが遮蔽度と移動距離で候補をランク付けし、1つのターゲットを選択する。試行後はキャノピーが変化するため再検出と再ランク付けを行う。選択果実は、絶対harvest point、グリッパーからその点へのベクトル、有効性フラグ、信頼度スコアを含む8次元状態としてエンコードされる。一時的に未検出の場合はロボットベースフレーム内の最後の推定値を保持し、staleとマークし、喪失が続けば試行を中止する。

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

キャノピーモックアップ上で検証し、成功率88%、重い遮蔽下では75%を達成した。

5. 議論はある?

要旨からは、実環境での検証や他の手法との比較、限界についての議論は不明。

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

要旨で参照されている研究は明示されていないが、関連手法としてaction chunking transformerやインスタンスセグメンテーションを用いた収穫ロボットの研究が考えられる。

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

著者: Hanying Hu, Weipeng Li, Yikun Huang, Hao Chen, Zhengtao Hu, Changcai Yang, Weiwei Wan

分類: cs.RO

原文アブストラクト

End-to-end imitation learning avoids hand-made robot motion for approaching and grasping, but the policy must still decide which fruit to pick and where to close the gripper. Occlusion can make the policy lose the selected fruit during harvesting, and the correct closing point is difficult to infer from pixels alone. This paper presents HarvestPoint-ACT, which makes both decisions explicit in perception and provides them to the policy. An instance segmentation front end with a keypoint branch predicts a mask and a harvest point for each visible fruit, where the harvest point specifies the location to close the gripper. A scheduler ranks detected candidates by occlusion and travel distance and selects one target. After each attempt, it redetects and reranks the candidates because the canopy may have changed. The selected fruit is encoded for an action chunking transformer as an eight-dimensional state, containing the absolute harvest point, the vector from the gripper to that point, a validity flag, and a confidence score. When the selected fruit is temporarily undetected, the system retains the last harvest point estimate in the robot base frame and marks it as stale, and aborts the attempt if the loss persists. On a canopy mock-up, HarvestPoint-ACT achieves a success rate of 88%, and of 75% under heavy occlusion.

関連論文