Papers › Weakly-Supervised Semantic Segmentation with Image-Level Labels: from Traditional...

Weakly-Supervised Semantic Segmentation with Image-Level Labels: from Traditional Models to Foundation Models

19 Oct 2023arXiv:2310.13026archive 2025-07-28

Zhaozheng Chen, Qianru Sun

The rapid development of deep learning has driven significant progress in image semantic segmentation - a fundamental task in computer vision. Semantic segmentation algorithms often depend on the availability of pixel-level labels (i.e., masks of objects), which are expensive, time-consuming, and labor-intensive. Weakly-supervised semantic segmentation (WSSS) is an effective solution to avoid such labeling. It utilizes only partial or incomplete annotations and provides a cost-effective alternative to fully-supervised semantic segmentation. In this journal, our focus is on the WSSS with image-level labels, which is the most challenging form of WSSS. Our work has two parts. First, we conduct a comprehensive survey on traditional methods, primarily focusing on those presented at premier research conferences. We categorize them into four groups based on where their methods operate: pixel-wise, image-wise, cross-image, and external data. Second, we investigate the applicability of visual foundation models, such as the Segment Anything Model (SAM), in the context of WSSS. We scrutinize SAM in two intriguing scenarios: text prompting and zero-shot learning. We provide insights into the potential and challenges of deploying visual foundational models for WSSS, facilitating future developments in this exciting research area.

PaperPDFCodeCode 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="2310.13026")

Code

Syntology Ran 7 of 13 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 5 ran with no contract checked.

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

zhaozhengchen/sam_wsss officialmentioned in paperpytorchMIT 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

13 samples harvested; 7 ran; 0 honoured the contract we drafted; 6 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 · our draft was wrong
1ran · fixture could not drive it
5ran
6unverified

Licence: 0 of the 13 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 zhaozhengchen/sam_wsss. “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.

generate zhaozhengchen/sam_wsss/Tag2Text/batch_inference.py official repository ran MIT (permissive) · e194cab1dccca09a · report
inference zhaozhengchen/sam_wsss/Tag2Text/batch_inference.py official repository ran MIT (permissive) · b4f24ac8435b57c1 · report
inference zhaozhengchen/sam_wsss/Tag2Text/inference_ram.py official repository ran MIT (permissive) · 7713626e31bbda13 · report
inference zhaozhengchen/sam_wsss/Tag2Text/inference_ram_zeroshot_class.py official repository ran MIT (permissive) · 9b4c9877a282501e · report
parse_xml_to_dict zhaozhengchen/sam_wsss/sam_text_input_coco.py official repository ran MIT (permissive) · 9ff2304ed114ed16 · report
reshape_transform zhaozhengchen/sam_wsss/sam_text_input_coco.py official repository ran · our draft was wrong MIT (permissive) · 5bd180a934a83565 · report
split_dataset zhaozhengchen/sam_wsss/sam_text_input_coco.py official repository ran · fixture could not drive it MIT (permissive) · 198c3be080d6e91e · report
build_sam_hq_vit_b zhaozhengchen/sam_wsss/segment_anything/segment_anything/build_sam_hq.py official repository unverified MIT (permissive) · 957efa1b3700423a · report
build_sam_hq_vit_h zhaozhengchen/sam_wsss/segment_anything/segment_anything/build_sam_hq.py official repository unverified MIT (permissive) · 50c73fdc283b7123 · report
build_sam_hq_vit_l zhaozhengchen/sam_wsss/segment_anything/segment_anything/build_sam_hq.py official repository unverified MIT (permissive) · 19d2d2941e261783 · report
build_sam_vit_b zhaozhengchen/sam_wsss/segment_anything/segment_anything/build_sam.py official repository unverified MIT (permissive) · f9bc5f31ce61cee8 · report
build_sam_vit_h zhaozhengchen/sam_wsss/segment_anything/segment_anything/build_sam.py official repository unverified MIT (permissive) · 6b77c1f11fff3ed6 · report
build_sam_vit_l zhaozhengchen/sam_wsss/segment_anything/segment_anything/build_sam.py official repository unverified MIT (permissive) · 3f8890e695469246 · report

Tasks

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic SegmentationZero-Shot Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

FocusSAM

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