{"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/the-devil-is-in-the-points-weakly-semi","title":"The Devil is in the Points: Weakly Semi-Supervised Instance Segmentation via Point-Guided Mask Representation","arxiv_id":"2303.15062","date":"2023-03-27","proceeding":"CVPR 2023 1","authors":["Beomyoung Kim","JoonHyun Jeong","Dongyoon Han","Sung Ju Hwang"],"abstract":"In this paper, we introduce a novel learning scheme named weakly semi-supervised instance segmentation (WSSIS) with point labels for budget-efficient and high-performance instance segmentation. Namely, we consider a dataset setting consisting of a few fully-labeled images and a lot of point-labeled images. Motivated by the main challenge of semi-supervised approaches mainly derives from the trade-off between false-negative and false-positive instance proposals, we propose a method for WSSIS that can effectively leverage the budget-friendly point labels as a powerful weak supervision source to resolve the challenge. Furthermore, to deal with the hard case where the amount of fully-labeled data is extremely limited, we propose a MaskRefineNet that refines noise in rough masks. We conduct extensive experiments on COCO and BDD100K datasets, and the proposed method achieves promising results comparable to those of the fully-supervised model, even with 50% of the fully labeled COCO data (38.8% vs. 39.7%). Moreover, when using as little as 5% of fully labeled COCO data, our method shows significantly superior performance over the state-of-the-art semi-supervised learning method (33.7% vs. 24.9%). The code is available at https://github.com/clovaai/PointWSSIS.","url_abs":"https://arxiv.org/abs/2303.15062v1","url_pdf":"https://arxiv.org/pdf/2303.15062v1.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":"the-devil-is-in-the-points-weakly-semi","repo_url":"https://github.com/clovaai/pointwssis","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"Apache-2.0"}}],"tasks":[{"task_slug":"instance-segmentation","task_name":"Instance Segmentation"},{"task_slug":"semantic-segmentation","task_name":"Semantic Segmentation"},{"task_slug":"semi-supervised-instance-segmentation","task_name":"Semi-Supervised Instance Segmentation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2303.15062","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2303.15062"}},"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/clovaai/pointwssis","reach":{"status":"ok","spdx":"Apache-2.0"}},{"provenance":"deterministic:regex_extraction","url":"https://github.com/clovaai/PointWSSIS","reach":{"status":"ok","spdx":"Apache-2.0"}}],"summary":{"ran":1,"unverified":10},"by_repo_kind":{"official":{"samples":11,"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":"bea70c9f8b2a1787","entry":"str2bool","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"MaskRefineNet/merge_strong_and_refined_weak_labels.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/MaskRefineNet/merge_strong_and_refined_weak_labels.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":true,"mcp_get_code":{"code_sha256":"bea70c9f8b2a1787"}},{"code_sha256_prefix":"67f34f8958c04f27","entry":"UNet_ResNet101","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"MaskRefineNet/network/unet.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/MaskRefineNet/network/unet.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":true,"mcp_get_code":{"code_sha256":"67f34f8958c04f27"}},{"code_sha256_prefix":"a84744e68fb386e8","entry":"all_gather","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"MaskRefineNet/utils/distributed.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/MaskRefineNet/utils/distributed.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":true,"mcp_get_code":{"code_sha256":"a84744e68fb386e8"}},{"code_sha256_prefix":"1a4918adf479208a","entry":"center_map_gen","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"MaskRefineNet/datasets/utils.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/MaskRefineNet/datasets/utils.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":true,"mcp_get_code":{"code_sha256":"1a4918adf479208a"}},{"code_sha256_prefix":"88d3340343b336ff","entry":"gather","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"MaskRefineNet/utils/distributed.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/MaskRefineNet/utils/distributed.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":true,"mcp_get_code":{"code_sha256":"88d3340343b336ff"}},{"code_sha256_prefix":"aec6940c6d2c4aeb","entry":"gaussian","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"MaskRefineNet/datasets/utils.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/MaskRefineNet/datasets/utils.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":true,"mcp_get_code":{"code_sha256":"aec6940c6d2c4aeb"}},{"code_sha256_prefix":"7ea6c95b70e0ef6b","entry":"get_grad_norm","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"MaskRefineNet/utils/utils.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/MaskRefineNet/utils/utils.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":true,"mcp_get_code":{"code_sha256":"7ea6c95b70e0ef6b"}},{"code_sha256_prefix":"908ea6d774830de1","entry":"patch_ProposalNetwork","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"AdelaiDet/onnx/export_model_to_onnx.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/AdelaiDet/onnx/export_model_to_onnx.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":true,"mcp_get_code":{"code_sha256":"908ea6d774830de1"}},{"code_sha256_prefix":"8e78a0e420b48e9a","entry":"patch_blendmask","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"AdelaiDet/onnx/export_model_to_onnx.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/AdelaiDet/onnx/export_model_to_onnx.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":true,"mcp_get_code":{"code_sha256":"8e78a0e420b48e9a"}},{"code_sha256_prefix":"36c4086272a9e7f4","entry":"patch_condinst","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"AdelaiDet/onnx/export_model_to_onnx.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/AdelaiDet/onnx/export_model_to_onnx.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":true,"mcp_get_code":{"code_sha256":"36c4086272a9e7f4"}},{"code_sha256_prefix":"426f9359bfa8b5d4","entry":"reduce_dict","repo":"clovaai/PointWSSIS","repo_kind":"official","path":"MaskRefineNet/utils/distributed.py","file_url":"https://github.com/clovaai/PointWSSIS/blob/HEAD/MaskRefineNet/utils/distributed.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":true,"mcp_get_code":{"code_sha256":"426f9359bfa8b5d4"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}