学习条件平均值 / Learning Conditional Averages
1️⃣ 一句话总结
这篇论文在经典的PAC学习框架中引入了一个新问题:学习‘条件平均值’,即预测每个数据点在其所属任意邻域内的平均标签,而不是学习目标概念本身,并给出了该问题何时可学习的完整理论刻画。
We introduce the problem of learning conditional averages in the PAC framework. The learner receives a sample labeled by an unknown target concept from a known concept class, as in standard PAC learning. However, instead of learning the target concept itself, the goal is to predict, for each instance, the average label over its neighborhood -- an arbitrary subset of points that contains the instance. In the degenerate case where all neighborhoods are singletons, the problem reduces exactly to classic PAC learning. More generally, it extends PAC learning to a setting that captures learning tasks arising in several domains, including explainability, fairness, and recommendation systems. Our main contribution is a complete characterization of when conditional averages are learnable, together with sample complexity bounds that are tight up to logarithmic factors. The characterization hinges on the joint finiteness of two novel combinatorial parameters, which depend on both the concept class and the neighborhood system, and are closely related to the independence number of the associated neighborhood graph.
学习条件平均值 / Learning Conditional Averages
这篇论文在经典的PAC学习框架中引入了一个新问题:学习‘条件平均值’,即预测每个数据点在其所属任意邻域内的平均标签,而不是学习目标概念本身,并给出了该问题何时可学习的完整理论刻画。
源自 arXiv: 2602.11920