日本フィジカルAI新聞

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

週刊ニュースレター購読
VLAarXiv:2608.25299v1

PointRL: 検証可能なアノテーション証拠から点レベルの視覚言語グラウンディングを学習する

PointRL: Learning Point-Level Vision-Language Grounding from Verifiable Annotation Evidence

シェア:XThreadsFacebookLINEはてブBluesky

点座標を出力とする視覚言語モデルのグラウンディング性能を、既存のアノテーションを検証器として利用する強化学習フレームワークPointRLで向上させた。

詳しい要約

1. どんなもの?

PointRLは、点座標を介した視覚言語接地(point-level vision-language grounding)を学習するための検証可能な強化学習フレームワークである。既存の異種アノテーション(bounding boxes, masks, instance labels)をポインティング指示に変換し、それらのターゲットサポート、インスタンスメンバーシップ、集合制約を隠れた検証器の証拠として保持する。決定論的チェッカーが予測をスコアリングし、報酬は解析可能性、点の有効性、インスタンスカバレッジ、カーディナリティ整合性、冗長・欠落予測を評価する。

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

従来のVLM接地は、点座標の監督が非一意である(同一ターゲット領域内で複数の座標が有効)ことや、マルチインスタンス指示におけるターゲットカバレッジ、カウント整合性、重複抑制の必要性に対処できていなかった。PointRLは、アノテーションをプロンプト外の検証証拠として利用し、決定論的チェッカーで報酬を計算することで、これらの課題を明示的に扱う点が新しい。

3. 技術・手法の肝は?

手法の核は、既存のアノテーション(bounding boxes, masks, instance labels)をポインティング指示に変換し、それらのターゲットサポート、インスタンスメンバーシップ、集合制約を隠れた検証器の証拠として保持することである。報酬は、解析可能性、点の有効性、インスタンスカバレッジ、カーディナリティ整合性、冗長・欠落予測を評価する。これにより、非一意な監督空間を扱い、マルチインスタンス指示の制約を学習する。

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

PointArenaベンチマークで、Qwen3.5-4Bの全体精度を56.11%から65.58%に改善した。さらに、RoboSpatial、BLINK、Ref-Advの外部ベンチマークで、同じバックボーンに対する利得を評価し、検証可能な点レベルフィードバックがこれらの設定での空間接地に有益であることを示した。

5. 議論はある?

要旨からは、提案手法の限界や潜在的な欠点についての議論は不明である。また、外部ベンチマークでの利得は限定的である可能性があり、汎用性やスケーラビリティに関する詳細な分析は要旨に含まれていない。

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

要旨で参照されている関連研究として、PointArena、RoboSpatial、BLINK、Ref-Advが挙げられる。また、VLMの接地に関する一般的な研究(例:Grounding DINO, GLIP)や、強化学習を用いたVLMの調整(例:RLHF)も関連する。

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

著者: Jingyang Su, Pu Cao, Xiuze Jin, Longyue Zhang, Qing Song, Lu Yang

分類: cs.CV

原文アブストラクト

Vision-language models (VLMs) increasingly rely on point coordinates as a compact and executable interface for visual grounding in GUI interaction, robotic manipulation, and interactive visual systems. However, learning reliable pointing behavior remains difficult because the supervision space is inherently non-unique: many coordinates may be valid within the same target region, while multi-instance instructions require target coverage, count consistency, and duplicate suppression. This work presents PointRL, a verifiable reinforcement learning framework that learns point-level grounding from existing heterogeneous annotation evidence. PointRL converts bounding boxes, masks, and instance labels into pointing instructions, while retaining their target supports, instance membership, and set constraints as hidden verifier evidence, i.e., annotations kept outside the prompt and used by a deterministic checker to score predictions. The proposed reward evaluates parseability, point validity, instance coverage, cardinality consistency, and redundant or missing predictions. On PointArena, PointRL improves the overall accuracy of Qwen3.5-4B from 56.11% to 65.58%. Further evaluations on RoboSpatial, BLINK, and Ref-Adv show same-backbone gains on the evaluated external benchmarks, suggesting that verifiable point-level feedback may benefit spatial grounding in these settings.

関連論文