PulseAugur
EN
LIVE 09:10:43

New algorithms offer exact Data Shapley for weighted KNN regression

Researchers have developed new algorithms for calculating Data Shapley values in weighted k-nearest-neighbor (KNN) regression and soft-label prediction. Previously, exact calculations for these scenarios were computationally infeasible, relying on brute-force methods that were exponential in complexity. The new methods include a pseudo-polynomial-time exact algorithm and a certified fully polynomial-time approximation scheme (FPTAS) for continuous weights, offering deterministic results and certified error bounds. These advancements are crucial for accurately assessing the value of training data points in complex machine learning models and have been released as an open-source library. AI

IMPACT Provides exact and certified methods for data valuation, improving the interpretability and auditing of machine learning models.

RANK_REASON Academic paper detailing new algorithms for data valuation in machine learning. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.AI →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New algorithms offer exact Data Shapley for weighted KNN regression

COVERAGE [1]

  1. arXiv cs.AI TIER_1 English(EN) · Zongye Lyu ·

    Exact and Certified Data Shapley for Weighted k-Nearest-Neighbor Regression and Soft-Label Prediction

    arXiv:2607.11956v1 Announce Type: cross Abstract: Data Shapley is the standard principled answer to which training points are worth what, and its k-nearest-neighbor (KNN) specialization is the version deployed in practice: the exact estimator shipped by toolkits such as pyDVL and…