paper-with-me

Papers

On Resource-Efficient Bayesian Network Classifiers and Deep Neural Networks

2020-10-22 · Wolfgang Roth, Günther Schindler, Holger Fröning, Franz Pernkopf

We present two methods to reduce the complexity of Bayesian network (BN) classifiers. First, we introduce quantization-aware training using the straight-through gradient estimator to quantize the parameters of BNs to few bits. Second, we extend a recently proposed differentiable tree-augmented naive Bayes (TAN) structure learning approach by also considering the model size. Both methods are motivated by recent developments in the deep learning community, and they provide effective means to trade off between model size and prediction accuracy, which is demonstrated in extensive experiments. Furthermore, we contrast quantized BN classifiers with quantized deep neural networks (DNNs) for small-scale scenarios which have hardly been investigated in the literature. We show Pareto optimal models with respect to model size, number of operations, and test error and find that both model classes are viable options.

📄 PDF Abstract BibTeX arXiv:2010.11773

Code (1)

wroth8/bnc 공식 구현 tf

Tasks

Quantization

Similar Papers 제목 키워드 기반

Context-Specific Refinements of Bayesian Network Classifiers

2024-05-28 · Manuele Leonelli, Gherardo Varando

Supervised classification is one of the most ubiquitous tasks in machine learning. Generative classifiers based on Bayesian networks are often used because of their interpretability and competitive accuracy. The widely u…

Towards the Next-generation Bayesian Network Classifiers

2025-08-15 · Huan Zhang, Daokun Zhang, Kexin Meng, Geoffrey I. Webb arxiv

Bayesian network classifiers provide a feasible solution to tabular data classification, with a number of merits like high time and memory efficiency, and great explainability. However, due to the parameter explosion and…

Graph Representation Learning

Defending Black-box Skeleton-based Human Activity Classifiers

2022-03-09 · He Wang, Yunfeng Diao, Zichang Tan, Guodong Guo

Skeletal motions have been heavily replied upon for human activity recognition (HAR). Recently, a universal vulnerability of skeleton-based HAR has been identified across a variety of classifiers and data, calling for mi…

Activity RecognitionHuman Activity RecognitionTime Series Analysis

A Symbolic Approach to Explaining Bayesian Network Classifiers

2018-05-09 · Andy Shih, Arthur Choi, Adnan Darwiche

We propose an approach for explaining Bayesian network classifiers, which is based on compiling such classifiers into decision functions that have a tractable and symbolic form. We introduce two types of explanations for…

General Classification

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