paper-with-me

홈 › Papers

Detecting Dependencies in Sparse, Multivariate Databases Using Probabilistic Programming and Non-parametric Bayes

2016-11-05 · Feras Saad, Vikash Mansinghka

Datasets with hundreds of variables and many missing values are commonplace. In this setting, it is both statistically and computationally challenging to detect true predictive relationships between variables and also to suppress false positives. This paper proposes an approach that combines probabilistic programming, information theory, and non-parametric Bayes. It shows how to use Bayesian non-parametric modeling to (i) build an ensemble of joint probability models for all the variables; (ii) efficiently detect marginal independencies; and (iii) estimate the conditional mutual information between arbitrary subsets of variables, subject to a broad class of constraints. Users can access these capabilities using BayesDB, a probabilistic programming platform for probabilistic data analysis, by writing queries in a simple, SQL-like language. This paper demonstrates empirically that the method can (i) detect context-specific (in)dependencies on challenging synthetic problems and (ii) yield improved sensitivity and specificity over baselines from statistics and machine learning, on a real-world database of over 300 sparsely observed indicators of macroeconomic development and public health.

📄 PDF Abstract BibTeX arXiv:1611.01708

Code (1)

probcomp/bayeslite 공식 구현

Tasks

Missing ValuesProbabilistic ProgrammingSpecificity

Similar Papers 제목 키워드 기반

Probabilistic Search for Structured Data via Probabilistic Programming and Nonparametric Bayes

2017-04-04 · Feras Saad, Leonardo Casarsa, Vikash Mansinghka

Databases are widespread, yet extracting relevant data can be difficult. Without substantial domain knowledge, multivariate search queries often return sparse or uninformative results. This paper introduces an approach f…

Information RetrievalProbabilistic ProgrammingRetrieval

Graph-Augmented LSTM for Forecasting Sparse Anomalies in Graph-Structured Time Series

2025-03-05 · Sneh Pillai

Detecting anomalies in time series data is a critical task across many domains. The challenge intensifies when anomalies are sparse and the data are multivariate with relational dependencies across sensors or nodes. Trad…

Time SeriesTime Series Forecasting

Detecting Multivariate Time Series Anomalies with Zero Known Label

2022-08-03 · Qihang Zhou, Jiming Chen, Haoyu Liu, Shibo He 외

Multivariate time series anomaly detection has been extensively studied under the semi-supervised setting, where a training dataset with all normal instances is required. However, preparing such a dataset is very laborio…

Anomaly DetectionDensity EstimationGraph structure learningTime Series+3

What If We Let Forecasting Forget? A Sparse Bottleneck for Cross-Variable Dependencies

2026-05-08 · Fan Zhang, Shiming Fan, Hua Wang arxiv

Multivariate time series forecasting is critical in many real-world systems, and thus modeling cross-channel dependencies is essential. Although existing methods improve overall accuracy by enhancing representations and …

Multivariate Time Series Forecasting

Probabilistic Circuits for Irregular Multivariate Time Series Forecasting

2026-04-30 · Christian Klötergens, Vijaya Krishna Yalavarthi, Lars Schmidt-Thieme arxiv

Joint probabilistic modeling is essential for forecasting irregular multivariate time series (IMTS) to accurately quantify uncertainty. Existing approaches often struggle to balance model expressivity with consistent mar…

Multivariate Time Series ForecastingDensity Estimation