BLISS is a Bayesian method for deblending and cataloging light sources. BLISS provides
BLISS uses state-of-the-art variational inference techniques including
BLISS is pip installable with the following command:
pip install bliss-toolkit
and the required dependencies are listed in the [tool.poetry.dependencies]
block of the pyproject.toml
file.
To use and install bliss
you first need to install poetry.
Then, install the fftw library (which is used by galsim
). With Ubuntu you can install it by running
sudo apt-get install libfftw3-dev
git-lfs install
git clone git@github.com:prob-ml/bliss.git
bliss
dependencies satisified, runcd bliss
export POETRY_VIRTUALENVS_IN_PROJECT=1
poetry install
poetry shell
pytest
pytest --gpu
pre-commit install
Runjing Liu, Jon D. McAuliffe, Jeffrey Regier, and The LSST Dark Energy Science Collaboration. Variational inference for deblending crowded starfields, Journal of Machine Learning Research. 2023
Mallory Wang, Ismael Mendoza, Cheng Wang, Camille Avestruz, and Jeffrey Regier. Statistical inference for coadded astronomical images.. NeurIPS Workshop on Machine Learning and the Physical Sciences. 2022.
Yash Patel and Jeffrey Regier. Scalable Bayesian inference for detecting strong gravitational lensing systems.. NeurIPS Workshop on Machine Learning and the Physical Sciences. 2022.
Derek Hansen, Ismael Mendoza, Runjing Liu, Ziteng Pang, Zhe Zhao, Camille Avestruz, and Jeffrey Regier. Scalable Bayesian inference for detection and deblending in astronomical images. ICML Workshop on Machine Learning for Astrophysics. 2022.