CRAIDCDec 16, 2025

Privacy-Preserving Feature Valuation in Vertical Federated Learning Using Shapley-CMI and PSI Permutation

arXiv:2512.14767v1h-index: 202025 3rd International Conference on Federated Learning Technologies and Applications (FLTA)
Originality Incremental advance
AI Analysis

This work addresses the need for secure and fair data valuation in collaborative machine learning settings, particularly for parties in vertical federated learning, though it is incremental as it builds on an existing method.

The paper tackles the problem of evaluating feature contributions in Vertical Federated Learning without sharing raw data or training models, by proposing a privacy-preserving implementation of Shapley-CMI using private set intersection, which ensures data confidentiality and scales across multiple parties.

Federated Learning (FL) is an emerging machine learning paradigm that enables multiple parties to collaboratively train models without sharing raw data, ensuring data privacy. In Vertical FL (VFL), where each party holds different features for the same users, a key challenge is to evaluate the feature contribution of each party before any model is trained, particularly in the early stages when no model exists. To address this, the Shapley-CMI method was recently proposed as a model-free, information-theoretic approach to feature valuation using Conditional Mutual Information (CMI). However, its original formulation did not provide a practical implementation capable of computing the required permutations and intersections securely. This paper presents a novel privacy-preserving implementation of Shapley-CMI for VFL. Our system introduces a private set intersection (PSI) server that performs all necessary feature permutations and computes encrypted intersection sizes across discretized and encrypted ID groups, without the need for raw data exchange. Each party then uses these intersection results to compute Shapley-CMI values, computing the marginal utility of their features. Initial experiments confirm the correctness and privacy of the proposed system, demonstrating its viability for secure and efficient feature contribution estimation in VFL. This approach ensures data confidentiality, scales across multiple parties, and enables fair data valuation without requiring the sharing of raw data or training models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes