河川ロボット向けに判断根拠を示す小型端末の視覚処理
PAANI : On Device Visual Evidence Fusion and Explainable Guidance for River Robot Simulation
この論文をやさしく読む
ひとことで言うと
小型機器上で河川の画像を解析し、進路に関する助言と、その判断に使った物体や水面の情報を一緒に示す仕組みです。
何に役立つ?
シミュレーションと端末内処理を接続し、判断がなぜ出たかを点検できるロボットの開発基盤になります。
この研究の面白いところ
検出精度だけでなく、実機での処理遅延と判断の根拠を報告し、黒い入力の誤認識やサンプリング頻度の不整合も明示しています。
どこまで分かった?
0.5 Hzは設定した処理頻度であり、遅延の逆数から連続運用の処理頻度を推定してはいけません。実際の水上で衝突回避の安全性を実証した結果ではなく、見かけの動き推定にも未解決の制約があります。
v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。
アブストラクトの日本語訳
移動する河川監視ロボットは、地理的な経由点だけでは記述できない障害物や水面の境界を解釈しなければならない。資源の限られた機器では、不完全な視覚予測を、適時で検査可能な誘導へ変えること自体が課題となる。物体のラベルや操舵指令だけでは、判断をどの証拠が支え、いつその証拠を信頼できないかが説明されない。 本研究では、Arduino UNO Q上で、プロジェクト内で学習したYOLO11n検出器と独自のMobileNetV3 Small意味領域分割器を、時刻をそろえた証拠統合と組み合わせる、端末内の知覚から誘導までの構成PAANIを提案する。有界な追跡処理が物体の持続性を扱い、明示的な通行領域の判断規則が、表面ラベル、採用した検出結果、緊急度、マスクの不確実性を統合する。最終的な助言はすべて、寄与した証拠と判断規則上の理由を示す。ROS 2のインターフェースにより、端末内のAI処理系を、別のGazebo上の船体・自己位置推定・制御用試験環境へ接続する。 学習には、4クラスの検出用にWaterScenesの画像10,000枚を用い、領域分割には検証用198枚を含むMaSTr1325の画像1,127枚を用いる。選択したFP32 ONNXモデルの容量は14.817 MBである。検出器のチェックポイントのテスト時mAPはIoU 0.5で0.7388であり、別途評価した矩形入力のONNX書き出しモデルの検証時mAPはIoU 0.5で0.7367である。領域分割ONNXモデルの検証時mIoUは0.9750である。 UNO Qでの5分間の記録では、設定した処理頻度0.5 Hzにおいて、処理系の遅延の中央値は467.8 ms、95パーセンタイルは580.3 msだった。評価では、真っ黒な入力の誤分類と、診断用の見かけの動き推定器が十分な証拠を集められなくなるサンプリング頻度の不整合も特定した。これらの結果は、検査可能で再利用可能なエッジロボティクスの基盤を支持するとともに、モデル精度と機上実行を、実際の水上で検証済みの衝突回避とは明確に区別する。
v1の要旨から自動生成。本文の精読・人による確認は未実施。
- 初稿
- 2026-09-17(UTC)
- 最新改訂
- 2026-09-17 · v1
- 査読・掲載
- 査読状況未確認
更新履歴
- v1 2026-09-17 この版を読む
取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。
原文の要旨
Mobile river monitoring robots must interpret obstacles and water boundaries that geographic waypoints alone cannot describe. On resource constrained platforms, converting imperfect visual predictions into timely and inspectable guidance is a distinct challenge. An object label or steering command does not explain which evidence supports a decision or when that evidence is unreliable. We present PAANI, an on-device perception to guidance architecture that combines a project trained YOLO11n detector and a custom MobileNetV3 Small semantic segmenter with timestamp aligned evidence fusion on Arduino UNO Q. Bounded tracking supplies object persistence, while an explicit corridor policy combines surface labels, accepted detections, urgency and mask uncertainty. Each final advisory exposes its contributing evidence and policy reasons. ROS 2 interfaces connect the local AI pipeline to a separate Gazebo vessel, localization and control testbed. Training uses 10,000 WaterScenes images for four-class detection and 1,127 MaSTr1325 images for segmentation, including 198 segmentation validation images. The selected FP32 ONNX models occupy 14.817 MB. Detector checkpoint test mAP at 0.5 IoU is 0.7388, while the separately evaluated rectangular ONNX export achieves validation mAP at 0.5 IoU of 0.7367. Segmentation ONNX validation mIoU is 0.9750. A five-minute UNO Q recording produced median and 95th percentile pipeline latencies of 467.8 ms and 580.3 ms at a configured 0.5 Hz cadence. The evaluation also identifies black input misclassification and a sampling rate mismatch that prevents the diagnostic apparent motion estimator from collecting sufficient evidence. These results support an inspectable and reusable edge robotics foundation while clearly distinguishing model accuracy and on-board execution from validated on-water collision avoidance.
著者のコメント
20 pages, 8 figures, 11 tables. Includes system and AI architecture diagrams, model-training results, qualitative evaluations, and Arduino UNO Q deployment measurements. Project code, trained models, ONNX artifacts, logs, and reproducibility documentation are available at https://github.com/immanuelihs/ASV_PAANI
arXiv ID: 2609.22353 / 要約の誤りについて