Papers › Learning from Label Proportions by Learning with Label Noise

Learning from Label Proportions by Learning with Label Noise

4 Mar 2022arXiv:2203.02496archive 2025-07-28

Jianxin Zhang, Yutong Wang, Clayton Scott

Learning from label proportions (LLP) is a weakly supervised classification problem where data points are grouped into bags, and the label proportions within each bag are observed instead of the instance-level labels. The task is to learn a classifier to predict the individual labels of future individual instances. Prior work on LLP for multi-class data has yet to develop a theoretically grounded algorithm. In this work, we provide a theoretically grounded approach to LLP based on a reduction to learning with label noise, using the forward correction (FC) loss of \citet{Patrini2017MakingDN}. We establish an excess risk bound and generalization error analysis for our approach, while also extending the theory of the FC loss which may be of independent interest. Our approach demonstrates improved empirical performance in deep learning scenarios across multiple datasets and architectures, compared to the leading existing methods.

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

Code

Syntology Ran 1 of 20 code samples harvested from 1 repository linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · honoured contract.

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

z-jianxin/llpfc officialmentioned in paperpytorchMIT 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

20 samples harvested; 1 ran; 1 honoured the contract we drafted; 19 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
19unverified

Licence: 0 of the 20 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 z-jianxin/llpfc. “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.

sigmoid_rampup z-jianxin/llpfc/llpvatlib/train_fun.py official repository ran · honoured contract fingerprinted MIT (permissive) · 3fb68ed6809a8085 · report
approx_noisy_prior z-jianxin/llpfc/llpfclib/make_groups.py official repository unverified MIT (permissive) · 1dd7d15d0579ec92 · report
compute_dis_loss z-jianxin/llpfc/llpganlib/train_fun.py official repository unverified MIT (permissive) · aa4ce400bd6bb308 · report
compute_forward_loss_on_minibatch z-jianxin/llpfc/llpfclib/train_fun.py official repository unverified MIT (permissive) · 8dfaa29133b7b53e · report
compute_gen_loss z-jianxin/llpfc/llpganlib/train_fun.py official repository unverified MIT (permissive) · 998ed6c7658f52b1 · report
compute_kl_loss_on_bagbatch z-jianxin/llpfc/kllib/train_fun.py official repository unverified MIT (permissive) · 32690d2d1696b286 · report
get_rampup_weight z-jianxin/llpfc/llpvatlib/train_fun.py official repository unverified MIT (permissive) · 558f680b9d5b46c5 · report
loss_f z-jianxin/llpfc/llpfc.py official repository unverified MIT (permissive) · 4f39307b536dbec8 · report
loss_f_test z-jianxin/llpfc/llpfc.py official repository unverified MIT (permissive) · bfd8a6f20ee6eba2 · report
loss_f_val z-jianxin/llpfc/llpfc.py official repository unverified MIT (permissive) · 84f530af9f2aade8 · report
make_a_group z-jianxin/llpfc/llpfclib/make_groups.py official repository unverified MIT (permissive) · 4594f9125bd3a7ab · report
make_bags_counts z-jianxin/llpfc/llpfclib/make_bags.py official repository unverified MIT (permissive) · e4b4fecc775f1957 · report
make_bags_dirichlet z-jianxin/llpfc/llpfclib/make_bags.py official repository unverified MIT (permissive) · 46a69e93d1e82f52 · report
make_bags_uniform z-jianxin/llpfc/llpfclib/make_bags.py official repository unverified MIT (permissive) · e8b1a9a1c3eb655f · report
merge_bags z-jianxin/llpfc/llpfclib/make_groups.py official repository unverified MIT (permissive) · c0dd0d0fc964de0d · report
test_llpgan z-jianxin/llpfc/llpganlib/train_fun.py official repository unverified MIT (permissive) · 9383576c11fa6d1b · report
test_model z-jianxin/llpfc/llpfclib/train_fun.py official repository unverified MIT (permissive) · 735ff4fe221938e9 · report
truncate_data_group z-jianxin/llpfc/llpfclib/utils.py official repository unverified MIT (permissive) · 7316381140a2a51d · report
validate_model_forward z-jianxin/llpfc/llpfclib/train_fun.py official repository unverified MIT (permissive) · 257860ac14515f2f · report
validate_model_kl z-jianxin/llpfc/kllib/train_fun.py official repository unverified MIT (permissive) · fab18262bd7c9aa6 · report

Tasks

Weakly Supervised Classification

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