Papers › Semi-Supervised Semantic Segmentation via Gentle Teaching Assistant

Semi-Supervised Semantic Segmentation via Gentle Teaching Assistant

18 Jan 2023NIPS 2022 11arXiv:2301.07340archive 2025-07-28

Ying Jin, Jiaqi Wang, Dahua Lin

Semi-Supervised Semantic Segmentation aims at training the segmentation model with limited labeled data and a large amount of unlabeled data. To effectively leverage the unlabeled data, pseudo labeling, along with the teacher-student framework, is widely adopted in semi-supervised semantic segmentation. Though proved to be effective, this paradigm suffers from incorrect pseudo labels which inevitably exist and are taken as auxiliary training data. To alleviate the negative impact of incorrect pseudo labels, we delve into the current Semi-Supervised Semantic Segmentation frameworks. We argue that the unlabeled data with pseudo labels can facilitate the learning of representative features in the feature extractor, but it is unreliable to supervise the mask predictor. Motivated by this consideration, we propose a novel framework, Gentle Teaching Assistant (GTA-Seg) to disentangle the effects of pseudo labels on feature extractor and mask predictor of the student model. Specifically, in addition to the original teacher-student framework, our method introduces a teaching assistant network which directly learns from pseudo labels generated by the teacher network. The gentle teaching assistant (GTA) is coined gentle since it only transfers the beneficial feature representation knowledge in the feature extractor to the student model in an Exponential Moving Average (EMA) manner, protecting the student model from the negative influences caused by unreliable pseudo labels in the mask predictor. The student model is also supervised by reliable labeled data to train an accurate mask predictor, further facilitating feature representation. Extensive experiment results on benchmark datasets validate that our method shows competitive performance against previous methods. Code is available at https://github.com/Jin-Ying/GTA-Seg.

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="2301.07340")

Code

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

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

Jin-Ying/GTA-Seg officialmentioned in paperpytorchApache-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

13 samples harvested; 4 ran; 0 honoured the contract we drafted; 9 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.

2ran · our draft was wrong
1ran · fixture could not drive it
1ran
9unverified

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 Jin-Ying/GTA-Seg. “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.

compute_rce_loss Jin-Ying/GTA-Seg/gta/utils/loss_helper.py official repository ran Apache-2.0 (permissive) · ab90969959ef1daa · report
compute_unsupervised_loss Jin-Ying/GTA-Seg/gta/utils/loss_helper.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 00f3224921ae6a19 · report
conv1x1 Jin-Ying/GTA-Seg/gta/models/resnet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · d9def42110729a85 · report
conv3x3 Jin-Ying/GTA-Seg/gta/models/resnet.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 160bb14bd76201b4 · report
build_coco_semi_loader Jin-Ying/GTA-Seg/gta/dataset/coco.py official repository unverified Apache-2.0 (permissive) · 629f4c1332cce01e · report
build_transfrom Jin-Ying/GTA-Seg/gta/dataset/coco.py official repository unverified Apache-2.0 (permissive) · 54d11fde9c12abd0 · report
build_transfrom Jin-Ying/GTA-Seg/gta/dataset/cityscapes.py official repository unverified Apache-2.0 (permissive) · 763f9c17ccbeb5ef · report
compute_unsupervised_loss_conf Jin-Ying/GTA-Seg/gta/utils/loss_helper.py official repository unverified Apache-2.0 (permissive) · e6dac9d663788f54 · report
generate_class_mask Jin-Ying/GTA-Seg/gta/dataset/augmentation.py official repository unverified Apache-2.0 (permissive) · eaeada2a036c97a0 · report
generate_cutout_mask Jin-Ying/GTA-Seg/gta/dataset/augmentation.py official repository unverified Apache-2.0 (permissive) · d939e70ad62258fb · report
generate_unsup_data Jin-Ying/GTA-Seg/gta/dataset/augmentation.py official repository unverified Apache-2.0 (permissive) · d5923e5cf8631474 · report
get_loader Jin-Ying/GTA-Seg/gta/dataset/builder.py official repository unverified Apache-2.0 (permissive) · 85056ce7849ad6da · report
resnet18 Jin-Ying/GTA-Seg/gta/models/resnet.py official repository unverified Apache-2.0 (permissive) · aa86d25496cd605b · report

Tasks

SegmentationSemantic SegmentationSemi-Supervised Semantic 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