自動運転車や一般ユーザーが利用するナビゲーションサービスでは、特に道路の交差点で、道路関連のオブジェクトとその位置情報に関する詳細な情報が必要です。ただし、これらの道路の交差点は、主に詳細情報のないポイント要素として表されるか、OpenStreetMap(OSM)を含むクラウドソースマッピングデータベースの現在のバージョンでは利用できません。この調査では、道路オブジェクトを自動的に検出し、道路レベルの画像から適切な場所に配置するアプローチを開発しています。処理パイプラインは、2つの畳み込みニューラルネットワークに依存しています。1つ目は画像をセグメント化し、2つ目は特定のオブジェクトを検出して分類します。さらに、検出されたオブジェクトを特定するために、各画像の都市文法に基づいて属性トポロジカルバイナリツリー(ATBT)を確立し、道路オブジェクトのトポロジ、属性、セマンティクスの一貫性のある関係を示します。次に、ATBTをOSMのマップフィーチャーとさらに照合して、正しい配置場所を決定します。提案された方法は、ドイツのベルリンでのケーススタディに適用されています。交通標識と信号機の2つのオブジェクトクラスでメソッドの有効性を検証します。実験結果は、提案されたアプローチが完全性と位置精度の点でほぼ正確な定位結果を提供することを示しています。多くの潜在的なアプリケーションの中で、出力を他のデータソースと組み合わせて自律走行車を誘導することができます
Navigation services utilized by autonomous vehicles or ordinary users require the availability of detailed information about road-related objects and their geolocations, especially at road intersections. However, these road intersections are mainly represented as point elements without detailed information, or are even not available in current versions of crowdsourced mapping databases including OpenStreetMap(OSM). This study develops an approach to automatically detect road objects and place them to right location from street-level images. Our processing pipeline relies on two convolutional neural networks: the first segments the images, while the second detects and classifies the specific objects. Moreover, to locate the detected objects, we establish an attributed topological binary tree(ATBT) based on urban grammar for each image to depict the coherent relations of topologies, attributes and semantics of the road objects. Then the ATBT is further matched with map features on OSM to determine the right placed location. The proposed method has been applied to a case study in Berlin, Germany. We validate the effectiveness of our method on two object classes: traffic signs and traffic lights. Experimental results demonstrate that the proposed approach provides near-precise localization results in terms of completeness and positional accuracy. Among many potential applications, the output may be combined with other sources of data to guide autonomous vehicles