Research Papers 论文研究 23h ago Updated 20h ago 更新于 20小时前 45

Exact and Certified Data Shapley for Weighted k-Nearest-Neighbor Regression and Soft-Label Prediction 加权k近邻回归和软标签预测的精确且认证的数据Shapley值

Introduces the first pseudo-polynomial-time exact algorithm for weighted k-Nearest-Neighbor (KNN) regression Data Shapley, overcoming previous exponential complexity barriers. Provides a certified Fixed-Parameter Tractable Approximation Scheme (FPTAS) with machine-checkable error bounds for continuous weights and targets. Extends exact Data Shapley computation to weighted soft-label multi-class prediction, addressing a significant gap in existing toolkit capabilities. Releases an open-source, CP 提出首个针对加权KNN回归的伪多项式时间精确Data Shapley算法,突破此前仅能暴力求解O(N^K)的瓶颈。 设计带机器可验证误差证书的FPTAS近似方案,并在86,400次检查中保持零违规,确保数值稳定性。 开源CPU-only计算库及首个加权回归Data Shapley真值基准,用于审计蒙特卡洛估计器的准确性。 证明精确值在误标签检测任务中与蒙特卡洛方法统计等价,但提供确定性排名和可审计性优势。

55
Hot 热度
75
Quality 质量
65
Impact 影响力

Analysis 深度分析

TL;DR

  • Introduces the first pseudo-polynomial-time exact algorithm for weighted k-Nearest-Neighbor (KNN) regression Data Shapley, overcoming previous exponential complexity barriers.
  • Provides a certified Fixed-Parameter Tractable Approximation Scheme (FPTAS) with machine-checkable error bounds for continuous weights and targets.
  • Extends exact Data Shapley computation to weighted soft-label multi-class prediction, addressing a significant gap in existing toolkit capabilities.
  • Releases an open-source, CPU-only library and establishes the first ground truth for weighted-regression Data Shapley, enabling rigorous auditing of stochastic estimators.
  • Demonstrates that while Monte Carlo methods are statistically equivalent in mean value, they fail to reproduce exact rankings, highlighting the necessity of deterministic methods for auditability.

Why It Matters

This research resolves a long-standing computational bottleneck in Data Shapley estimation, specifically for weighted KNN regression, which was previously limited to inefficient brute-force methods. By providing exact algorithms and certified approximations, it enables reliable, deterministic auditing of training data influence, which is critical for regulatory compliance and model transparency in high-stakes applications.

Technical Details

  • Algorithmic Innovation: Develops a counting dynamic program over the joint integer state space (sum of weights, sum of weighted targets) to achieve pseudo-polynomial time complexity, effectively handling the non-additive nature of weighted regression predictions.
  • Certified Approximation: Implements an FPTAS that generates per-value error certificates, verified across 86,400 checks without violation, ensuring theoretical guarantees for continuous domains.
  • Complexity Analysis: Establishes an unconditional $\Omega(D_w)$ output-size lower bound and provides access-model hardness results, defining the fundamental limits of the problem.
  • Validation: Verified against exhaustive enumeration on 12,716 adversarial instances with zero mismatch, confirming the correctness of the exact algorithm.
  • Extension: Generalizes the approach to handle soft-label multi-class prediction, broadening the applicability of exact Data Shapley beyond standard regression tasks.

Industry Insight

  • Auditability Over Speed: For applications requiring strict accountability (e.g., healthcare, finance), deterministic exact methods should replace stochastic Monte Carlo estimators to ensure reproducible data valuation and ranking.
  • Tooling Integration: The release of an open-source CPU-only library allows practitioners to integrate exact Data Shapley calculations into existing pipelines like pyDVL and OpenDataVal without requiring GPU acceleration.
  • Benchmarking Standard: The provided ground truth serves as a new benchmark for evaluating the accuracy and convergence of approximate Data Shapley algorithms, driving future improvements in efficiency.

TL;DR

  • 提出首个针对加权KNN回归的伪多项式时间精确Data Shapley算法,突破此前仅能暴力求解O(N^K)的瓶颈。
  • 设计带机器可验证误差证书的FPTAS近似方案,并在86,400次检查中保持零违规,确保数值稳定性。
  • 开源CPU-only计算库及首个加权回归Data Shapley真值基准,用于审计蒙特卡洛估计器的准确性。
  • 证明精确值在误标签检测任务中与蒙特卡洛方法统计等价,但提供确定性排名和可审计性优势。

为什么值得看

该研究解决了数据价值评估中长期存在的加权回归场景计算难题,为需要高精度、可审计的数据贡献度量化提供了理论基石。对于依赖Data Shapley进行数据清洗、模型调试或合规审计的企业而言,其提供的精确解和误差证书显著提升了结果的可信度。

技术解析

  • 算法创新:通过构建关于权重和(sum of w)与加权目标值(sum of w*y)联合整数状态的计数动态规划,实现了伪多项式时间的精确计算,克服了归一化分母破坏加法结构的数学障碍。
  • 近似方案与验证:开发了连续权重下的FPTAS,并附带每值误差证书;在大量对抗性实例(12,716个)和持续检查中验证了零失配和零违规。
  • 复杂度分析:给出了无条件Omega(D_w)的输出规模下界及访问模型硬度结果,明确了该问题的计算边界。
  • 扩展应用:将方法推广至加权软标签多分类预测,并发布了开源库作为标准基准工具。

行业启示

  • 从估算走向精确:在关键决策场景(如医疗、金融数据审计)中,应优先采用精确算法或带误差证书的近似算法,而非纯随机蒙特卡洛模拟,以确保结果的可复现性和法律/合规效力。
  • 数据质量监控标准化:精确的Data Shapley值可作为识别噪声标签和低价值数据的黄金标准,帮助团队优化训练集构建流程,降低无效算力消耗。
  • 工具链升级建议:现有的数据估值工具若仍局限于加权分类或无加权回归,需尽快集成此类高效精确算法,以覆盖更广泛的回归型AI应用场景。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Research 科学研究 Dataset 数据集 Evaluation 评测