paper-with-me

홈 › Papers

Binary classification based Monte Carlo simulation

2023-07-29 · Elouan Argouarc'h, François Desbouvries

Acceptance-rejection (AR), Independent Metropolis Hastings (IMH) or importance sampling (IS) Monte Carlo (MC) simulation algorithms all involve computing ratios of probability density functions (pdfs). On the other hand, classifiers discriminate labeled samples produced by a mixture of two distributions and can be used for approximating the ratio of the two corresponding pdfs.This bridge between simulation and classification enables us to propose pdf-free versions of pdf-ratio-based simulation algorithms, where the ratio is replaced by a surrogate function computed via a classifier. From a probabilistic modeling perspective, our procedure involves a structured energy based model which can easily be trained and is compatible with the classical samplers.

📄 PDF Abstract BibTeX arXiv:2307.16035

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassification

Methods 이 논문이 사용한 방법론

Metropolis Hastings Metropolis-Hastings is a Markov Chain Monte Carlo (MCMC) algorithm for approximate inference. It allows for sampling from a probability distribution where direct sampling is…

Similar Papers 제목 키워드 기반

Improving the repeatability of deep learning models with Monte Carlo dropout

2022-02-15 · Andreanne Lemay, Katharina Hoebel, Christopher P. Bridge, Brian Befano 외

The integration of artificial intelligence into clinical workflows requires reliable and robust models. Repeatability is a key attribute of model robustness. Repeatable models output predictions with low variation during…

AttributeBinary ClassificationClassificationDensity Estimation+6

Monte Carlo dropout increases model repeatability

2021-11-12 · Andreanne Lemay, Katharina Hoebel, Christopher P. Bridge, Didem Egemen 외

The integration of artificial intelligence into clinical workflows requires reliable and robust models. Among the main features of robustness is repeatability. Much attention is given to classification performance withou…

ClassificationDensity EstimationMedical Image Analysismodel

Entropy from Machine Learning

2019-09-24 · Romuald A. Janik

We translate the problem of calculating the entropy of a set of binary configurations/signals into a sequence of supervised classification tasks. Subsequently, one can use virtually any machine learning classification al…

BIG-bench Machine LearningGeneral Classification

Approximate Bayesian Computation via Population Monte Carlo and Classification

2018-10-29 · Charlie Rogers-Smith, Henri Pesonen, Samuel Kaski

Approximate Bayesian computation (ABC) methods can be used to sample from posterior distributions when the likelihood function is unavailable or intractable, as is often the case in biological systems. ABC methods suffer…

ClassificationGeneral Classification

ParaMonte: A high-performance serial/parallel Monte Carlo simulation library for C, C++, Fortran

2020-09-29 · Amir Shahmoradi, Fatemeh Bagheri

ParaMonte (standing for Parallel Monte Carlo) is a serial and MPI/Coarray-parallelized library of Monte Carlo routines for sampling mathematical objective functions of arbitrary-dimensions, in particular, the posterior d…