Papers › UniMatch V2: Pushing the Limit of Semi-Supervised Semantic Segmentation
UniMatch V2: Pushing the Limit of Semi-Supervised Semantic Segmentation
Lihe Yang, Zhen Zhao, Hengshuang Zhao
Semi-supervised semantic segmentation (SSS) aims at learning rich visual knowledge from cheap unlabeled images to enhance semantic segmentation capability. Among recent works, UniMatch improves its precedents tremendously by amplifying the practice of weak-to-strong consistency regularization. Subsequent works typically follow similar pipelines and propose various delicate designs. Despite the achieved progress, strangely, even in this flourishing era of numerous powerful vision models, almost all SSS works are still sticking to 1) using outdated ResNet encoders with small-scale ImageNet-1K pre-training, and 2) evaluation on simple Pascal and Cityscapes datasets. In this work, we argue that, it is necessary to switch the baseline of SSS from ResNet-based encoders to more capable ViT-based encoders (e.g., DINOv2) that are pre-trained on massive data. A simple update on the encoder (even using 2x fewer parameters) can bring more significant improvement than careful method designs. Built on this competitive baseline, we present our upgraded and simplified UniMatch V2, inheriting the core spirit of weak-to-strong consistency from V1, but requiring less training cost and providing consistently better results. Additionally, witnessing the gradually saturated performance on Pascal and Cityscapes, we appeal that we should focus on more challenging benchmarks with complex taxonomy, such as ADE20K and COCO datasets. Code, models, and logs of all reported values, are available at https://github.com/LiheYoung/UniMatch-V2.
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="2410.10777")
Code
Syntology Ran 2 of 5 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 1 ran with no contract checked.
By repository: official repository: 5 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.
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
5 samples harvested; 2 ran; 0 honoured the contract we drafted; 3 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.
Licence: 0 of the 5 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 LiheYoung/UniMatch-V2. “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.
e7fcb6d9ac9deaf4 · report
7c60f8e4d3bbd46f · report
21e12abf73350be0 · report
9e96d1dddb1f71af · report
5717ec3a3f33f0a8 · report
Tasks
Results from the paper archive 2025-07-28
| Task | Dataset | Model | Metric | Value | Rank at snapshot | Leaderboard | Report |
|---|---|---|---|---|---|---|---|
| Semi-Supervised Semantic Segmentation | ADE20K 1/16 labeled | UniMatch V2 | Validation mIoU | 46.7 | #1 of 5 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | ADE20K 1/32 labeled | UniMatch V2 | Validation mIoU | 45.0 | #1 of 5 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | COCO 1/128 labeled | UniMatch V2 | Validation mIoU | 58.7 | #1 of 9 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | COCO 1/256 labeled | UniMatch V2 | Validation mIoU | 55.8 | #1 of 9 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | COCO 1/32 labeled | UniMatch V2 | Validation mIoU | 63.3 | #1 of 7 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | COCO 1/512 labeled | UniMatch V2 | Validation mIoU | 47.9 | #2 of 8 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | COCO 1/64 labeled | UniMatch V2 | Validation mIoU | 60.4 | #1 of 9 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | Cityscapes 12.5% labeled | UniMatch V2 (DINOv2-B) | Validation mIoU | 84.3% | #1 of 33 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | Cityscapes 25% labeled | UniMatch V2 (DINOv2-B) | Validation mIoU | 84.5% | #1 of 30 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | Cityscapes 50% labeled | UniMatch V2 (DINOv2-B) | Validation mIoU | 85.1% | #1 of 23 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | Cityscapes 6.25% labeled | UniMatch V2 (DINOv2-B) | Validation mIoU | 83.6 | #1 of 18 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | PASCAL VOC 2012 1464 labels | UniMatch V2 (DINOv2-B) | Validation mIoU | 90.8 | #1 of 17 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | PASCAL VOC 2012 183 labeled | UniMatch V2 (DINOv2-B) | Validation mIoU | 87.9 | #1 of 16 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | PASCAL VOC 2012 366 labeled | UniMatch V2 (DINOv2-B) | Validation mIoU | 88.9 | #1 of 15 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | PASCAL VOC 2012 732 labeled | UniMatch V2 (DINOv2-B) | Validation mIoU | 90.0 | #1 of 16 | Archive leaderboard | report |
| Semi-Supervised Semantic Segmentation | PASCAL VOC 2012 92 labeled | UniMatch V2 (DINOv2-B) | Validation mIoU | 86.3 | #2 of 17 | Archive leaderboard | report |
| Semi-supervised Change Detection | LEVIR-CD - 10% labeled data | UniMatch V2 | IoU | 83.8 | #1 of 5 | Archive leaderboard | report |
| Semi-supervised Change Detection | LEVIR-CD - 10% labeled data | UniMatch V2 | OA | 99.11 | #1 of 5 | Archive leaderboard | report |
| Semi-supervised Change Detection | LEVIR-CD - 20% labeled data | UniMatch V2 | IoU | 84.3 | #1 of 4 | Archive leaderboard | report |
| Semi-supervised Change Detection | LEVIR-CD - 20% labeled data | UniMatch V2 | OA | 99.14 | #1 of 4 | Archive leaderboard | report |
| Semi-supervised Change Detection | LEVIR-CD - 40% labeled data | UniMatch V2 | IoU | 84.3 | #2 of 4 | Archive leaderboard | report |
| Semi-supervised Change Detection | LEVIR-CD - 40% labeled data | UniMatch V2 | OA | 99.14 | #2 of 4 | Archive leaderboard | report |
| Semi-supervised Change Detection | LEVIR-CD - 5% labeled data | UniMatch V2 | IoU | 83.3 | #1 of 5 | Archive leaderboard | report |
| Semi-supervised Change Detection | LEVIR-CD - 5% labeled data | UniMatch V2 | OA | 99.08 | #1 of 5 | Archive leaderboard | report |
| Semi-supervised Change Detection | WHU - 20% labeled data | UniMatch V2 | IoU | 87.9 | #1 of 4 | Archive leaderboard | report |
| Semi-supervised Change Detection | WHU - 20% labeled data | UniMatch V2 | OA | 99.50 | #1 of 4 | Archive leaderboard | report |
| Semi-supervised Change Detection | WHU - 40% labeled data | UniMatch V2 | IoU | 88.6 | #1 of 4 | Archive leaderboard | report |
| Semi-supervised Change Detection | WHU - 40% labeled data | UniMatch V2 | OA | 99.52 | #1 of 4 | Archive leaderboard | report |
Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.
Methods
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