{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/190503246","title":"End-to-End Wireframe Parsing","arxiv_id":"1905.03246","date":"2019-05-08","proceeding":"ICCV 2019 10","authors":["Yichao Zhou","Haozhi Qi","Yi Ma"],"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.","url_abs":"https://arxiv.org/abs/1905.03246v3","url_pdf":"https://arxiv.org/pdf/1905.03246v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"190503246","repo_url":"https://github.com/zhou13/lcnn","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"line-segment-detection","task_name":"Line Segment Detection"},{"task_slug":"wireframe-parsing","task_name":"Wireframe Parsing"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/line-segment-detection-on-york-urban-dataset","task":"Line Segment Detection","dataset":"York Urban Dataset","model":"L-CNN","rank_in_archive_order":12,"of":16,"metrics":{"sAP10":"26.4","sAP5":"24.3"},"uses_additional_data":false},{"leaderboard":"/sota/line-segment-detection-on-wireframe-dataset","task":"Line Segment Detection","dataset":"wireframe dataset","model":"L-CNN","rank_in_archive_order":5,"of":10,"metrics":{"sAP10":"62.9","sAP15":"64.7","sAP5":"58.9"},"uses_additional_data":false}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1905.03246","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1905.03246"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/zhou13/lcnn","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran_fixture":1,"unverified":13},"by_repo_kind":{"official":{"samples":14,"ran":1,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"6cc7fd04d6d9a593","entry":"ap","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/metric.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/metric.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":"invariant","behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"6cc7fd04d6d9a593"}},{"code_sha256_prefix":"02b2ffeb173ebb15","entry":"APJ","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/metric.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/metric.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"02b2ffeb173ebb15"}},{"code_sha256_prefix":"de532658ea931902","entry":"argsort2d","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/utils.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"de532658ea931902"}},{"code_sha256_prefix":"3ca1c4cac81ac852","entry":"c","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/trainer.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/trainer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3ca1c4cac81ac852"}},{"code_sha256_prefix":"624365544af5330a","entry":"collate","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/datasets.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/datasets.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"624365544af5330a"}},{"code_sha256_prefix":"0d148fed48dc7e0f","entry":"cross_entropy_loss","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/models/multitask_learner.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/models/multitask_learner.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0d148fed48dc7e0f"}},{"code_sha256_prefix":"b7cac97656e1f50f","entry":"l2loss","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/models/multitask_learner.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/models/multitask_learner.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"b7cac97656e1f50f"}},{"code_sha256_prefix":"c972983944d63a38","entry":"non_maximum_suppression","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/models/line_vectorizer.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/models/line_vectorizer.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c972983944d63a38"}},{"code_sha256_prefix":"51b1ab837451a9ae","entry":"np_softmax","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/utils.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/utils.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"51b1ab837451a9ae"}},{"code_sha256_prefix":"aedb982c50ded01d","entry":"plambda","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/postprocess.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/postprocess.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"aedb982c50ded01d"}},{"code_sha256_prefix":"ae5012499d510902","entry":"pline","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/postprocess.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/postprocess.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ae5012499d510902"}},{"code_sha256_prefix":"3aa94f5be3b33ec4","entry":"psegment","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/postprocess.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/postprocess.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"3aa94f5be3b33ec4"}},{"code_sha256_prefix":"8d9fbb5d4ca74b8d","entry":"recursive_to","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/utils.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"8d9fbb5d4ca74b8d"}},{"code_sha256_prefix":"4b7c4f699c29396a","entry":"sigmoid_l1_loss","repo":"zhou13/lcnn","repo_kind":"official","path":"lcnn/models/multitask_learner.py","file_url":"https://github.com/zhou13/lcnn/blob/HEAD/lcnn/models/multitask_learner.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"4b7c4f699c29396a"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}