paper-with-me

Papers

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 then using the Bayes rule to calculate $p(x | y)$. A discriminative model is directly given by $p(x | y)$, which is used to compute discriminative classifiers. However, recent works showed that the Bayesian Maximum Posterior classifier defined from the Naive Bayes (NB) or Hidden Markov Chain (HMC), both generative models, can also match the discriminative classifier definition. Thus, there are situations in which dividing classifiers into "generative" and "discriminative" is somewhat misleading. Indeed, such a distinction is rather related to the way of computing classifiers, not to the classifiers themselves. We present a general theoretical result specifying how a generative classifier induced from a generative model can also be computed in a discriminative way from the same model. Examples of NB and HMC are found again as particular cases, and we apply the general result to two original extensions of NB, and two extensions of HMC, one of which being original. Finally, we shortly illustrate the interest of the new discriminative way of computing classifiers in the Natural Language Processing (NLP) framework.

📄 PDF Abstract BibTeX arXiv:2201.00844

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On Discriminative vs. Generative classifiers: Rethinking MLLMs for Action Understanding

2026-03-03 · Zhanzhong Pang, Dibyadip Chatterjee, Fadime Sener, Angela Yao arxiv

Multimodal Large Language Models (MLLMs) have advanced open-world action understanding and can be adapted as generative classifiers for closed-set settings by autoregressively generating action labels as text. However, t…

Action Understanding

Towards Unsupervised Classification with Deep Generative Models

2018-01-01 · ICLR 2018 1 · Dimitris Kalatzis, Konstantia Kotta, Ilias Kalamaras, Anastasios Vafeiadis 외

Deep generative models have advanced the state-of-the-art in semi-supervised classification, however their capacity for deriving useful discriminative features in a completely unsupervised fashion for classification in d…

ClassificationClusteringGeneral Classification

Discriminatively-Tuned Generative Classifiers for Robust Natural Language Inference

2020-10-08 · EMNLP 2020 11 · Xiaoan Ding, Tianyu Liu, Baobao Chang, Zhifang Sui 외

While discriminative neural network classifiers are generally preferred, recent work has shown advantages of generative classifiers in term of data efficiency and robustness. In this paper, we focus on natural language i…

Natural Language Inference

Hierarchical mixture of discriminative Generalized Dirichlet classifiers

2024-05-02 · Elvis Togban, Djemel Ziou

This paper presents a discriminative classifier for compositional data. This classifier is based on the posterior distribution of the Generalized Dirichlet which is the discriminative counterpart of Generalized Dirichlet…

Mixture-of-ExpertsSpam detection

Intriguing properties of generative classifiers

2023-09-28 · Priyank Jaini, Kevin Clark, Robert Geirhos

What is the best paradigm to recognize objects -- discriminative inference (fast but potentially prone to shortcut learning) or using a generative model (slow but potentially more robust)? We build on recent advances in …

Object Recognition