PulseAugur
实时 13:10:41

New algorithms efficiently value data for kNN classifiers

Researchers have developed new algorithms to efficiently calculate the Banzhaf value, a game-theoretic method for data valuation, specifically for k-nearest neighbors (kNN) classifiers. The study proves the computational hardness of the problem but introduces practical exact algorithms using dynamic programming, achieving pseudo-polynomial time complexity for weighted kNN and linear time complexity for unweighted kNN. Experiments on real-world datasets confirm the efficiency and effectiveness of these novel valuation methods. AI

影响 Introduces more efficient methods for understanding data contributions, potentially improving model training and interpretability.

排序理由 Academic paper detailing a new algorithmic approach to a machine learning problem. [lever_c_demoted from research: ic=1 ai=1.0]

在 arXiv cs.LG 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

New algorithms efficiently value data for kNN classifiers

报道来源 [1]

  1. arXiv cs.LG TIER_1 English(EN) · Aristides Gionis ·

    Efficient Banzhaf-Based Data Valuation for $k$-Nearest Neighbors Classification

    Data valuation, the task of quantifying the contribution of individual data points to model performance, has emerged as a fundamental challenge in machine learning. Game-theoretic approaches, such as the Banzhaf value, offer principled frameworks for fair data valuation; however,…