paper-with-me

Papers

Learning to sample fibers for goodness-of-fit testing

2024-05-22 · Ivan Gvozdanović, Sonja Petrović

We consider the problem of constructing exact goodness-of-fit tests for discrete exponential family models. This classical problem remains practically unsolved for many types of structured or sparse data, as it rests on a computationally difficult core task: to produce a reliable sample from lattice points in a high-dimensional polytope. We translate the problem into a Markov decision process and demonstrate a reinforcement learning approach for learning `good moves' for sampling. We illustrate the approach on data sets and models for which traditional MCMC samplers converge too slowly due to problem size, sparsity structure, and the requirement to use prohibitive non-linear algebra computations in the process. The differentiating factor is the use of scalable tools from \emph{linear} algebra in the context of theoretical guarantees provided by \emph{non-linear} algebra. Our algorithm is based on an actor-critic sampling scheme, with provable convergence. The discovered moves can be used to efficiently obtain an exchangeable sample, significantly cutting computational times with regards to statistical testing.

📄 PDF Abstract BibTeX arXiv:2405.13950

Code (1)

DLR-RM/stable-baselines3 공식 구현 pytorch

Tasks

Reinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Random Feature Stein Discrepancies

2018-06-20 · NeurIPS 2018 12 · Jonathan H. Huggins, Lester Mackey

Computable Stein discrepancies have been deployed for a variety of applications, ranging from sampler selection in posterior inference to approximate Bayesian inference to goodness-of-fit testing. Existing convergence-de…

Bayesian Inference

Goodness-of-Fit Tests for Inhomogeneous Random Graphs

2020-01-01 · ICML 2020 1 · Soham Dan, Bhaswar B. Bhattacharya

Hypothesis testing of random networks is an emerging area of modern research, especially in the high-dimensional regime, where the number of samples is smaller or comparable to the size of the graph. In this paper we c…

Two-sample testing

On the Robustness of Kernel Goodness-of-Fit Tests

2024-08-11 · Xing Liu, François-Xavier Briol

Goodness-of-fit testing is often criticized for its lack of practical relevance: since ``all models are wrong'', the null hypothesis that the data conform to our model is ultimately always rejected as sample size grows. …

parameter estimation

A Family of Exact Goodness-of-Fit Tests for High-Dimensional Discrete Distributions

2019-02-26 · Feras A. Saad, Cameron E. Freer, Nathanael L. Ackerman, Vikash K. Mansinghka

The objective of goodness-of-fit testing is to assess whether a dataset of observations is likely to have been drawn from a candidate probability distribution. This paper presents a rank-based family of goodness-of-fit t…

Domain Compression and its Application to Randomness-Optimal Distributed Goodness-of-Fit

2019-07-20 · Jayadev Acharya, Clément L. Canonne, Yanjun Han, Ziteng Sun 외

We study goodness-of-fit of discrete distributions in the distributed setting, where samples are divided between multiple users who can only release a limited amount of information about their samples due to various info…