Papers › UASPL: Uncertainty-Aware Self-Paced Learning with Evidential Neural Networks

UASPL: Uncertainty-Aware Self-Paced Learning with Evidential Neural Networks

7 Jul 2026arXiv:2607.06638added by Syntology

Yifan Zhang, Yuxin Hu, Zhuobin Hao, Xiaozhuan Gao, Lipeng Pan

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Self-paced learning (SPL) is an effective learning paradigm that simulates the human learning process by progressing from easy to difficult samples based on the value of the loss function during the learning process. It has shown great potential in improving model performance and training efficiency. However, the prediction results of samples with smaller loss values are not necessarily reliable, indicating that such samples are not always simple samples for the model. Hence, this article proposes an uncertainty-aware self-paced learning based on evidential neural networks, termed UASPL, which integrates predictive reliability into sample selection through a general loss function within the Subjective Logic framework. This loss function incorporates uncertainty estimation and can be extended to different variants of SPL. Moreover, this loss function couples a sample selection preference, thereby ensuring the interpretability of the sample selection process. Finally, the experimental results on multiple datasets show that UASPL outperforms other SPL methods in terms of classification performance, interpretability, and generality. The source code is available at: https://github.com/treelife979/UASPL.

PaperPDFCode 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="2607.06638")

Code

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

By repository: found in paper text by Syntology: 21 samples from 1 repository, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

treelife979/UASPL found in paper text by Syntology report

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

21 samples harvested; 18 ran; 5 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.

5ran · honoured contract
8ran · our draft was wrong
2ran · fixture could not drive it
3ran
3unverified

Licence: 21 of the 21 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 treelife979/UASPL. “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.

BasicBlock treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 0a27cad91bf0b1fc · report
ResNet treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 90e8ea42fc3d49c5 · report
ResNet18 treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · c66ce74c2f24b6fd · report
cal_alpha treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · d657c42e5e08992d · report
cal_cor_reg_update treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · a0c450d3b195fd82 · report
cal_kl treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · f238beb18464340b · report
cal_uncertainty treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 230ec3c43af1a5c0 · report
compute_edl_loss_vector treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 92e56b732395885c · report
compute_epoch_bili treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 3c95301875501457 · report
compute_selected_ratio treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 92d732e0c10e9125 · report
compute_selection_score treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · c0b1d5315dd00447 · report
compute_weighted_kl_loss treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · b20eede71b3289f0 · report
edl_mse_loss_single treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · f43e9af30388c84e · report
evaluate_model treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · honoured contract no licence file found · pointer only · 97ab0b10c1b915e9 · report
initial_model treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 5df33e5e73ba4473 · report
make_config treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran no licence file found · pointer only · 0bcb256988b1edef · report
minmax_norm treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · fixture could not drive it fingerprinted no licence file found · pointer only · f5a447cab25933fa · report
to_sample_vector treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · 32c15bf5a5abd3cc · report
UASPL_pic treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology unverified no licence file found · pointer only · 6a4b32900b6c10ca · report
seed_worker treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology unverified no licence file found · pointer only · bef07d30c4b6f8f1 · report
set_global_seed treelife979/UASPL/uaspl_pic/UASPL_pic.py found in paper text by Syntology unverified no licence file found · pointer only · 75a1748c9efb2544 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.06638, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 2 leaderboards for this paper and placed the paper on none of them: 2 refused by a rule. What is not shown.

Syntology has checked 6,795 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

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