arXiv論文メモ
新着一覧
cs.CV · 査読状況未確認

途中終了と形状照合で道路標識認識を改善

Traffic Sign Recognition for Autonomous Driving Using Branched YOLOv2 and Geometric Features

Arefeh Rezaei

この論文をやさしく読む

ひとことで言うと

見分けやすい標識は途中で判定を終え、似た標識は形も照合することで、認識の速度と精度を改善する研究です。

何に役立つ?

道路標識の検出・分類を改善する方法の比較に役立ちます。実験では同じmAPを保った時間短縮と、形状情報によるmAP向上が示されています。

この研究の面白いところ

学習モデルの予測に、標識の幾何形状という別の手掛かりを加えています。形状を推論で使う場合と学習で使う場合も比較しています。

どこまで分かった?

対象は合成手順で構築した10クラス、テスト300サンプルです。mAPは検出評価指標であり単純な正解率ではなく、実車走行での安全性やリアルタイム動作を示した結果でもありません。

v1のアブストラクトに基づくAI解説。日本語訳とは別に、用途の解釈を含みます。

アブストラクトの日本語訳

道路標識認識(TSR)は自動運転や先進運転支援システムにとって重要な知覚課題であり、標識の位置を特定するとともに意味的なクラスを効率よく判定する必要がある。本研究では、検出と分類を同時に行うYOLOv2ベースのTSRシステムを提案し、相補的な2つの変更を調べる。まず、YOLOv2に中間予測層を追加し、簡単な事例では推論を早期に終了して計算時間を減らせる分岐構造を作る。画像全体で分岐する戦略と、セルごとに分岐する戦略の両方を調べる。次に、見た目が似た標識間の分類誤りを減らすため、幾何学的情報を導入する。教師なしのベイズ画像分割法で二値表現を生成し、YOLOv2の境界箱の内部で、クラス別の形状テンプレートと比較する。この情報を、推論時、または学習時の追加信号として使う。 GTSDBとGTSRBのサンプルを、シームレスクローニングと制御された画像変換で組み合わせ、専用データセットを構築する。実験は10種類の標識を扱い、学習用3,000サンプル、テスト用300サンプルを使う。選択した分岐構造は実行時間0.647秒、mAP 0.680を報告しており、基準のYOLOv2は0.6607秒、mAP 0.680だった。推論時に形状を照合するとmAPは0.713に向上し、形状特徴を学習に使う方式ではmAP 0.697、実行時間0.6608秒となった。

v1の要旨から自動生成。本文の精読・人による確認は未実施。

初稿
2026-09-18(UTC)
最新改訂
2026-09-18 · v1
査読・掲載
査読状況未確認
arXivで読むPDF

更新履歴

取得できた版を表示。版の更新は査読済みを意味しません。過去版の本文差分は未解析です。

原文の要旨

Traffic sign recognition (TSR) is an important perception task for autonomous driving and advanced driver-assistance systems, where a system must both localize traffic signs and determine their semantic classes efficiently. This work presents a TSR system based on YOLOv2 for simultaneous detection and classification. Two complementary modifications are studied. First, YOLOv2 is extended with intermediate prediction layers, forming a branched architecture that can terminate inference early for easy cases and reduce computation time. Both whole-image and cell-wise branching strategies are investigated. Second, geometric information is introduced to reduce classification errors between visually similar signs. An unsupervised Bayesian image-segmentation method produces binary representations that are compared with class-specific geometric templates inside YOLOv2 bounding boxes. This information is used either during inference or as an additional signal during training. A dedicated dataset is constructed by combining GTSDB and GTSRB samples using seamless cloning and controlled image transformations. Experiments cover ten traffic-sign classes, with 3,000 training and 300 test samples. The selected branched architecture reports 0.647 s runtime and 0.680 mAP, compared with 0.6607 s and 0.680 mAP for baseline YOLOv2. Geometric verification during inference increases mAP to 0.713, while the geometric-feature training variant achieves 0.697 mAP with a reported runtime of 0.6608 s.

arXiv ID: 2609.22060 / 要約の誤りについて