cs.LGFeb 11, 2026

FedPS: Federated Preprocessing for structured data via aggregated Statistics

Authors: Xuefeng XuGraham Cormode

Organizations: Department of Computer Science University of Warwick · Department of Computer Science University of Oxford

Abstract

Federated Learning (FL) enables multiple parties to collaboratively train machine learning models without sharing raw data. However, before training, data must be preprocessed to address missing values, inconsistent formats, and heterogeneous feature scales. This preprocessing stage is critical for model performance but is largely overlooked in FL research. In practical FL systems, privacy constraints prohibit centralizing raw data, while communication efficiency introduces further challenges for distributed preprocessing. We introduce FedPS, a framework for federated data preprocessing based on aggregated statistics. FedPS leverages data-sketching techniques to efficiently summarize local datasets while preserving essential statistical information. Building on these summaries, we design federated algorithms for feature scaling, encoding, discretization, and missing-value imputation, and extend preprocessing-related models such as Bayesian Linear Regression to both horizontal and vertical FL settings. FedPS provides flexible, communication-efficient, and consistent preprocessing pipelines for practical FL deployments.

Explore similar work

CardsList
  1. Federated Imputation under Heterogeneous Feature Spaces

    May 15, 2026Imane Hocine, Chaimaa Medjadji, Sylvain Kubler +2Federated LearningImputation