Papers › Rethinking Guidance Information to Utilize Unlabeled Samples:A Label Encoding Perspective

Rethinking Guidance Information to Utilize Unlabeled Samples:A Label Encoding Perspective

5 Jun 2024arXiv:2406.02862archive 2025-07-28

Yulong Zhang, Yuan YAO, Shuhao Chen, Pengrong Jin, Yu Zhang, Jian Jin, Jiangang Lu

Empirical Risk Minimization (ERM) is fragile in scenarios with insufficient labeled samples. A vanilla extension of ERM to unlabeled samples is Entropy Minimization (EntMin), which employs the soft-labels of unlabeled samples to guide their learning. However, EntMin emphasizes prediction discriminability while neglecting prediction diversity. To alleviate this issue, in this paper, we rethink the guidance information to utilize unlabeled samples. By analyzing the learning objective of ERM, we find that the guidance information for labeled samples in a specific category is the corresponding label encoding. Inspired by this finding, we propose a Label-Encoding Risk Minimization (LERM). It first estimates the label encodings through prediction means of unlabeled samples and then aligns them with their corresponding ground-truth label encodings. As a result, the LERM ensures both prediction discriminability and diversity, and it can be integrated into existing methods as a plugin. Theoretically, we analyze the relationships between LERM and ERM as well as EntMin. Empirically, we verify the superiority of the LERM under several label insufficient scenarios. The codes are available at https://github.com/zhangyl660/LERM.

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

Code

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

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

zhangyl660/lerm officialmentioned in papermentioned on GitHubpytorch 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

14 samples harvested; 12 ran; 2 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.

2ran · honoured contract
3ran · our draft was wrong
7ran
2unverified

Licence: 14 of the 14 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 zhangyl660/LERM. “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.

CDAN zhangyl660/LERM/UDA/DA/CDAN-LERM/loss.py official repository ran no licence file found · pointer only · 0372087a25c2c415 · report
Entropy zhangyl660/LERM/UDA/DA/CDAN-LERM/loss.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · 94b5622f0aa7add1 · report
LERM zhangyl660/lerm/SSL/tllib/self_training/lerm.py official repository ran fingerprinted no licence file found · pointer only · 02d540d176585d46 · report
alexnet zhangyl660/LERM/UDA/DA/CDAN-LERM/network.py official repository ran no licence file found · pointer only · dbadbf1a0f7deaa6 · report
grl_hook zhangyl660/LERM/UDA/DA/CDAN-LERM/loss.py official repository ran · our draft was wrong no licence file found · pointer only · 9768efb52f591b55 · report
image_classification_test zhangyl660/LERM/UDA/DA/CDAN-LERM/train_image.py official repository ran no licence file found · pointer only · 16f4eb1e884b4253 · report
image_target zhangyl660/LERM/UDA/DA/CDAN-LERM/pre_process.py official repository ran no licence file found · pointer only · 2cf9766f86cc3762 · report
image_test zhangyl660/LERM/UDA/DA/CDAN-LERM/pre_process.py official repository ran no licence file found · pointer only · f6d74b0470050306 · report
image_train zhangyl660/LERM/UDA/DA/CDAN-LERM/pre_process.py official repository ran no licence file found · pointer only · 782c9941712c32ae · report
inv_lr_scheduler zhangyl660/LERM/UDA/DA/CDAN-LERM/lr_schedule.py official repository ran · our draft was wrong no licence file found · pointer only · 693fef7015113684 · report
l_loader zhangyl660/LERM/UDA/DA/CDAN-LERM/data_list.py official repository ran · honoured contract no licence file found · pointer only · edd7184ac144c4fa · report
rgb_loader zhangyl660/LERM/UDA/DA/CDAN-LERM/data_list.py official repository ran · honoured contract no licence file found · pointer only · 2c5ce24ea2b5d2a4 · report
calc_coeff zhangyl660/LERM/UDA/DA/CDAN-LERM/network.py official repository unverified no licence file found · pointer only · e352afa5762c5a6b · report
make_dataset zhangyl660/LERM/UDA/DA/CDAN-LERM/data_list.py official repository unverified no licence file found · pointer only · 2301055cb33836bc · report

Tasks

DiversityPrediction

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