Papers › InstanT: Semi-supervised Learning with Instance-dependent Thresholds

InstanT: Semi-supervised Learning with Instance-dependent Thresholds

29 Oct 2023NeurIPS 2023 11arXiv:2310.18910archive 2025-07-28

Semi-supervised learning (SSL) has been a fundamental challenge in machine learning for decades. The primary family of SSL algorithms, known as pseudo-labeling, involves assigning pseudo-labels to confident unlabeled instances and incorporating them into the training set. Therefore, the selection criteria of confident instances are crucial to the success of SSL. Recently, there has been growing interest in the development of SSL methods that use dynamic or adaptive thresholds. Yet, these methods typically apply the same threshold to all samples, or use class-dependent thresholds for instances belonging to a certain class, while neglecting instance-level information. In this paper, we propose the study of instance-dependent thresholds, which has the highest degree of freedom compared with existing methods. Specifically, we devise a novel instance-dependent threshold function for all unlabeled instances by utilizing their instance-level ambiguity and the instance-dependent error rates of pseudo-labels, so instances that are more likely to have incorrect pseudo-labels will have higher thresholds. Furthermore, we demonstrate that our instance-dependent threshold function provides a bounded probabilistic guarantee for the correctness of the pseudo-labels it assigns.

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

Code

Syntology Ran 15 of 17 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 10 ran with no contract checked.

By repository: community (archive-listed): 17 samples from 1 repository, 15 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tmllab/2023_neurips_instant mentioned 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

17 samples harvested; 15 ran; 1 honoured the contract we drafted; 2 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 · honoured contract
4ran · our draft was wrong
10ran
2unverified

Licence: 0 of the 17 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 tmllab/2023_NeurIPS_InstanT. “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.

ResNet18 tmllab/2023_NeurIPS_InstanT/semilearn/algorithms/instant/T_estimator.py community (archive-listed) ran MIT (permissive) · beac57554acf9059 · report
ResNet18 tmllab/2023_NeurIPS_InstanT/semilearn/algorithms/adamatch/T_estimator.py community (archive-listed) ran MIT (permissive) · 0c13dc8a530b0d98 · report
ResNet18_F tmllab/2023_NeurIPS_InstanT/semilearn/algorithms/instant/T_estimator.py community (archive-listed) ran MIT (permissive) · 24d4d25eca66aa00 · report
ResNet18_N tmllab/2023_NeurIPS_InstanT/semilearn/algorithms/instant/T_estimator.py community (archive-listed) ran MIT (permissive) · c71e1006cf68d9de · report
ResNet34 tmllab/2023_NeurIPS_InstanT/semilearn/algorithms/adamatch/T_estimator.py community (archive-listed) ran MIT (permissive) · cc902b5d29331c9e · report
array_to_bytes tmllab/2023_NeurIPS_InstanT/preprocess/preprocess_superb.py community (archive-listed) ran MIT (permissive) · dc61eede543c56fc · report
bytes_to_array tmllab/2023_NeurIPS_InstanT/preprocess/preprocess_superb.py community (archive-listed) ran MIT (permissive) · b19e0120c50d4fd0 · report
class_forward_loss tmllab/2023_NeurIPS_InstanT/semilearn/algorithms/instant/utils.py community (archive-listed) ran MIT (permissive) · fce793d46d313f8b · report
error tmllab/2023_NeurIPS_InstanT/semilearn/algorithms/instant/utils.py community (archive-listed) ran fingerprinted MIT (permissive) · 51c251b61229e788 · report
param_groups_weight_decay tmllab/2023_NeurIPS_InstanT/semilearn/nets/utils.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 88f4962784e09b88 · report
read_TextClassificationDatasets tmllab/2023_NeurIPS_InstanT/preprocess/preprocess_aclimdb.py community (archive-listed) ran · our draft was wrong MIT (permissive) · d954c448e1eee8c4 · report
read_aclImdb tmllab/2023_NeurIPS_InstanT/preprocess/preprocess_aclimdb.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · eed03e5ff5639e09 · report
replace_inf_to_zero tmllab/2023_NeurIPS_InstanT/semilearn/algorithms/instant/instant.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · c5976b5c715825f6 · report
resize_pos_embed_vit tmllab/2023_NeurIPS_InstanT/semilearn/nets/utils.py community (archive-listed) ran MIT (permissive) · 4c0668013863ad3f · report
select_data tmllab/2023_NeurIPS_InstanT/preprocess/preprocess_aclimdb.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 05dda2f18675eb59 · report
forward_loss tmllab/2023_NeurIPS_InstanT/semilearn/algorithms/instant/utils.py community (archive-listed) unverified MIT (permissive) · 0d7ccb1ebe8542c9 · report
load_checkpoint tmllab/2023_NeurIPS_InstanT/semilearn/nets/utils.py community (archive-listed) unverified MIT (permissive) · b158ea331635a6c9 · report

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