Eigen-Value: Efficient Domain-Robust Data Valuation via Eigenvalue-Based Approach
Youngjun Choi, Joonseong Kang, Sungjun Lim, Kyungwoo Song
TL;DR
This work tackles data-centric robustness under domain shift by introducing Eigen-Value (EV), a plug-and-play data valuation term that captures OOD risk through eigenvalue shifts of the data covariance derived from ID data. EV uses perturbation theory to approximate how removing a single point alters the top and bottom eigenvalues, enabling estimation of a point's marginal contribution to domain discrepancy without requiring OOD samples. By bounding domain discrepancy with the ratio of Hessian eigenvalues and expressing it in terms of the data covariance, EV provides a scalable, model-agnostic component that can be added to existing ID-based valuations. Empirical results across diverse vision and language datasets show that EV improves OOD robustness and stabilizes value rankings with minimal computational overhead, making it practical for large-scale data markets and continual learning. Overall, EV shifts the focus from model-centric to data-centric OOD robustness by leveraging spectral properties to guide informative data selection and pricing under domain shift.
Abstract
Data valuation has become central in the era of data-centric AI. It drives efficient training pipelines and enables objective pricing in data markets by assigning a numeric value to each data point. Most existing data valuation methods estimate the effect of removing individual data points by evaluating changes in model validation performance under in-distribution (ID) settings, as opposed to out-of-distribution (OOD) scenarios where data follow different patterns. Since ID and OOD data behave differently, data valuation methods based on ID loss often fail to generalize to OOD settings, particularly when the validation set contains no OOD data. Furthermore, although OOD-aware methods exist, they involve heavy computational costs, which hinder practical deployment. To address these challenges, we introduce \emph{Eigen-Value} (EV), a plug-and-play data valuation framework for OOD robustness that uses only an ID data subset, including during validation. EV provides a new spectral approximation of domain discrepancy, which is the gap of loss between ID and OOD using ratios of eigenvalues of ID data's covariance matrix. EV then estimates the marginal contribution of each data point to this discrepancy via perturbation theory, alleviating the computational burden. Subsequently, EV plugs into ID loss-based methods by adding an EV term without any additional training loop. We demonstrate that EV achieves improved OOD robustness and stable value rankings across real-world datasets, while remaining computationally lightweight. These results indicate that EV is practical for large-scale settings with domain shift, offering an efficient path to OOD-robust data valuation.
