paper-with-me

Papers

Fast-DataShapley: Neural Modeling for Training Data Valuation

2025-06-05 · Haifeng Sun, Yu Xiong, Runze Wu, Xinyu Cai, Changjie Fan, Lan Zhang, Xiang-Yang Li

The value and copyright of training data are crucial in the artificial intelligence industry. Service platforms should protect data providers' legitimate rights and fairly reward them for their contributions. Shapley value, a potent tool for evaluating contributions, outperforms other methods in theory, but its computational overhead escalates exponentially with the number of data providers. Recent works based on Shapley values attempt to mitigate computation complexity by approximation algorithms. However, they need to retrain for each test sample, leading to intolerable costs. We propose Fast-DataShapley, a one-pass training method that leverages the weighted least squares characterization of the Shapley value to train a reusable explainer model with real-time reasoning speed. Given new test samples, no retraining is required to calculate the Shapley values of the training data. Additionally, we propose three methods with theoretical guarantees to reduce training overhead from two aspects: the approximate calculation of the utility function and the group calculation of the training data. We analyze time complexity to show the efficiency of our methods. The experimental evaluations on various image datasets demonstrate superior performance and efficiency compared to baselines. Specifically, the performance is improved to more than 2.5 times, and the explainer's training speed can be increased by two orders of magnitude.

📄 PDF Abstract BibTeX arXiv:2506.05281

Code (0)

등록된 구현이 없습니다.

Tasks

Data Valuation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

RLBoost: Boosting Supervised Models using Deep Reinforcement Learning

2023-05-23 · Eloy Anguiano Batanero, Ángela Fernández Pascual, Álvaro Barbero Jiménez

Data quality or data evaluation is sometimes a task as important as collecting a large volume of data when it comes to generating accurate artificial intelligence models. In fact, being able to evaluate the data can lead…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Meta-Learning Fast Weight Language Models

2022-12-05 · Kevin Clark, Kelvin Guu, Ming-Wei Chang, Panupong Pasupat 외

Dynamic evaluation of language models (LMs) adapts model parameters at test time using gradient information from previous tokens and substantially improves LM performance. However, it requires over 3x more compute than s…

Language ModelingLanguage ModellingMeta-Learning

DARE-bench: Evaluating Modeling and Instruction Fidelity of LLMs in Data Science

2026-02-27 · Fan Shu, Yite Wang, Ruofan Wu, Boyi Liu 외 arxiv

The fast-growing demands in using Large Language Models (LLMs) to tackle complex multi-step data science tasks create an emergent need for accurate benchmarking. There are two major gaps in existing benchmarks: (i) the l…

Reinforcement LearningInstruction Following

FastDDHPose: Towards Unified, Efficient, and Disentangled 3D Human Pose Estimation

2025-12-16 · Qingyuan Cai, Linxin Zhang, Xuecai Hu, Saihui Hou 외 arxiv

Recent approaches for monocular 3D human pose estimation (3D HPE) have achieved leading performance by directly regressing 3D poses from 2D keypoint sequences. Despite the rapid progress in 3D HPE, existing methods are t…

Monocular 3D Human Pose Estimation

Improved Mean Flows: On the Challenges of Fastforward Generative Models

2025-12-01 · Zhengyang Geng, Yiyang Lu, Zongze Wu, Eli Shechtman 외 arxiv

MeanFlow (MF) has recently been established as a framework for one-step generative modeling. However, its ``fastforward'' nature introduces key challenges in both the training objective and the guidance mechanism. First,…