Skip to content

Author

Borja Calvo

1 paper indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

#federated learning Open access Aug 2026

Federated discretization for supervised classification

Abstract Several classifiers operate exclusively on discrete variables, requiring continuous attributes to be preprocessed through discretization. Supervised discretization addresses this need by partitioning the domain of continuous variables into intervals that define a discretization policy. Federated learning, in turn, enables the collaborative training of global models without sharing raw data: users train local models and communicate their parameters to a central server, which aggregates them into a global model. A key challenge in this setting is achieving performance comparable to centralized methods while minimizing communication overhead. In this work, we propose a federated discretization framework that computes a global discretization policy in a single communication round. Each user estimates Gaussian mixture models for the continuous variables and transmits their parameters-referred to as representatives-to the server. The server then applies a discretization algorithm to these representatives to derive a global policy, which is subsequently distributed back to the users. The proposed framework accommodates multiple discretization strategies; specifically, we present federated adaptations of equal-width, equal-frequency, entropy-based, and kernel density-based methods. Experiments conducted on ten benchmark datasets demonstrate that the proposed framework achieves performance comparable to centralized discretization approaches, with the kernel density-based and equal-frequency variants yielding the most competitive results.

José Luis Flores, Borja Calvo, Aritz Pérez · 0 citations