PixCon: Clean-Positive Contrastive Learning for Foundation-Model Semi-Supervised Segmentation
Abstract
PixCon is a semi-supervised semantic segmentation framework that uses clean-positive pixel-contrastive learning with per-class memory banks to improve accuracy over existing methods.
Semi-supervised semantic segmentation (SSSS) has long turned on one question, which pseudo-labels to trust, and answered it with ever more careful confidence filtering. Foundation backbones change the regime: with a DINOv2 teacher a strict threshold already retains a measured 98%-clean pseudo-label set, so the accuracy that remains lives not in the filter but in how the embedding space is structured by class. We propose PixCon, a clean-positive pixel-contrastive framework. PixCon maintains a per-class memory bank that admits only labeled pixels the student already classifies correctly, guaranteeing a contamination-free positive set (ρ_F=0) by construction, unlike prior contrastive SSSS banks (ReCo, U^2PL) built from confidence-filtered pseudo-labels. It is a single branch over a consistency backbone, adds no inference-time parameters, and needs no bank-specific threshold. A first-order analysis of the supervised-InfoNCE gradient explains why contamination hurts: its false-positive term scales as ρ_F/(1-ρ_F), which we measure (0.018 on Pascal, 0.106 on ADE20K) rather than assume. Across Pascal VOC, Cityscapes, and ADE20K, PixCon matches or improves a strong DINOv2-based UniMatch V2 baseline in a compute-matched one-switch protocol: it improves every Pascal-1/8 seed (a per-seed gain of about +0.2 mIoU) and its three-seed mean reaches 87.90, the published UniMatch V2-B figure. Because contamination is already rare under foundation-model teachers, our analysis indicates the ρ_F=0 guarantee acts chiefly as robustness as teachers weaken, while the accuracy gain comes from cleaner positive supervision, making clean-positive contrast a robust, low-cost default for foundation-model SSSS.
Community
Foundation backbones change the semi-supervised segmentation regime: with a DINOv2 teacher, a
strict confidence threshold already retains a measured ~98%-clean pseudo-label set, so the
remaining accuracy lives in how the embedding space is structured by class, not in the filter.
PixCon adds one clean-positive pixel-contrastive branch on a UniMatch V2 backbone: a per-class
memory bank admitting only labeled pixels the student already classifies correctly, giving a
contamination-free positive set (ρ_F = 0) by construction, with no inference-time parameters and
no bank-specific threshold. In a compute-matched one-switch comparison across Pascal VOC,
Cityscapes, and ADE20K it matches or improves a strong DINOv2 UniMatch V2 baseline; on Pascal-1/8
it improves every seed and its three-seed mean reaches the published UniMatch V2-B figure.

PixCon is level with the strongest published semi-supervised result and clears the pre-foundation-model field by a wide margin.
This is an automated message from the Librarian Bot. I found the following papers similar to this paper.
The following papers were recommended by the Semantic Scholar API
- Training-Free Generalized Few-Shot Segmentation through Open-Vocabulary Semantic Arbitration (2026)
- A Robust Semantic Segmentation Pipeline for the CVPR 2026 8th UG2+ Challenge Track 2 (2026)
- Simple Supervision Is Hard to Beat: A Bitter Lesson from Sparse Target Labels in Domain-Adaptive Object Detection (2026)
- SAM3 Self-Distillation for Fine-Grained GOOSE 2D Semantic Segmentation (2026)
- ActiveSAM: Image-Conditional Class Pruning for Fast and Accurate Open-Vocabulary Segmentation (2026)
- SegRAG: Training-Free Retrieval-Augmented Semantic Segmentation (2026)
- PinPoint: Prompting with Informative Interior Points (2026)
Please give a thumbs up to this comment if you found it helpful!
If you want recommendations for any Paper on Hugging Face checkout this Space
You can directly ask Librarian Bot for paper recommendations by tagging it in a comment: @librarian-bot recommend
Get this paper in your agent:
hf papers read 2607.03068 Don't have the latest CLI?
curl -LsSf https://hf.co/cli/install.sh | bash Models citing this paper 3
psychofict/pixcon-cityscapes
Datasets citing this paper 0
No dataset linking this paper
Spaces citing this paper 1
Collections including this paper 0
No Collection including this paper