Papers › The Devil is in the Points: Weakly Semi-Supervised Instance Segmentation via...

The Devil is in the Points: Weakly Semi-Supervised Instance Segmentation via Point-Guided Mask Representation

27 Mar 2023CVPR 2023 1arXiv:2303.15062archive 2025-07-28

Beomyoung Kim, JoonHyun Jeong, Dongyoon Han, Sung Ju Hwang

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.15062")

Code

Syntology Ran 1 of 11 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 1 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

clovaai/pointwssis officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 1 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran
10unverified

Licence: 0 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from clovaai/PointWSSIS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

str2bool clovaai/PointWSSIS/MaskRefineNet/merge_strong_and_refined_weak_labels.py official repository ran Apache-2.0 (permissive) · bea70c9f8b2a1787 · report
UNet_ResNet101 clovaai/PointWSSIS/MaskRefineNet/network/unet.py official repository unverified Apache-2.0 (permissive) · 67f34f8958c04f27 · report
all_gather clovaai/PointWSSIS/MaskRefineNet/utils/distributed.py official repository unverified Apache-2.0 (permissive) · a84744e68fb386e8 · report
center_map_gen clovaai/PointWSSIS/MaskRefineNet/datasets/utils.py official repository unverified Apache-2.0 (permissive) · 1a4918adf479208a · report
gather clovaai/PointWSSIS/MaskRefineNet/utils/distributed.py official repository unverified Apache-2.0 (permissive) · 88d3340343b336ff · report
gaussian clovaai/PointWSSIS/MaskRefineNet/datasets/utils.py official repository unverified Apache-2.0 (permissive) · aec6940c6d2c4aeb · report
get_grad_norm clovaai/PointWSSIS/MaskRefineNet/utils/utils.py official repository unverified Apache-2.0 (permissive) · 7ea6c95b70e0ef6b · report
patch_ProposalNetwork clovaai/PointWSSIS/AdelaiDet/onnx/export_model_to_onnx.py official repository unverified Apache-2.0 (permissive) · 908ea6d774830de1 · report
patch_blendmask clovaai/PointWSSIS/AdelaiDet/onnx/export_model_to_onnx.py official repository unverified Apache-2.0 (permissive) · 8e78a0e420b48e9a · report
patch_condinst clovaai/PointWSSIS/AdelaiDet/onnx/export_model_to_onnx.py official repository unverified Apache-2.0 (permissive) · 36c4086272a9e7f4 · report
reduce_dict clovaai/PointWSSIS/MaskRefineNet/utils/distributed.py official repository unverified Apache-2.0 (permissive) · 426f9359bfa8b5d4 · report

Tasks

Instance SegmentationSemantic SegmentationSemi-Supervised Instance Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections