特定の画像のワイヤーフレームを検出するための概念的にシンプルで効果的なアルゴリズムを提示します。最初に中間ヒートマップを予測してからヒューリスティックアルゴリズムで直線を抽出する以前の方法と比較して、この方法はエンドツーエンドでトレーニング可能であり、意味的に意味のある幾何学的に顕著なジャンクションとラインを含むベクトル化されたワイヤフレームを直接出力できます。出力の品質をよりよく理解するために、重複した線分と不正確な線の接続性を不利にするワイヤフレーム評価の新しいメトリックを提案します。広範な実験を実施し、この方法が以前の最先端のワイヤフレームおよびライン抽出アルゴリズムよりも大幅に優れていることを示します。この単純なアプローチが、将来のワイヤフレーム解析研究のベースラインとして役立つことを願っています。コードはhttps://github.com/zhou13/lcnnで公開されています。
We present a conceptually simple yet effective algorithm to detect wireframes in a given image. Compared to the previous methods which first predict an intermediate heat map and then extract straight lines with heuristic algorithms, our method is end-to-end trainable and can directly output a vectorized wireframe that contains semantically meaningful and geometrically salient junctions and lines. To better understand the quality of the outputs, we propose a new metric for wireframe evaluation that penalizes overlapped line segments and incorrect line connectivities. We conduct extensive experiments and show that our method significantly outperforms the previous state-of-the-art wireframe and line extraction algorithms. We hope our simple approach can be served as a baseline for future wireframe parsing studies. Code has been made publicly available at https://github.com/zhou13/lcnn.