Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,291 papers · 148 categories

Trend · papers per month

62124185247 · Jun 202019922001200920182026
48 results for Gaussian Naive Bayes

Data-driven approaches outperform random choices in multi-label classification with Naive Bayes.

problem Improving multi-label classification performance with Naive Bayes classifiers.
method Comparison of data-driven, a priori, and random approaches on 12 benchmark datasets.
result Data-driven methods significantly outperform random baselines on F1 scores and Subset Accuracy.

Despite its simplicity, the naive Bayes classifier has surprised machine learning researchers by exhibiting good performance on a variety of learning problems. Encouraged by these results, researchers have looked to overcome naive Bayes primary weakness - attribute independence - and improve the performance of the algo…

2012-10-19abs ↗pdf ↗

The paper revisits discriminative vs. generative classifiers, showing naive Bayes requires fewer samples.

problem Comparing discriminative and generative classifiers in multiclass settings.
method Theoretical analysis and simulations of naive Bayes vs. logistic regression.
result Multiclass naive Bayes requires fewer samples to approach asymptotic error compared to logistic regression.

A nearly tight convex relaxation for sparse Naive Bayes features.

problem Feature selection in large-scale Naive Bayes classification.
method Proposes a convex relaxation for the combinatorial maximum-likelihood problem of feature selection in Naive Bayes.
result The convex relaxation bounds become tight as marginal feature contributions decrease, providing a nearly optimal solution.

The paper compares one-hot encoding to Naïve Bayes for categorical variables.

problem Incorrect one-hot encoding affects Naïve Bayes performance.
method Mathematical and experimental analysis of PoB vs. categorical Naïve Bayes.
result Posterior probabilities are usually greater in the PoB case, but agree on the maximum a posteriori class label.

Proposes a non-convex optimization method for a parsimonious weighted naive Bayes classifier.

problem Improving naïve Bayes classifier performance with a large number of input variables.
method Sparse regularization of model log-likelihood for direct estimation of variable weights.
result Optimization-based weighted naïve Bayes classifiers achieve equivalent performance to averaging-based classifiers.

We develop a class of rules spanning the range between quadratic discriminant analysis and naive Bayes, through a path of sparse graphical models. A group lasso penalty is used to introduce shrinkage and encourage a similar pattern of sparsity across precision matrices. It gives sparse estimates of interactions and pro…

2014-07-17abs ↗pdf ↗

Naive Bayes can be used as a discriminative classifier, matching the definition of logistic regression.

problem The definition of generative and discriminative classifiers.
method Comparing Naive Bayes and logistic regression, showing they can be used in either generative or discriminative ways.
result Naive Bayes can be used as a discriminative classifier.

Draft proposes adapting neural networks to match naive Bayes classifiers.

problem Bridge between neural networks and naive Bayes classifiers.
method Class-conditional compression and disentanglement using variational bounds.
result Latent representations enable naive Bayes classifier performance.

Smart Bayes integrates generative and discriminative features for improved classification.

problem Improving classification performance by combining generative and discriminative modeling.
method Integrates generative likelihood-ratio features into a logistic-regression-style classifier.
result Often outperforms logistic regression and Naive Bayes in simulations and real data.

This paper proposes an efficient method for calculating Shapley values in Naive Bayes classifiers.

problem The need for explaining machine learning model decisions.
method An exact analytic expression of Shapley values for Naive Bayes classifiers.
result The proposed Shapley values provide informative results with low complexity and low computation time.

Two new Hie-TAN and Hie-TAN-Lite algorithms improve TAN for hierarchical feature spaces.

problem Learning dependencies in hierarchical feature spaces.
method Exploits hierarchical parent-child relationships as constraints to learn a dependency tree.
result Hie-TAN-Lite outperforms Hie-TAN and other methods in predictive accuracy.

Improved Naive Bayes for better phone call behavior classification.

problem Noise in mobile phone data affects phone call behavior classification accuracy.
method Improved naive Bayes classifier with behavioral pattern analysis and dynamic noise threshold.
result Our technique improves classification accuracy by 15%.

Fairness in Naive Bayes classifiers by identifying and eliminating discrimination patterns.

problem Ensuring fairness in machine learning models that use partial observations.
method Discover and eliminate discrimination patterns in naive Bayes classifiers through iterative learning.
result An algorithm that learns fair naive Bayes classifiers by removing discrimination patterns.

Bayesian network classifiers are used in many fields, and one common class of classifiers are naive Bayes classifiers. In this paper, we introduce an approach for reasoning about Bayesian network classifiers in which we explicitly convert them into Ordered Decision Diagrams (ODDs), which are then used to reason about t…

2012-10-19abs ↗pdf ↗

In this paper, we empirically evaluate algorithms for learning four types of Bayesian network (BN) classifiers - Naive-Bayes, tree augmented Naive-Bayes, BN augmented Naive-Bayes and general BNs, where the latter two are learned using two variants of a conditional-independence (CI) based BN-learning algorithm. Experime…

2013-01-23abs ↗pdf ↗

XNB classifier improves model interpretability by selecting class-specific features.

problem Overfitting and poor model accuracy in high-dimensional datasets.
method XNB classifier uses Kernel Density Estimation and class-specific feature subsets.
result XNB classifier matches traditional Naive Bayes performance while improving interpretability.

Exact learning improves naive Bayes classifier performance for small samples.

problem Improving naive Bayes classifier performance with small sample sizes.
method Proposes an exact learning augmented naive Bayes classifier (ANB) that ensures a class variable with no parents.
result The proposed ANB method outperforms other methods in comparison experiments.

Paper presents a method for satellite imagery classification using texture features.

problem Object identification in urban areas using satellite imagery.
method Pixel-level study with various features (correlation, homogeneity, energy, contrast). Supervised classification using SVM and Naive Bayes.
result Naive Bayes outperforms SVM with an overall accuracy of 76%.

New method for high-dimensional linear regression using empirical Bayes.

problem Estimating prior in high-dimensional linear regression.
method Variational empirical Bayes approach with NPMLE and mean field approximation.
result Established asymptotic consistency and computational efficiency of the method.

As a consequence of the strong and usually violated conditional independence assumption (CIA) of naive Bayes (NB) classifier, the performance of NB becomes less and less favorable compared to sophisticated classifiers when the sample size increases. We learn from this phenomenon that when the size of the training data …

2014-12-21abs ↗pdf ↗

We present a growing dimension asymptotic formalism. The perspective in this paper is classification theory and we show that it can accommodate probabilistic networks classifiers, including naive Bayes model and its augmented version. When represented as a Bayesian network these classifiers have an important advantage:…

2012-12-12abs ↗pdf ↗

Dynamic classifier chains improve multi-label classification efficiency.

problem Building efficient multi-label classification models.
method Dynamic ensemble of chain classifiers using Naive Bayes and nearest neighbor approaches, with heuristic for label order optimization.
result The proposed dynamic chain model based on Naive Bayes classifier and heuristic is efficient for multi-label classification.

Study analyzes IMDB movie comments and Twitter data using machine learning and vector space techniques.

problem Sentiment analysis of IMDB movie comments and Twitter data.
method Created a vector space in KNIME Analytics platform, used Decision Trees, Naïve Bayes, and SVM algorithms for classification.
result SVM algorithm provided the best classification results for both IMDB movie comments and Twitter data sets.

Frequently, acquiring training data has an associated cost. We consider the situation where the learner may purchase data during training, subject TO a budget. IN particular, we examine the CASE WHERE each feature label has an associated cost, AND the total cost OF ALL feature labels acquired during training must NOT e…

2012-10-19abs ↗pdf ↗

We describe two techniques that significantly improve the running time of several standard machine-learning algorithms when data is sparse. The first technique is an algorithm that effeciently extracts one-way and two-way counts--either real or expected-- from discrete data. Extracting such counts is a fundamental step…

2013-01-23abs ↗pdf ↗

Naive Bayes model performs best in classifying seismological articles about precursory seismicity.

problem Classifying seismological articles about precursory seismicity using machine learning.
method Various supervised machine learning classifiers (Naive Bayes, k-Nearest Neighbors, Support Vector Machines, Random Forests) were tested on a seismological corpus of 100 articles.
result Naive Bayes model performs best with cross-validation accuracies of 86% for binary classification and up to 78% for multiclass classification.

This study examines how imbalanced training data affects author name disambiguation.

problem The impact of imbalanced training data on machine learning for author name disambiguation.
method Training three classifiers (Logistic Regression, Naïve Bayes, Random Forest) on multiple labeled datasets with various positive-negative training data ratios.
result Increasing negative training data can improve disambiguation performance but with diminishing returns.

Deep Bayes classifiers are more robust to adversarial attacks than discriminative classifiers.

problem Robustness of deep neural network classifiers against adversarial attacks.
method Developed deep Bayes classifier using conditional deep generative models and detection methods.
result Deep Bayes classifiers are more robust than deep discriminative classifiers.

NPMLE improves Gaussian denoising without prior knowledge of clusters.

problem Estimating Gaussian location mixtures from noisy data.
method Nonparametric Maximum Likelihood Estimator (NPMLE) for convex optimization.
result Empirical Bayes estimates perform nearly optimally in Gaussian denoising.

Study on the structure of classifier boundaries in DNA sequencing.

problem Understanding the structure of boundaries in a Bayes classifier for DNA sequencing.
method Examined the structure of the boundary in a Bayes classifier applied to DNA sequencing data. Introduced a new measure of uncertainty, Neighbor Similarity.
result The boundary is large and complex, and Neighbor Similarity effectively measures classifier uncertainty.