Papers › PASOA- PArticle baSed Bayesian Optimal Adaptive design

PASOA- PArticle baSed Bayesian Optimal Adaptive design

11 Feb 2024arXiv:2402.07160archive 2025-07-28

Jacopo Iollo, Christophe Heinkelé, Pierre Alliez, Florence Forbes

We propose a new procedure named PASOA, for Bayesian experimental design, that performs sequential design optimization by simultaneously providing accurate estimates of successive posterior distributions for parameter inference. The sequential design process is carried out via a contrastive estimation principle, using stochastic optimization and Sequential Monte Carlo (SMC) samplers to maximise the Expected Information Gain (EIG). As larger information gains are obtained for larger distances between successive posterior distributions, this EIG objective may worsen classical SMC performance. To handle this issue, tempering is proposed to have both a large information gain and an accurate SMC sampling, that we show is crucial for performance. This novel combination of stochastic optimization and tempered SMC allows to jointly handle design optimization and parameter inference. We provide a proof that the obtained optimal design estimators benefit from some consistency property. Numerical experiments confirm the potential of the approach, which outperforms other recent existing procedures.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2402.07160")

Code

Syntology Ran 7 of 16 code samples harvested from 2 repositories linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · violated contract; 1 ran · our draft was wrong; 4 ran with no contract checked.

By repository: official repository: 5 samples from 1 repository, 4 ran; found in paper text by Syntology: 11 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

iolloj/pasoa officialmentioned in papermentioned on GitHubjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 7 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · violated contract
1ran · our draft was wrong
4ran
9unverified

Licence: 5 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

batch_ravel_pytree iolloj/pasoa/exptax/utils.py official repository ran no licence file found · pointer only · a47a290184b71517 · report
generate_bessel iolloj/pasoa/exptax/hankel.py official repository ran no licence file found · pointer only · b2e913e02b5cc979 · report
unravel_pytree iolloj/pasoa/exptax/utils.py official repository ran no licence file found · pointer only · 0cdcd2aef8f30eb8 · report
vmapped_ravel iolloj/pasoa/exptax/utils.py official repository ran no licence file found · pointer only · 3a5aebff5572d0b2 · report
update_hist iolloj/pasoa/exptax/run_utils.py official repository unverified no licence file found · pointer only · 59522bebd69d7132 · report
sample csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 6fead20b14131cf9 · report
torch_isinf csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology ran · violated contract MIT (permissive) · 145263e0ef93d097 · report
torch_isnan csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology ran · violated contract MIT (permissive) · 0c3140fb5a8e7c81 · report
CESModel csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology unverified MIT (permissive) · a2c3e8e899944b86 · report
ExperimentModel csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology unverified MIT (permissive) · 002eac6c5fb13812 · report
is_bad csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology unverified MIT (permissive) · eb14e4a35893798a · report
iter_plates_to_shape csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology unverified MIT (permissive) · 9dcadb60e0aa69a3 · report
lexpand csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology unverified MIT (permissive) · 8788efeef0d86cb7 · report
plate csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology unverified MIT (permissive) · deeff29c281a5754 · report
rexpand csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology unverified MIT (permissive) · 2e053d97c4bd1bf1 · report
rmv csiro-mlai/RL-BOED/pyro/models/adaptive_experiment_model.py found in paper text by Syntology unverified MIT (permissive) · be62fafb4c2cf80e · report

Tasks

Experimental DesignStochastic Optimization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections