{"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/seamless-scene-segmentation","title":"Seamless Scene Segmentation","arxiv_id":"1905.01220","date":"2019-05-03","proceeding":"CVPR 2019 6","authors":["Lorenzo Porzi","Samuel Rota Bulò","Aleksander Colovic","Peter Kontschieder"],"abstract":"In this work we introduce a novel, CNN-based architecture that can be trained end-to-end to deliver seamless scene segmentation results. Our goal is to predict consistent semantic segmentation and detection results by means of a panoptic output format, going beyond the simple combination of independently trained segmentation and detection models. The proposed architecture takes advantage of a novel segmentation head that seamlessly integrates multi-scale features generated by a Feature Pyramid Network with contextual information conveyed by a light-weight DeepLab-like module. As additional contribution we review the panoptic metric and propose an alternative that overcomes its limitations when evaluating non-instance categories. Our proposed network architecture yields state-of-the-art results on three challenging street-level datasets, i.e. Cityscapes, Indian Driving Dataset and Mapillary Vistas.","url_abs":"https://arxiv.org/abs/1905.01220v1","url_pdf":"https://arxiv.org/pdf/1905.01220v1.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":"seamless-scene-segmentation","repo_url":"https://github.com/gjp1203/LIV360SV","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"tf","reach":{"status":"ok"}},{"paper_slug":"seamless-scene-segmentation","repo_url":"https://github.com/gladcolor/seamseg","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"seamless-scene-segmentation","repo_url":"https://github.com/mahavir-GPI/panoptic","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok"}},{"paper_slug":"seamless-scene-segmentation","repo_url":"https://github.com/mapillary/seamseg","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"paper_slug":"seamless-scene-segmentation","repo_url":"https://github.com/nikste/seamseg","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"tasks":[{"task_slug":"panoptic-segmentation","task_name":"Panoptic Segmentation"},{"task_slug":"scene-segmentation","task_name":"Scene Segmentation"},{"task_slug":"segmentation","task_name":"Segmentation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[{"leaderboard":"/sota/panoptic-segmentation-on-indian-driving-1","task":"Panoptic Segmentation","dataset":"Indian Driving Dataset","model":"Seamless","rank_in_archive_order":2,"of":4,"metrics":{"PQ":"48.5"},"uses_additional_data":false},{"leaderboard":"/sota/panoptic-segmentation-on-kitti-panoptic-1","task":"Panoptic Segmentation","dataset":"KITTI Panoptic Segmentation","model":"Seamless","rank_in_archive_order":2,"of":4,"metrics":{"PQ":"42.2"},"uses_additional_data":false},{"leaderboard":"/sota/semantic-segmentation-on-densepass","task":"Semantic Segmentation","dataset":"DensePASS","model":"Seamless (Mapillary)","rank_in_archive_order":20,"of":36,"metrics":{"mIoU":"34.14%"},"uses_additional_data":true}],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=1905.01220","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1905.01220"}},"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/gjp1203/LIV360SV","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mahavir-GPI/panoptic","reach":{"status":"ok"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/mapillary/seamseg","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/gladcolor/seamseg","reach":{"status":"ok","spdx":"BSD-3-Clause"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/nikste/seamseg","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"ran":1,"unverified":1},"by_repo_kind":{"listed":{"samples":2,"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":"d0d38f526d963bde","entry":"confusion_matrix","repo":"gladcolor/seamseg","repo_kind":"listed","path":"seamseg/algos/semantic_seg.py","file_url":"https://github.com/gladcolor/seamseg/blob/HEAD/seamseg/algos/semantic_seg.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"d0d38f526d963bde"}},{"code_sha256_prefix":"b4de1ef72e57803e","entry":"smooth_l1","repo":"gladcolor/seamseg","repo_kind":"listed","path":"seamseg/modules/losses.py","file_url":"https://github.com/gladcolor/seamseg/blob/HEAD/seamseg/modules/losses.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"b4de1ef72e57803e"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}