Open Problems

Learning with Noisy & Partial Labels

Eliminating the Auxiliary Clean-Label Anchor Required to Bootstrap Training under Imperfect Supervision

Barrier to removePartly addressed
Strong candidate · 4/5 runs63 papers report this35% from 2025+

Generated automatically from the limitations stated in 63 papers (NeurIPS, CVPR, ICLR), listed under Evidence. It is not a paper, and it does not come from papers submitted to CSPaper.

The problem

Across weak-supervision methods — noisy labels, partial labels, single positives, model merging, node classification — the same structural dependency recurs: the method only works if some external supervised anchor exists, whether a verified clean reference set, a small labeled validation split, class-frequency priors from a labeled pool, or a warm-up model trained on trustworthy data. In the regime where imperfect labeling actually occurs (annotation too expensive or impossible), that anchor is exactly what is missing, so these methods cannot be deployed there at all. The result is a circular dependency: robust learning from weak labels presupposes the labels one is trying to avoid collecting. Today there is no principled way to replace the anchor with signals derivable from the weak data itself.

Why it matters

Deployment of weak-supervision methods in the settings they were built for — no-annotation-budget scenarios, streaming and open-set data — without the circular requirement for held-out ground truth.

Ways to approach it

Prior-work checks are free with an account. Results someone already ran are shown to everyone.

  1. 1

    Anchor self-substitution via consistency: replace the clean validation set with self-generated pseudo-validation sets (multi-augmentation agreement, prediction-stability over training trajectories) and measure whether per-class confidence thresholds, noise-rate estimates, and model selection previously keyed to real labeled data retain their accuracy on standard noisy/partial-label benchmarks (CIFAR-N, F-MNIST, partial-label COCO).

  2. 2

    Anchor-free noise-rate estimation: fit the noise/confusion structure directly from the weak-label transition statistics (label-cooccurrence asymmetries, per-epoch prediction flips) and test whether warm-up phases and threshold schedules calibrated from these estimates match those from small clean splits, measured by final accuracy gap vs. anchor-based baselines.

  3. 3

    Abstention-based calibration: replace fixed thresholds and class priors with distribution-free confidence intervals computed from the weak data itself, measuring coverage and selective-prediction risk when class frequencies and label spaces are unknown or streaming.

Have a different approach?

Describe how you would tackle this problem and we'll look for papers that already do it. Free; your text stays private.

Free · 3 checks per day

Why it might fail

Self-derived anchors may simply reproduce the weaknesses of the weak model itself (confirmation bias), so pseudo-validation could correlate with, rather than correct, its errors — yielding accuracy gaps that widen, not shrink, under the extreme noise regimes where the anchor is most needed.

Sub-problems

  • Strictly Data-Free Multi-Task LoRA Merging via Intrinsic Weight Geometry

    Current parameter-efficient model merging techniques require calibration data, task exemplars, or seed prompts to compute activation covariances, align feature representations, or optimize routing weights. In privacy-restricted enterprise settings, decentralized model hubs, or proprietary client deployments, downstream task data is strictly inaccessible to the party performing the merge. Consequently, practitioners cannot combine independently fine-tuned LoRA adapters without either violating data governance constraints or falling back to naive parameter averaging that triggers severe cross-task interference.

Evidence

Each paper's own statement of the limitation, verbatim.

Show all 63 papers

Nearest existing work

Related open problems

Learning with Noisy & Partial Labels

Effect to explainPartly addressed

Validation-Free Hyperparameter Selection for Robust Learning Pipelines

Across these works, the reported gains hinge on hyperparameters whose optima shift per dataset, noise level, class prior, or architecture, and which are chosen by grid search on held-out clean validation data or expensive ablation. This blocks plug-and-play deployment: a practitioner cannot know whether a method's claimed advantage survives at untuned settings, and comparisons between methods are confounded by unequal tuning budgets. Until hyperparameter settings can be selected from the training data itself (or shown to be inert), robust-learning methods remain fragile recipes rather than tools.

Strong candidate · 4/5 runs49 papers report this39% from 2025+

Learning with Noisy & Partial Labels

Effect to explainOpen

Hyperparameter-Free Generalization: Benchmarking and Predicting Sensitivity of New Hyperparameters Across Tasks

Nearly every new method in this space ships with two to five new hyperparameters whose optimal values are dataset- or architecture-dependent, and the reported results are only achievable after per-task grid search on held-out validation data. This inflates effective cost, undermines plug-and-play claims, and silently biases the literature toward methods whose authors had tuning budget. Worse, when validation data is scarce (OOD, few-shot, cross-domain), the reported optima may not exist at transfer time at all — yet no one measures how much of a method's claimed gain survives under zero-tuning conditions.

Possible candidate · 1/2 runs23 papers report this27% from 2025+

Learning with Noisy & Partial Labels

Effect to explainPartly addressed

Robust Learning under Incomplete, Evolving, and Annotator-Heterogeneous Label Spaces

Nearly every label-learning method in circulation assumes a closed world: the class set is known a priori, fixed across training and deployment, fully covered by the annotation, and interpreted identically by every annotator. When any of these fail — a class missing from the taxonomy, new classes arriving in a stream, annotators with different accuracies or selection biases, or legacy datasets with only collapsed majority labels — the methods either fail silently or degrade without diagnostic. Today there is no principled way to even measure how much of a model's error comes from label-space misspecification versus model capacity, so practitioners cannot tell whether to fix the taxonomy, re-annotate, or retrain.

Possible candidate · 2/5 runs13 papers report this33% from 2025+
Generated automatically, not curated by hand. Automated prior-work checks catch about a third of existing work, so treat this problem as a lead to investigate.