paper-with-me

홈 › Papers

Distributed Bayesian Inference for Large-Scale IoT Systems

2023-12-19 · Article 2023 12 · Eleni Vlachou, Aristeidis Karras 1, Christos Karras 1, *, Leonidas Theodorakopoulos 2, Constantinos Halkiopoulos and Spyros Sioutas

Abstract: In this work, we present a Distributed Bayesian Inference Classifier for Large-Scale Systems, where we assess its performance and scalability on distributed environments such as PySpark. The presented classifier consistently showcases efficient inference time, irrespective of the variations in the size of the test set, implying a robust ability to handle escalating data sizes without a proportional increase in computational demands. Notably, throughout the experiments, there is an observed increase in memory usage with growing test set sizes, this increment is sublinear, demonstrating the proficiency of the classifier in memory resource management. This behavior is consistent with the typical tendencies of PySpark tasks, which witness increasing memory consumption due to data partitioning and various data operations as datasets expand. CPU resource utilization, which is another crucial factor, also remains stable, emphasizing the capability of the classifier to manage larger computational workloads without significant resource strain. From a classification perspective, the Bayesian Logistic Regression Spark Classifier consistently achieves reliable performance metrics, with a particular focus on high specificity, indicating its aptness for applications where pinpointing true negatives is crucial. In summary, based on all experiments conducted under various data sizes, our classifier emerges as a top contender for scalability-driven applications in IoT systems, highlighting its dependable performance, adept resource management, and consistent prediction accuracy. Keywords: Bayesian inference; big data; IoT data engineering; large-scale IoT systems; PySpark

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian InferenceCPUManagementSpecificity

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
Focus 설명 없음

Similar Papers 제목 키워드 기반

Big Learning with Bayesian Methods

2014-11-24 · Jun Zhu, Jianfei Chen, Wen-Bo Hu, Bo Zhang

Explosive growth in data and availability of cheap computing resources have sparked increasing interest in Big learning, an emerging subfield that studies scalable machine learning algorithms, systems, and applications w…

Bayesian InferenceBIG-bench Machine LearningDistributed Computing

Scalable Data Assimilation with Message Passing

2024-04-19 · Oscar Key, So Takao, Daniel Giles, Marc Peter Deisenroth

Data assimilation is a core component of numerical weather prediction systems. The large quantity of data processed during assimilation requires the computation to be distributed across increasingly many compute nodes, y…

Bayesian InferenceGPU

Large Scale Nonparametric Bayesian Inference: Data Parallelisation in the Indian Buffet Process

2009-12-01 · NeurIPS 2009 12 · Finale Doshi-Velez, Shakir Mohamed, Zoubin Ghahramani, David A. Knowles

Nonparametric Bayesian models provide a framework for flexible probabilistic modelling of complex datasets. Unfortunately, Bayesian inference methods often require high-dimensional averages and can be slow to compute, es…

Bayesian Inference

Distributed Bayesian Posterior Sampling via Moment Sharing

2014-12-01 · NeurIPS 2014 12 · Minjie Xu, Balaji Lakshminarayanan, Yee Whye Teh, Jun Zhu 외

We propose a distributed Markov chain Monte Carlo (MCMC) inference algorithm for large scale Bayesian posterior simulation. We assume that the dataset is partitioned and stored across nodes of a cluster. Our procedure in…

regression

Turbocharging Gaussian Process Inference with Approximate Sketch-and-Project

2025-05-19 · Pratik Rathore, Zachary Frangella, Sachin Garg, Shaghayegh Fazliani 외

Gaussian processes (GPs) play an essential role in biostatistics, scientific machine learning, and Bayesian optimization for their ability to provide probabilistic predictions and model uncertainty. However, GP inference…

Bayesian OptimizationGaussian ProcessesPoint Processes