paper-with-me

홈 › Papers

Scalable Learning of Multivariate Distributions via Coresets

2026-03-20 · Zeyu Ding, Katja Ickstadt, Nadja Klein, Alexander Munteanu, Simon Omlor arxiv

Efficient and scalable non-parametric or semi-parametric regression analysis and density estimation are of crucial importance to the fields of statistics and machine learning. However, available methods are limited in their ability to handle large-scale data. We address this issue by developing a novel coreset construction for multivariate conditional transformation models (MCTMs) to enhance their scalability and training efficiency. To the best of our knowledge, these are the first coresets for semi-parametric distributional models. Our approach yields substantial data reduction via importance sampling. It ensures with high probability that the log-likelihood remains within multiplicative error bounds of $(1\pm\varepsilon)$ and thereby maintains statistical model accuracy. Compared to conventional full-parametric models, where coresets have been incorporated before, our semi-parametric approach exhibits enhanced adaptability, particularly in scenarios where complex distributions and non-linear relationships are present, but not fully understood. To address numerical problems associated with normalizing logarithmic terms, we follow a geometric approximation based on the convex hull of input data. This ensures feasible, stable, and accurate inference in scenarios involving large amounts of data. Numerical experiments demonstrate substantially improved computational efficiency when handling large and complex datasets, thus laying the foundation for a broad range of applications within the statistics and machine learning communities.

📄 PDF Abstract BibTeX arXiv:2603.19792

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyDensity Estimation

Similar Papers 제목 키워드 기반

Bayesian Density-Density Regression with Application to Cell-Cell Communications

2025-04-17 · Khai Nguyen, Yang Ni, Peter Mueller

We introduce a scalable framework for regressing multivariate distributions onto multivariate distributions, motivated by the application of inferring cell-cell communication from population-scale single-cell data. The o…

regression

Scalable k-Means Clustering via Lightweight Coresets

2017-02-27 · Olivier Bachem, Mario Lucic, Andreas Krause

Coresets are compact representations of data sets such that models trained on a coreset are provably competitive with models trained on the full data set. As such, they have been successfully used to scale up clustering …

ClusteringData Summarization

Understanding collections of related datasets using dependent MMD coresets

2020-06-24 · Sinead A. Williamson, Jette Henderson

Understanding how two datasets differ can help us determine whether one dataset under-represents certain sub-populations, and provides insights into how well models will generalize across datasets. Representative points …

Data Summarization

Training Support Vector Machines using Coresets

2017-08-13 · Cenk Baykal, Lucas Liebenwein, Wilko Schwarting

We present a novel coreset construction algorithm for solving classification tasks using Support Vector Machines (SVMs) in a computationally efficient manner. A coreset is a weighted subset of the original data points th…

Bayesian Coresets: Revisiting the Nonconvex Optimization Perspective

2020-07-01 · Jacky Y. Zhang, Rajiv Khanna, Anastasios Kyrillidis, Oluwasanmi Koyejo

Bayesian coresets have emerged as a promising approach for implementing scalable Bayesian inference. The Bayesian coreset problem involves selecting a (weighted) subset of the data samples, such that the posterior infere…

Bayesian Inference