End-to-End Wireframe Parsing

Abstract

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.

Cite

Text

Zhou et al. "End-to-End Wireframe Parsing." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00105

Markdown

[Zhou et al. "End-to-End Wireframe Parsing." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/zhou2019iccv-endtoend/) doi:10.1109/ICCV.2019.00105

BibTeX

@inproceedings{zhou2019iccv-endtoend,
  title     = {{End-to-End Wireframe Parsing}},
  author    = {Zhou, Yichao and Qi, Haozhi and Ma, Yi},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00105},
  url       = {https://mlanthology.org/iccv/2019/zhou2019iccv-endtoend/}
}