paper-with-me

홈 › Papers

Federated Learning with Discriminative Naive Bayes Classifier

2025-02-03 · Pablo Torrijos, Juan C. Alfaro, José A. Gámez, José M. Puerta

Federated Learning has emerged as a promising approach to train machine learning models on decentralized data sources while preserving data privacy. This paper proposes a new federated approach for Naive Bayes (NB) classification, assuming discrete variables. Our approach federates a discriminative variant of NB, sharing meaningless parameters instead of conditional probability tables. Therefore, this process is more reliable against possible attacks. We conduct extensive experiments on 12 datasets to validate the efficacy of our approach, comparing federated and non-federated settings. Additionally, we benchmark our method against the generative variant of NB, which serves as a baseline for comparison. Our experimental results demonstrate the effectiveness of our method in achieving accurate classification.

📄 PDF Abstract BibTeX arXiv:2502.01532

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Using the Naive Bayes as a discriminative classifier

2020-12-25 · Elie Azeraf, Emmanuel Monfrini, Wojciech Pieczynski

For classification tasks, probabilistic models can be categorized into two disjoint classes: generative or discriminative. It depends on the posterior probability computation of the label $x$ given the observation $y$, $…

regression

A Semi-Supervised Adaptive Discriminative Discretization Method Improving Discrimination Power of Regularized Naive Bayes

2021-11-22 · Shihe Wang, Jianfeng Ren, Ruibin Bai

Recently, many improved naive Bayes methods have been developed with enhanced discrimination capabilities. Among them, regularized naive Bayes (RNB) produces excellent performance by balancing the discrimination power an…

Discriminative classification with generative features: bridging Naive Bayes and logistic regression

2025-11-30 · Zachary Terner, Alexander Petersen, Yuedong Wang arxiv

We introduce Smart Bayes, a new classification framework that bridges generative and discriminative modeling by integrating likelihood-ratio-based generative features into a logistic-regression-style discriminative class…

Deriving discriminative classifiers from generative models

2022-01-03 · Elie Azeraf, Emmanuel Monfrini, Wojciech Pieczynski

We deal with Bayesian generative and discriminative classifiers. Given a model distribution $p(x, y)$, with the observation $y$ and the target $x$, one computes generative classifiers by firstly considering $p(x, y)$ and…

Revisiting Discriminative vs. Generative Classifiers: Theory and Implications

2023-02-05 · Chenyu Zheng, Guoqiang Wu, Fan Bao, Yue Cao 외

A large-scale deep model pre-trained on massive labeled or unlabeled data transfers well to downstream tasks. Linear evaluation freezes parameters in the pre-trained model and trains a linear classifier separately, which…

Few-Shot LearningImage ClassificationLinear evaluationregression