|
1 | | -[](https://github.com/astro-informatics/quantifai) [](https://github.com/astro-informatics/quantifai/blob/main/LICENSE.txt) []( https://arxiv.org/abs/0000.00000) |
| 1 | +[](https://github.com/astro-informatics/quantifai) [](https://github.com/astro-informatics/quantifai/blob/main/LICENSE.txt) []( https://arxiv.org/abs/2312.00125) |
2 | 2 |
|
3 | 3 |
|
4 | 4 | # QuantifAI |
5 | 5 |
|
6 | | -`quantifai` is a PyTorch-based open-source radio interferometric imaging reconstruction package with scalable Bayesian uncertainty quantification relying on data-driven (learned) priors. This package was used to produce the results of [Liaudat et al. 2023](https://arxiv.org/abs/0000.00000). The `quantifai` model relies on the data-driven convex regulariser from [Goujon et al. 2022](https://arxiv.org/abs/2211.12461). |
| 6 | +`quantifai` is a PyTorch-based open-source radio interferometric imaging reconstruction package with scalable Bayesian uncertainty quantification relying on data-driven (learned) priors. This package was used to produce the results of [Liaudat et al. 2023](https://arxiv.org/abs/2312.00125). The `quantifai` model relies on the data-driven convex regulariser from [Goujon et al. 2022](https://arxiv.org/abs/2211.12461). |
7 | 7 |
|
8 | 8 | In this code, we bypass the need to perform Markov chain Monte Carlo (MCMC) sampling for Bayesian uncertainty quantification, and we rely on convex accelerated optimisation algorithms. The `quantifai` package also includes MCMC algorithms for posterior sampling as they were used to validate our approach. |
9 | 9 |
|
@@ -62,21 +62,21 @@ The easiest way to get into using `quantifai` is to check the different notebook |
62 | 62 |
|
63 | 63 | ## Reproducibility |
64 | 64 |
|
65 | | -All the scripts and notebooks used to generate the plots of [Liaudat et al. 2023](https://arxiv.org/abs/0000.00000) can be found in the `paper/Liaudat2023/` directory and the data in the `data/` directory. |
| 65 | +All the scripts and notebooks used to generate the plots of [Liaudat et al. 2023](https://arxiv.org/abs/2312.00125) can be found in the `paper/Liaudat2023/` directory and the data in the `data/` directory. |
66 | 66 |
|
67 | 67 | The most computationally intensive results of the paper can be obtained by running the two scripts in `paper/Liaudat2023/scripts/`, where `UQ_SKROCK_CRR.py` corresponds to the `QuantifAI` model and `UQ_SKROCK_wavelets.py` to the wavelet-based model. The rest of the results and plots can be generated by running the different notebooks in `paper/Liaudat2023/notebooks/`. |
68 | 68 |
|
69 | 69 |
|
70 | 70 | ## Attribution |
71 | 71 |
|
72 | | -Should this code be used in any way, we kindly request that the following article is referenced. A BibTeX entry for this reference may look like: |
| 72 | +Should this code be used in any way, we kindly request that the following article be referenced. A BibTeX entry for this reference may look like: |
73 | 73 |
|
74 | 74 | ``` |
75 | 75 | @article{liaudat2023:quantifai, |
76 | 76 | author = {Tobías~I.~Liaudat and Matthijs~Mars and Matthew~A.~Price and Marcelo~Pereyra and Marta~M.~Betcke and Jason~D.~McEwen}, |
77 | 77 | title = {Scalable Bayesian uncertainty quantification with data-driven priors for radio interferometric imaging}, |
78 | 78 | journal = "RAS Techniques and Instruments (RASTI), submitted", |
79 | | - eprint = "arXiv:0000.00000", |
| 79 | + eprint = "arXiv:2312.00125", |
80 | 80 | year = "2023", |
81 | 81 | } |
82 | 82 | ``` |
|
0 commit comments