Papers › OpenMatch: Open-set Consistency Regularization for Semi-supervised Learning with Outliers

OpenMatch: Open-set Consistency Regularization for Semi-supervised Learning with Outliers

28 May 2021arXiv:2105.14148archive 2025-07-28

Kuniaki Saito, Donghyun Kim, Kate Saenko

Semi-supervised learning (SSL) is an effective means to leverage unlabeled data to improve a model's performance. Typical SSL methods like FixMatch assume that labeled and unlabeled data share the same label space. However, in practice, unlabeled data can contain categories unseen in the labeled set, i.e., outliers, which can significantly harm the performance of SSL algorithms. To address this problem, we propose a novel Open-set Semi-Supervised Learning (OSSL) approach called OpenMatch. Learning representations of inliers while rejecting outliers is essential for the success of OSSL. To this end, OpenMatch unifies FixMatch with novelty detection based on one-vs-all (OVA) classifiers. The OVA-classifier outputs the confidence score of a sample being an inlier, providing a threshold to detect outliers. Another key contribution is an open-set soft-consistency regularization loss, which enhances the smoothness of the OVA-classifier with respect to input transformations and greatly improves outlier detection. OpenMatch achieves state-of-the-art performance on three datasets, and even outperforms a fully supervised model in detecting outliers unseen in unlabeled data on CIFAR10.

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

Code

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

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

VisionLearningGroup/OP_Match officialmentioned in papermentioned on GitHubpytorchMIT 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

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

Licence: 0 of the 19 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 VisionLearningGroup/OP_Match. “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.

AutoContrast VisionLearningGroup/OP_Match/dataset/randaugment.py official repository ran MIT (permissive) · c6e7c3451c85404f · report
Brightness VisionLearningGroup/OP_Match/dataset/randaugment.py official repository ran MIT (permissive) · 0d1a8d6ce2015fc7 · report
Color VisionLearningGroup/OP_Match/dataset/randaugment.py official repository ran MIT (permissive) · 32cb3f5760fa593e · report
accuracy VisionLearningGroup/OP_Match/utils/misc.py official repository ran · fixture could not drive it MIT (permissive) · 18badd533b52adb3 · report
conv1x1 VisionLearningGroup/OP_Match/models/resnet_imagenet.py official repository ran · our draft was wrong MIT (permissive) · d9def42110729a85 · report
conv3x3 VisionLearningGroup/OP_Match/models/resnet_imagenet.py official repository ran · our draft was wrong MIT (permissive) · 160bb14bd76201b4 · report
find_classes VisionLearningGroup/OP_Match/dataset/mydataset.py official repository ran MIT (permissive) · 52d10a10fb72fb9f · report
get_cosine_schedule_with_warmup VisionLearningGroup/OP_Match/utils/default.py official repository ran · our draft was wrong MIT (permissive) · 99c1dcab51b21ada · report
get_mean_and_std VisionLearningGroup/OP_Match/utils/misc.py official repository ran MIT (permissive) · 8c82d522e7c85b05 · report
is_image_file VisionLearningGroup/OP_Match/dataset/mydataset.py official repository ran · violated contract MIT (permissive) · ab4109634b75ef8b · report
mish VisionLearningGroup/OP_Match/models/wideresnet.py official repository ran fingerprinted MIT (permissive) · 0a7c46eb67c0c21b · report
ResNet18 VisionLearningGroup/OP_Match/models/wideresnet.py official repository unverified MIT (permissive) · 2f2703a2786819fc · report
accuracy_open VisionLearningGroup/OP_Match/utils/misc.py official repository unverified MIT (permissive) · 579d96c1a68b193f · report
build_wideresnet VisionLearningGroup/OP_Match/models/wideresnet.py official repository unverified MIT (permissive) · 67dd91fd9dc32549 · report
create_model VisionLearningGroup/OP_Match/utils/default.py official repository unverified MIT (permissive) · efc595c37bad5555 · report
get_cifar VisionLearningGroup/OP_Match/dataset/cifar.py official repository unverified MIT (permissive) · dbc68d205f8ea888 · report
get_imagenet VisionLearningGroup/OP_Match/dataset/cifar.py official repository unverified MIT (permissive) · c134d9fe99c07f80 · report
make_dataset VisionLearningGroup/OP_Match/dataset/mydataset.py official repository unverified MIT (permissive) · d90e54cc28eb9dba · report
x_u_split VisionLearningGroup/OP_Match/dataset/cifar.py official repository unverified MIT (permissive) · 9c8a61106569a6ad · report

Tasks

Novelty DetectionOutlier Detection

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

FixMatch

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