paper-with-me

Papers

$β$-Cores: Robust Large-Scale Bayesian Data Summarization in the Presence of Outliers

2020-08-31 · Dionysis Manousakas, Cecilia Mascolo

Modern machine learning applications should be able to address the intrinsic challenges arising over inference on massive real-world datasets, including scalability and robustness to outliers. Despite the multiple benefits of Bayesian methods (such as uncertainty-aware predictions, incorporation of experts knowledge, and hierarchical modeling), the quality of classic Bayesian inference depends critically on whether observations conform with the assumed data generating model, which is impossible to guarantee in practice. In this work, we propose a variational inference method that, in a principled way, can simultaneously scale to large datasets, and robustify the inferred posterior with respect to the existence of outliers in the observed data. Reformulating Bayes theorem via the $\beta$-divergence, we posit a robustified pseudo-Bayesian posterior as the target of inference. Moreover, relying on the recent formulations of Riemannian coresets for scalable Bayesian inference, we propose a sparse variational approximation of the robustified posterior and an efficient stochastic black-box algorithm to construct it. Overall our method allows releasing cleansed data summaries that can be applied broadly in scenarios including structured data corruption. We illustrate the applicability of our approach in diverse simulated and real datasets, and various statistical models, including Gaussian mean inference, logistic and neural linear regression, demonstrating its superiority to existing Bayesian summarization methods in the presence of outliers.

📄 PDF Abstract BibTeX arXiv:2008.13600

Code (1)

dionman/beta-cores 공식 구현

Tasks

Bayesian InferenceData SummarizationVariational Inference

Methods 이 논문이 사용한 방법론

Coresets 설명 없음

Similar Papers 제목 키워드 기반

Bayesian Pseudocoresets

2020-12-01 · NeurIPS 2020 12 · Dionysis Manousakas, Zuheng Xu, Cecilia Mascolo, Trevor Campbell

Standard Bayesian inference algorithms are prohibitively expensive in the regime of modern large-scale data. Recent work has found that a small, weighted subset of data (a coreset) may be used in place of the full datase…

Bayesian Inference

Liputan6: A Large-scale Indonesian Dataset for Text Summarization

2020-11-02 · Asian Chapter of the Association for Computational Linguistics 2020 · Fajri Koto, Jey Han Lau, Timothy Baldwin

In this paper, we introduce a large-scale Indonesian summarization dataset. We harvest articles from Liputan6.com, an online news portal, and obtain 215,827 document-summary pairs. We leverage pre-trained language models…

Abstractive Text SummarizationArticlesText Summarization

Bayesian Active Summarization

2021-10-09 · Alexios Gidiotis, Grigorios Tsoumakas

Bayesian Active Learning has had significant impact to various NLP problems, but nevertheless it's application to text summarization has been explored very little. We introduce Bayesian Active Summarization (BAS), as a m…

Active LearningText Summarization

Black-box Coreset Variational Inference

2022-11-04 · Dionysis Manousakas, Hippolyt Ritter, Theofanis Karaletsos

Recent advances in coreset methods have shown that a selection of representative datapoints can replace massive volumes of data for Bayesian inference, preserving the relevant statistical information and significantly ac…

Bayesian InferenceData SummarizationGaussian ProcessesVariational Inference

Abstractive Summarization of Large Document Collections Using GPT

2023-10-09 · Sengjie Liu, Christopher G. Healey

This paper proposes a method of abstractive summarization designed to scale to document collections instead of individual documents. Our approach applies a combination of semantic clustering, document size reduction with…

Abstractive Text SummarizationChunkingDocument Summarization