paper-with-me

Papers

Accurate parameter estimation for Bayesian Network Classifiers using Hierarchical Dirichlet Processes

2017-08-25 · Francois Petitjean, Wray Buntine, Geoffrey I. Webb, Nayyar Zaidi

This paper introduces a novel parameter estimation method for the probability tables of Bayesian network classifiers (BNCs), using hierarchical Dirichlet processes (HDPs). The main result of this paper is to show that improved parameter estimation allows BNCs to outperform leading learning methods such as Random Forest for both 0-1 loss and RMSE, albeit just on categorical datasets. As data assets become larger, entering the hyped world of "big", efficient accurate classification requires three main elements: (1) classifiers with low-bias that can capture the fine-detail of large datasets (2) out-of-core learners that can learn from data without having to hold it all in main memory and (3) models that can classify new data very efficiently. The latest Bayesian network classifiers (BNCs) satisfy these requirements. Their bias can be controlled easily by increasing the number of parents of the nodes in the graph. Their structure can be learned out of core with a limited number of passes over the data. However, as the bias is made lower to accurately model classification tasks, so is the accuracy of their parameters' estimates, as each parameter is estimated from ever decreasing quantities of data. In this paper, we introduce the use of Hierarchical Dirichlet Processes for accurate BNC parameter estimation. We conduct an extensive set of experiments on 68 standard datasets and demonstrate that our resulting classifiers perform very competitively with Random Forest in terms of prediction, while keeping the out-of-core capability and superior classification time.

📄 PDF Abstract BibTeX arXiv:1708.07581

Code (4)

fpetitjean/HierarchicalDirichletProcessEstimation 공식 구현
HerrmannM/HDP
HerrmannM/MonashMLHDP
fpetitjean/HDP

Tasks

General Classificationparameter estimation

Similar Papers 제목 키워드 기반

Efficient Parameter Estimation for Bayesian Network Classifiers using Hierarchical Linear Smoothing

2025-05-29 · Connor Cooper, Geoffrey I. Webb, Daniel F. Schmidt

Bayesian network classifiers (BNCs) possess a number of properties desirable for a modern classifier: They are easily interpretable, highly scalable, and offer adaptable complexity. However, traditional methods for learn…

parameter estimation

Statistical comparison of classifiers through Bayesian hierarchical modelling

2016-09-28 · Giorgio Corani, Alessio Benavoli, Janez Demšar, Francesca Mangili 외

Usually one compares the accuracy of two competing classifiers via null hypothesis significance tests (nhst). Yet the nhst tests suffer from important shortcomings, which can be overcome by switching to Bayesian hypothes…

Two-sample testing

Multi-Feature Max-Margin Hierarchical Bayesian Model for Action Recognition

2015-06-01 · CVPR 2015 6 · Shuang Yang, Chunfeng Yuan, Baoxin Wu, Weiming Hu 외

In this paper, a multi-feature max-margin hierarchical Bayesian model (M3HBM) is proposed for action recognition. Different from existing methods which separate representation and classification into two steps, M3HBM joi…

Action RecognitionGeneral ClassificationMulti-Task LearningTemporal Action Localization

Bayesian Semiparametric Causal Inference: Targeted Doubly Robust Estimation of Treatment Effects

2025-11-19 · Gözde Sert, Abhishek Chakrabortty, Anirban Bhattacharya arxiv

We propose a semiparametric Bayesian methodology for estimating the average treatment effect (ATE) within the potential outcomes framework using observational data with high-dimensional nuisance parameters. Our method in…

Causal Inference

Bayes in Wonderland! Predictive supervised classification inference hits unpredictability

2021-12-03 · Ali Amiryousefi, Ville Kinnula, Jing Tang

The marginal Bayesian predictive classifiers (mBpc) as opposed to the simultaneous Bayesian predictive classifiers (sBpc), handle each data separately and hence tacitly assumes the independence of the observations. Howev…

Classificationparameter estimation