{"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/learning-to-see-the-invisible-end-to-end","title":"Learning to See the Invisible: End-to-End Trainable Amodal Instance Segmentation","arxiv_id":"1804.08864","date":"2018-04-24","proceeding":null,"authors":["Patrick Follmann","Rebecca König","Philipp Härtinger","Michael Klostermann"],"abstract":"Semantic amodal segmentation is a recently proposed extension to\ninstance-aware segmentation that includes the prediction of the invisible\nregion of each object instance. We present the first all-in-one end-to-end\ntrainable model for semantic amodal segmentation that predicts the amodal\ninstance masks as well as their visible and invisible part in a single forward\npass. In a detailed analysis, we provide experiments to show which architecture\nchoices are beneficial for an all-in-one amodal segmentation model. On the COCO\namodal dataset, our model outperforms the current baseline for amodal\nsegmentation by a large margin. To further evaluate our model, we provide two\nnew datasets with ground truth for semantic amodal segmentation, D2S amodal and\nCOCOA cls. For both datasets, our model provides a strong baseline performance.\nUsing special data augmentation techniques, we show that amodal segmentation on\nD2S amodal is possible with reasonable performance, even without providing\namodal training data.","url_abs":"http://arxiv.org/abs/1804.08864v1","url_pdf":"http://arxiv.org/pdf/1804.08864v1.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":"learning-to-see-the-invisible-end-to-end","repo_url":"https://github.com/apchenstu/SLN-Amodal","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"MIT"}},{"paper_slug":"learning-to-see-the-invisible-end-to-end","repo_url":"https://github.com/waiyulam/ORCNN","is_official":0,"mentioned_in_paper":0,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"amodal-instance-segmentation","task_name":"Amodal Instance Segmentation"},{"task_slug":"data-augmentation","task_name":"Data Augmentation"},{"task_slug":"instance-segmentation","task_name":"Instance Segmentation"},{"task_slug":"segmentation","task_name":"Segmentation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":null,"atlas_url":"https://app.syntology.ai/?focus=1804.08864","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"1804.08864"}},"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/apchenstu/SLN-Amodal","reach":{"status":"ok","spdx":"MIT"}},{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/waiyulam/ORCNN","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":6,"ran_fixture":1,"ran_draft_wrong":1,"unverified":9},"by_repo_kind":{"listed":{"samples":17,"ran":8,"repositories":2}},"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":10,"samples":[{"code_sha256_prefix":"0df9d3b583fbc6cb","entry":"batched_nms","repo":"waiyulam/ORCNN","repo_kind":"listed","path":"detectron2/layers/nms.py","file_url":"https://github.com/waiyulam/ORCNN/blob/HEAD/detectron2/layers/nms.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"0df9d3b583fbc6cb"}},{"code_sha256_prefix":"6cbf46794989b731","entry":"cat","repo":"waiyulam/ORCNN","repo_kind":"listed","path":"detectron2/layers/wrappers.py","file_url":"https://github.com/waiyulam/ORCNN/blob/HEAD/detectron2/layers/wrappers.py","link_basis":"harvester_set","language":"python","status":"ran_fixture","verification_level":1,"contract_check":"RAISES","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"6cbf46794989b731"}},{"code_sha256_prefix":"dbcb53696bc43ef9","entry":"conv3x3","repo":"apchenstu/SLN-Amodal","repo_kind":"listed","path":"modal/models_BCE.py","file_url":"https://github.com/apchenstu/SLN-Amodal/blob/HEAD/modal/models_BCE.py","link_basis":"harvester_set","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dbcb53696bc43ef9"}},{"code_sha256_prefix":"e8526a516b4f9206","entry":"convert_basic_c2_names","repo":"waiyulam/ORCNN","repo_kind":"listed","path":"detectron2/checkpoint/c2_model_loading.py","file_url":"https://github.com/waiyulam/ORCNN/blob/HEAD/detectron2/checkpoint/c2_model_loading.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"e8526a516b4f9206"}},{"code_sha256_prefix":"52810b504f0d1066","entry":"convert_c2_detectron_names","repo":"waiyulam/ORCNN","repo_kind":"listed","path":"detectron2/checkpoint/c2_model_loading.py","file_url":"https://github.com/waiyulam/ORCNN/blob/HEAD/detectron2/checkpoint/c2_model_loading.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"52810b504f0d1066"}},{"code_sha256_prefix":"406f84cf799ed34d","entry":"pad_masks","repo":"waiyulam/ORCNN","repo_kind":"listed","path":"detectron2/layers/mask_ops.py","file_url":"https://github.com/waiyulam/ORCNN/blob/HEAD/detectron2/layers/mask_ops.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"406f84cf799ed34d"}},{"code_sha256_prefix":"d03592674030077f","entry":"paste_mask_in_image_old","repo":"waiyulam/ORCNN","repo_kind":"listed","path":"detectron2/layers/mask_ops.py","file_url":"https://github.com/waiyulam/ORCNN/blob/HEAD/detectron2/layers/mask_ops.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"d03592674030077f"}},{"code_sha256_prefix":"fc1b0400223ff90e","entry":"paste_masks_in_image","repo":"waiyulam/ORCNN","repo_kind":"listed","path":"detectron2/layers/mask_ops.py","file_url":"https://github.com/waiyulam/ORCNN/blob/HEAD/detectron2/layers/mask_ops.py","link_basis":"harvester_set","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"fc1b0400223ff90e"}},{"code_sha256_prefix":"4845964b76bba6c5","entry":"batched_nms_rotated","repo":"waiyulam/ORCNN","repo_kind":"listed","path":"detectron2/layers/nms.py","file_url":"https://github.com/waiyulam/ORCNN/blob/HEAD/detectron2/layers/nms.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"4845964b76bba6c5"}},{"code_sha256_prefix":"0c56beff75328dd2","entry":"compute_mrcnn_class_loss","repo":"apchenstu/SLN-Amodal","repo_kind":"listed","path":"modal/loss.py","file_url":"https://github.com/apchenstu/SLN-Amodal/blob/HEAD/modal/loss.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":"0c56beff75328dd2"}},{"code_sha256_prefix":"b8655ec23ec3f5c3","entry":"compute_rpn_bbox_loss","repo":"apchenstu/SLN-Amodal","repo_kind":"listed","path":"modal/loss.py","file_url":"https://github.com/apchenstu/SLN-Amodal/blob/HEAD/modal/loss.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":"b8655ec23ec3f5c3"}},{"code_sha256_prefix":"144f1447dfc317b2","entry":"compute_rpn_class_loss","repo":"apchenstu/SLN-Amodal","repo_kind":"listed","path":"modal/loss.py","file_url":"https://github.com/apchenstu/SLN-Amodal/blob/HEAD/modal/loss.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":"144f1447dfc317b2"}},{"code_sha256_prefix":"250745e5289f8fe5","entry":"define_D","repo":"apchenstu/SLN-Amodal","repo_kind":"listed","path":"modal/networks.py","file_url":"https://github.com/apchenstu/SLN-Amodal/blob/HEAD/modal/networks.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":"250745e5289f8fe5"}},{"code_sha256_prefix":"94563bcd3d0f155c","entry":"define_G","repo":"apchenstu/SLN-Amodal","repo_kind":"listed","path":"modal/networks.py","file_url":"https://github.com/apchenstu/SLN-Amodal/blob/HEAD/modal/networks.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":"94563bcd3d0f155c"}},{"code_sha256_prefix":"72b63cad31d0fa82","entry":"get_norm_layer","repo":"apchenstu/SLN-Amodal","repo_kind":"listed","path":"modal/networks.py","file_url":"https://github.com/apchenstu/SLN-Amodal/blob/HEAD/modal/networks.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":"72b63cad31d0fa82"}},{"code_sha256_prefix":"e3055ddd5ac36b0b","entry":"interpolate","repo":"waiyulam/ORCNN","repo_kind":"listed","path":"detectron2/layers/wrappers.py","file_url":"https://github.com/waiyulam/ORCNN/blob/HEAD/detectron2/layers/wrappers.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"e3055ddd5ac36b0b"}},{"code_sha256_prefix":"d3fa37a000ad294d","entry":"nms_rotated","repo":"waiyulam/ORCNN","repo_kind":"listed","path":"detectron2/layers/nms.py","file_url":"https://github.com/waiyulam/ORCNN/blob/HEAD/detectron2/layers/nms.py","link_basis":"harvester_set","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":false,"mcp_get_code":{"code_sha256":"d3fa37a000ad294d"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}