paper-with-me

홈 › Papers

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 classifier. From the generative perspective, Smart Bayes relaxes the fixed unit weights of Naive Bayes by allowing data-driven coefficients on density-ratio features. From a discriminative perspective, it constructs transformed inputs as marginal log-density ratios that explicitly quantify how much more likely each feature value is under one class than another, thereby providing predictors with stronger class separation than the raw covariates. To support this framework, we develop a spline-based estimator for univariate log-density ratios that is flexible, robust, and computationally efficient. Through extensive simulations and real-data studies, Smart Bayes often outperforms both logistic regression and Naive Bayes. Our results highlight the potential of hybrid approaches that exploit generative structure to enhance discriminative performance.

📄 PDF Abstract BibTeX arXiv:2512.01097

Code (0)

등록된 구현이 없습니다.

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

Generative and Discriminative Text Classification with Recurrent Neural Networks

2017-03-06 · Dani Yogatama, Chris Dyer, Wang Ling, Phil Blunsom

We empirically characterize the performance of discriminative and generative LSTM models for text classification. We find that although RNN-based generative models are more powerful than their bag-of-words ancestors (e.g…

ClassificationContinual LearningGeneral Classificationtext-classification+1

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) class…

Federated Learning

Stochastic Discriminative EM

2014-10-02 · Andres R. Masegosa

Stochastic discriminative EM (sdEM) is an online-EM-type algorithm for discriminative training of probabilistic generative models belonging to the exponential family. In this work, we introduce and justify this algorithm…

text-classificationText Classification

MedSymmFlow: Bridging Generative Modeling and Classification in Medical Imaging through Symmetrical Flow Matching

2025-07-25 · Francisco Caetano, Lemar Abdi, Christiaan Viviers, Amaan Valiuddin 외 arxiv

Reliable medical image classification requires accurate predictions and well-calibrated uncertainty estimates, especially in high-stakes clinical settings. This work presents MedSymmFlow, a generative-discriminative hybr…

Medical Image Classification