菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-16
📄 Abstract - Learnability with Partial Labels and Adaptive Nearest Neighbors

Prior work on partial labels learning (PLL) has shown that learning is possible even when each instance is associated with a bag of labels, rather than a single accurate but costly label. However, the necessary conditions for learning with partial labels remain unclear, and existing PLL methods are effective only in specific scenarios. In this work, we mathematically characterize the settings in which PLL is feasible. In addition, we present PL A-$k$NN, an adaptive nearest-neighbors algorithm for PLL that is effective in general scenarios and enjoys strong performance guarantees. Experimental results corroborate that PL A-$k$NN can outperform state-of-the-art methods in general PLL scenarios.

顶级标签: machine learning theory model training
详细标签: partial label learning nearest neighbors learnability weak supervision algorithm 或 搜索:

部分标签下的可学习性与自适应最近邻算法 / Learnability with Partial Labels and Adaptive Nearest Neighbors


1️⃣ 一句话总结

这篇论文从理论上明确了在何种条件下可以从模糊的“部分标签”中学习,并提出了一种通用的自适应最近邻算法,该算法在多种场景下都优于现有方法。

源自 arXiv: 2603.15781